/* CSS Document */

* {
	padding:0; 
	margin:0;
	font-size: 100%;
}

body{
	background: none;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1{font-size: 1.6em; margin: 0 0 10px 0;}
h2{font-size: 1.4em; margin: 0 0 10px 0;}
h3{font-size: 1.2em; margin: 10px 0 10px 0;}
h4{font-size: 1.2em; margin: 10px 0 10px 0;}

p{
	font-size: 1em; 
	line-height:1.5em; 
	margin: 10px 0 10px 0; 
	max-width:540px;}

th{
	text-align: left;
}

#content ul, #content ol{
	margin-left: 25px; 
	line-height:1.5em;
}

#content ul li ul{
	margin-left: 15px; 
	line-height:1.5em;
}

#wrapper{
	background: none;
}

img{
	border: none;
}

a{
	font-weight: bold;
}

a:link, a:visited, a:active{
	color: #0d027b;
}

a:hover{
	color: #7f331c;
}	

/* Styles for Header Area */
#header{
	background: none;
	padding: 12px 26px 0;
}

/* styles for main logo rollover */

#logo {
	width: 135px;
}

#logo span{
	display: none;			
}

#logo a{
	width: 135px;
	height: 97px;
	display: block;
	text-decoration: none;
	border: none;
	background: url(../images/logo_off.jpg) no-repeat;
	margin-bottom: 20px;
}

#headerImage{
	display: none;
}

/* Styles for search */
#searchArea{
	display: none;
}



/* Styles for Top Menu */
#topMenu{
	display: none;
}

/* Styles for Main Menu */
#mainMenu{
	display: none;
}

/* Styles for Top Menu */
#secondaryNav{
	display: none;
}

/* Styles for Content Area */
#content{
	float:left;
	margin-left: 10px;
	padding: 0 17px 0;
	width: 560px;
	
}

#events{
	display: none;
}

/* Styles for Footer Area */
#footer{
	font-size: .9em;
	background: none;
	margin-top: 10px;
	padding: 10px 0;
	height: 29px;
	width: 600px;
	font-weight: bold;
	border-top: 1px solid #000;	
}

#footer ul{
	list-style-type: none;
}

#footer li{	
	border-right: 2px solid #000;
	float: left;
	padding: 1px 5px 1px;
}

#footer li.lastItem{
	border-right: none;
}

/* styles for forms */
fieldset{
	border: 1px solid #000;
	padding: 10px;
}

legend{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

input, textarea, select{
	border: 1px solid #000;	
	
}

.text{
	width: 200px;
	margin: 2px 0 0;
} 

.phone{
	width: 30px;
	margin: 2px 0 0;
}

#comments{
	width: 350px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left_labels label
{
	display: block;

	float: left;
	width: 130px;
}

#submit{
	color: #FFFFFF;	background: #000;
	padding: 5px;
	margin: 20px 12px;
}

#reset{
	color: #FFFFFF;
	float:right;
	background: #000;
	margin: 20px 12px;
}

.searchResults{
	padding-left: 20px;
}