
/*general*/

body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #333; line-height: 16px;
	margin: 10px 0 10px 0; padding: 0px; 
	background-color: #FBE3A6; 
	}
	
/*if liquid*/ 
#c//ontainer {
	margin-left: 10px; margin-right: 10px;
	}

/*if fixed*/ 
#container {
	width: 740px; margin-left: auto; margin-right: auto;
	}

h3 {
	display: none;
	}
	
.break {
	clear: both;
	}
	
a:link, a:visited { text-decoration: none; color: #333;  }
a:hover { text-decoration: underline; color: #333;  }
	
/*header*/

#header {
	height: 100px; margin-bottom: 10px;
	background-color: #F1AE00;
	border: 1px solid #F1AE00;
	text-align: center;
	}
	
/*logo*/

/* if centered logo*/
#logo {
	display: block; f/loat: left; width: 740px; height: 100px; 
	margin-left: auto; margin-right: auto;
	background-image: url(img/logo2.gif); 
	background-position: 0 0; 
	}
#logo span {display: none;}

/* if left or right logo*/
#l//ogo {
	display: block; float: left; width: 435px; height: 100px; 
	margin-left: 10px;
	background-image: url(img/logo.gif); 
	background-position: 0 0; 
	}
	
/* nav */

#globalNav {
	color: black; font-weight: bold; text-transform: lowercase;
	position: relative; height: 30px; 
	padding: 0px ; margin: 0px; 
	background-color: #F1AE00;
	}
	
#globalLink {
	padding-left: 3px;
	}

a.glink, a.glink:visited { 
	height: 22px;
	color: #224B9D;
	display: block; float: left;
	margin-right: 3px; margin-top: 3px; padding: 2px 10px 0 10px;
	background-image: url(img/nav-bg.gif);
	}

a.glink:hover {
	background-image: url(img/nav-rollover.gif); 
	text-decoration: none; color: white; 
	}

.skipLinks {
	display: none;
	}
	
/* subnav */

.subglobalNav { 
	color: #26427C;
	position: absolute; top: 150px;
	height: 26px; 
	padding: 4px 0px 0px 18px; visibility: hidden; 
	}
	
.subglobalNav a:link, .subglobalNav a:visited {
	color: #26427C; font-family: verdana, sans-serif; font-size: 11px; font-weight:bold;
	}
.subglobalNav a:hover { 
	color: black; text-decoration: underline; 
	}
.subglobalNav a:active {
	color: #000; text-decoration: none;
	}
	
/*===== content =====*/

#contentContainer, #absContainer {
	background-color: #FFF;
	border: 1px solid #F1AE00;
	overflow: auto;
	margin-top: 25px; padding: 15px;
	}
	
/* headings */

#contentContainer H1 {
	margin: 0; padding: 0 0 5px 0; 
	color: #F1AE00; font-size: 18px;
	}
	
#contentContainer H2 {
	font-size: 14px; color: #0E3337;
	}
	
#contentContainer H4 {
	font-size: 12px; color: #5080E1;
	}
	
#contentContainer H2 b {
	color: #666; padding-left: 5px;
	}
	
#contentContainer H5 {
	font-size: 9px
	}
	
/* images */

#contentContainer IMG {
	float: right; 
	margin-left: 15px; margin-top: 18px; padding: 4px;
	border: 1px solid #F1AE00;
	}
	
#contentContainer .home {
	width: 515px; height: 217px ;clear: right;float: left; border:0px   
	}
	
#contentContainer .about {
	width: 350px; height: 233px ; 
	}
	
#contentContainer .staff img {
	width: 120px; height: 175px;
	}
	
/* staff container */
	
#contentContainer .staff {
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	overflow: auto;
	}
	
/*contact details*/

#contentContainer dl {
	width: 320px; _margin-top: 20px;
	}
	
#contentContainer dl#headOffice {
	float: left;
	}
	
#contentContainer dl#secondaryOffice {
	float: right;
	}

#contentContainer dl dt {
	float: left; width: 90px;
	padding-bottom: 5px; padding-top: 5px;
	font-weight: bold; color: #000;
	}

#contentContainer dl dd {
	width: 220px;
	padding-bottom: 5px; padding-top: 5px;
	}

/* features buttons - on home page */

#features {
	float: left; width: 340px;
	}

#features SPAN {
	font-size: 12px; font-weight: bold; padding-bottom: 0; display: block;
	}

#features a:link, #features a:visited {
	display: block; margin-bottom: 10px; padding: 5px 0 0 60px;
	width: 250px; height: 52px;
	background-color: #E9FBFD;
	border-bottom: 1px solid #5080E1;
	background-repeat: no-repeat;
	font-size: 12px; text-decoration: none; color: #5080E1;
	}
#features a:hover {
	text-decoration: none;
	background-color:#D3FBFF;
	}

#features .appr {
	background-image:url(img/ico_appr.gif);
	}
#features .wish {
	background-image:url(img/ico_wish.gif);
	}
#features .calc {
	background-image:url(img/ico_calc.gif);
	}

/* pdf buttons */

.buttonPdf a:link { 
	width:120px; height:32px;
	display:block;
	background-image:url(img/ico_pdf.gif);
	background-repeat:no-repeat;
	padding-left:40px;
}

.buttonDownload a:link { 
	width:220px; height:51px;
	display:block;
	background-image:url(img/ico_acrobat.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-left:98px; padding-top:12px;
	font-size:9px;
	line-height:12px;
	border-top:1px solid #999;
	color:#333333;
	text-decoration:none;
}

.buttonDownload a:hover { 
	color:#999999;
}
	
/*=== end content ====*/

/* forms */

.formContainer {
	margin-top:20px;
	width:700px;
	}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #98D7DD;
	}

.formContainer fieldset legend {
	color: #5080E1;
	font-size: 120%;
	text-transform: lowercase;
	font-weight: bold;
	}

.formContainer input, .formContainer textarea, .formContainer select {
	color:#000;
	}

.formContainer input, .formContainer textarea {
	width: 250px;
	}

.formContainer input.small {
	width: 100px;
	}
	
.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 320px;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#333;
	}

.formContainer div.row span.field {
	float: right;
	width: 350px;
	text-align: left;
	}

.formContainer .required {
	color: #F1AE00;
	font-style: normal;
	}

.formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.formContainer input, .formContainer textarea, .formContainer select  {
	border: 1px solid #C6C7DB;
	}

.formContainer .buttonRow input {
	width: auto;
	background-color: #F1AE00;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
	}

.stampState {float:left;width:50px;padding-right:10px;text-align:right}
.stampHeads {float:left;width:120px;font-size:9px;line-height:12px}
.stampFields {float:left;width:120px}

/*footer*/

#footer {
	clear: both; height: 28px;
	margin-top: 10px;
	background-color: #F1AE00;
	font-family: Arial, sans-serif; line-height: 32px; color: #274682; text-align: center;
	}
#footer ul {
	display: inline; list-style: none;
	font-size: 9px; color: #274682;
	}
#footer ul li {
	display: inline;
	margin-right: 8px;
	}
#footer a:link, #footer a:visited {
	color: #274682; font-weight: bold; text-decoration: none;
	}
#footer a:hover {
	color: #fff; text-decoration: underline;
	}
	
#pow .whiteheader {
	color:#fff;
	font:bold;
	}
	
#pow .whitetext {
	color:#fff;
	}
#pow a.whitelink, #pow a.whitelink:hover, a.whitelink:active {
	color:white;
	texttransform:underline;
	}
	
#pow {
	border:0px solid red;
	float:right;
	height:100%
	margin:0px;
	padding:0px;
	width:154px;
	}
#contentContainer .whiteimg{
	border:1px solid #4277DE;
	float:center;
	height:90px;
	padding:0px;
	margin:0px;
	width:150px;
	}
	
.hptextspan {
	width:100%
	}