/*
garzaortho
S.S.
Feature Color: 4E1A41
*/

/*Imports*/
@import url("navigation.css");

/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: url(images/background.jpg) repeat;
	}
body * 
	{ 
	margin:0; 
	padding:0; 
	}

/*Main Elements*/
#bgd_wrapper {
	}
#shell { 
	margin: 0 auto; 
	width: 900px;
	position: relative;
	}
#container { 
	width: 900px;
	background: url(images/container.jpg) repeat-y;
	padding: 0 0 0 46px;
	}
#contentwrapperHome { 
	width: 854px;
	min-height:346px;
	_height:346px;
	background: url(images/wrapper.jpg) no-repeat;
	}
#contentwrapperInterior { 
	width: 854px;
	background: url(images/wrapperInterior.jpg) no-repeat;
	min-height: 700px;
	_height: 700px;
	}

/*Tlink*/
#tlink {
	width: 140px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	}

/*Header*/
#headerHome { 
	width: 900px; 
	height: 202px;
	background: url(images/headerHome.jpg) no-repeat;
	}
#header { 
	width: 900px; 
	height: 46px;
	background: url(images/header.jpg) no-repeat;
	}
	
/*Content*/
#title {

	}	
#contentHome { 
	width: 475px; 
	float:left;
	padding: 35px 0 10px 0;
	margin-left: 25px; 
	min-height: 255px; 
	_height: 255px; 
	color: #000 !important; 
	}
#content { 
	width: 475px; 
	padding: 35px 0 10px 0;
	margin-left: 25px; 
	min-height: 255px; 
	_height: 255px; 
	color: #000 !important; 
	}
	.content p { padding: 10px 0 5px 0; }
	.content a, #content a:visited { color: #4E1A41; }
	.content a:hover { color: #749371; }
	.content ul { margin: 0 0 10px 25px; }
	.content ul li { list-style: disc; }
	.content ol { margin: 0 0 10px 35px; }
	.content table td { margin: 5px 0px; }
	.content h2, h3, h4, h5 { color: #4E1A41; font-weight: bold; padding: 5px 0 0 0; }
	.content h3 { font-size: 16px; line-height: 18px; }
	.content h4 { font-size: 14px; line-height: 16px; }

/*Page Photos*/
#pagephotos {
	width: 360px;
	text-align: center;
	}

/*Logo*/
#logo {
	width: 300px;
	height: 49px;
	padding: 0 564px 0 115px;
	clear: both;
	}

/*Footer*/
#footer {
	width: 900px;
	height: 22px;
	background: url(images/footer.jpg) no-repeat;
	overflow: hidden;
	margin: 0 0 10px 0;
	 }

#copyright {
	width: 343px;
	padding: 0 0 10px 511px;
	text-align: center;
	color: #959595;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	}
#copyright a, #copyright a:visited {
	color: #959595;
	text-decoration: none;
	}
#copyright a:hover {
	color: #fff;
	}

/*Feature and Photos*/
#pagephoto {
	}
.pagephoto {
	padding: 1px 4px 9px 5px;
	background: url(images/pagephoto.jpg) no-repeat;
	}
.photo {
	padding: 5px; 
	border: 1px solid #4E1A41; 
	background: #fff;
	}
.photoleft { 
	float: left; 
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #4E1A41; 
	background: #fff;
	}
.staffphoto { 
	margin: 0px 10px 0 0; 
	padding: 5px; 
	border: 1px solid #4E1A41; 
	background: #fff; 
	}
.featureCenter { 
	border: 2px #4E1A41 solid; 
	margin: 0px auto; 
	}
.featureRight { 
	border: 2px #4E1A41 solid; 
	float: right; 
	margin: 10px 0 0 10px; 
	}
.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
	}
.sidepic {
	float: right;
	clear: right;
	}

/*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 36px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px; 
	margin: 0; 
	padding: 0;
	height: 50px;
	}
.sIFR-active #tlink {
	visibility:hidden; 
	font:normal 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px; 
	margin: 0; 
	padding: 14px 0;
	}

/*DNN Overrides*/
.Normal { 
	font-family: "Microsoft Sans Serif", sans-serif, Verdana, Arial, Helvetica !important; 
	font-size: 12px !important; 
	line-height: 18px !important; 
	font: inherit;
	}
#dnn_dnnLOGIN_cmdLogin { 
	text-decoration: none !important; 
	font-size: 10px !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-weight: bold !important; 
	color: #fff !important;
	}
#dnn_dnnLOGIN_cmdLogin a:hover {
	color: #749371;
	}


#right_links {
	width:341px;
	float:right;
	padding-top:13px;
}

#contact_us_Home {
	width:341px;
	height:71px;
	float:right;
}
#email_link_home {
	width:341px;
	height:25px;
	float:right;
	padding-top:172px;
}
.image_class {
	border:none;
}
.contact_us_home_link {
	text-decoration:none;
	border:none;
}
#menu_new
{
	float:left;
	width:854px;
	height:192px;
}
#clear_new {
clear:both;
}