* {
	margin :0;
	padding:0;
	}
	
body {
	font-family: 'Arial','Gil Sans', sans-serif;
	font-weight:100;
	background:#214c78;
	}

.clear {
	clear:both;
	}
	
.center {
	text-align:center;
	}
	
div.formbutton {
	width:100%;
	text-align:center;
	padding:15px 0px;
	}
	
b {
	font-weight:600;
	}
	
#wrap {
	background: #FFFFFF url(../images/PageBg1.png) repeat-x;
	}


#iwrap {
	position: relative;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	}

#header_a {
	height:115px;
	background: url(../images/Logo1.png) no-repeat;
	}

#header_a h3 {
	font-family: 'Impact' 'Impact' 'Charcoal' sans-serif;
	left :-5000px;
	width:400px;
	text-align:center;
	top:10px;
	position:absolute;
	color:#00adef;
	font-size:40pt;
	font-weight:200;
	}	

#header_a h4 {
	left :130px;
	top:75px;
	position:absolute;
	color:#FFFFFF;
	font-size:17pt;
	font-weight:200;	
	width:400px;
	text-align:center;
	}
	
#menu {
	height: 45px;
	background: #FFFFFF url(../images/MenuBg1.png) no-repeat;
	padding-left:5px;
	}	

#menu ul {
	}
	
#menu li {
	float:left;
	color:#FFFFFF;
	list-style:none;
	}
	
#menu li a  {
	background: url(../images/MenuLeft.png) 0px -37px no-repeat;
	display:block;
	text-align:center;
	text-decoration : none;
	font-weight:bold;
	font-size:10pt;
	height:10px;
	padding-left:8px;
	padding-top:12px;
	padding-bottom:12px;
	color:#000000;
	}
	
#menu li a span {
	background: url(../images/MenuRight.png) right -111px no-repeat;
	padding-right:13px;
	padding-top:12px;
	padding-bottom:8px;
	padding-left:0px;
	height:20px;
	}
	
#menu li a.z span {
	background: url(../images/MenuRight.png) right -37px no-repeat;
	}
	
#menu li a.current_z,
#menu li a.current {
	color:#ed1c24;
	xcolor:#00adef;
	}	

#menu li a:hover {
	background: url(../images/MenuLeft.png) 0px -0px no-repeat;
	}
	
#menu li a:hover span {
	background: url(../images/MenuRight.png) right -74px no-repeat;
	}

#menu li a.z:hover span {
	background: url(../images/MenuRight.png) right -0px no-repeat;
	}
	
	
#SidebarWrap {
	background: url(../images/TextBg.png) repeat-y;
	}
	
#maintext {
	width:550px;
	float:left;
	padding:20px 0px;
	}
	
#fulltext h1,
#fulltext h2,
#fulltext h3,
#maintext h1,
#maintext h2,
#maintext h3 {
	color:#ed1c24;
	xcolor:#00adef;
	font-size:18pt;
	padding:20px 25px 0 15px;
	text-align:left;
	}


#fulltext h4,
#fulltext p,
#fulltext ol,
#fulltext ul,
#maintext h4,
#maintext p,
#maintext ol,
#maintext ul {
	font-size:13pt;
	font-weight:100;
	padding:1em 25px 0 15px;
	}
	
#fulltext li,
#maintext li {
	margin-left:40px;
	padding-left:0px;
	}
	
#fulltext a,
#fulltext a:visited,
#maintext a,
#maintext a:visited {
	color:#cd0101;	
	}

#sidebar {
	width:250px;
	float:right;
	padding : 20px 0px;
	}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar h1 a:visited,
#sidebar h2 a:visited,
#sidebar h3 a:visited {
	color:#ed1c24;
	font-size:16pt;
	text-align:center;
	padding-bottom:.75em;
	}
	
#sidebar img {
	margin-bottom : 10px;
	}
	
#sidebar li{
	margin-left:30px;
	padding-left:0px;
	line-height:1.5em;
	}
	
#footer {
	background: #214c78 url(../images/FooterBG.png) repeat-x;
	}

#footer p {
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	font-size:8pt;
	}
	
#footer p a, a:visited {
	color:#FFFFFF;
	}
	
#footer p a:hover {
	color:#f1aa21;
	}

//------------------------------------------------------------------------
//  Form formatting
//------------------------------------------------------------------------
fieldset {
	padding:5px;
	}

legend {
	padding:0 10px;
	margin-left:10px;
	font-size:14pt;
	color:#000000;
	}

#form-Contact p,
#form-Application p {
	font-size:11pt;
	margin:0;
	padding:.25em 0 .50em 10px;
	text-align:left;
	}

#form-Contact p.formlabel,
#form-Contact p.formlabelwide,
#form-Contact p.formitem,
#form-Application p.formlabel,
#form-Application p.formlabelwide,
#form-Application p.formitem  {
	font-size:11pt;
	margin:0;
	padding:.25em 0 0 0;
	text-align:left;
	}

#form-Contact p.formlabel,
#form-Application p.formlabel  {
	padding:.25em 0 0 10px;
	}

#form-Application p.leadin {
	font-size:13pt;
	padding:.5em 0px;
	}

#form-Application li {
	font-size:13pt;
	margin:0 0 0 3em;
	padding:.25em 0 0 .25em;
	}
	
#form-Application table.webform {
	width:740px;
	font-size:13px;
	clear:both;
}


table.webform {
	width:500px;
	font-size:13px;
	clear:both;
	}

table.webform td.formlabel {
	width:200px;
	vertical-align:top;
	}
	
table.webform td.formlegend {
	width:270px;
	text-align:left;
	vertical-align:top;
	padding:10px;
	}

table.webform td.formfield {
	width:270px;
	text-align:left;
	vertical-align:top;
	}

table.webform td.formlabelwide {
	width:470px;
	vertical-align:top;
	}
table.webform td.formfieldwide {
	width:280px;
	text-align:left;
	vertical-align:top;
	}

span.formitem {
	padding : 0em 1.5em 0em .25em;
	}


input.btn { 
	color:#000; 
	font-size: 13pt;
	font-weight:bold;
	background-color:#def; 
	border:2px solid; 
	padding:.25em .75em;
	border-color: #669 #336 #336 #669; 
	} 
	
input.btnhov { 
	background-color:#cdf; 
	border-color: #63c #309 #309 #63c;
	}
	
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	xpadding: 2px;
	padding-left: 20px;
	background: url(../images/icons/acrobat.gif) no-repeat left center;
}

.offstate-joint {
	display:none;
	}

.onstate-joint {
	display:block;
	}
	
.errorbox {
	width:60%;
	left:20%;
	border: 1px solid #FF0000;
	background:#f5dcdc;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	}