﻿/* CSS Document */

/* CSS Document */

body	{
	margin:0px 0px 0px 0px;
}

#wrapper	{
	width:100%;
	background-color:white;
	background-image:url('images/background_fade.jpg');
	background-repeat:repeat-x;
	height:100%;
	text-align:center;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
}

#main	{
	width:900px;
	background-color:white;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url('images/bg_topline.gif');	
	background-repeat:repeat-x;
	border:2px #999999 solid;
	border-top:0px;
	border-bottom:0px;
	margin-left:auto;	
	margin-right:auto;	
}


h1	{
	color:#070790;
	margin:0px 0px 10px 25px;
	font-size:18px;
}

h2	{
	color:#333333;
	margin:0px 0px 10px 25px;
	font-size:15px;
}

.motto	{
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	color:#999999;
	font-weight:bold;
	font-style:italic;
}

.content	{
	background-image:url('images/content_fade_bg.jpg');
	background-repeat:repeat-x;
	width:900px;
	background-color:#CCCCCC;
	height:auto;
}

.content p	{
	margin:0px 0px;
	padding:0px 25px 10px 25px;
}

.content ul	{
	margin:5px 25px 15px 65px;
}
#flashContainer	{
	background:url('images/banner_temp.jpg') no-repeat;
	width:100%;
	height:350px
}

#map	{
	width:425px;
	margin:10px 20px 10px 10px;	
	float:right;
}

#map a	{
	color:#0000CC;
	font-weight:bold;
	text-decoration:none;

}

#map a:hover	{
	color:silver;
	font-weight:bold;

}

.textField	{
	width:425px;
}

#linksBox	{
	width:260px;
	margin:0px 20px 10px 10px;	
	background-color:transparent;
	float:right;
}

.links_header	{
	width:260px;
	background-image:url('images/links_header_bg.png');
	background-repeat:no-repeat;
	height:27px;
	font-size:12pt;
	font-weight:bold;
	color:white;
}

.links_header p	{
	padding:3px 5px;
}

.links_item	{
	width:260px;
	border:1px #999999 solid;
	border-top:0px;	
	background-color:#FFFFFF;
	font-size:10pt;
}

.links_item a	{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.links_item a:hover	{
	color:#0000CC;
	font-weight:bold;
}


.links_item p	{
	margin:0px 0px;
	padding:5px 5px;
}

h3	{
	margin:0px 0px 20px 0px;
	font-size:18pt;
	color:white;
	font-weight:normal;
}

h4	{
	margin:5px 0px 5px 0px;
	font-size:12pt;
	color:#22316C;
	font-weight:normal;
}

#footer	{
	background:url('images/footer_bg.gif') no-repeat;
	background-color:#070790;
	max-height:100%;
	min-height:200px;
	height:auto !important;
	height:200px;
	width:900px;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
}

.clear	{
	clear:both;
}

#footer p	{
	padding:10px 20px;	
	margin:0px 0px;
	font-weight:bold;
	color:#999999;
	text-align:center;
	width:100%;
}

.bottom_nav	{
	padding:100px 20px 10px 20px;
	color:white;
}

.bottom_nav a	{
	font-size:9px;
	color:white;
	text-decoration:none;
}

.bottom_nav a:hover	{
	font-size:9px;
	color:silver;
}


.expand	{
	cursor:pointer;
}

.expandContent	{
	margin:0px 0px;
	padding:0px 25px 10px 35px;	
}

hr	{
	margin:10px 25px 10px 25px;	
	color:#666666;
}

/*****************************
REFERRAL FORM
*****************************/
.referral_form div.section
{
	width: 100%;
	margin: 7px 0px;
}
.field_label 
{
	width: 200px; 
	float: left;
	text-align: right;
	padding-right: 10px;
}

.field_input 
{
	width: 400px; 
	float: left;
}


.field_input input 
{
	width: 200px;	
}

.field_input textarea 
{
	width: 350px;
	height: 60px;
}
.error 
{
	color: #dd0000;
}
