*{margin:0; padding:0;}

body{
font-family:Georgia, Times New Roman, Serif;
text-align:center;
}

a{
text-decoration:none;
background-color:inherit;
}

a:hover{text-decoration:underline;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:10px;}

img.left,img.center,img.right
{
	padding:4px; 
	border-width:1px;
	border-style:solid;
}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#supercontainer {  
	width: 747px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom:30px;
}

#container{
	width:747px;
	margin: 0px auto;
	padding: 0px 0;
	text-align:left;
}

#header{
	height:118px;
	width:747px;
	margin: 0px auto;
}

#mainImage
{
}

#header h1{
	padding:35px 0 0 20px;
	font-size:2.4em;
	letter-spacing:-2px;
	font-weight:normal;
}

#header h2{
	margin:10px 0 0 40px;
	font-size:1.4em;
	letter-spacing:-1px;
	font-weight:normal;
}

#navigation{
	height:58px;
	width:747px;
		/*margin-top:0px;
	margin-bottom:0px;
	margin-left:1px;
	margin-right:1px;*/
}

#navigation ul{
	margin-top:0px;
	margin-left:20px;	
}

#navigation li
{
	height: 57px;
	float:left;
	list-style-type:none;
	white-space:nowrap;
	margin-left:5px;
	/*width:114px;*/
}

#navigation li:last-child {
	background:0;
}
 

#navigation li a
{
	float:left;
	display:block;
	height: 40px;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size:18px;
	text-transform:none;
	text-decoration:none;
	/*width:114px;*/
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
text-decoration:underline;
}

#title{
height:2.2em;
line-height:1.1em;
font-size: 0.8em;
text-transform: uppercase;

width:738px;
margin: 1px;
padding: 0px 0px 0px 20px;
}

/**************** Content styles ****************/

.borderedbox
{
    text-align: center;
    border-style:solid;
    border-width: 1px;
}

#content{
float:left;
width:500px;
font-size: 14px;
padding: 5px 5px 0px 10px;
}

#content h2{
display:block;
margin:0 0 10px 0;
font-size:20px;
font-weight:normal;
letter-spacing:-1px;
}

#content h3
{
    margin:0 0px 8px 0;
	font-size:20px;
    letter-spacing: -1px; 
    font-style: italic; 
    font-weight: normal;
}

#content h4
{
    margin:0 0 2px 0; 
    font-size:14px; 
    letter-spacing: -1px; 
    font-style: normal; 
    font-weight: bold;
}

#content a:hover
{
	text-decoration:underline;
}

#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
font-family:Arial;
float:left;
width:183px;
/*margin-top: 30px;
margin-left: 10px;
margin-right:14px;*/
padding:15px 0px 0px 19px;
font-size: 13px;
line-height:1.1em;
}

#subcontent h2{
display:block;
margin:0 0 9px 0;
padding-bottom:3px;
font-size:18px;
font-weight:normal;
text-align:left;
word-spacing:+1px;
line-height:normal;
}

#subcontent a
{
	display:block;
	margin-bottom:5px;
	padding-bottom:2px;
}
#subcontent a:hover
{
	text-decoration:underline;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}


/**************** Menublock styles ****************/

.menublock{margin:0 0 10px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; padding-top:0px; margin-bottom:0px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 0px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid ;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:747px;
height: 58px;
margin:0 0px;
font-size:10px;
font-weight:bold;
text-align: center;
	margin-bottom:40px;
}

.bottomLinks
{
	padding-top:65px;

}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{ font-weight:bold;}
#footer a:hover{text-decoration: underline;}

/**************** Misc classes and styles ****************/

.left{float: left;}
.right{float: right;}
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{font-weight:bold;}

.box{
margin:10px 0 20px 0;
padding:10px;
border:1px solid;
line-height:1.5em;
}

.dynamiccontentitem { 
  margin: 0px auto;
  padding: 20px 10px 10px 0px;
  border-top: 1px solid;  
  width: 495px;
  clear:both;

}

.usercontentitem { 
  margin: 0px auto;
  padding: 10px 10px 0px 0px;
  width: 495px;
  clear: both;
  margin-bottom: 0px;
}

.usercontentitem p
{
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.usercontentitem a 
{
    padding: 0;
    margin-left: 15px;   
}

.bottomCustomization
{
	width: 500px;
	margin: 0px auto;
}
.bottomCustomization div
{
	text-align:center;
}

address
{
	font-style:normal;
	font-size: 11px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto
}
.medforwardmark
{
	font-size: 12px;
	margin-top: 35px;
}

/* Alternate Physician Design */

.physiciansholder
{
	width:450px;
	height:510px;
	margin: auto;	
}

.physicianbox
{
	display:block;
	float:left;		
	width:150px;
	height:150px;
}

.physicianbox img
{
	vertical-align:middle; /*firefox underline hack */
	text-decoration: none;
}
.banner
{
	
}

a.locationlink
{
	margin-left:0px;
}

.picWrap1 {
	float:left;
	margin-right:15px;
	padding-right:15px;
}

.picWrap2 {
	padding:4px; 
	border:1px solid #a0a0a0; 
	padding-bottom:2px;
}
