@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/fcrs_background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.fcrs #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fcrs #header { 
	background-color:transparent; 
	margin: 0;
	padding: 0;
	width:900px;
	height:145px;
} 
.fcrs #sidebar1 {
	background: #fff;
	color: #666666;
	float: left;
	padding: 0;
	text-align: center;
	width: 300px;
	font: 0.76em/1.5em Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1000;
}
.fcrs #sidebar1 h1 {
	color: #602834;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.fcrs #mainContent { 
	border-left: #999 solid 1px;
	float: right;
	padding: 0; 
	width: 597px;
} 

div.headPhoto {
	z-index: 900;
	position: relative;
}

.fcrs #mainContent .mainText {
	color: #074F64;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 10px;
}

.fcrs #mainContent .mainText p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.fcrs #container #sidebar1 p {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.fcrs #container #sidebar1 h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
}
.fcrs #mainContent .mainText h1 {
	color: #602834;
	border-bottom: 1px solid #b88a94;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
.fcrs #mainContent .mainText h2 {
	color: #386d82;
	font-size: 1.3em;
}
.fcrs #mainContent .mainText h3 {
	color: #602834;
	font-size: 1.0em;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.fcrs #mainContent .mainText .quote {
	color: #602834;
	font-size: 1em;
	font-style:italic;
	margin: 0 auto;
}
/*
	Physician Info Box
*/
.fcrs #mainContent .mainText  #physinfo {
	background-image:url(images/fcrs_info_background.jpg);
	float:right;
	margin-left: 20px;
	width:202px;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.fcrs #container #mainContent .mainText #physinfo a {
	color: #FFFFFF;
	text-decoration: underline;
}
.fcrs #mainContent .mainText #physinfo h1 {
	border-bottom: none;
	color: #fff;
	font-size: 0.72em;
	letter-spacing: normal;
	margin: 5px 10px 0 10px;
	font-weight: bolder;
}
.fcrs #mainContent .mainText #physinfo h2 {
	color: #fff;
	font-size: .7em;
	margin: 5px 10px 0 10px;
}
.fcrs #mainContent .mainText #physinfo ul {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0;
	padding-left: 25px;
	padding-right: 15px;
}

.fcrs #mainContent .mainText #physinfo p
{
	color: #fff;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0;
	padding-left: 30px;
	padding-right: 25px;
}
.fcrs #mainContent .mainText #t1, .fcrs #mainContent .mainText #t2, .fcrs #mainContent .mainText #t3, .fcrs #mainContent .mainText #t4 {
	display: block;
}

.fcrs #mainContent .mainText .treatments ul {
	margin-left: 0;
	padding-left: 0;
}
.fcrs #mainContent .mainText .treatments ul li  {
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.fcrs #mainContent .mainText .treatments li {
	list-style: none;
}
.fcrs #mainContent .mainText .treatments a {
	color: #602834;
	text-decoration: none;
	display: block;
}
.fcrs #mainContent .mainText #physinfo .photo {
	margin: 0 auto;
}
.fcrs #footer { 
	color: #568398;
	background-color: #fff;
	background-image: url(images/fcrs_footer_background.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
.fcrs #footer a {
	color: #602834;
	text-decoration: none;
}
.fcrs #footer a:hover {
	color: #666;
}
.fcrs #footer .fcontainer {
	margin: 0 auto;
	width: 900px;
}
.fcrs #footer .footer-left {
	float:left;
	font-size: 0.66em;
	text-align: right;
	margin-top: 20px;
	height: 60px;
	padding-right: 10px;
	width: 290px;
}
.fcrs #footer .footer-right {
	border-left: #568398 solid 1px;
	margin-top: 20px;
	float:right;
	width: 587px;
	height: 60px;
	padding-left: 10px;
	font-size: 0.66em;
	text-align: left;
}
/*
	News Box
*/
.fcrs #newsbox {
	 background-image:url(images/fcrs_info_background.jpg);
	 float:right;
	 margin-left: 20px;
	 width:202px;
}
.fcrs #newsbox h1 {
	color: #fff;
	font-size: .8em;
	margin: 5px 10px;
}
.fcrs #newsbox h2 {
	color: #fff;
	font-size: .7em;
	margin: 10px 10px 0;
}
.fcrs #newsbox p {
	color: #fff;
	font-size: .7em;
	margin: 0 10px;
}
.fcrs #newsbox a {
	color: #fff;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fcrs #mainContent .mainText .hptitle
{
	color: #602834;
	border-bottom: 1px solid #b88a94;
	font-size: 1.4em;
	letter-spacing: .5em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.fcrs #container #mainContent .mainText #physinfo a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}

.fcrs #container #mainContent .mainText #physinfo a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.fcrs #container #mainContent .mainText #physinfo a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.fcrs #container #sidebar1 .sbSubMenu {
	width: 260px;
	text-align: center;
	padding: 0px 20px;
}
.fcrs #container #sidebar1 .sbSubMenu h2
{
	color: #602834;
	font-size: 1.4em;
	border-bottom: 1px solid #b88a94;
	margin-top: 10px;
}
.fcrs #container #sidebar1 .sbSubMenu ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
}
.fcrs #container #sidebar1 .sbSubMenu li {
	list-style: none;
	margin-top: 2px;
}
.fcrs #container #sidebar1 .sbSubMenu a
{
	padding-top: 5px;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #074F64;
	text-decoration: none;
}
.fcrs #container #sidebar1 .sbSubMenu a:hover
{
	color: #602834;
	text-decoration: underline;
}

.fcrs #mainContent .mainText a
{
	color: #602834;
	text-decoration: none;
}

.fcrs #mainContent .mainText a:visited
{
	color: #333333;
	text-decoration: none;
}

.fcrs #mainContent .mainText a:hover
{
	color: #075067;
	text-decoration: none;
}

.fcrs #mainContent .mainText a:active
{
	color: #602834;
	text-decoration: none;
}
.fcrs    #mainContent    .mainText  ul 
{
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.fcrs    #mainContent    .mainText   li { }

.fcrs #mainContent ul.payment-choice {margin-left:0; padding-left:32px;}
.fcrs #mainContent ul.payment-choice li.office {margin-bottom:4em;}
.fcrs #mainContent ul.payment-choice li.surgery {padding-top:3em; border-top:1px solid #999;}

.fcrs #mainContent .mainText h4
{
	font-size: 1.08em;
	font-weight: bolder;
	margin-bottom: 3px;
}

.fcrs #sidebar1 h4
{
	color: #074F64;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 0px;
}

.fcrs #container #mainContent .smallText { font-size: 0.82em; }

/*additional*/
.sbMenu{
	text-align:center;
	}

.sbMenu ul{
	width:284px;
	background:url(images/navbg.gif) repeat-x center top;
	margin:0 auto;
	display:block;
	padding:0;
	list-style-type:none;
	}	

.sbMenu li{
	text-transform:uppercase;
	line-height:29px;
	border-bottom:1px solid #e2dcd0;
	font-size:13px;
	position:relative;
	overflow:hidden;
	width:284px;
	}

.sbMenu li:hover{
	overflow:visible;
	}	

.sbMenu a{
	color:#074f64;
	text-decoration:none;
	display:block;
	}	

.sbMenu a:hover, .sbMenu li:hover a{
	color:#fff;
	background:#602834;
	}
	
.sbMenu  li ul{
	position:absolute;
	width:284px;
	top:0;
	left:284px;
	background:#602834;
	z-index:200;
	border:1px solid #e2dcd0;
	}			

.sbMenu li ul li a{
	color:#fff;
	}

.sbMenu li ul li a:hover{
	color:#074F64;
	background:#fff;
	}	

#header ul{
    background-color: transparent;
    float: right;
    margin: 4px 0 30px;
    padding: 0;
	height:12px;
	line-height:12px;
	}

#header li{
	list-style-type:none;
	float:left;
	display:inline-block;
	font-size:10px;
	margin:0 3px;
	color:#fff;
	}

#header li a{
	display:block;
	color:#fff;
	text-decoration:none;
	}		

#header li a:hover{
	color:#602834;
	}	

