@charset "ISO-8859-1";
/* CSS Document */
/*------------------overall formatting--------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {	/*Sets all tags to 0 values for cell sizes, used for browsers where this is not the default*/
	margin: 0px;
	padding: 0px;
}
body  {	/*Centers the body and resets cell sizes*/
	background: #93B9DC;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {	/*Very important, wrapper is used to surround all HTML blocks and set the width of the page (designed for 800 x 600 lowest resolution)*/
	width: 770px; 
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#wrapper a:link,
#wrapper a:visited {	/*Sets default link color to orange*/
	text-decoration: none;
	color: #DA5C05;
}
#wrapper a:hover {	/*Changes link color to gray on mouseover*/
	color: #7C7369;
	border-bottom: 1px dashed #7C7369;
}

/*------------------header formatting--------------*/
#header {	/*Resets margin and padding to zero, sets height*/
	background-color: #fc0;
	margin: 0px;
	padding: 0px;
	height: 110px;
	position: relative;
}
#header a:hover {	/*Resets border for links on mouseover*/
	border-bottom: none;
}
#header #languageSelect {	/*Keeps English/Spanish selection link in the top right corner of header*/
	position: absolute;
	left: 655px;
	top: 5px;
}
#header #mainNav {	/*Keeps navigation tabs in place*/
	position: absolute;
	left: 120px;
	bottom: 0px;
}
#header #mainNav ul { /*Resets cells for unordered lists (in this case the navigation tabs)*/
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {	/*Resets the list items for the navigation tabs and makes sure they stay in the left of the tab*/
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {	/*Sets fonts for navigation tabs as well as tab size.  Also makes sure tab background file is aligned correctly*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	display: block;
	line-height: 25px;
	background: url(../_images/nav_rollover.jpg) no-repeat left bottom;
}
#header #mainNav li a:hover {	/*Realigns tab background file to show the opposite color on mouseover*/
	color: #003580;
	background: url(../_images/nav_rollover.jpg) no-repeat left top;
	border: none;
}
#header #mainNav ul li a.current {	/*Changes the font and background image on the current page's navigation tab*/
	margin-top: -5px;
	height: 30px;
	background: url(../_images/current.jpg) no-repeat;
	color: #FFFFFF;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {	/*Changes the font color on current page's navigation tab on mouseover*/
	color: #AAB3B2;
	cursor: default;
}
#header #banner {	/*Places banner in correct location within header*/
	position: absolute;
	bottom: 0;
	left: 0;
}
#header h1 {	/*Used to change default settings on uncommon browsers for text in header*/
	text-indent: -3000em;
	margin: 0;
}

/*------------------mainContent formatting--------------*/
#mainContent {	/*Sets format for main content part of page (puts it on the left, sets the width at 480)*/
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
}
#mainContent h1 {	/*Sets default heading font*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #003580;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}
#mainContent p {	/*Sets default paragraph font*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#mainContent h2 {	/*Sets default second heading font*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #00759F;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h3 {	/*Sets default third heading font*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #007B63;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h4 {	/*Sets default fourth heading font*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7C7369;
	margin-bottom: 0;
	margin-left: 20px;
}
#mainContent ul {	/*Sets default font for unordered lists*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	font-size: 0.9em;
	margin-bottom: 1.4em;
}
#mainContent li {	/*Changes spacing for items within unordered lists*/
	margin-left: 15px;
	margin-bottom: .6em;
}
#mainContent img {	/*Creates space and a border around images within the main content pane*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #aaa;	
	text-align: center;
}

/*------------------sidebar formatting--------------*/
#sidebar {	/*Sets sidebar to be on the right side of the page and 265 px wide*/
	float: right;
	width: 265px;
	padding: 15px 0;
	border-left: solid #aaa 1px;
}
#sidebar p {	/*Sets font and format for paragraph text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
}
#sidebar h3 {	/*Sets font and format for third heading in sidebar (only heading used)*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #12AD2B;
	text-align: left;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar img {	/*Creates "polaroid effect on images in the sidebar*/
	display: block;
	border: 1px solid #aaa;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebar ol {	/*Sets format for ordered lists in sidebar*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
#sidebar ol li {	/*Sets margins for items in ordered lists*/
	margin-bottom: 0.6em;
	margin-left: 20px;
}

/*------------------footer formatting--------------*/
#footer {	/*Sets and formats page footer*/
	background-color: #93B9DC;
	margin: 0px;
	padding: 0 10px 0 20px;
	clear: both;
}
#footer p {	/*Sets fonts and formatting for footer paragraph text*/
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}
#footer a {	/*Sets color of links within footer*/
	color: #007B63;
}
.fltrt {	/*The below commands are used to adjust the page float which keeps the page within the wrapper formatted correctly*/
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
