@charset "UTF-8";
/* CSS Document */

body {
	background: #D0C8B5;
	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: #000000;
	background-color: #DDCEAF;
	overflow-x:hidden
}
#container {
	width: 976px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-left: -15px;
	background-image: url(../IMAGES/Structural/PageBkrdNewcolor_01.gif);
	padding-right: 14px;
	padding-left: 16px;
}
#WrapContainer {
	width: 976px;
	background-image: url(../IMAGES/Structural/PageBkrdNewcolor_02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-right: 14px;
	padding-left: 15px;
}
#header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-color: #FFFFFF;
	height: 170px;
}
#waves {
	background-image: url(../IMAGES/Structural/Header_wavesMAC.jpg);
	width: 976px;
	height: 80px;
}
#logo {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 400px;
	float: left;
}
#search {
	float: right;
	width: 240px;
	margin-left: -270px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	padding-right: 20px;
}
#nav {
	width: 976px;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
	z-index:1;
}
.qmmc .qmdividery {
	float:left;
	width:0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
.qmmc li {
	z-index:auto;
}
.qmmc ul {
	left:-10000px;
	position:absolute;
	z-index:10;
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.qmmc li a {
	float:none
}
.qmmc li:hover>ul {
	left:auto;
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover>ul {
	top:0px;
	left:100%;
}
/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {
	width:976px;
	height:52px;
	background-image: url(../IMAGES/Structural/navMenu_bkrd.gif);
	background-repeat: repeat-x;
	background-color: #F9F7E6;
}
/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
	background-image:url(../IMAGES/Structural/navMenu_bkrd.gif);
	color:#FFFFFF;
	font-family:Verdana;
	font-size:.75em;
	text-decoration:none;
	font-weight:normal;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.visit {
	background-image:url(../IMAGES/menuBar_test.gif);
	background-repeat: no-repeat;
	width: 150px;
}
/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover {
	color:#F7D57B;
}
/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a {
	color:#F7D57B;
}
/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
	color:#005288;
	border-color:#F7D57B;
}
/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px -1px;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:dashed;
	border-color:#F7D57B;
	display: inline;
}
/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
	background-color:#FFFFFF;
	background-image:none;
	color:#917B42;
	font-size:0.75em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E6B3B;
	margin-top: 3px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover {
	background-color:transparent;
	color:#B06010;
	text-decoration:underline;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a {
	background-color:transparent;
	color:#9E733D;
	text-decoration:underline;
}
/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent {
	text-decoration:underline;
}
/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	color:#B9AB96;
	text-decoration:underline;
	font-style:italic;
	border-style:none;
}
/*"""""""" (SUB) Persistent State""""""""*/	
	body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover {
	background-color:transparent;
}
/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle {
	font-size:.75em;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul {
	border-width:1px;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul {
	margin:0px 0px 0px -1px;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a {
	background-color:#FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 196px;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 20px;
	background-image: url(../IMAGES/Tabs/kids_sidecolHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}
#sideNav {
	background-repeat: repeat-x;
	padding-right: 8px;
	border: 1px solid #D9CFC0;
	margin-bottom: 20px;
	background-image: url(../IMAGES/Structural/sidebarGradient2.jpg);
}
#sideMain {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sideMain .sideFirst {
	border-top-width: 0px;
}
#sideMain li {
	color:#D9541E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9CFC0;
	list-style-type: none;
	list-style-position: inside;
	font-size: 0.825em;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0px;
	margin-left: -30px;
}
#sideMain li a {
	color:#9F784C;
	text-decoration: none;
}
#sideMain a:hover {
	color:#AB5D10;
	text-decoration: underline;
}
#sideMain .sideSub {
	color:#D9541E;
	border-top-width: 0px;
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 9px;
	padding-bottom: 3px;
	line-height: 0.85em;
	text-indent: 3px;
}
#sideMain .sideSub a {
	color:#4E2B14;
	text-decoration: none;
}
#sideMain .sideSub a:hover {
	color:#B06010;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-left: 0px;
}

.sidebarAd {
	width: 196px;
}
.greenTip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	color: #728A43;
	padding: 8px;
	line-height: 22px;
	border: 1px dashed #728A43;
}
#mainContent {
	width: 716px;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 216px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 22px;
}
#topSection {
	width: 716px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.topSectionCopy {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.84em;
	line-height: 1.7em;
	width: 344px;
}
#middle4cols {
	width: 716px;
	padding-bottom: 10px;
	color: #000000;
}
.bluetable {
	border: 1px solid #9BC1E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.bluetableRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BC1E5;
}
.bluetableCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.bluetableDash {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #9BC1E5;
}
.dashed {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #C0B99C;
}
.paddedImage {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
}
.col123 {
	width: 158px;
	margin-right: 13px;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0B99C;
	background-position: right;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.col123Tabbed {
	width: 158px;
	margin-right: 11px;
	padding-right: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #85B6E0;
	background-position: right;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #00274C;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 8px;
}
.col4 {
	width: 158px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
	float: right;
}
.col4Tabbed {
	width: 158px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #00274C;
	line-height: 1.5em;
	margin-top: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #D9541E;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	letter-spacing: 0.18em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #C4AF85;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	letter-spacing: 0.175em;
	line-height: 1.6em;
}
h4 {
	background-color: #B9A882;
	width: 344px;
	height: 40px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #C4AF85;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	letter-spacing: 0.175em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A68155;
}
.bottomRightCol li {
	list-style-image: url(../IMAGES/Icons/bullet_brown.gif);
	list-style-position: outside;
}
#lowerThird {
	width: 716px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
}
.bottomLeftCol {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	width: 344px;
	line-height: 1.65em;
	margin-right: 13px;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D0C8B5;
}
.bottomLeftCol li {
	list-style-position: outside;
	list-style-image: url(../IMAGES/Icons/bullet_brown.gif);
	list-style-type: none;
}
.bottomRightCol li {
	list-style-position: outside;
	list-style-image: url(../IMAGES/Icons/bullet_brown.gif);
	list-style-type: none;
	text-indent: 0px;
}
.dashBox {
	border: 1px dashed #E8BF59;
	background-color: #FDFCEB;
	padding: 10px;
}
.bottomRightCol {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	width: 344px;
	line-height: 1.65em;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #352510;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #004466;
	text-align: center;
}
#footer a {
	color: #958452;
	text-decoration: none;
}
#footer a:hover {
	color: #78A22F;
	text-decoration: underline;
}
.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;
}
.clear {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	clear: right;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00FF99;
}
#PageBtm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #927F53;
	height: 50px;
	width: 976px;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
}
#PageBtm a {
	font-size: 8.5pt;
	color: #927F53;
	text-decoration: none;
}
#PageBtm a:hover {
	font-size: 8.5pt;
	color: #927F53;
	text-decoration: underline;
}
#PageBtm a:visited {
	font-size: 8.5pt;
	color: #927F53;
	text-decoration: none;
}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .825em;
	width: 344px;
	line-height: 1.2em;
	font-style: italic;
}
#mainContent  a {
	color: #004878;
	text-decoration: none;
}
#mainContent  a:hover {
	color: #b06010;
	text-decoration: underline;
}
#mainContent  a:visited {
	color: #004878;
	text-decoration: none;
}
.blueHeader {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #60A5D7;
	font-weight: bold;
	padding-bottom: 2px;
}
.greenHeader {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #78A22F;
	font-weight: bold;
	padding-bottom: 2px;
}
.greenCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #728A43;
}
.brownHeader {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #B06010;
	font-weight: bold;
	padding-bottom: 2px;
}
.mainCopy {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.84em;
	line-height: 1.7em;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #b9a882;
	padding-right: 5px;
}
.Copy {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.84em;
	line-height: 1.7em;
	padding-right: 5px;
}
.sidebarAd  a {
	color: #004878;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
.sidebarAd  a:hover {
	color: #b06010;
	text-decoration: underline;
}
.sidebarAd  a:visited {
	color: #004878;
	text-decoration: none;
}
.bluetableCopy_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1.4em;
}
.col4_noFloat {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
}
.paddedImageLeft {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 4px;
}
.blueScript {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #005695;
}
.LeftSidebarLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b9a882;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	color: #000000;
	width: 170px;
	float: right;
}
.threeCol {
	width: 220px;
	margin-right: 13px;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C0B99C;
	background-position: right;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.threeColLast {
	width: 220px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
	float: right;
}
.lightBrownHeader {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #C5960C;
	font-weight: bold;
	padding-bottom: 2px;
}
.contentCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}
.seaTurtleDivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0B99C;
}

