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

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#47450d;
	line-height:1.6em;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}

p{
	padding:6px 0px 15px;
	margin:0;
}



li{
	list-style:disc;
}




/*HEADINGS*/
h1{
	font-weight: normal;
	font-size:2.1em;
	padding:6px 0px 15px;
	margin:0 0 15px 0;
	color:#625e00;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/dot.gif) bottom repeat-x;
}

h2{
	font-weight:normal;
	font-size:2em;
	padding:6px 0px 15px;
	margin:0 0 15px 0;
	color:#625e00;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	font-weight:normal;
	font-size:1.8em;
	padding:6px 0px 15px;
	margin:0;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4{
	font-weight:normal;
	font-size:1.6em;
	padding:6px 0px 15px;
	margin:0;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h5{
	font-weight:normal;
	font-size:1.4em;
	padding:6px 0px 15px;
	margin:0;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.green{
	color:#494602;
}

.white{
	color:#fff;
}

.large{
	font-size:3em;
}

a:link{
	text-decoration:underline;
	color:#494602;
}
a:visited{
	text-decoration:underline;
	color:#494602;
}
a:hover{
	text-decoration:none;
	color:#494602;
}
a:active{
	text-decoration:underline;
	color:#494602;
}

a.readMore{
	display:inline-block;
	background:url(../images/arrow.gif) right center no-repeat;
	padding:5px 20px 5px 5px;
	color:#494602;
	text-decoration:none;
}

a.readMore:hover{
	padding:5px 21px 5px 5px;
}


a.readMoreDark{
	display:inline-block;
	background:url(../images/arrow_dark.gif) right center no-repeat;
	padding:5px 20px 5px 5px;
	color:#fff;
	text-decoration:none;
}

a.readMoreDark:hover{
	padding:5px 21px 5px 5px;
}


#footer a{
	text-decoration:underline;
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
	color:#a7eda9;
}

#contactInfo a{
	color:#fff;
}

#contactInfo a:hover{
	color:#fff;
	text-decoration:none;
}

