/* CSS Document */

body {
margin:0px;
padding:0px;
background-color: #282b51;
}
img {
border:0px;
}
h1 {

} 
h2 {

}
p {
margin:0px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}
ul {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}
#wrapper {
margin:0px auto;
width:874px;
padding:0px;
}
.lftshadow {
margin-left:12px;
}
	#top {
	background:url(images/top.jpg) top left no-repeat;
	margin:0px;
	padding:0px;
	height:15px;
	width:874px;
	overflow:hidden;
	}
	#topsecond {
	background:url(images/main.jpg) top left repeat-y;
	width:874px;
	height:88px;
	overflow:hidden;
	}
		#logo {

		}
	#header {
	height:210px;
	width:874px;
	background:url(images/main.jpg) top left repeat-y;
	padding:0px 0px 0px 12px;
	overflow:hidden;
	}
		#headleft {
		background:url(images/head_left.jpg) left top no-repeat;
		height:210px;
		float:left;
		width:495px;
	
		}
		#headright {
		background:url(images/head_right.jpg) right top  no-repeat;
		height:210px;
		width:356px;
		float:left;
		}
		#nav {
		margin-left:-80px;
		margin-top:20px;
		position:absolute;
		z-index:1;

		}
		#nav a {
		line-height:2em;
		}
	#content {
	clear:both;
	background:url(images/main.jpg) top left repeat-y;
	margin:0px;
	padding:20px 120px 0px 30px;
	}
	#bottom {
	background:url(images/footerbg.jpg) left bottom no-repeat;
	height:19px;
	}
	#credits {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 0px 15px;
	}
		#credits a {
		color: #fff;
		}
/*///////// Forms Attributes  /////////*/	
					
.row { /* contact form row */
margin-top:10px;
font-size:12px;
clear:both;
}

.row label {  /* contact form row label */
display: block;
float: left;
width: 140px;
font-size: 11px;
text-align: right;
padding-top: 10px;
padding-right: 3px;
font-family:Arial, Helvetica, sans-serif;
}

.row1 { /* contact form row */
margin-top:10px;
font-size:12px;
}

.row1 label {  /* contact form row label */
display: block;
float: left;
width: 100px;
font-size: 12px;
text-align: right;
padding-top: 10px;
padding-right: 10px;
}

.boldLabel {
font-weight:bold;
width: 100px;
color: #990000;
margin-right: 5px;
}

.formField {
font-family:Arial, Helvetica, sans-serif;
width:220px;
font-size:12px;
}

.formField1 {
width:150px;
font-size:12px;
}

.formField2 {
width:50px;
font-size:12px;
}


input {
margin-top: 10px;
font-size:12px;
}

select {
font-size:12px;
margin-top: 10px;
}
