/*******************************/
/* PARK WEST ASSOCIATES STYLES */
/*******************************/


/* COLORS 
light blue: #93ABDA
dark blue/green: #567E91
background cream: #FFFBF0
gray: #CCCCCC
*/


/* GENERAL RULES */
body {
	background-color:#FFFBF0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin:0;
	padding:0;	
	}
td {
	padding:0;
	margin:0;
	vertical-align:top;
	}

a   {
	text-decoration:none;
	color:#fff;
    }
	
a:hover{	color:#567e91;	text-decoration:underline;	}
	
img{margin:0px; border:0px; padding:0px	}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
h1{2em}
h2{1.8em}
h3{1.6em}
h4{1.2em}
h5{1em}
h6{.8em}

/* MAIN CONTAINER */
#mainContainer {
	width:776px;
	margin:20px auto 0 auto;
	background-image:url(../images/background-repeat.gif);
	background-repeat:repeat-y;
	}
	
/*HEADER*/
#header {
width:776px;
height:65px;
background-image:url(../images/background-header.gif);
position:relative;
}
#header h1{	
	position:absolute;
	top:-500px;
	left:-5000px;
}
	

/*MAIN MENU*/
#mainMenu{
	text-align:right;
	position:absolute;
	top:40px;
	right:35px;	
}

#mainMenu a{
	 color:#93ABDA;
	 font-family:"Times New Roman", Times, serif;
	 font-size:1.5em;
	 padding:0 .5em 0 .5em;
	 position:relative;
	 text-align:center;
	 display:block;
	 float:right;
	 border-bottom:1px solid #ccc;
	}

#mainMenu a:hover{
	color:#567e91;
	text-decoration:none;
	}
#mainMenu a.selected{
	color:#567e91;
	text-decoration:none;
	}
	
.menuLine{
  height:12px;
  width:1px;
  border-right:1px solid #ccc;
  position:absolute;
  bottom:0px;
  right:0px;
}
	
/* MAIN TABLE */
#mainTable {
	width:743px;
	Margin: 8px auto 0 auto;
	background-color:#93ABDA
}

#mainContent {
	Padding: 30px 20px 0 20px;
}
#rightColumn {
	Padding: 0;
	margin:0;
	text-align:right;
}
	
/* FOOTER */
#footerMenu {
color:#CCCCCC;
height:20px;
margin-top:5px;
margin-bottom:60px;
text-align:center;
}

#footerMenu a {
color:#93ABDA
}



/*PAGE STYLES*/
/*----------------------------------------------*/

/* HOME */
.home .welcomeTitle {
background-image:url(../images/welcome.gif);
height:25px;
width:131px;
position:relative;
}

.home .welcomeTitle h2 {
position: absolute;
top:-100px;
left:-10000px;
}

.home strong{
	font-weight:normal;	
}

/* OFFICES */

.officesContent .officesTitle {
	background-image:url(../images/offices.gif);
	height:25px;
	width:131px;
	position:relative;
}

.officesContent .officesTitle h2 {
	position: absolute;
	top:-100px;
	left:-10000px;
}

.officesContent .address {
	border-top:1px solid #fff;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}
.officesContent .address .map{
	text-align:left;
	padding-left:20px;
	padding-top:1px;
	background-image:url(../images/btn-map.jpg);
	background-repeat:no-repeat;
	background-position: center left;
	font-weight:bold;
	margin-bottom:15px;
	float:right;	
}
	
	
/* CLINICIANS */
.cliniciansTitle {
	background-image:url(../images/clinicians.gif);
	height:25px;
	width:131px;
	position:relative;
}

.cliniciansTitle h2 {
	position: absolute;
	top:-100px;
	left:-10000px;
}
#cliniciansTable{
	margin:0 0 20px 0;
	width:700px;
}	
#cliniciansTable .clinicianContainer{
	margin:10px 10px 0 0;
	border-top:1px solid #829ac9;
	padding-top:10px;
}

/* BIOS */
#bio {width: 600px; padding: 30px 0; margin: 0 auto; position:relative;}
#bio h1{line-height:1.25em; font-family:"Times New Roman", Times, Serif; font-weight:normal;}
#bio a{color: #fff;}
#bio a:hover{color: #567E91;}
#bio #buttons{text-align: right;margin:0; position:absolute; top:-20px; right:-60px;} 
#bio #buttons a{text-align: right;margin:0 0 0 10px; padding:2px 5px; border:1px solid #ccc; float:right; color:#aaa; background-color:#FFFBF0;} 
#bio #buttons a:hover{text-decoration:none;background-color:#FFFBF0;color: #567E91; border:1px solid #567E91;} 
.clear{clear:both;}

#bio img{float:right; margin: 0 0 10px 10px; clear:both;}



/* SERVICES */
.servicesTitle {
	background-image:url(../images/services-title.gif);
	height:25px;
	width:131px;
	position:relative;
	margin-bottom:15px;
}

.servicesTitle h2 {
	position: absolute;
	top:-100px;
	left:-10000px;
}
  
.servicesTable{

}  
.servicesTable h3{
	margin:5px 0;
} 
.servicesTable .leftCol{
	padding-right:20px;
	padding-left:10px;

} 	
.servicesTable .rightCol{
	padding-left:10px;
	width:200px;
} 	
.servicesTable .rightCol #servicesMenu{
	margin-top:10px;
}
.servicesTable .rightCol #servicesMenu ul{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:0 0 3px 0;
	margin:3px 0 0 0;
	list-style:inside;
}
.servicesTable .rightCol #servicesMenu ul li{
	margin:0;
	padding:3px 0 0 0 ;
}	
.backtotop{
	display:block;
	text-align:left;
	padding-left:20px;
	background-image:url(../images/btn-backtotop.jpg);
	background-repeat:no-repeat;
	background-position: center left;
	font-weight:bold;
	margin-bottom:15px;
}	
	
	
	
	
	