/*
crowderortho
S.S.
Feature Color: A99F00
*/

/*Imports*/
@import url("navigation.css");

/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: #000;
	}
body * 
	{ 
	margin:0; 
	padding:0; 
	}

/*Main Elements*/
#bgd_wrapper {
	}
#shell { 
	margin: 0px auto; 
	width: 965px;
	position: relative;
	}
#container { 
	width: 965px;
	background: url(images/container.jpg) repeat-y;
	}
#contentwrapper { 
	width: 965px;
	background: url(images/wrapper.jpg) no-repeat;
	min-height: 530px;
	_height: 530px;
	}


/*Header*/
#header { 
	width: 909px; 
	height: 154px;
	padding: 20px 28px 0 28px;
	background: url(images/header.jpg) no-repeat;
	}
#welcome {
	width: 563px;
	height: 223px;
	margin-left: 380px;
	}

/*Content*/
	
#content { 
	width: 520px; 
	padding: 10px 0;
	margin-left: 408px; 
	color: #000 !important; 
	}
	#content p { padding: 10px 0 5px 0; }
	#content a, #content a:visited { color: #033E4E; }
	#content a:hover { color: #6BB3AF; }
	#content ul { margin: 0 0 10px 25px; }
	#content ul li { list-style: disc; }
	#content table td { margin: 5px 0px; }
	#content h2, h3, h4, h5 { color: #000; font-weight: bold; padding: 5px 0; font-family: Arial, Helvetica, sans-serif; }
	#content h3 { font-size: 16px; line-height: 18px; }
	#content h4 { font-size: 14px; line-height: 16px; }
	#content h1 { font-size: 16px; font-weight: bold; color: #000; padding: 2px 0 10px 0; }

/*Footer*/
#footer {
	width: 965px;
	padding: 16px 0 10px 0; 
	text-align: center; 
	color: #666666; 
	font: 10px/14px Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) top no-repeat;
	clear: both;
	 }
#footer a, #footer a:visited { 
	color: #666666; 
	text-decoration: none; 
	}
#footer a:hover { 
		color: #6BB3AF; 
		}
#footeraddress {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	padding: 10px 0;
	}
#footeraddress a, #footeraddress a:visited {
	color: #999999;
	}

/*Feature and Photos*/
#pagephoto { 
	float: right;
	margin: 7px 0 0 10px;
	}
.photoleft { 
	float: left; 
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #A99F00; 
	background: #fff;
	}
.photo {
	border: 1px solid #A99F00;
	padding: 5px;
	background: #fff;
	}
.staffphoto { 
	margin: 0px 10px 0 0; 
	padding: 5px; 
	border: 1px solid #A99F00; 
	background: #fff; 
	}
.featureCenter { 
	border: 2px #A99F00 solid; 
	margin: 0px auto; 
	}
.featureRight { 
	border: 2px #A99F00 solid; 
	float: right; 
	margin: 10px 0 0 10px; 
	}

/*DNN Overrides*/
.Normal { 
	font-family: Arial, Helvetica !important; 
	font-size: 12px !important; 
	color: #000 !important;
	line-height: 18px; 
	font: inherit;
	}
#dnn_dnnLOGIN_cmdLogin { 
	text-decoration: none !important; 
	font-size: 10px !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-weight: normal !important; 
	}

