/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background:url(/images/bodyBG.jpg) top left repeat-x #f0efef;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

H1   {	color: #CC392F;
	background-color: transparent;
	text-decoration:none;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-top:10px}
}

h2, h3, h4, h5, h6 {
	color: #2582A4;
	padding: 0 0 0 0;
}
ul {
	list-style-image:url('/images/bullet.gif');
	margin-left: 5; 
	padding-left: 10; 
	font-face: verdana, arial; 
	color:#004481; 
	font-size: 13px
}

a {
	color: #363636;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(../images/img07.gif) repeat-x left bottom #ffffff;
}
.gbox_title{
	display: none;
}
.gbox{
	padding: 10px 0px 20px 0px;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(../images/img08.gif) no-repeat left bottom #ffffff;
}


.indent {
	margin-left: 125px;
}
.clearing{
	clear: both;
}

/* Header */

#header {
	width: 800px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(/images/img01.gif) repeat-x;
}

/* Menu */

#header ul{
	float: left;
	width: 800px;
	height: 37px;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
	background: url(/images/img02.gif) no-repeat;
}

#header ul li {
	display: inline;
	position: relative;
}

#header ul li a {
/*	display: block;
	float: left;*/
	height: 27px;
	padding: 10px 13px 10px 13px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#header ul li a:hover {
	background: #A4B74C url(/images/img04.gif) repeat-x;
}

/*** Begin Drop-Down Nav Styles*/

#header ul li ul{
	background: #a0b44a;	
}

#header ul li ul{
	position: absolute;
	left: -1px;
	top: 25px;
	display: none;
	width:200px;
}

#header ul li:hover ul, #header ul li.over ul{
	display: block;
	padding:0px;
	margin:0px;
}

#header ul li:hover ul li, #header ul li.over ul li{
	display: block;
	width: 250px;
	height: 20px; 
	border: 1px solid #ffffff;
	text-align:left;
}

#header ul li:hover ul li a, #header ul li.over ul li a{
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 17px;
	padding: 2px 3px 0px 7px;
	margin:0px;
	height: 20px;
	background: #a0b44a;
	text-decoration: none;
}

#header ul li:hover ul li a:hover, #header ul li.over ul li a:hover{
	font-weight: normal;
	display: block;
	height: 20px;
	background-color:#879b2c;
	text-decoration: none;
}
/* end of styles for the drop downs */

/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(../images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}

#colOne {
	float: left;
	width: 238px;
}
#colTwoImage{
	float: right;
	width: 562px;
	height: 182px;
	padding: 0px 0px 0px 0px;
	background:url(/images/homePic.jpg) top left repeat-x #ffffff;
}

#colTwo {
	float: left;
	width: 750px;
	padding: 25px 25px 20px 25px;
	background-color: #ffffff;
}
#colTwoHm {
	float: left;
	width: 800px;
	padding: 0px 0px 20px 0px;
	background-color: #ffffff;
}

#colTwo h2 {
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight:bold;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
	background-color: #ffffff;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
	background-color: #ffffff;
}

/* Logo */


#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(/images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}
