body, div, form, table, tr, td, ul, li{
	margin: 0;
	padding: 0;
	
}

body, p {
	font-family: verdana;
	font-size: 9pt;
	color:#777777;
}

body {
	background-attachment: scroll;
	background-image: url('../img/mainbg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#F2F8FC;
}

p {
	
	line-height:1.6em;
}

body {
	background-color: #F2F8FC;
	margin:0;
	padding: 0;
}

h2 {
	font-family:impact;
	font-weight:100;
	color: #777777;
	margin: 0;
	font-size:16pt;
}

h3 {
	font-family:Century Gothic, trebuchet, trebuchet ms, futura, lucida grande, lucida sans, bitstream vera sans, verdana;
	font-size: 12pt;
	color: #888888;
	text-transform:uppercase;
	padding:0;
	font-weight: 100;
}

h3.flushbottom {
	font-family:Century Gothic, trebuchet, trebuchet ms, futura, lucida grande, lucida sans, bitstream vera sans, verdana;
	font-size: 12pt;
	color: #888888;
	text-transform:uppercase;
	padding:0;
	margin: 0 0 -4px 15px;
	font-weight: 100;
}

a, a:hover, a:visited, a:active {
	color: #444444;	
}

div#content {
	background-color: #f3f3f3;
	width: 961px;
	margin: 0 auto 30px auto;
}

div#header{
	position: relative;
	background-color:#404040;
	height: 170px;
}

div#header a{
	color: #dddddd;
	text-decoration: none;
	font-weight: 100;
}

div#header a:hover{
	color: white;
}

div#header h1 {
	float: left;
	display: block;
	width: 340px;
	height: 135px;
	text-indent: -9999px;
	background: transparent url(../img/headerlogo.jpg) no-repeat 50px 0;
}


p#headerservices {
	
	padding-right:20px;
	width: 400px;
	float:right;
	text-align: right;
	color: #777777;
	font-family:Century Gothic, trebuchet, trebuchet ms, futura, lucida grande, lucida sans, bitstream vera sans, verdana;
	font-size: 12pt;
}

div#header ul {

	position: absolute;
	bottom: -6px;  /*used to align nav*/
	right: 0;
	clear: left;
	float:right;
	color: white;
	list-style: none;
	
	font-family:Century Gothic, trebuchet, trebuchet ms, futura, lucida grande, lucida sans, bitstream vera sans, verdana;
	font-size: 17pt;
}

div#header ul li{
	float: left;
	margin-right: 45px;
}

div#footer{
	position: relative;
	background-color:#404040;
	color:white;
	margin-top: 60px;
	padding:20px;
}

div#indexservices h3{
	color: #777777;
	margin:10px 0 0 0;
	padding: 0;
	font-size:10pt;
}

div#indexservices p{
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #cccccc;
}



table.form td {
	vertical-align: top;
}

input, textarea{
	margin:0 3px 3px 0;
	width:100%;
}

input[type=text], input[type=password], textarea{
	background-color: #e6e6e6;
	border: solid 1px #ababab;
}

input[type=submit]{
	background-color: #f0f0f0;
	border: solid 1px #ababab;
	color: #555555;
	font-size: 8pt;
	cursor: pointer;
	width:75px;
	float:right;
	margin: 0;
}

input[type=submit]:hover{
	background-color: #f7f7f7;
}


.cornershadow {
	background: transparent url(../img/cornershadow.png) no-repeat 0 0;
	padding-top: 30px;
	padding-left: 30px;
}




