/*
bracesbybenton
S.S.
*/

/*Imports*/
@import url("navigation.css");

/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: #CFE1ED;
	}
body * 
	{ 
	margin:0; 
	padding:0; 
	}
body a img {
	border: none;
	}

/*Main Elements*/
#bgd_wrapper {
	background: url(images/background.jpg) top center no-repeat #CFE1ED;
	}
#bgd_footerwrapper {
	background: url(images/footerbg.jpg) top center repeat-x #fff;
	}
#shell { 
	margin: 0 auto; 
	width: 900px;
	position: relative;
	}
#containerHome { 
	width: 900px; 
	background: url(images/container.jpg) repeat-y; 
	}
#container { 
	width: 900px;
	background: url(images/container2.jpg) repeat-y;
	}
#contentwrapperHome { 
	width: 900px; 
	background: url(images/wrapperHome.jpg) 0 0 no-repeat;
	}
#contentwrapper { 
	width: 900px;
	background: url(images/wrapper.jpg) no-repeat;
	}
.clear { height: 0px; clear: both; }

/*Header*/
#headerHome { 
	width: 900px; 
	height: 273px; 
	background: url(images/headerHome.jpg) no-repeat; 
	}
#header{ 
	width: 900px; 
	height: 273px; 
	background: url(images/header.jpg) no-repeat; 
	}

/*Content*/
#title {
	width: 600px;
	height: 43px;
	margin:0;
	padding:0;
	}	

#content { 
	width: 630px;
	float: left;
	margin-top: 162px; 
	min-height: 235px;
	_height: 235px;
	padding: 0 0 75px 0;
	color: #000 !important; 
	}
	#content p { padding: 10px 0 5px 0; }
	#content a, #content a:visited { color: #25548A; text-decoration: underline; }
	#content a:hover { color: #49C6F2; }
	#content ul { margin: 0 0 10px 25px; }
	#content ul li { list-style: disc; }
	#content ol { margin: 0 0 10px 35px; }
	#content h2, h3, h4, h5 { color: #000; font-weight: bold; padding: 5px 0; }
	#content h2 { font-size: 16px; line-height: 18px; }
	#content h3 { font-size: 14px; line-height: 16px; }
	#content h4 { font-size: 13px; line-height: 15px; }

#contentAdmin {
	width: 650px;
	min-height: 680px; 
	_height: 680px;
	margin-left: 232px;
	}	

#slideshowpics {
	width: 218px;
	height: 320px;
	float: left;
	margin-top: 71px;
	}
#logotext {
	width: 900px;
	height: 141px;
	position: absolute;
	top: 0;
	}

/*Footer*/
#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 0; 
	text-align: center; 
	color: #000; 
	font: 10px/18px Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) top no-repeat;
	height: 18px;
	padding: 0 0 77px 0;
	 }
#footer a, #footer a:visited { 
	color: #000; 
	text-decoration: none; 
	}
#footer a:hover { 
		color: #fff; 
		}

/*Sitemap*/
#divSitemap {
	width: 900px;
	text-align: center;
	background: #CFE1ED;
	padding: 10px 0;
	}

/*Feature and Photos*/
#pagephoto {
	width: 243px;
	height: 200px;
	float: left;
	margin-top: 162px; 
	}
#pagephotoheader {
	position: absolute;
	right: 148px;
	top: 53px;
	}
.photoleft { 
	float: left; 
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #174A97; 
	background: #fff;
	}
.staffphoto { 
	margin: 0px 10px 0 0; 
	padding: 5px; 
	border: 1px solid #174A97; 
	background: #fff; 
	}
.featureCenter { 
	border: 2px #174A97 solid; 
	margin: 0px auto; 
	}
.featureRight { 
	border: 2px #174A97 solid; 
	float: right; 
	margin: 10px 0 0 10px; 
	}
.photo {
	border: 1px #174A97 solid;
	padding: 5px;
	background: #fff;
	} 
.footertop {
	position: absolute;
	margin-top: -76px;
	}
.flashcorner {
	position: absolute;
	right: 0;
	top: 273px;
	}

/*Sifr*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0; 
	}
.sIFR-replaced { 
	visibility: visible !important; 
	width:auto; 
	}
.sIFR-alternate {
	position: absolute; 
	left: 0; top: 0; 
	width: 0; 
	height: 0; 
	overflow: hidden; 
	text-decoration: none; 
	}
.sIFR-alternate a { 
	text-decoration: none; 
	cursor: pointer; 
	}
.sIFR-replaced > div { 
	display: none !important; 
	}
.sIFR-active h1 {
	display:block; 
	color:#000; 
	font-size:43px; 
	line-height:43px;
	padding: 0;
	margin: 0 0 -20px 0;
	height: 43px;
	}
	
/*DNN Overrides*/
.Normal { 
	font-family: Arial, Verdana, Helvetica !important; 
	font-size: 12px !important; 
	line-height: 17px; 
	font: inherit;
	}
#dnn_dnnLOGIN_cmdLogin { 
	text-decoration: none !important; 
	font-size: 11px !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-weight: normal !important; 
	}
#dnn_ContentPane {
	}

