* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
a:link, a:hover, a:visited, h1, h2, h3 {
	font-weight:bold;
}
a:link {
	color:#B58300;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#B58300;
	text-decoration:underline;
}
h1, h2, h3, p {
	margin:10px;
}
h1 {
	color:#000;
	font-size: 40px;
	font-weight:bold;
	}
	
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}

/* styles to add border and highlight to text fields on focus, only works in Mozilla Remove if not needed 
textarea:focus, input:focus {
	border:1px #0033CC Solid;
	background-color: #99CCFF;
}*/
ul {
	margin:5px 0px 5px 60px;
}
ol {
	margin:5px 0px 5px 66px;
}
ul li, ol li {
	padding:3px;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}

#background {
	width:1024px;
	height:852px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/main_background.jpg);
	background-repeat:no-repeat;
}

#container {
	width:924px;
	margin:0px auto 0px;
	/*padding:5px;*/
	position:relative;
	top:50px;
	
}
#nav {
	/*width:924px;
	height:32px;
	background-image:url(images/nav_background.jpg);
	background-repeat:no-repeat;*/
	}

#content {
	/*position:relative;*/
	margin-left: 25px;
	margin-top:20px;
	width:600px;
	height:510px;
	float:left;
	display:inline;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
}

#contact {
	margin-left:15px;
	margin-top:20px;
	width:256px;
	float:left;
	display:inline;
	border: 1px #CCCCCC solid;
	background: #FFFFFF url(images/contact_title_bg.jpg) no-repeat;
	}

#map {
	margin-left:15px;
	margin-top:15px;
	width:256px;
	float:left;
	display:inline;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
}
	
#footer {
	float:left;
	
	width:924px;
	}



/* styles for horizontal navigation remove if not needed */
#horizontalMenu {
	/*width:100%;*/
	width:924px;
	height:32px;
	background-image:url(images/nav_background.jpg);
	background-repeat:no-repeat;
}
	
#horizontalMenu ul {	
	/*margin:5px;*/
	
	/*border:1px Solid #000000;
	background-color:#0066FF;*/
	margin-top:0px;
}

#horizontalMenu li {
	list-style-type: none;
	float: left;

	
}
#horizontalMenu a {
	display:block;
	/*font:Verdana, Arial, Helvetica, sans-serif;*/
	

	/*padding:10px;*/
	/*width:100px;*/
	
} 
#horizontalMenu li:hover, #horizontalMenu a:hover {
	background-color: #a6bd92;
	
}
#horizontalMenu a:link, #horizontalMenu a:hover, #horizontalMenu a:visited {
	padding-left:15px;
	padding-right:15px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#19419a;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

