@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	background: url(../images/main_bkg.jpg) repeat;
}

h1 {
	font-size: 24px;
	color:#39F;
	margin: 15px 0px 3px 0px;
}

h2 {
	font-size:18px;
	margin: 0px;
	
	}
h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	color:#39F;
}

h5 {
	font-size: 13px;
	color: #FFF;
}

ul li h3 {
	margin:0px;
}

ul li h3 {
	color:#39F;
}

ul li p {
	margin:0px;
}

ul li {
	margin: 0px 0px 12px 0px;
}
	
h2.subhead1 {
	font-size: 18px;
	color:#09F;
}

p {
	font-size:12px;
}

em {
	color: #09F;
	font-size:14px;
}

strong {
	font-size:16px;
}

a:link {color:#09F; text-decoration:none;}
a:visited {color:#09F; text-decoration:none;}
a:hover {color:#FFF; text-decoration:underline;}
a:active {color:#09F; text-decoration:none;}

.bubblemain p {
	color:#306;
	margin: 10px 14px 7px 14px;
	padding: 0px;
}

ul li {
	font-size:12px;
}

.margin {
	margin: 20px 0px 0px 15px;
	line-height: 16px;
}

#wrapper {
	width: 850px;
	height: auto;
	min-height: 450px;
	margin: 0px auto 0px auto;
}

#header {
	width: 850px;
	height: 279px;
	float: left;
	background: url(../images/header_main.jpg) no-repeat;
}

#navmenu {
	width: 450px;
	height: 35px;
	margin: 212px 0px 0px 0px;
	float: right;
}

#contentmain {
	width: 850px;
	height: auto;
	min-height: 450px;
	background: url(../images/maincontent_bkg.jpg) repeat;
	float:left;
}

#textcontent {
	width: 500px;
	height: auto;
	min-height: 300px;
	margin: 0px auto 0px auto;
}

#cntnt01moduleform_1 .contactform {
	
}

#cntnt01moduleform_1 fieldset {
	border: 0px;	
}

#cntnt01moduleform_1 .contactform legend {
	display: none;
}

#cntnt01moduleform_1 .contactform label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 7px 0px 7px 0px;
}

#cntnt01moduleform_1 .contactform input[text] {
	
}

#footer {
	width:850px;
	height:30px;
	background: url(../images/footer_bar.jpg) no-repeat;
	float: left;
}

#navbutton {
	width:auto;
	height: 140px;
	float: right;
	margin: 110px 0px 0px 0px;
}

#homebutton {
	width: auto;
	height: auto;
	margin: 80px 0px 0px 350px;
	float: left;
}

#footnote {
	text-align: center;
	color: #000;
	height: 35px;
}

#footnote a {
	color: #fff;
}

.small {
	font-size: 10px;
}


