/*
morinoorthodontics
S.S.
Feature Color: F19C08
*/

/*Imports*/
@import url("navigation.css");

/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: #C3CFFF;
	}
body * 
	{ 
	margin:0; 
	padding:0; 
	}

/*Main Elements*/
#bgd_wrapper {
	background: url(images/background.jpg) top center repeat-x;
	}
#shell { 
	margin: 0 auto; 
	width: 1000px;
	position: relative;
	}
#container { 
	width: 1000px;
	background: url(images/container.jpg) repeat-y;
	}
#contentwrapper { 
	width: 1000px;
	background: url(images/wrapper.jpg) no-repeat;
	}


/*Header*/
#header { 
	width: 1000px; 
	height: 250px;
	background: url(images/header.jpg) no-repeat;
	}

/*Content*/
#title {

	}	

#content { 
	width: 570px; 
	padding: 40px 0 10px 0;
	margin-left: 116px; 
	min-height: 255px; 
	_height: 255px; 
	color: #000 !important; 
	}
	.content p { padding: 10px 0 5px 0; }
	.content a, #content a:visited { color: #5B4A90; }
	.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: #000895; font-weight: bold; padding: 5px 0 0 0; }
	.content h3 { font-size: 16px; line-height: 18px; }
	.content h4 { font-size: 14px; line-height: 16px; }

/*Footer*/
#footer {
	width: 1000px;
	padding: 60px 0 0 0; 
	text-align: center; 
	color: #000; 
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) top no-repeat;
	clear: both;
	 }
#footer a, #footer a:visited { 
	color: #000; 
	text-decoration: none; 
	}
#footer a:hover { 
		color: #020A99; 
		}

/*Feature and Photos*/
#pagephoto {
	width: 184px;
	min-height: 275px;
	_height: 275px;
	float: right;
	padding: 40px 90px 0 0;
	}
.pagephoto {
	padding: 1px 5px 7px 1px;
	background: url(images/pagephoto.jpg) no-repeat;
	}
.photo {
	padding: 5px; 
	border: 1px solid #5B4A90; 
	background: #fff;
	}
.photoleft { 
	float: left; 
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #5B4A90; 
	background: #fff;
	}
.staffphoto { 
	margin: 0px 10px 0 0; 
	padding: 5px; 
	border: 1px solid #5B4A90; 
	background: #fff; 
	}
.featureCenter { 
	border: 2px #5B4A90 solid; 
	margin: 0px auto; 
	}
.featureRight { 
	border: 2px #5B4A90 solid; 
	float: right; 
	margin: 10px 0 0 10px; 
	}
.clear {
	height: 0px;
	clear: both;
	}


/*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 {
	visibility:hidden; 
	font:normal 22px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px; 
	margin: 0; 
	padding:0;
	}
.sIFR-active .footerAddress {
	visibility:hidden; 
	font:normal 24px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px; 
	margin: 0; 
	padding:0;
	}


/*DNN Overrides*/
.Normal { 
	font-family: Verdana, Arial, Helvetica !important; 
	font-size: 12px !important; 
	line-height: 18px; 
	font: inherit;
	}
#dnn_dnnLOGIN_cmdLogin { 
	text-decoration: none !important; 
	font-size: 12px !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	color: #020A99 !important;
	}

