/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	
	background:url(images/pageElements/backgroundOfBody.jpg) 0 0 repeat-x;
	background-position:top center;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;

	width:770px;
	background-color: #083C6C;
}


#container{
	width:770px;
	background:url(images/pageElements/backgroundOfContent_solid.jpg) 0 0 repeat-y;
	background-position:top center;
	}

#shell{
	width:770px;
	background:url(images/pageElements/backgroundOfHead.jpg) top left no-repeat;
	padding:280px 0 0 0;
	}



#contentcopy{

	width:494px;
	padding:0 0 0 243px;
	line-height:18px;
	}	
#sidebarpic{
position:absolute;
top:345px;
}
#footer{

	background: url(images/pageElements/backgroundOfFoot.jpg) top no-repeat;
	width:770px;
	height:51px;
	margin:0;
	padding:0;
	clear:both;
	}	

#footertag {
	width:770px;
	font-size:12px;
	padding-top:5px;
	text-align:right;
	padding-bottom:15px;
	color:8EA3B4
	}

#footertag a {
	color:#8EA3B4;
	text-decoration:none;
	text-align:right;
	font-size:10px;
	}
	
#footertag a:hover {
	color:#000000;
	text-decoration:none;
	}	

#tlink{
	position:relative;
	top:0;
	left:0;
}
#tlink img{
	border:none;
}

/***basic page stuff***/
ul{
	margin-top:0px;
	font-size:11px;
	}
strong{
	color:#083C6C;
}
a {
	color:#083C6C;
	text-decoration:underline;
	}	
	
a:hover {
	color:#666666;
	text-decoration:none;
	}
a:active {
	color:#ffdddd;
	text-decoration:none;
	}
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:0px 0 14px 14px;
	float:right;
	}	
	
.clear {
	width:100%;
	height:1px;
	clear:both;
	}	
.featureCenter{
	text-align:center;
	margin:0 auto 0 auto;
	border:3px solid black;
	}	 




/***Menu stuff***/
#menu{

	width:770px;
	height:39px;
	position:relative;
	top:-163px;
	overflow:hidden;
	}			
	#menu a {
		display: block;
		height: 39px;
	
		text-indent: -999em;
		background-position:top;
		float:left;
	}
	
	#menu a:hover {
		background-position: bottom;
	}	
	#menu p{
		padding:0;
		margin:0;
		}


#menuhome{
		width: 147px;
		background-image: url(images/pageelements/menu/menubuttonHome.jpg);
}
#menudoctor{
		width: 181px;
		background-image: url(images/pageelements/menu/menubuttonDoctors.jpg);
}
#menuoffice{
		width: 118px;
		background-image: url(images/pageelements/menu/menubuttonOffice.jpg);
}
#menupatient{
		width: 123px;
		background-image: url(images/pageelements/menu/menubuttonPatient.jpg);
}
#menutreatment{
		width: 201px;
		background-image: url(images/pageelements/menu/menubuttonTreatment.jpg);
}

/***on page navigation stuff***/
.onPageNavigation{
	float:right;
	width:200px;
	border-width: 0 1px 0 1px;
	text-align:center;
	margin:0 0 25px 10px;
		overflow:hidden;
}

.onPageNavigation a{
	padding:1px 20px 1px 1px;
	margin: 0 0 2px 2px;
	border:1px solid #083C6C;
	background:url(images/pageElements/downarrow.jpg) 0 0 no-repeat;
	background-position:right bottom;
	background-color:#9D9F9A;
	color:#083C6C;
	text-decoration:none;
	font-weight:bold;
	display:block;
	text-align:left;
	float:right;
	width:150px;
	
}
.onPageNavigation a:hover{

	border:1px solid #083C6C;
	color:#666666;
	text-decoration:none;
	background-position:right center;
}
/* SIFR STUFF */
	.sIFR-flash {visibility: visible !important; margin: 0;}
	.sIFR-replaced {visibility: visible !important;}
	span.sIFR-alternate {position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden;}
	.sIFR-hasFlash h1 {visibility: hidden; letter-spacing: -3px; color: #ffffff; font-size:23px; height:32px;  margin-top:0px; margin-bottom:20px; }
	.sIFR-hasFlash h2 {visibility: hidden; letter-spacing: -3px; color: #083C6C; font-size:20px; height:20px; margin-top:0px; margin-bottom:9px;}	

