@charset "utf-8";
/* CSS Document */
@import url("navigation.css");


body {
	margin: 0;
	padding: 0;
	font: normal 14px "Times New Roman", Georgia, Times, serif !important;;
	color: #000;
	background:#125078 ;
}
a, a:link, a:visited {
	color: #125078;
	text-decoration: underline;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration: none;
	color:#00ccff;
}
h1{
	margin:0;
	color:#000;
	font: 32px/72px "Times New Roman", Georgia, Times, serif !important;
	font-variant:small-caps;
}
h2{
	margin:0;
	color:#1378c0;
	font: 20px/34px  "Times New Roman", Georgia, Times, serif !important; !important;
}
h3 {
	margin:0;
	color:#125078;
	font:bold 17px/28px "Times New Roman", Georgia, Times, serif !important; !important;
}
h4 {
	color:#00ccff;
	font:bold 15px/20px "Times New Roman", Georgia, Times, serif !important; !important;
	margin:0px;
}
/* general globals */
#wrapper {
	position:relative;
}
#shell {
	width:760px;
	margin: 0 auto;
	padding: 0;
	background: url(bg_shell.jpg) repeat-y ;
	min-height:625px;
	_height:625px;
	text-align: left;
	position:relative;
}
#header{
	width:760px;
	height:497px;
	background:url('bg_header.jpg') no-repeat;
	position:relative;
}
#flashheader{
	width:760px;
	height:279px;
}
#flashphotos{
	width:569px;
	height:220px;
	float:right;
}

#navigation {
	position:absolute;
	top:350px;
	width:195px;
	left:5px;
}
#content {
	width: 500px;
	min-height:200px;
	_height:200px;
	padding:15px 0 0 0px;
	margin:0 25px 0 235px;
	color:#000;
}
.cleartextarea{
	margin:0;
	padding:0;
}
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	background:url(bg_footer.jpg) top no-repeat;
	font: 12px/16px Arial, Helvetica, sans-serif !important;
	color:#b0c975;
	padding-top:50px;
}
#footer p {
	text-align:center;
	padding:10px 0;
	color:#59deff;
}

#footer a {
	color:#00ccff;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #B3ECF8;
	text-decoration: underline;
}

/* other styles */
.clear {clear:both;}
.formTable p {
	font:14px/150% normal"Times New Roman", Georgia, Times, serif;
}
.formTable tr td {padding:5px;}
.formTable #dnn_ctr419_FormMaster_lblRequired {display:none;}

/* 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; }


/*DNN OVerrides*/
.Normal, .NormalDisabled {
	font:14px/150% normal "Times New Roman", Georgia, Times, serif !important; ;
}