/* begin general style */
body {
	overflow: auto;	
}

h1,h2,h3,h4,span,a,input,label,p,ul li {
	font-family: arial,sans-serif;
	font-size: 11px;
	padding-left: 1px;
}

a {
	text-decoration: none;
}

a:link {color: #67A916; background-color: inherit;}     /* unvisited link */
a:visited {color: #67A916; background-color: inherit;}  /* visited link */
a:hover {color: #9ACF5A; background-color: inherit;}   /* mouse over link */
a:active {color: #67A916; background-color: inherit;}   /* selected link */

.linkStyle1 {
	font-family: Courier; 
	font-weight: 900; 
	font-size: 11px; 
	letter-spacing: -7px; 
	margin-right: 8px;
	cursor: pointer;
	color: #67A916;
}

.linkStyle2 {
	font-family: arial, sans-serif; 	
	font-size: 11px; 		
	cursor: pointer;
	color: #67A916;
}

.blackstyle {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	background-color: inherit;
}

.greenstyle {
	color: #67A916;
	background-color: inherit;
	font-family: arial, sans-serif;	
}

.indented {
	margin-left: 10px;	
}

.selected {
	cursor: default;
}

.hovered {
	cursor: pointer;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

/* end of general style */

/* begin main layout style */
div#main_container {		
	margin: 0 auto;
	height: auto;	
	overflow: hidden;	
	width: 675px;		
}

div#banner_container {
	position: relative;
	width: 100%;	
	height: 120px;
}

div#menu_container {	
	position: relative;
	overflow: hidden; 
	width: inherit;
	height: 35px;
}

div#search_container {	
	position: relative;
	text-align: right;
	height: 30px;
	margin-right: 2px;
}

div#view_panel {
	position: relative;
	width: 873px;
	height: 397px;
	margin-top: 10px;
	overflow: auto;			
}

div#logo_layer {
	position: absolute;
	width: 110px;
	height: 120px;
	top: auto;
	right: auto;
	left: 0px;
	bottom: 10px;			
}

.vertical_panel {
	position: absolute;	
	top: 0;	
	bottom: 0;	
	height: 395px;	
	background-color: white;
	color: inherit;
}

.west_side {	
	right: auto;
	left: 0;
	width: 202px;
	height: 300px;		
}

.east_side {	
	right: 200px;
	left: auto;
	width: 458px;		
	overflow: auto;				
}

/* end of main layout style */

/* Begin error style */
.error {
	color: red;
	background-color: inherit;
	font-family: futura;
	font-size: 13px;
}
/* end of error style */

/* begin treatable conditions style */
#list_main_container {
	position: relative;
	width: 100%;				
}

#list_main_container .west {	
	position: relative;
	float: left;	
	width: 49.5%;	
}

#list_main_container .east {
	position: relative;
	float: left;
	width: 49.5%;	
}
/* end of treatable conditions style */

/* begin what's new style */

.news_header {
	font-weight: bold;
	font-size: 13px;
}
/* end of what's new style */

/* begin contact index style */
#contact_east_panel {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;	
	height: 99%;
	width: 210px;
	overflow: auto;	
}

#contact_west_panel {
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;	
	height: 99%;
	width: 385px;
	overflow: auto;
}

#contact_make_appointment {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;	
}

.contact_button {	
	background: url(../images/button.png) repeat-x 0 0;
	padding: 3px 5px;
	font-weight: bold;
	color: white;					
	cursor: pointer;		
}


.contact_sub_header {
	font-size: 15px;
}
/* end of contact index style */

/* begin contact form style */
div#form_container {
	position: relative;	
}

div#form_table_main {
	position: relative;		
	height: 180px;
}

div#form_table_main_west {	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;	
	width: 280px;		
}

div#form_table_main_east {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120px;	
}

div#form_table_south {
	position: relative;		
	width: inherit;
	height: 110px;
}

div.table_row {
	margin-top: 10px;	
}

.input_style_west, .input_style_east {
	position: absolute;	
	width: 130px;
	left: 110px;		
}

.input_style_east.radio_button {
	left: 105px;
}

div.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
	color: red;
}

div.errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li
{
	list-style: square;
}
/* end of contact form style */

/* begin faqs style */
.faqs_content {		
	padding-bottom: 20px;				
}
/* end of faqs style */

a.footer_link
{
	margin:10px 2px 10px 2px;
}

.footer_bar
{
	color:#666666;
}
