@charset "utf-8";
/* CSS Document */
body {font-size:76%; font-family:"trebuchet MS", verdana, arial, sans-serif; background:#fff; margin:0; padding:0; /*background-image:url(assets/images/airstream-montage.JPG); background-repeat:repeat;*/}
 
 
 
 /*added*/
 h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; color:#c00;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; padding-left:0; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%; color:#CC0000; padding-left:0px; 
}

h4 {
	/*px via YUI Fonts CSS foundation*/
	font-size:102%; color:#c00; padding-left:0px; 
}



h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.25em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a {color:#c00; text-decoration:none;}
a:hover {color:#c00; text-decoration:underline;}
a:visited {color:#c00;}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea,label{clear:both;width:12.25em;*width:11.9em;}*/

/*end of added*/
#minMax {min-width:700px; max-width:960px; margin:0 auto; background:#fff;}
 
#header {background:url(assets/images/banner-new3.jpg) #fff no-repeat; min-height:134px;}
#headerhome {background:url(assets/images/banner-home2.jpg) #fff no-repeat; min-height:134px;}
 
#outer1 {float:left; width:20%; background:#d0c0c0;}
#outer2 {float:left; width:15%; background:#c0c0c0;}
#outer3 {float:left; width:31%;}
#outer4 {float:right; width:15%; background:#d0d0d0;}
#outer5 {float:right; width:31%; background:#fff; }
#outer1, #outer2, #outer3, #outer4, #outer5 {padding-bottom:32767px; margin-bottom:-32767px;}
 
#wrapper {overflow:hidden; padding:0 10px 0 10px;}
 
#topbar {width:64%; float:left; background:#fff; padding: 0px 20px 0 10px; border:1px solid #ccc; }
 
#footer {clear:both; background:#fff;font-size:80%;}
/* Footer styles */
#footer {text-align:center; border-top:1px solid #e38080; margin: 10px 0 0 0; }
#footer p {padding:0 0 10px 0; margin:0; color:#666; font-size:100%;}
#footerNav {text-align:center;}
#footerNav ul li { display:inline; padding:0 5px 0 5px; border-left:#aaa solid 1px}
#footerNav ul li a {text-decoration:none;}
#footer a {color:#c00;}
#footer a:hover {text-decoration:none;}
.content {padding:10px;}
/*p {font-size:12px; line-height:1.5em; margin:0; padding:5px 0;}*/
#header p {color:#666;}
/*topnav*/
#topnav {padding:0; margin:1em 0 1em 0; border-bottom:1px solid #e38080;text-align:center;}
#topnav p {padding:0; margin:0;}
#topnav ul {padding:0; margin:0 0 1em 0;}
#topnav ul li {display:inline; }
#topnav ul li a {color:#c00; text-decoration:none; padding:0.1em 1em; margin: 0 0 0 0; background-color:#fff;border:1px solid #bbb; width:6em;}
#topnav a {color:#fff;  }
#topnav a:hover {text-decoration:none; background-color:#c00; color:#fff; border:1px solid #bbb;}
#topnav ul li.youarehere a{color:#fff; text-decoration:none; padding:0.1em 1em; margin: 0 0 0 0; background-color:#c00;border:1px solid #bbb; width:6em;  
}

.hiddenPic {display:none;}

div#intro p { 
font-size:16px;}
div#intro {width:600px;margin:auto;}

.error {color:#FF0000;}

img {border:0;} 

[if lte IE 7]
/* hack to compensate for IE and percentage widths rounding errors */
#topbar {width:69%;}
#outer3 {width:29.8%;}
#outer5 {width:31%;}
/* for IE6 */
* html #wrapper {display:inline-block;}
* html #minMax {width: expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 962? "960px" : "auto");}

[endif]



