body {
	font-family: tahoma, Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
aside {
    float: right;
    width: 30%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.container {
	width: 98%;
	max-width: 1024px;
	margin: auto;
	overflow: hidden;
}

.banner {
	width: inherit;
	background-image: url(../img/headerbg.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
	min-width: 320px;
	background-position: right;
}	
.maincontent {
	width: inherit;
	margin-top: 0px;
    margin-bottom: 30px;
    background-image: url(../img/worn_dots_blue.png);
    background-repeat: repeat;
}
.maincontent img{
	margin-top: 5px;
    margin-left: 5px;
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border: solid 1px #808080;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.mainleft {
 width:64%;
 margin-left: 2%;
 margin-right: 2%;
 float: left;
 }
 .mainright {
 width:180px;
 margin-right: 10px;
 float: right;
 padding: 5px;
 background: #fff;
 border: solid 1px #ccc;
 }
.footer {
    background-color: #369;
    background-image: none;
    background-repeat: no-repeat;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-position: right;
    width: inherit;
    min-height: 30px;
    text-align: center;
    padding: 1%;
    margin-top: 50px;
}
.headerslogan {
	background-color: #006;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 50px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.purpletext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #83366c;
}

.menu_list {	
	/*width: 98%;*/
	margin:auto;
	min-width: 200px;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	/*margin:1px;*/
    font-weight:bold;
    background: rgba(238, 244, 211, 0.5);
    font-size: 12px;
    color: #003300;
    
}
.menu_body {
	display:none;
	background: rgba(255, 255, 255, 0.5);
	padding-left: 10px;
	font-size: 12px;
    width: 200px;}
/*============================================
    CONTACT AREA
============================================
*/
#contact-area {
	width: 98%;
	margin-top: 25px;
}
#contact-area lable {
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	/*width: 471px;*/
	width: 98%;
	float:left;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
/*
============================================
    THE TOGGLE GOODS
============================================
*/
/* added from responsive navigation article*/
nav ul { list-style:none; }
.navheader {
  font-size: 12px;
}
.navigation {
  width: inherit; max-width: none;
  background-color: #369;
  padding: 0;
}
.navigation ul {
	list-style:none;
}
.navigation li {
  float: left;
  list-style:none;
}

.navigation li a {
  display: block;
  background-color: #369;
  border-left: 1px solid #333;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  /*margin-bottom: -1px;*/
  padding: 12px 10px;
  text-decoration: none;
}

.navigation li a:hover {
  background: #036;
}

.navheader { 
  font-size: 12px;
  /*float: right;*/
}

.slide-trigger {
  display: none; /* need this */
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

.slide-trigger span {
	background-image: url("/images/dropdown_arrow.png");
	background-position: 0 -14px;
	display: block;
	float: right;
	margin-top: 3px;
	height: 14px;
	width: 32px;
}
/* self clearing floats */
.group:after,.lastUnit:after {clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.group{*zoom:1;}

/*
============================================
    RESPONSIVENESS
============================================
*/

@media only screen and (max-width: 560px) {
  .slide-trigger { display: block; }
    .no-js .slide-trigger { display: none; }
  .navigation { display: none; }
    .no-js .navigation { display: block; }
  .navigation { margin: 0 15px; }
  .navigation li { float: none; }
  .navigation li a { border-bottom: 1px solid #fff; }
}
/*end of responsive code*/
