@charset "utf-8";
/* CSS Document */
@import url("navigation.css");
@import url("DNN.css");



body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, Verdana, sans-serif !important;
	line-height:150% !important;
	color: #000;
	background:#066caa;
	
}
a, a:link, a:visited {
	color: #4EC1E0;
	text-decoration: underline;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration: none;
	color:#fff;
}
h1{
	margin:0;
	color:#043965;
	font: 32px/40px Verdana, Arial, Helvetica, sans-serif !important;
}
h2{
	margin:0;
	color:#fff;
	font: 18px/32px Verdana, Arial, Helvetica, sans-serif !important;
}
h3 {
	margin:0;
	color:#4EC1E0;
	font:bold 16px/24px Verdana, Arial, Helvetica, sans-serif !important;
}
h4 {
	color:#043965;
	font:bold 14px/18px Verdana, Arial, Helvetica, sans-serif !important;
	margin:0px;
}
/* general globals */
#wrapper {
	background: url(bg.jpg) repeat-x;
	text-align:center;
}
#shell {
	width:900px;
	margin: 0 auto;
	padding: 0;
	background: url(bg_shell.jpg) repeat-y;
	text-align: left;
	position:relative;
}
#header{
	width:900px;
	height:340px;
	background:url('bg_header.jpg') no-repeat;
	position:relative;
}
#flashheader{
	width:850px;
	height:344px;
	position:absolute;
	top:0px;
	left:23px;
}
#container{
	background:url('bg_container.jpg') no-repeat;
	width:900px;
}
#navigation {
	height:40px;
	position:absolute;
	right:27px;
	top:180px;
}
#content {
	width: 515px;
	min-height:400px;
	_height:400px;
	padding:0 0 15px 0px;
	margin:0 0 0 330px;
	color:#fff !important;
}

#left{
	position:absolute;
	top:350px;
	left:25px;
	width:270px;
}
#flashleft{
	width:269px;
	height:406px;
}
#footer {
	width:900px;
	min-height:80px;
	_height:80px;
	margin:0 auto;
	background: url(bg_footer.jpg) top center no-repeat;
	padding-top:15px;		
}
#footer p {
	width: 550px;
	margin:0 30px 0 320px;
	text-align:center;
	color:#043965;
	text-decoration:none;
}

#footer a {
	color: #043965;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #066caa;
	text-decoration: underline;
}

/* other styles */
.clear {clear:both;}
.formTable p {
	font: normal 12px Verdana, Arial, Helvetica, Verdana, sans-serif !important;
	line-height:150% !important;
}
#navigation ul li #bubbles{
	position:absolute;
	bottom:0px;
	left:0px;
	width:115px;
	height:100px;
	cursor:pointer;
}


/* 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-family:"Times New Roman", Times, serif; font-size:36px; line-height:36px; font-weight:normal; color:#043965;  }

/* 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:2px; background:#4EC1E0; border:3px solid #043965; float:right; margin:1px 0px 8px 9px;}
.photoleft{padding:2px; background:#4EC1E0; border:3px solid #043965; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#4EC1E0; border:1px solid #043965;}
.featureRight {border:5px solid #043965; padding:5px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #043965; padding:5px; margin:7px auto 7px auto; }
.clear {clear:both;}


