body,div,h1,h2,h3,h4,h5,h6,ul,li,p,form,input,textarea,blockquote,th,td{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

BODY {
  font: 12px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333333;
	background: #fff url("../images/bg.jpg") repeat-y 50%;
}

A:link {color:#cc0000}
A:active {color:#cc0000}
A:visited {color:#cc0000}
A:hover {color:#666;}

a img{
	border: 0px;
}


#pageBounds  {
	margin: 0 auto;
	padding: 0px;
	width: 759px;
	position: relative;
}

#contentBounds{
	top: 118px;
	position: relative;
	background: #fff url("../images/bg-content.gif") repeat-y;
	width: 759px;
}

#contentWindow{
	float: right;
	width: 648px;
	position: relative;
}

#contentWindow p{
	padding: 10px 0px;
}

#homeMain{
	background: #fff url("../images/home-main.jpg") no-repeat;
	height: 285px;
	width: 648px;
	position: relative;
}

#homeMain .content{
	position: relative;
	float: right;
	width: 180px;
	right: 10px;
	margin-top: 5px;
}

#contentMain{
	padding: 15px;
	border-bottom: 1px solid #efefef;
}

#contentMain .content h2{
	margin-bottom: 5px;
}

#contentMain .content h2.first{
	margin-top: 5px;
}

#contentMain .content ul{
	margin-bottom: 15px;
}

#contentMain .content ul.first{
	margin-top: 10px;
}

#contentMain .content li, .home .content li{
	list-style-image: url(../images/bullet.png);
	margin-left: 15px;
}

#mid{

	border-bottom: 1px solid #efefef;
}

#midLeft{
	float: left;
	width: 235px; 
	height: 350px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background-color: #c1d6e9;
}

#midLeft .hdr{
	background-color: #2b6e98;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 0px 7px 15px;
	margin-bottom: 10px;
}

#midLeft .content{
	padding-left: 15px;
	padding-bottom: 10px;
}

#midLeft .content ul{
	margin-bottom: 15px;
}


#midLeft .ftr{
	background-color: #2b6e98;
	height: 33px;
}

#midCenter{
	float: left;
	width: 203px;
	height: 350px;
	border-right: 1px solid #efefef;
}

#midCenter .content{
	margin-left: 20px;
}

#midRight{
	float: left;
	width: 207px;
	height: 350px;
	text-align: center;
}

#midCenter .hdr,
#midRight .hdr{
	background-color: #cc0000;
	height: 28px;
	margin-bottom: 25px;
}

#services{
	padding: 30px;
	position: relative;
	border-bottom: 1px solid #efefef;
}

#services ul,
ul.tools{
	position: relative;
	margin-bottom: 15px;
}

#services li{
	float: left;
	width: 280px;
}

ul.tools li{
	float: left;
	width: 90px;
	margin: 5px 10px 5px 0px;
}

#nav{
	position: absolute;
	top: 130px;
	left: 15px;
	color: #fff;
}

#nav li{
	padding-bottom: 3px;
}

#nav a{
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
	font-size: 102%;
}

#nav a.current,
#nav a:hover{
	color: #dddcdc;
}

#footer{
	padding-top: 120px;
	text-align: center;
	font-size: 85%;
	margin-top: 15px;
}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 35px 23px;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

label.description {
	font-weight: normal;
	font-size: 90%;
	color: #666;
}

label.inline{
	display: inline;
	margin-right: 10px;
}

input[type="text"],  input[type="email"], select {padding: 2px 0; width: 100%;}

.required, .error {color: #cc0000;}

.error {margin: 15px 0px; font-weight: bold;}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float:right;
}

.half, input[type="text"].half {
	width: 45%;	
}

.clear{
	clear: both;
}