/*Colours

Green - #99cc00
Grey - #999999
Orange - #fe9901
Blue - #52b7dd

*/

/*layout CSS */
body {
	background-repeat: repeat-x;
	background-image: url(../images/page-background.jpg);
	text-align:center; /*center hack*/
}

#wrapper {
	min-width:760px;
	max-width:960px;
	width: auto !important; /*IE6 hack*/
	width:960px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}

#header {
	margin-top: 50px;
} 

#navigation {
	width: 100%;
	float: left;
	margin-top: 25px;
	border-bottom: solid 1px #999;
}

#homecontent {
	height: 400px;
	min-width: 400px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/home-bg.jpg);
	float:left;
	width:100%;
	overflow:hidden;
}

#homeleftside {
	text-align: center;
	margin: 20px 0;
	float:left;
	width:30%;
	overflow:hidden;
	height: 300px;
	border-right: solid 1px #99cc00;
}

#homerightside {
	float:left;
	width:55%; 
	overflow:hidden;
	
} 

#leftside {
	float:left;
	width:63%;
	overflow:hidden;
	border-right: solid 1px #fe9901;
	margin: 20px 0;
}

#rightside {
	float:left;
	width:35%; 
	overflow:hidden;
} 

#footer {
	border-top: solid 1px #999;
	clear:both;
}

.inside {
	padding: 5px 15px;
}

/*typography*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin:1em 0;
	color: #808080;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0; 
} 

li,dd { 
	margin-left:1em;
}

fieldset { 
	padding:.5em; 
}

#ContactForm {width:100%;}

#ContactForm span {
float: left;
}

#ContactForm input {
float: left;
background-repeat: repeat-x;
background-image: url(../images/input-bg.jpg);
width: 100%;
margin-bottom: 10px;
border-left: solid 1px #999;
border-top: solid 1px #999;
border-bottom: none;
border-right: none;
clear: left;
}

input#ctl00_ContentPlaceHolder1_imgbtnSubmit {
width:auto;
float: right;
border: none;
}

#wrapper{
	
}

#header{
	
}

a{
	text-decoration:none;
	color: #52b7dd;
}

a:hover{
	text-decoration:underline;
	color: #99cc00;
}

h1{
	font-size:1.5em;
	color: #fe9901;
	font-weight: normal;
}

h2{
	font-size:1.4em;

}

h3{
	font-size:1.3em;

}

h4{
	font-size:1.1em;
	color: #ccc;
	font-weight: normal;
	line-height: 1.7em;
}

h5{
	font-size:1em;
	color: #fe9901;
}

h6{
	font-size:.9em;
	font-weight:bold;
}

#footer,.small,.createdate,.modifydate,.mosimage_caption{
	font:0.8em Arial,Helvetica,sans-serif;
	color:#808080;
	text-align: center;
}

/*Menu Styling*/

#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation a {
	display: block;
/*
	width: 10em;

*/	padding: 3px 55px 10px 0px;
	color: #52b7dd;
	text-decoration: none;
}

#navigation a:hover {
	border: none;
}

#navigation li {
	float: left;
	margin: 0;
}

#navigation li ul {
/*
	position: absolute;
	width: 100px;
	left: -999em;
	border: 1px solid #d81f2a;
	background: #000000;
	margin: 0;
	padding: 0;
*/
	
	position: absolute;
	left: -999em;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid 1px #999;
	background-color: #fff;
	z-index: 100;
}

#navigation li ul li {
	text-align: left;
	width: 150px;
	margin: 0;
	float: left;
	clear: left;
}

#navigation li ul li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	color: #52b7dd;
	text-decoration: none;
}

#navigation li ul li a:hover {
	/*
margin: 0px;
	padding: 5px;
	background: #e2e2e2;
	border-bottom-style: none;
	display: block;
	color: #000000;
	width: 93px;
	w\idth:100px;
*/
	color: #99cc00;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation li:hover {
height: 1%;
}
#navigation a#active_navigation {
	border-bottom: 4px solid #d81f2a;
	background: transparent;
	color: #fff;
	margin-bottom: 0px;
}
#navigation a#active_subnavigation {
	background: #e2e2e2;
	border-bottom-style: none;
	display: block;
	color: #000000;
	width: 93px;
	width:100px;
}


.subnav {
display: block;
float: right;}
.subnav ul{	
	list-style: none;
}
.subnav li {
	display: inline;
	}
.subnav a {	
	display: inline;
	color: #52b7dd;
	text-decoration: none;}
.subnav a:hover{	
	color: #99cc00;
	}

#footer ul {
	list-style: none;

}

#footer li{
	display: inline;
}

#footer a{
	display: inline;
	color: #52b7dd;
	text-decoration: none;
}

#footer a:hover{
	color: #99cc00;
}

ul{
margin-left: 25px;
}

.date {display: block; float: left; color: #78040e;}
.blogtitle { 	
	font-size:1.2em;
	color: #fe9901;
	font-weight: normal;}
.blogsubtitle{ 
width:100%; display: block; margin-top: 5px; float: left; clear:left; color: #ccc;
}
.blogbody{border-bottom: 1px dotted #ccc; padding: 10px 0;}

.commenthead{
	font-size:1.5em;
	color: #ccc;
	font-weight: normal;
	line-height: 1.7em;
	background-color: #f9f9f9;
	border-top: 1px dotted #99cc00;
	border-bottom: 1px dotted #99cc00;}
.postedComment{margin:10px 0;}
.commentcopy{margin: 10px 0;border-bottom: 1px dotted #fe9901;}
.blogformlabel{float:left;display:block;width: 100px;text-align: right;margin-right: 10px;margin-bottom: 10px;clear: left;}
.inputbox{float:left;display:block;left:110px;margin-bottom: 10px;}
.blogbutton{float:left;margin-left:110px;}
