/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: scroll;
	background-color: #0e1205;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-weight: bold;
}

h1, h1 a{
	text-decoration: none;
}
h2, h2 a,  h3, h3 a{
	text-decoration: none;
	color: #ffffff;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
h1{
	font-size: 34px;
	color: #FFFFFF;
}

#maincontent h1, #maincontentlong h1{
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 25px;
}
#maincontent p, #maincontent h2, #maincontent h3,  #maincontentlong h2,  #maincontentlong h3,  #maincontentlong p{
	padding-right: 15px;
	padding-left: 15px;
	
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
	font-weight: bold;

}

p, ul, ol {
	margin-top: 0em;
	line-height: 150%;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Header */
#header{
	width: auto
}
#headerleft{
	float: left;
	width:247px;
}
#headerright{
	float: right;
	width: 197px;
}
#headermiddle{
	float: left;
	width: 516px;
	height: 74px;
}
#headermiddle p{
	font-weight:bold;
	color:#FFFFFF;
	margin-top:28px;
	margin-right:20px;
	text-align: right;
}
a.menutop{
	text-decoration: none;
	color: #ffffff;
}

a.menutop:hover {
	color: #FFC21F;
	text-decoration: underline;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Content */

#maincontenthome{
	height: 330px;
	width: 960px;
	clear: both;
	margin-bottom: 10px;
	background:url(images/homebkg.jpg);
	padding-top: 70px;
}

#maincontent{
	height: 426px;
	width: 960px;
	clear: both;
	margin-bottom: 10px;
}
#maincontent li{
color:#FFFFFF;
}

#maincontentlong{
	height: auto;
	width: 960px;
	clear: both;
	margin-bottom: 10px;
}

/* data capture */

/*#formholder{
	height: 448px;
	width: 960px;
	background-color: #999999;
	text-align:right;
	border-top: 1px solid #b2c2a9;
	border-left: 1px solid #b2c2a9;
	border-bottom: 1px solid #b2c2a9;
	border-right: 1px solid #b2c2a9;
	}*/
	

#mainformA{
	height: 400px;
	width: 495px;
	margin-bottom: 10px;
	clear:left;
	float: left;
	background-image: url(images/bkg-teal.png);
	background-repeat: repeat;
}

#mainformB{
	height: 400px;
	width: 495px;
	margin-bottom: 10px;
	float:right;
	background-image: url(images/bkg-teal.png);
	background-repeat: repeat;
}

#mainformAlong{
	overflow:visible;
	height: 850px;
	width: 495px;
	margin-bottom: 10px;
	clear:left;
	float: left;
	background-image: url(images/bkg-teal.png);
	background-repeat: repeat;
}

#mainformBlong{
	overflow:visible;
	height: 850px;
	width: 495px;
	margin-bottom: 10px;
	float:right;
	background-image: url(images/bkg-teal.png);
	background-repeat: repeat;
}

#mainformB p, 
#mainformA p, 
#mainformA td, 
#mainformB td, 
#mainformBlong p, 
#mainformBlong td, 
#mainformAlong p, 
#mainformAlong td{
color: #FFFFFF;
padding-left: 15px;
padding-right: 15px;
}

.formstyle{
	padding-left: 10px;
}
.formfireld{
	width: 200px;
}


/* user writeback contatiner */

#userwriteback {
	width: 300px;
	height: 27px;
	margin-right: 28px;
	margin-bottom:30px;
	margin-top: 10px;
	float:left;
	background-color:#CCCCCC;
	border: 1px solid #ffffff;
	}


/* form style */

input  {

	}
	
input.noborder{
	
	}

select {

	}


/* Modules */

#moduleholder{
	clear:both;
}

#moduleone, #moduletwo, #modulethree, #modulefour{
	width: 234px;
	height: 60px;
	float: left;
}
#modulefour{
	background-image:url(images/btn-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#moduleone{
	margin-right: 8px;
	background-image:url(images/btn-teal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#moduletwo{
	margin-right: 8px;
	background-image:url(images/btn-brown.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#modulethree{
	margin-right: 8px;
	background-image:url(images/btn-olive.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#moduleone p, #moduletwo p, #modulethree p, #modulefour p {
	color: #FFFFFF;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0em;	
}
#moduleholder a, #moduleholder a:hover {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
display:block;
 color: #FFFFFF;
 text-decoration:none;
}



/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	height: 50px;
	clear: both;
	
}
#footerleft {
	width: 600px;
	float: left;
	padding-top: 10px;
}
#footerright {
	width: 200px;
	float: right;
	padding-top: 10px;
}
#footercontainer {
	width:100%;
	height: 50px;
	clear: both;

}
#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}

#footer a {
	color: #ffffff;
}
