/*
Design by Clinton Ward
http://www.clintonward.com
Released free under a Creative Commons Attribution 3.0 License
*/

a.readmore:link, a.readmore:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #da1000;
	text-decoration:none;}
a.readmore:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #da1000;
	text-decoration:underline;
	}

body {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2E3033;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#menu
{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 50px;
	padding: 0px;
}
/*.menubutton
{
	text-decoration: none;
	height: 36px;
	width: 158px;
	float: left;
	padding: 0px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menubutton  a
{
	text-decoration:none;
	color: #FFFFFF;
	float: left;
	width: 158px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.menubutton  a:visited
{
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	height: 36px;
	width: 158px;
}
.menubutton  a:hover
{
	color:#9F171F;
	text-decoration: none;
	float: left;
	height: 36px;
	width: 158px;
}*/
#header
{
	width:800px;
	height:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#logo
{
	text-align:right;
	font-size:30px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: bold;
	width: 720px;
	height: 100px;
	line-height: 150px;
	padding-left: 75px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	/* text-transform: uppercase;  */
}

#photo {
	height: 160px;
	width: 805px;
	/*background-image: url(images/header.jpg);*/
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
	/*padding-left: 50px;
	line-height: 150px;*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content
{
	margin-top:0px;
	width:820px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contentbox {
	width: 800px;
	padding: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

.contentboxleft {
	width: 375px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float:left;
}


.contentboxright {
	width: 375px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float:right;
}

.clear {clear:both;}

h1
{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 22px;
	color: #da1000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #da1000;
}

.text
{
	line-height:22px;
	width: 400px;
}
.text2
{
	line-height:22px;
	width: 825px;
}

.text3
{
	line-height:22px;
	width: 825px;
}
.textsmall
{
	line-height:22px;
	width: 350px;
	margin-left:25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textindex
{
	line-height:22px;
	width: 255px;
	margin-left:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float:left;
}


.icon {
	height: 335px;
	width: 120px;
	float: left;
}

.icon2 {
	height:auto;
	width: 120px;
	float: left;
}
.more {
	color: #51790E;
	width: 85px;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
}
.more a {
	color: #9F171F;
	text-decoration: underline;
}


#footer {
	text-align:center;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 11px;
	height: 70px;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}
a
{
	color:#2E3033;
	text-decoration:underline;
}
a:visited
{
	color:#2E3033;
	text-decoration: underline;

}

a:hover
{
	color: #2E3033;
	text-decoration: none;
}
p {
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

