/************************************************************/
/* Copyright 2007 Computer Works, Inc.  All rights reserved */
/************************************************************/

@import url(override.css);
@import url(color.css);
@import url(typography.css);


html
{
}


body
{
 	position: relative;
	margin: 0px 0px;
	text-align: left;
}




div#branding
{
 	position: relative;
   background: transparent url(header_back.gif) repeat-x 0 0;
   height: 76px;
   z-index: 2;
}

div#branding h1
{
   padding-left: 215px;
   padding-top: 10px;
}

div#branding blockquote
{
 	position: absolute;
 	width: 100%;
 	text-align: right;
 	right: 150px;
   bottom: 2px;
}

div#branding img
{
 	position: absolute;
 	left: 75px;
 	top: 15px;
   z-index: 2;
}



div#nav_main
{
 	position: relative;
   background: transparent url(nav_main_back.gif) repeat-x 0 0;
   height: 47px;
   padding-left: 150px;
   padding-right: 150px;
   padding-top: 15px;
   text-align: right;
   z-index: 1;
}

h2
{
 	display: none;
}

ul#nav_specialties li
{
   display: inline;
}

ul#nav_sub
{
   padding-top: 15px;
   padding-left: 50px;
   text-align: left;
}

ul#nav_sub li
{
   display: inline;
}




div#content_main
{
   padding-left: 150px;
   padding-right: 150px;
   padding-top: 20px;
}

div#content_main p
{
   text-indent: 2em;
   margin-bottom: 12px;
}

div#content_main ul
{
   list-style: circle outside;
   padding-left: 15px;
   margin-bottom: 12px;
}

h3
{
   margin-top: 12px;
}

div#content_main table
{
   padding: 3px;
   margin-bottom: 12px;
}

div#content_main table td
{
   padding: 3px;
}




div#site_info
{
 	position: relative;
   background: transparent url(footer_back.gif) repeat-x 0 0;
   height: 26px;
}

div#site_info p
{
 	position: relative;
   top: 6px;
   right: 20px;
   text-align: right;
}


h5
{
 	display: none;
}