/* This styles sets overall font style and background */
html body						{text-align:center; margin:0; font-family: arial; font-size: 12px;}

/* hyperlink - anchor tag styles */
/* All these styles area editable */
a:link, a:visited 			{ color: #333333; text-decoration: none; }
a:hover 					{ text-decoration: none; }

/* Image Divs */
/* All these styles area editable */
.feaImage 					{ width: 190px; height: 140px; border: 5px solid #C5A955; }
.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: 1px solid #999999;}

/* font styles */
/* All these styles area editable */
.text-sm 					{ font: normal 7pt/19px Arial, Helvetica, sans-serif; color: #666666; }
.text	 					{ font: normal 8pt/18px Arial, Helvetica, sans-serif; color: #666666; }
.text-mid 					{ font: normal 9pt/21px Arial, Helvetica, sans-serif; color: #666666; }
.text-lg 					{ font: normal 12pt/23px Arial, Helvetica, sans-serif; color: #666666; }
.text-col	 				{ color: #666666; }
.text-col-light	 			{ color: #FFFFFF; }
h1								{ width: 590px; height: 33px; background-color:#F0E8D5; display: block; padding-top: 4px;}
h2								{ font-size: 14px; color:#BE9F41; }

/* form stuff */
/* All these styles area editable */
.button						{ background-color: #F8F8F8; height: 20px; width: auto; border: 1px solid #C5A955; font: normal 7pt Verdana; color: #FFFFFF; text-align: center; cursor: hand; vertical-align: middle; margin: 2px;}
.input-box 					{ background-color: #F8F8F8; height: 100px; width: 100%; border: 1px solid #C5A955; font: normal 8pt/16pt Verdana, Arial, Helvetica, sans-serif; color: #333333;text-align: left;vertical-align: middle;overflow: hidden;}
.input  						{ height: 20px; border: 1px solid #CCCCCC; font: normal 11px Arial;; color: #666666; text-align: left; vertical-align: middle;}
.input-fixed 				{ background-color: #F8F8F8; height: 22px; width: 250px; border: 1px solid #C5A955; font: normal 8pt/16pt Verdana, Arial, Helvetica, sans-serif; color: #333333; text-align: left; vertical-align: middle;}
.input-fixed-sm 			{ background-color: #F8F8F8; height: 22px; width: 100px; border: 1px solid #C5A955; font: normal 8pt/16pt Verdana, Arial, Helvetica, sans-serif; color: #333333; text-align: left; vertical-align: middle;}

/* Layout Divs */
#page	 					{ color: #A9253D; font: normal 8pt/16pt Verdana, Arial, Helvetica, sans-serif; /* don't touch after this point */ width:770px;  }
#siteHeader 				{ /* header bg */ background-color:#D3D3E0; border-bottom:1px solid #FFFFFF; /* don't touch after this point */ width: 100%; height: 120px; margin: 0px; padding: 0px; }
#pageBody 					{ /* content bg */ background-color:#ffffff; border:1px solid #C5A955; /* don't touch after this point */ width: 770px; padding: 0px; margin: 0px; }
#footer 					{ /* footer bg */ background-color:#F0E8D5; border-top:1px solid #C5A955; /* don't touch after this point */ width: 100%; height: 30px; }
.menu2 						{ /* menu bg */ background-color:#C5A955; border-right:1px solid #C5A955; }
#full						{ padding: 0px; }
#content 					{ padding: 0px; margin: 10px 10px 10px 10px; }
#content2					{ padding: 0px; margin: 10px 2px 10px 2px; }
#featurePro 				{ border-top: 1px solid #A7A7C1; width: 100%; padding: 10px; }
.line						{ border: 1px dotted #F0E8D5;}


/* globalNav styles */
#menu		 				{ /* sub menu bg */ background-color: #F0E8D5; /* don't touch after this point */ float: left; width: 150px; padding: 0px; }
#button						{ background-image: url(../img/nav-bg.gif); width: 150px; height: 24px; cursor:hand; cursor:pointer; }
a.type1:link, a.type1:visited	
							{ color:#FFFFFF; font-size: 8pt; background-image:url(../img/nav-bg.gif); /* don't touch after this point */ width:150px; height:24px; margin:0px; padding:5px 0px 0px 8px;}
a.type1:hover 				{ color:#FFFFFF; background-image: url(../img/nav-rollover.gif);  /* don't touch after this point */ width: 150px; height: 24px; text-decoration: none; }

/* form */

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

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

.formContainer fieldset legend {
	color: #007F3D;
	font-size: 100%;
	font-weight: bold;
	}

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

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

.formContainer input.small {
	width: 100px;
	}
	


.break {
	clear: both;
	}

.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 250px;
	b//order:1px solid black;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#000;
	}

.formContainer div.row span.field {
	float: right;
	width: 290px;
	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: #BE9F41;
	border: 1px solid #BE9F41;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
	}

.formContainer .input2 {
	border: 1px solid #FFFFFF;
	width:20px;
	text-align: left;
	}

.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}

.title {font-size: 13px; color:#BE9F41; font-weight: bold;}

.text {font-size: 11px;}

.heading {font-size: 12px; color:#BE9F41; font-weight: bold;}

.button {
	width: auto;
	background-color: #BE9F41;
	border: 1px solid #BE9F41;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
}

/*Doc Manager Pages*/

/* Sales Team */

#staffSales {
	float: left;
	width: 130px;
	height: 145px;
	margin: 10px;
	}

#staffSales img {
	width: 120px;
	height: 125px;
	margin-bottom: 5px;
	}
	
/*PDF STYLES*/
.getAcrobat a {
	display: block;
	width: 300px; height: 51px;
	background-image: url(../img/iconAcrobat.gif); background-repeat: no-repeat; background-position: 0 10px;
	padding-left: 98px; padding-top: 12px;
	border-top: 1px solid #68BD86;
	margin-top: 0.7em;
	color: #68BD86; text-decoration: none;
}		
	