/*
hamiltonortho
S.S.
*/

/*Imports*/
@import url("navigation.css");

/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: url(images/bg4a.jpg) center top repeat-y #997D60;
	}
body * 
	{ 
	margin:0; 
	padding:0; 
	}
body a img {
	border: none;
	}

/*Main Elements*/
#bgd_wrapper {
	background: url(images/bg4.jpg) center top repeat-x;
	}
#shell { 
	margin: 0 auto; 
	width: 835px;
	position: relative;
	background: #9A7C60;
	}
#container { 
	width: 835px;
	background: url(images/container.jpg) repeat-y;
	}
#contentwrapper { 
	width: 835px;
	background: url(images/wrapper.jpg) repeat-x;
	}


/*Header*/
#header { 
	width: 835px;
	height: 178px; 
	background: url(images/header.jpg) repeat-x;
	overflow: hidden;
	}

/*Flash Picture*/
#flashpics {
	position: absolute;
	}
#pagephoto {
	width: 314px;
	height: 412px;
	position: absolute;
	}

/*Content*/
#title {

	}	

#content { 
	width: 500px; 
	padding: 45px 0 10px 0; 
	min-height: 396px; 
	_height: 396px;
	margin-left: 314px; 
	color: #fff !important; 
	}
	#content p { padding: 10px 0 5px 0; }
	#content a, #content a:visited { color: #642921; }
	#content a:hover { color: #FF8B00; }
	#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: #480300; font-weight: bold; padding: 5px 0; }
	#content h3 { font-size: 16px; line-height: 18px; }
	#content h4 { font-size: 14px; line-height: 16px; }

/*Footer*/
#footer {
	width: 835px;
	padding: 0 0 10px 0; 
	text-align: center; 
	color: #313900; 
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	background: url(images/footer.jpg) repeat-x;
	 }
#footer a, #footer a:visited { 
	color: #313900; 
	text-decoration: none; 
	}
#footer a:hover { 
		color: #FF8400; 
		}
#footerAddress {
	color: #313900;
	font-size: 14px;
	padding: 10px 0;
	}
#footerAddress a, #footerAddress a:visited {
	color: #313900;
	text-decoration: none;
	}
#logos {
	height: 72px;
	width: 835px;
	padding-top: 15px;
	}

/*Sitemap*/
#divSitemap {
	width: 835px;
	text-align: center;
	background: #fff;
	}

/*Feature and Photos*/
#pagephoto { }
.photoleft { 
	float: left; 
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #62281D; 
	background: #fff;
	}
.staffphoto { 
	margin: 5px 10px 0 0; 
	padding: 5px; 
	border: 2px solid #62281D; 
	background: #fff; 
	}
.featureCenter { 
	border: 2px #62281D solid; 
	margin: 0px auto; 
	}
.featureRight { 
	border: 2px #62281D solid; 
	float: right; 
	margin: 10px 0 0 10px; 
	}
.photo {
	border: 1px #4B0201 solid;
	padding: 5px;
	background: #fff;
	} 

/*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 .locationNumber {
	display:block; 
	color:#fff; 
	font-size:24px; 
	line-height:24px;
	height: 28px;
	margin: 20px 0 0 0;
	}
.sIFR-active .locationText {
	display:block; 
	color:#fff; 
	font-size:14px; 
	line-height:14px;
	}
.sIFR-active h1 {
	display:block; 
	color:#4a0100; 
	font-size:20px; 
	line-height:20px;
	padding:0;
	}

/*DNN Overrides*/
.Normal { 
	font-family: Verdana, Arial, Helvetica !important; 
	font-size: 11px !important; 
	line-height: 18px; 
	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; 
	}
#search .NormalTextBox {
	color: #999999 !important;
	padding: 2px 0 2px 10px !important;
	font-size: 11px !important;
	}

.formTable{
	width:480px; 
	font: normal 10pt Verdana, Arial, Helvetica; 
	color: #fff;
}

.formTable label{
	font: normal 10pt Arial, Helvetica, sans-serif; 
	color: #fff;
	width: 20%;
}

.formTable td{
	padding: 2px;
}