@charset "UTF-8";

/*  color specs

#000099 - Red throughout (header, footer etc.)
#333333 - Drk Grey of main nav
#D8D8D0 - sand color for bg of callouts (hp) and other

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #FFF url(../images/sagebg.gif);
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color: #005480;
}
a:visited {
	color: #005480;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #B3B792;
}



#wrapper {
	width: 1024px;
	margin: 0 auto;
	clear:both;
	background-color: #fff;	
}

/* ----- HEADER ------ */
#header {
	height: 306px;
	width: 1024px;
	padding: 0;
}





#blackquote {
	
	width:1024px;
	clear:both;
	background-color:#3F3F3F;
	padding:0;
	margin:5px 0 0 0 ;
}

#quotebox {
	width:730px;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	border-right:solid 2px #fff;
	
	
}

#quotebox p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#fff;
	margin:5px 10px 0 0;
	font-weight:normal;
	padding:0;
	text-align:right;
}

#creditbox {
	width:250px;
	float:left;
	margin:10px 0 0 0 ;
	padding:0;
	
	
}

#creditbox p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#fff;
	margin:5px;
}



/* ----- MAIN CONTENT ------ */


#mainContent {
	width: 1024px;
	clear:both;
}


#mainContent a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color: #005480;
}
#mainContent a:visited {
	color: #005480;
	text-decoration: none;
}
#mainContent a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #B3B792;
}

#mainContent h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.3em;
	letter-spacing:0.05em;
	font-weight:normal;
	color:#005480;
	margin:0 0 10px 0;
	padding:0;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#mainContent p {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
}





/* ----- columns ------ */

#column h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.3em;
	color: #FFF;
	background-color: #99000B;
	display: block;
	margin:0 0 10px -5px;
	padding:2px 0 2px 4px;
	font-weight: normal;
	text-align: left;
}




#column1 {
	float: left;
	min-height:490px;
	width:205px;
	margin:10px 0;
	padding:0 10px 0 30px;
	
}



#column2 {
	float: left;
	width:235px;
	min-height:490px;
	margin:10px 0;
	padding:0 10px;
	border-left:1px solid #BBBD98;
}



#column3 {
	float: left;
	width:235px;
	min-height:490px;
	margin:10px 0;
	padding:0 10px;
	border-left:1px solid #BBBD98;

}





#column5 {
	float: left;
	width:235px;
	min-height:490px;
	margin:10px 0;
	padding:0 10px;
	border-left:1px solid #BBBD98;
}










/* ----- FOOTER ------ */


#footer {
	position:relative;
	height: 107px;
	width: 1024px;
	padding:0px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	clear: both;
}


#footer a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover, a:active {
	color:#FFC;
	text-decoration:underline;
}


#leftbuttons {
	margin:0 0 0 29px;
	padding:0;
	width:177px;
	float: left;
}

#rightbuttons {
	margin:0 0 0 29px;
	padding:0;
	width:475px;
	float: right;
}

#rightbTop {
	width:127px;
	clear:both;
	float:right;
	margin:0 67px 0 0 ;
}

#rightbBot {
	width:475px;
	clear:both;
	float:right;
}

#rightbBot h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#fff;
	font-weight:normal;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.smaller {	font-size:.85em;
}

.bronze {
	color:#babd98;
}

.maroon {
	color:#4c2432;
}


@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}