body 						{ /* sets global font style */ font: normal 12px Arial; color: #666666; margin: 0px; padding: 0px; background-color: #f4f4f4; }

/* hyperlink - anchor tag styles */
a:link, a:visited 			{ color: #61215F; text-decoration: none; }
a:hover 					{ text-decoration: underline; }

/* Image Divs */
.feaImage 					{ width: 190px; height: 140px; border: 5px solid #9789A8; }
.transImage-5 				{ width: 1px; height: 5px; border: 0px; }
.transImage-10 				{ width: 1px; height: 5px; border: 0px; }
.transImage-19 				{ width: 1px; height: 19px; border: 0px; }
.imgBorder						{ border: 2px solid #C5BFCE;}
	


/* font styles */
.text-mid 					{ font: normal 9pt/17px Arial, Helvetica, sans-serif; color: #666666; }
.text-col	 				{ color: #9090AC; }
h1								{ padding-bottom: 12px; border-bottom: 1px solid #C5BFCE; font-family: arial; font-size: 18px; font-weight: bold; color: #EF741D;}
h2								{ font-family: arial; font-size: 14px; font-weight: bold; color: #9785AA;}
.homeText					{ font-family: arial; font-size: 12px; }
.imgText						{ font-family: arial; font-size: 10px; }

/* form stuff */
.button						{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: auto; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #333333; text-align: center;cursor: hand; vertical-align: middle;margin: 2px;}
.input-box 					{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 100px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left;vertical-align: middle;overflow: hidden;}
.input  					{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}
.input-fixed 				{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}

/* globalNav styles */
#globalNav 					{ color: #C3C3C3; border-left: 1px solid #C5BFCE; border-right: 1px solid #C5BFCE; /* don't touch after this point */ position:relative; width:99.8%; min-width:760px; height:30px; padding:0px; margin:0px;  background-image:url(../img/nav-bg.gif); }
#gnl 						{ position: absolute; top: 0px; left: 0px; padding: 0px; margin: 0px; }
#gnr 						{ position: absolute; top: 0px; right: 0px; padding: 0px; margin: 0px; }
#globalLink 				{ border-left: 1px solid #C5BFCE; /* don't touch after this point */ position: absolute; left: 18px; height: 18px; top:7px; padding: 0px; margin: 0px; z-index: 100; }
a.glink, a.glink:visited 	{ color: #FFFFFF; border-right: 1px solid #C5BFCE; /* don't touch after this point */ font-size: 8pt; margin: 0px; padding: 4px 10px 4px 10px; }
a.glink:hover 				{ height: 15px; text-decoration: none; background-color: #EF6F16; }
.skipLinks 					{ display: none; }

/* subglobalNav styles */
.subglobalNav 				{ color: #CCCCCC; /* don't touch after this point */ position: absolute; top: 140px; left: 0px; width: 98%; height: 26px; padding: 4px 0px 0px 18px; visibility: hidden; }
.subglobalNav a:link, .subglobalNav a:visited { color: #222222;  font-size: 8pt; }
.subglobalNav a:hover 		{ color: #EF741A; }

/* Layout Divs */
#pageTop 					{ position: absolute; top: 10px; left: 2%; right: 2%; width:95.6%; height: 130px; }
#page	 					{ position: absolute; top: 180px; left: 2%; right: 2%; width:95.6%; height: 100%; }

#siteHeader 				{ position: relative; width: 99.8%; height: 110px; margin: 0px; padding: 0px; border-right: 1px solid #A7A7C1; border-top: 1px solid #A7A7C1; border-left: 1px solid #A7A7C1; }
#pageBody 					{ /* content bg */ background-color: #FFFFFF; border: 1px solid #A7A7C1; /* don't touch after this point */ position: relative; width: 99.8%; height: 100%; padding: 0px; margin: 0px; }

#content 					{ padding: 0px; margin: 15px 15px 15px 15px; text-align: justify; }
#content2 					{ padding: 0px; margin: 15px 15px 15px 15px; text-align: left; }
#featurePro 				{ width: 225px; height: 100%; padding-top: 10px; padding-bottom: 10px; }
.line						{ border-right: 1px solid #A7A7C1; height: 100%; }
.footer 					{ border-top: 1px solid #A7A7C1; width: 100%; height: 30px; }

/*--------------- Forms -------------------------------- /*

/* form */

.formContainer {
	margin-top:20px;
	width:700px;
	}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #cccccc;
	}

.formContainer fieldset legend {
	color: #9785AA;
	font-size: 120%;
	font-weight: bold;
	}

.formContainer input, .formContainer textarea, .formContainer select {
	color:#666666;
	}

.formContainer input, .formContainer textarea {
	width: 250px;
	}

.formContainer input.small {
	width: 100px;
	}
	


.break {
	clear: both;
	}

.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 320px;
	b//order:1px solid black;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#000;
	}

.formContainer div.row span.field {
	float: right;
	width: 350px;
	b//order:1px solid black;
	text-align: left;
	}

.formContainer .required {
	color: #CC0000;
	font-style: normal;
	}

.formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.formContainer input, .formContainer textarea, .formContainer select  {
	border: 1px solid #CCCCCC;
	}

.formContainer .buttonRow input {
	width: auto;
	background-color: #EF741D;
	border: 1px solid #CBE4CB;
	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}