/* @override http://wyotech.com.marketing/styles.css */

a img{
	border-style: none;
}

*{
	margin: 0;
	padding: 0;
}
body {
	background-color: #999;
	font: 77% "Trebuchet MS", Trebuchet, Verdana, "Lucida Grande", Lucida, sans-serif;

}
.clearFix{
	clear: both;
}
.homeLink{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	background-color: transparent;
	width: 220px;
	height: 120px;
	text-indent: -9000em;
}
#wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(images/header.jpg) no-repeat center top;
	padding-top: 150px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
h1{
	color: #333;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
	width: 680px;
	margin-bottom: 30px;
}

h2{
	color: #980000;
	font-size: 15px;
}

#left_column{
	background: #EEE url(images/left_corner2.gif) no-repeat right bottom;
	width: 210px;
	float: left;
	margin-left: -30px;
	margin-right: 30px;
}
#left_column li{
	list-style-type: none;
}
#left_column li a{
	color: #333;
	line-height: 25px;
	font-size: 11px;
	background: url(images/bullet1.gif) no-repeat left center;
	padding-left: 15px;
}
#left_column li a.selected{
	font-weight: bold;
	color: #980000;
	background: url(images/bullet2.gif) no-repeat right center;
	padding-left: 0;
	padding-right: 25px;
	text-decoration: none;
}
#left_column ul{
	background: url(images/left_corner1.gif) no-repeat right top;
	padding-top: 12px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#forms{
	width: 194px;
	margin-bottom: 20px;
	background: #FFF url(images/form_corner2.gif) no-repeat right bottom;
	border-top: 1px solid #7b7b7b;
	padding-bottom: 7px;
}
#forms form{
	background: url(images/form_side.gif) repeat-y right;
}
#forms h5{
	text-align: center;
	color: #980000;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#forms label{
	display: block;
	padding-bottom: 10px;
}
#forms .submitBtn{
	padding-left: 10px;
}
#forms div.contact {
	padding-right: 20px;
	padding-left: 20px;
	background: url(images/form_bg.png) no-repeat;
}

#right_column{
	float: left;
	width: 700px;
}
#right_column p{
	line-height: 150%;
	margin-bottom: 10px;
}
#right_column ul{
	margin-bottom: 12px;
	padding-left: 20px;
}
.homeLinks li{
	list-style-type: none;
	line-height: 150%;
	margin-bottom: 10px;
}
.homeLinks li a{
	font-weight: bold;
}
#footer{
	background: #FFF url(images/footer.png) no-repeat;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 15px;
	color: #999;
}
#footer ul{
	margin: 0;
	padding: 0 0 20px;
}
#footer li{
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	list-style-type: none;
}
div.contact span{
	margin-right: 15px;
}