@import "/assets/styles/thickbox.css";


* , html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/1.2em Verdana, Helvetica, sans-serif;
	color:#333;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address, {
	margin:0;
	padding:0;
}

form label {
	cursor: pointer;
}

input, select, textarea {
	font-size: 100%;
}

a img  {
	border:none;
}

a {
color:#41AE24;
}

.hide {
	display:none;
}

ul {
	list-style-type:none;       
	text-decoration:none;
	color:#41AE24;
}

strong {
font-weight:bold;
}
/*----------------------------------------*/

body {
	min-width:960px;
	background: url(/assets/images/body_background.jpg) repeat-x bottom left;
}

#sitewrapper {
	width:940px;
	margin:0 auto 20px;
	text-align:left;
}

#pagewrap  {
	border: solid 1px #41AE24;
	margin:20px auto 20px;
	padding:20px;
	float:left;
	background-color:#fff;
	position:relative;

}

#header {
	width:900px;
	height:47px;
	}

.logo {
	float:left;
}

#topnav {
	xbackground:url(/assets/images/topnav_background.jpg) repeat top left;
	width:540px ;
	float:right;
	xborder:solid 1px red;
	margin-right:80px;
}

#topnav ul {
	xbackground:url(/assets/images/topnav_background.jpg) repeat top left;
	xwidth:auto;
}

#topnav ul li {
	display:inline;
	margin-right:-6px;
	width:auto;
	xborder:solid 1px red;
}

#topnav ul li a {
	font-size:60%;

}

#topline ul li a img {
	height:auto;

}

#contentwrap {
	margin:70px 0 0 0;
}

h1 {
	color:#41AE24;
	margin-bottom:30px;
	font-size:130%;
}

h2 {
	margin:50px 0 25px;
	color:#41AE24;
	font-size:110%;
	border-left:solid 20px #41AE24;
	padding-left:5px;

}


#leftcol {
	width:230px;
	float:left;
}

#servicesNav {
	xmargin-top:5px;
}

#servicesNav h3 {
	margin-bottom:10px;
	font-size:80%;
	border-bottom:solid 1px #ccc;
	padding-bottom:3px;
	width:180px;
	color:#41AE24;
	xfont-weight:bold;
	
}

#servicesNav li {
	margin-bottom:5px;
}

#rightcol {
	width:600px;
	margin:0 0 0 265px;
	padding-left:15px;
	font-size:90%;

}


#rightcol table {
	width:100%;
	margin-bottom:30px;
	border:solid 1px gray;
	padding:5px;
}

#rightcol table th {
	background-color:#A3A3A3;
	color:#fff;
	padding:5px;
}

#rightcol table td {
	padding:10px 0 10px 5px;
}

.stripe {
	background-color:#E7E7E7;
}

#rightcol ul.noList {
	margin-left:-20px;
}

#rightcol ul.noList li {
	list-style-type:none;
}

#rightcol p {
	margin-bottom:1.4em;
	line-height:1.4em;
	font-size:100%;
}

#rightcol ul, #rightcol ol {
	padding-left:20px;
	xmargin-bottom:1.4em;
}

#rightcol ol li {
list-style-type:decimal;
}

#rightcol li {
	list-style-type:square;
	line-height:1.6em;
}

#rightcol li li {
	list-style-type:circle;
	line-height:1.6em;
}

#footerContainer {
	height:115px;
	width:205px;
	padding:10px;
	background:url(/assets/images/footer_background.jpg) repeat-x bottom;
	border:solid 1px #ccc;
}

#footer p {
	font-size:70%;
	line-height:1.2em;
	margin:0 0 1em 0;
}

.image {
float:left;
margin-right:20px;
border:solid 1px #ccc;
padding:5px 5px 3px 5px;
}

/* Forms
----------------------------------------*/

.formRow {
	margin-bottom:20px;
	background-color:#E8E8E8;
	padding:10px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	font-size:80%;
}

span.required {
color:#990000;
font-weight:bold;
}

.mainLabel {
xcolor:#333;
}

.formField input, .formField textarea {
margin:5px 0;
}
