@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #764200;
	background-image: url(../images/homeBg.gif);
	background-repeat: no-repeat;
	background-position: 0px -22px
	margin: 0px;
	padding: 0px;
	
}


#mainMenu {
	height: 22px;
	padding-top: 15px;
	color: #ffffff;
	background-color: #566c11;
	padding-left: 315px;
	font-size: 15px;
}

#mainMenu a {
	color: #B0BB8C;
	text-decoration: none;
	margin-right: 20px;
}

#mainMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#page {

}


#homePage {
	
}

#logo img{
	margin-top:22px;
	margin-left:32px;
}	


#homeLogo{
	position: absolute;
	top: 208px;
	height: 194px;
	width: 452px;
	left: 360px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #435608;
	margin: 0px;
	line-height: 35px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	color: #012E40;
	margin-top: 15px;
}
.smallCop {
	font-size: 9px;
	color: #435608;
	margin-top:30px;
}

.smallCop a{
	color: #435608;;
}

.smallCop img {
	vertical-align: middle;
	margin-left: 25px;
}
#homeCopy {
	margin-left: 10px;
	padding-top: 440px;
}
#burst {
	position: absolute;
	top: 60px;
	height: 156px;
	width: 157px;
	left: 725px;
}


#burst2 {
	position: absolute;
	top: 36px;
	height: 157px;
	width: 156px;
	/*left: 610px;*/
	left: 25px;
}

#homeText{
	padding-left:30px;	
	width:900px;
	margin-top: 20px;
}

#homeText a{
	color: #012E40;
}

#homeText a:hover{
	color: #435608;
}

#homeFloat {
	padding-left:15px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #435608;
	padding-right: 95px;
	
}