html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
border: 0;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #0099CC;
	font-size: 100.01%;/*Set the font size 100.01% prevents odd scaling issues in some browsers*/
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;/*set the default font family*/
color: #333333;
}

#wrapper {	
margin: 0 auto;/*set the margins to centre the page*/
	width: 770px;/*set a width on the wrapper*/
	\width: 790px;
	w\idth: 770px;
	background-image: url(../images/wrapper_bg.jpg);/*set the wrappers bg image*/
	background-repeat: repeat-y;/*repeat the bg down the page*/
}

#header {
	background-image: url(../images/header.jpg);/*set the bg image*/
	background-repeat: no-repeat;/*disable the repeat*/
	height: 146px;/*set a height - no text to worry about being resized - height needed to open the div to show the bg image*/
}

#nav {
background-image: url(../images/navbar_bg.jpg);
background-repeat:no-repeat;
height: 42px;
}
#navleft {
	float: left;
	width: 144px;
	height: 42px;
}

#navright {
	float: right;
	width: 625px;
	height: 42px;
}

#content {
clear: both;
/*height:174px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;*/
	}
#contentbox {
	margin: 5px 25px 0px 25px;
}

#contentleft {
float: left;
width: 485px;
padding-left: 25px;
margin-top: 5px;
	
}

#contentright {
	width: 216px;
	margin-left: 520px;
}

#p_contentleft {
float: left;
width: 325px;
padding-left: 25px;
margin-top: 5px;
	
}

#p_contentright {
	width: 325px;
	margin-left: 380px;
}
#contentmid {
	width: 450px;
	margin-left: 140px;
}
#p_contentmid {
	width: 500px;
	margin-left: 140px;
}
h1 {
color: #09c;
	font-size: 130%;/*scale the font size off the body default*/
	padding: 5px 0;/*set the padding*/
}

h2 {
color: #096;
	font-size: 110%;/*scale the font size off the body default*/
	padding: 3px; /*set the padding*/
}

h3 {
color: #3a8;
	font-size: 95%;/*scale the font size off the body default*/
	padding-left: 3px; /*set the padding*/
}

p {
font-size: 90%;
	margin: 10px 0;/*set the margins*/
	padding-left: 3px;
	line-height: 125%;/*set the line height so we don't get the browsers default*/
}

a:link {
	text-decoration: none;
	color: #096;
    outline: 0;
}
a:visited {
	text-decoration: none;
	color: #09c;
    outline: 0;
}
a:hover {
	text-decoration: underline;
	color: #096;
    outline: 0;
}
a:active {
	text-decoration: none;
    outline: 0;
}

#footer{
clear: both;
height:71px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
}

#footer p {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;/*set the default font family*/
font-size: 70%;
color: White;
padding-top: 25px;
margin-left: 230px;
margin-right: 35px;
}
#footer a {
		text-decoration: none;/*remove the underline*/
color: White;
font-weight: bold;
    outline: 0;
}

#footer a:hover, #footer a:focus {
text-decoration: underline;
font-weight: bold;
    outline: 0;
}

.left {
	float: left;/*float to the left*/
	border: 1px solid #000;/*add a border*/
	margin: 5px 10px 2px 0;/*set the margins*/
}
.leftno {
	float: left;/*float to the left*/
	margin: 5px 10px 2px 0;/*set the margins*/
}
.right {
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 2px 10px;
}
.rightno {
	float: right;
	margin: 0px 0px 2px 10px;
}
.center {
float: none;
	border: 1px solid #000;
}
.clearit{
clear: both;
}
.green{color:#096;}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
/*	margin: 15px auto 15px auto;
*/	width: 450px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

