/* CSS Document */

/*		Stylesheet
		Author: Jonathan Horne
		Date: September 20th, 2007,  */
		
body {
	background: #FAF8F4 url('images/background.jpg') repeat;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font: 12px Verdana;
	}
	
a:link {color: #406a90;}
a:hover {color: #406a90;}
a:visited { color: #406a90;}
a:active {color: #406a90;}	
	
p	{
	font-size: 12px;
	}
	
h1	{
	}
	
h2  {
	font-weight: normal;
	font-size: 12px;
	}	
	
h3	{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 0px;
	border-bottom: 1px #DCDCDC dotted;
	margin-bottom: 10px;
	}

h4 {
	width: 150px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 1px;
	border: 2px #DCDCDC dotted;
	}
	
.style1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 0px;
	border-bottom: 1px #DCDCDC dotted;
	}
	
.small {
	font-size: 11px;
	}	
	
.style2 {
	color: #FF6600;
	}
	
div.menublock {
	font-weight: bold;	
	}
	
div.menublock a {
	display: block;
	background: #FAF8F4 url('images/background.jpg') repeat;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	border: 1px #CCCCCC solid;
	}
	
div.menublock a:link, div.menublock a:active, div.menublock a:visited {
	text-decoration: none;
	color: #000000;
	}

div.menublock a:hover {
	background: #37405D;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 20px;
	line-height: 20px;
	} 

#picture1 {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 2px #DCDCDC dotted;
	}

#header {
	position: relative;
	width: 100%;
	height: 222px;
	background: #F7F7F7 url('images/topback.jpg') top center;
	}
	
#headerimage {
	position: relative;
	width: 862px;
	height: 168px;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	}

#menu {
	position: relative;
	width: 850px;
	height: 30px;
	padding-top: 18px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 14px;
	}

#body {
	position: relative;
	background-color:#FFFFFF;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-right: 6px #37405D solid;
	border-left: 6px #37405D solid;
	}

#leftblock {
	float: left;
	width: 605px;
	}

#contentleft {
	float: left;
	width: 590px;
	margin: 10px auto 5px auto;
	padding-left: 10px;
	padding-right: 20px;
	border-right: 1px #37405D dotted;
	}
	
#rightblock {
	width: 210px;
	float: right;
	}	
	
#contentright {
	background: #FFFFFF url('images/rightbackground.jpg') top right repeat-y;
	width: 210px;
	float: right;
	margin-left: auto;
	margin-right: 0px;
	padding-top: 10px;
	}
	
#contentright2 {
	background: #FFFFFF url('images/rightbottom.jpg') top right no-repeat;
	width: 210px;
	float: right;
	margin: 0px 0px auto 0px;
	padding-top: 10px;
	}
	
#end {
	clear: both;
	width: 100%;
	}
	
#footer {
	background: url('images/bottom.gif') bottom center;
	width: 862px;
	height: 31px;
	margin: 0px auto 0px auto;
	text-align: center;
	line-height: 31px;
	vertical-align: middle;
	color:#999999;
	font: 10px Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
	
#footertext {
	position: relative;
	width: 750px;
	border-top: 2px #DDDDDD dotted;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	color:#999999;
	font: 10px Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
	
#footertext a:link, #footertext a:active, #footertext a:visited {
	text-decoration: none;
	color: #FF6600;
	}

#footertext a:hover {
	text-decoration: none;
	color: #333333;
	} 
	
#bottomspacer {
	height: 20px;
	}
	
ul {
	}	
	
ul.homelist, ul.homelist a:link, ul.homelist a:visited{
	text-decoration: none;
	}

li {
	}
			
li.homelist{
	margin: 0px 0px 10px 0px;
	}
