 @charset "utf-8";
/* CSS Document */
@import url("navigation.css");


body {
	margin: 0;
	padding: 0;
	font: normal 15px Arial, Helvetica, sans-serif  !important;
	color: #0c0e37;
	background:#11af7e ;
}
a, a:link, a:visited {
	color: #125078;
	text-decoration: underline;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration: none;
	color:#00ccff;
}
h1{
	margin: 0px;
	padding: 0px;
	color: #0c0e37;
}
h2{
	margin:0;
	color:#00ccff;
	font: 20px/34px  Arial, Helvetica, sans-serif !important;
}
h3 {
	margin:0;
	color:#718EB6;
	font:bold 17px/28px Arial, Helvetica, sans-serif !important;
}
h4 {
	color:#0c9cf2;
	font:bold 15px/20px Arial, Helvetica, sans-serif !important;
	margin:0px;
}

/* general globals */
#bg-page {
	background: url(bg_page.jpg) #11AF7E repeat-x;
}
#wrapper {
	position:relative;
	background: url(bg_wrapper.jpg) top center no-repeat;
}
#shell {
	width:950px;
	margin: 0 auto;
	padding: 0;
	background: url(bg_shell.jpg) repeat-y ;
	min-height:625px;
	_height:625px;
	text-align: left;
	position:relative;
}
#header{
	width:950px;
	height:253px;
	background:url('bg_header.jpg') no-repeat;
	position:relative;
}

#container {
	background: url(bg_container.jpg) no-repeat;
		min-height: 420px;
	_height: 420px;
}
#content {
	width: 500px;
	padding: 75px 0px 0px;
	margin: 0px 0px 0px 75px;
	color: #0c0e37;
}
.cleartextarea{
	margin:0;
	padding:0;
}
#photo {
	float:right;
	margin:100px 50px 0 0;
	width:325px;
}
#footer {
	padding: 90px 0 0;
	width: 950px;
	margin: 0 auto;
	text-align:center;
	background:url(bg_footer.jpg) top no-repeat;
	font: 12px/16px !important;
	color:#000;
}
#footer p {
	text-align:center;
	padding: 0;
	margin: 0;
	color:#E6E592;
}

#footer a {
	color:#E6E592;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer-address {
	text-indent: -9999px;
}


/* other styles */
.clear {clear:both;}
.formTable p {
	font:14px/150% normal"Times New Roman", Georgia, Times, serif;
}

/* Standard positioning, wrapping, styling of photo and feature elements */
#feature {margin:30px auto 20px auto;}
.caption { font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:3px; background:#F7EFE2; border:1px solid #1378c0; float:right; margin:1px 0px 8px 9px;}
.photoleft{padding:3px; background:#F7EFE2; border:1px solid #1378c0; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#F7EFE2; border:1px solid #1378c0;}
.featureRight {border:5px solid #1378c0; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #1378c0 ; padding:2px; margin:7px auto 7px auto; }
.clear {clear:both;}

/* sIFR 3 styling */
.sIFR-flash {  visibility: visible !important;	margin: 0;	padding: 0; }
.sIFR-replaced { visibility: visible !important; }
.sIFR-alternate {position:absolute; left:0; top:0; width:0; height:0; display:block; overflow:hidden; }
.sIFR-replaced > div { display: none !important; }
.sIFR-active .pageTitles { visibility: hidden; font:30px/30px Arial, Helvetica, sans-serif; }

