@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4d4d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFF;
	background-image: url(images/backgroundstrip.jpg);
	background-repeat: repeat-x;
	line-height: 26px;
	text-decoration: none;
}
a:link {
	color: #399;
}
a:visited {
	color: #393;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;}
	
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 185px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
#headerspanish {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	background-image: url(images/s_bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00968d;
	font-weight:normal;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00968d;
	font-weight:normal;
	text-decoration: none;
}
#sidebar1 ul {
	margin-left: 15px;
	padding: 0px 0px;
	color: #4d4d4d;
	font-size: 12px;
	}
#sidebar1 ul a {
	color: #4d4d4d;
	font-size: 13px;
	text-decoration: none;
	}
#sidebar1 li {
	padding: 5px 0px;
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 301px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 5px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00968d;
	font-weight:normal;
	text-decoration: none;
}
#sidebar2 ul {
	margin-left: 15px;
	padding: 0px 0px;
	color: #4d4d4d;
	font-size: 12px;
	}

#sidebar2 ul a {
	color: #4d4d4d;
	font-size: 13px;
	text-decoration: none;
	}
#sidebar2 li {
	padding: 5px 0px;
	}
#sidebar2 h2 {
	font-size: 14px;
	color: #00968d;
	}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContentWide {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footer {
	width: 100%;background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: auto;
	text-align: center;
	background-color: #015f5f;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footercontainer {
	width: 100%;
	max-width: 3960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #015f5f;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}


#footer p {
	margin: 30px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #DEE9E8;	
	
}
#footnav {
	padding-top: 30px;
	padding-bottom: 5px;
}
#footnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DEE9E8;	
	text-align: center;
	text-decoration: none;
	padding:  0px 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#navigation{
	font-size: 13px;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: -1px;
	list-style: none;
}
ul#navigation li { 
	position: relative;
	float: left;
    z-index:1000;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
#navigation a {
	display: block;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	padding: 14px 6px;
}
ul#navigation a:hover {
	color: #6CC;
}
ul#navigation ul a {
	color: #FFF;
	background-color: #015f5f;
	padding: 10px 10px;
	min-width: 150px;
	font-size: 13px;
	border-bottom:1px solid #066969;
	
}
ul#navigation ul a:hover {
	color: #6CC;
	background-color: #015f5f;
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}


#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: 0;
	margin-left: 100%;
}


/*                       ****DISPLAYS HORIZONTAL MENU**** */
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
	top: 100%;
	margin-left: 0;
}
div#menu {
	width:640px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #015f5f;
	line-height: 32px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 26px;
	color: #015f5f;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 14px;
	color: #19a19d;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	font-weight:normal
	}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #015f5f;
	font-size: 16px;
	font-style: normal;
	font-weight: bold
	}
	
h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	}

h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #015f5f;
	line-height: 32px;
}

h8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
}


#banner {
	padding-bottom:9px;
}

.readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #099;
	text-decoration: none;
}

.sidebartext {
	color: #4d4d4d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
