﻿* {
  margin: 0;
  padding: 0;
}

object 
{
	display: inline;
	float: left;
}

img {border: 0;}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333;  
	margin: 0px;
	background-color: #FFF;	
	text-align: center;
}

a 
{
	color: #3399FF;
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

h1 
{
	color: #1c79c1;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 7px;
}

h2 
{
	color: #999999;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 7px;
}

h3 
{
	color: #1c79c1;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 7px;
}

h4 
{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #666666;
	margin: 0;
	margin-bottom: 12px;
}

.textbox label,
.textarea label
{
	display: inline;
	float: left;
	width: 75px;
	margin-bottom: .5em;
}

.textbox input,
.textbox textarea
{
	width: 200px;
	margin-bottom: .5em;
}

.clear {clear: both;}

.arrow_link 
{
	background: url(/public/images/arrows.jpg) no-repeat center left;
	padding-left: 15px;
}


#page
{
  width:800px;
  margin:0 auto;
  text-align: center;
  min-height:100%;
  position:relative;
}	
* html #page {height:100%}

#header #logo 
{
	position: relative;
	float:left;
	padding-top: 45px;
}	
#header #feature
{
	position: relative;
	float:right;

}

#main_menu 
{
	background: url(/public/images/menu_bkg.jpg) no-repeat;
	height: 79px;
	clear: both;
	margin: 0;
	padding: 0;
}

#menu 
{
	padding: 28px 0 0 70px;
}
#menu ul 
{
	list-style: none;
	text-align: left;
	height: 22px;
}

#menu li {
	float: left;
	font-size: 1em;
	width: 106px;
	height: 22px;
	text-align: center;
}
#menu a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font-weight:normal;
	width: 96px;
	height: 22px;
	padding-top:4px;
}
#menu a.selected {
	background: url("/public/images/button_bkg.png") top left no-repeat;

}
#menu a:hover {
	background: url("/public/images/button_bkg.png") top left no-repeat;
	color: #fff;
	padding-bottom: 8px;   
}

#inner-wrap {
padding-bottom:80px;
}


#mainContent
{
	background: url(/public/images/fade.jpg) no-repeat top left;
	width: 800px;
	text-align: left;
	padding-top: 40px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#mainContent:after {
content:" ";
display:block;
clear:both;
}

#side_column 
{
	float:right;
	width: 200px;
}

#main 
{
	margin-right: 205px;
	background: url(/public/images/fade2.jpg) repeat-y top right;
	padding-right: 12px;
	margin-left: 15px;
}

#footer {

bottom:0;
height:100px;
background-color: #333333;
width:100%;
color:#666;
text-align:LEFT;
margin:auto;
background: #fff url(/public/images/footer.jpg) no-repeat top left;
padding-left: 20px;
padding-top: 10px;
margin-top: 35px;
font-size: 9px;
}

#footer a 
{
	color: #666;
}

#screenMsgDisplay_handle {
	/*position: relative;*/
	position: absolute;
	top: 3px;
	left: 192px;
	z-index: 1000;
}
#screenMsgDisplay_handle div.error,
#screenMsgDisplay_handle div.success {
}

div.error {
	padding: 10px 0 10px 35px;
	background: #FFF url(/public/images/delete2.gif) no-repeat 5px 5px;
	border: solid 2px #F30;
	width: 500px;
	margin-bottom: 10px;
}
div.error p {
	margin: 0;
	padding: 0;
}
div.error ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
div.success 
{
	padding: 10px 0 10px 35px;
	background: #FFF url(/public/images/check2.gif) no-repeat 5px;
	border: solid 2px #339900;
	width: 500px;
	margin-bottom: 10px;
}
div.success p.bold {
	margin: 0;
	padding: 0;
}
div.success ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.errorLabel 
{
	color: #F30
}

#services
{
	background: url(/public/images/services_bkg.jpg) no-repeat top left;
	width: 165px;
	padding-top: 15px;
	padding-left: 10px;
	height: 210px;
}

#city .list,
#services .list
{
	padding-top: 0px;
	background: url(/public/images/arrows.jpg) no-repeat left;
	padding-left: 15px;
	margin-bottom: 5px;
}

#number .list {
	margin-bottom: 5px;
}
	

#locations
{
	position:relative;
}

#locations #city
{
	float: left;
} 

 #locations #number
{
	margin-left: 40px;
}

#locationMenu 
{
	padding-left: 300px;
	padding-top: 5px;
}

#locationMenu ul 
{
	list-style: none;
	text-align: left;
}

#locationMenu li {
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0 15px 0 0;
}

#locationMenu a 
{
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding-left: 5px;
	text-decoration: none;
	font-weight:normal;
}

#locationMenu .selected 
{
	color: #3399FF
}

#locationMenu a:hover 
{
	color: #3399FF
}

.callout_wrapper {
    padding-top: 10px;
    width: 255px;
    background: url(/public/images/bio_top.gif) no-repeat left top;
    z-index: 5000;
}
.callout_wrapper .callout {
    padding: 0 10px 20px 10px;
    padding-top: 0;
    color: #000;
    background-color: #fff;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.callout_wrapper .close_button 
{
	position: relative;
	top: -6px;
	float:right;
	padding-right:10px;
}
.callout_wrapper .calloutBottom 
{
	background: #FFF url(/public/images/bio_bottom.gif) no-repeat left bottom;
}
.callout_date {
    font-weight: bold;
    font-size: 14px;
}


#rightSection 
{
	padding-left: 20px;
}

