@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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ABD1D2;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container  {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
#header {
	padding: 0;
	height: 275px;
	width: 780px;
	background-image: url(images/webBanner_IM.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#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;
}
#navigation {
	position:relative;
	background-color: #abd1d3;
	height: 30px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 700px;
}
#navigation li {
	float: left;
}
	
#navigation li a:link,#navigation li a:visited {
	display:block;
	padding: .2em .5em;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.2em;
	background-color: #333333;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}

#navigation li a:hover,#navigation li a:active {
	color: #333333;
	background-color: #E9E0C6;
	}
#navigation li a.current, #navigation li a.current:hover, #navigation li a.current:active {
	color: #66380F;
	background: #fff;
	font-weight: bold;
	cursor: default;
}

#mainContent  {
	background: #fff;
	height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent p {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#mainContent ul {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
}
#mainContent h1 {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	font-size: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #4586A1;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#mainContent h2 {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#mainContent img {
	margin-right: 10px;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 0px;
	margin-left: 0px;
}
#mainContent a:link, #mainContent a:visited {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #54A1C0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0;
}
#mainContent a:hover, #mainContent a:active {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CC3333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	padding: 0;
}
#families {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer  {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(images/footerBG.jpg);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
#footer a:link, #footer a:visited {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #54A1C0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0;
}
#footer a:hover, #footer a:active {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CC3333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	padding: 0;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clear {clear:both;}

.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;
}

