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


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


/* GENERAL RULES */
body {
	background-color:#fff;
	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-repeat:repeat-y;
	}
	
/*HEADER*/
#header {
width:776px;
height:85px;
position:relative;
}
#header h1{	
    font-family:"Times New Roman", Times, serif;
    color: #567E91;
    padding:30px 0 0 20px;
    font-weight:normal;
    font-size:3em;
}
	

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

#mainMenu a{
	 color:#93ABDA;
	 font-family:"Times New Roman", Times, serif;
	 font-size:1.4em;
	 padding:0 .5em 0 .5em;
	 position:relative;
	 text-align:center;
	 display:block;
	 float:left;
	 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:#fff;
	color: #567E91;
	border:1px solid #567E91;
}

#mainContent {
	Padding: 40px 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
}
.footerImage{
	display:none;
	}


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

/* HOME */
.home .welcomeTitle {

}

.home .welcomeTitle h2 {
    font-family:"Times New Roman", Times, serif;

}

.home strong{
	font-weight:normal;	
}

/* OFFICES */

.officesContent .officesTitle {

}

.officesContent .officesTitle h2 {
    font-family:"Times New Roman", Times, serif;

}

.officesContent .addressTable {
	padding-top:20px;
}

.officesContent .addressTable .leftColumn {
	line-height:1.4em;
	padding-right:20px;
}

.officesContent .addressTable .leftColumn a {
	font-weight:bold;
}

.officesContent .addressTable .rightColumn {
	line-height:1.4em;	
}

.officesContent .addressTable .rightColumn a {
	font-weight:bold;
}

.officesContent .addressTable .rightColumnBox {
border-left:1px solid #fff;
padding-left:20px;
}
	
	
	
/* CLINICIANS */
.cliniciansTitle {

}

.cliniciansTitle h2 {
    font-family:"Times New Roman", Times, serif;

}
#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:-30px; 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;}






  
  

	
	
	
	
	
	
	
	
