/* css style-1047*/

/*.......((  Site Layout Elements ))...........................*/

html, body 		 { margin: 0; padding: 0; border: 0; height: auto; }
body				 { border: 0px; margin: 0px; padding: 0px; font: 12px Verdana, Arial; text-align: center; color: #AFA079; background:  #E5E2D7 url(../images/Bg.jpg) top left repeat-x ; height: auto;}

#Container	{ margin: 0 auto; width: 771px; text-align: left;  height: auto;  /*firefox,safari fix*/ background:  url(../images/PageBg.jpg) top left repeat-y ; }
#Liner				{ position: relative; width: 742px; }
#Float-wrap	{ float: left; width: 742px;  margin-right: 1px; }
#Center			{ float: right;  width: 714px;  margin-bottom: -1px; /*left container siz minus Container size*/  overflow: visible; }
#Left 				{ float: left; width: 28px;   height: 521px; background: url(../images/left.jpg)  top left repeat-x; }
#Right			{ float: left; position: relative; width: 29px;  margin-right: -29px;   margin-left: -1px; height: 521px;  background: url(../images/right.jpg)  top left repeat-x;   }

#Row				{ margin: 0 auto; padding: 0px; width: 771px;  text-align: left; height: auto; background:  url(../images/topBg.jpg) top repeat-x ; height: 26px; clear: both; }
.rowR				{ margin: 0 auto; padding: 0px; margin-left: 714px;}
#BtmRow		{ margin: 0 auto; padding: 0px; width: 771px;  text-align: left;  background:  url(../images/btmBg.jpg) top left repeat-x ; height: 34px; }
.btmrowL		{ margin: 0 auto; padding: 0px;  float: left; }
.btmrowR 		{ margin: 0 auto; padding: 0px;  float: right; }

#Header		{ border: 0px; margin: 0px 0px 0px 0px; padding: 0px; width: 714px; float: left; background: #FCFCFA; }
#Flash 			{ border: 0; margin: 0; padding: 0px 0px 0px 0px ; width: 714px; height: 248px; float: left; background: #FCFCFA; }
#Ban   			{ border: 0px; margin: 0px; padding: 0px 0px 0px 0px ; width: 714px; height: 120px; float: left; background: #FCFCFA; }
#Line1			{ float: left; width: 683px; border-bottom: 1px solid #C1BFA3; margin: 0px 0px 0px 0px; height: 0px; }
#Line2			{ float: left; width: 683px; border-top: 1px solid #FFFFFF;  margin: 0px 0px 0px 0px; height: 0px; }
#Blk		   		{ border: 0px; margin: 0px; padding: 0px; width: 714px; height: 12px; float: left; background: url(../images/stripbg.jpg)  top left repeat-x; }
#Blk2   			{ border: 0px; margin: 0px; padding: 0px; width: 714px; height: 3px; float: left; background: url(../images/ContentBtm.jpg)  top left repeat-x; }


/*.......((  Nav Area )).............................................*/
#Nav {
	text-align: center;
	float: left;
	width: 714px; 
	height: 100%;
	margin: 0px 0px 0px 0px;
	background:  #E8E7D8 url(../images/NavBg.jpg)  top left no-repeat;
	}

#Nav p {
	padding: 3px 15px 0px 15px;
	margin: 0px;
	}
	
#Navbtm {
	margin: 0px;
	float: left;
	width: 714px; 
	height: 2px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background:  #D9D6B8 url(../images/NavBtm.jpg)  bottom left no-repeat;
	}



/*.......(( Content area )).................................*/


#ContentBg { /*background-color: #EFF3D8; */ 	background:  url(../images/ContentBg.jpg) top left repeat-x; width: 714px; float: left; } 		

#Content		{  position: relative; padding: 8px 35px 30px 35px; width: 644px;  /*width minus padding-Cheat a few pixels less/Older Browsers  will add to width*/ overflow: visible; float: left;
	height: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 250px;
	}
html>body #Content {  height: auto; }

/*.......((  Footer area ))...............................................*/

#Footer {
	margin: 0px auto;
	text-align: left;
	font-size: 10px;
	width: 714px;
	background: #FFF;
	}
	
#Footer p {
	color: #AFA079;
	padding: 10px 35px 10px 35px;
	margin: 0px;
	}

#Footer a:link, #Footer a:visited, #Footer a:active {
	text-decoration: none;
	color: #5F9398; 
	}
	
#Footer a:hover {
	text-decoration: underline;
	color: #87B4DD;
	} 



/*.......(( Misc. elements ))....................................................*/

.clear { clear: both; }

.Button {
	background-color:#E6E4D4;
	color: #AFA079;
	cursor: hand;
	font-size:10px;
	text-decoration: none;
	border: 1px solid #B7AB8A; 
	}
	
.ButtonHover {
	background-color: #ACCACF;
	color: #FFF;
	cursor: hand;
	font-size:10px;
	text-decoration: none;
	border: 1px solid #94BEC5; 
	}


/*.......(( Basic HTML elements ))....................................................*/

p { border: 0px; }

a:link, a:visited, a:active { color: #5F9398; text-decoration: underline;  }
a:hover { color: #87B4DD;	 text-decoration: underline; }

/*.......(( Dev Edit Classes ))..........................................................*/

.border				{ border: 1px solid #D8D0BE; }
.border2				{ border: 2px solid #D8D0BE; }
.mL						{ margin: 0px 0px 15px 15px; }
.mR						{ margin: 0px 15px 15px 0px; }
.border_mL		{ border: 1px solid #D8D0BE; margin: 0px 0px 15px 15px; }
.border2_mL		{ border: 2px solid #D8D0BE; margin: 0px 0px 15px 15px; }
.border_mR		{ border: 1px solid #D8D0BE; margin: 0px 15px 15px 0px; }
.border2_mR	{ border: 2px solid #D8D0BE; margin: 0px 15px 15px 0px; }

hr 						{ color: #D8D0BE; height:1px; }
hr.size2 				{ color: #D8D0BE; height: 2px; }
	
/* Page Layout Classes */
/* PageContact */
.PageContact_Intro { font-size: 12px; }
.PageContact_Office { list-style:none; font-size:12px; margin-left: 0px; margin-top: 0px; margin-bottom: 2px;}
.PageContact_Office_CompanyName1 { font-size:16px; font-weight: bold; }
.PageContact_Office_CompanyName2 { font-size:16px; font-weight: bold; }
.PageContact_Office_OfficeLocation { font-size:14px; font-weight: bold; }
.PageContact_Office_Photo { border: solid 1px #D8D0BE; }
.PageContact_Contact { list-style:none; font-size:12px; margin-left: 0px; margin-top: 0px; margin-bottom: 2px;}
.PageContact_Contact_Name { font-size:14px; font-weight: bold; }
.PageContact_Contact_Photo { border: solid 1px #D8D0BE; }
.PageContact_Contact_Seperator {  margin-top: 20px; padding-top: 5px; border-top: solid 1px #D8D0BE; }

/* PageInternetLink */
.PageInternetLink_Intro { font-size: 12px; }
.PageInternetLink_Category_Container { padding-top: 0px; border-top: solid 1px #D8D0BE; margin-top: 10px; margin-bottom: 20px; }
.PageInternetLink_Category { list-style:none; line-height:18px; margin-left: 0px; margin-bottom: 2px; margin-top: 0px;  }
.PageInternetLink_Category_Name { font-size:18px; font-weight: bold; }
.PageInternetLink_Category_Description { font-size:12px; }
.PageInternetLink_Link { list-style:none; font-size:10px; margin-left: 0px; margin-bottom: 5px; margin-top: 3px; }
.PageInternetLink_Link_Url {  font-size:14px; font-weight: bold; }
.PageInternetLink_Link_Description { font-size:12px; }
.PageInternetLink_Link_NoUrl { color: #5F9398; }

/* PageTestimonial */
.PageTestimonial_Intro { font-size: 12px; padding-bottom: 18px;  }
.PageTestimonial_Container { padding-top: 10px; border-top: solid 1px #D8D0BE;   }
.PageTestimonial_Quote { font-size: 12px; font-style: italic; }
.PageTestimonial_ProvidedBy { font-size: 12px; font-weight: bold;  text-align:right; padding: 7px 0px 10px 0px }

/* PageFAQ */
.PageFAQ_PageName { font-size:16px; font-weight:bold; }
.PageFAQ_Intro { font-size: 12px; }
.PageFAQ_Container { padding-top: 10px; padding-left: 5px; }
.PageFAQ_Question { font-size: 12px; padding-bottom:10px; }
.PageFAQ_Answer { font-size: 12px; display:none; padding-bottom:15px; border-bottom: solid 1px #D8D0BE; }

/* PageService_Intro */
.PageService_Stylized { font-size: 24px; }
.PageService_Intro { font-size: 12px; }
.PageService_Group { margin-left: 15px; margin-bottom: 2px; margin-top: 0px;  }
.PageService_Group_Name {  font-weight: bold; list-style-image: url(../images/bullet.gif); list-style-position: inside; }
.PageService_Group_Name a:link, .PageService_Group_Name a:visited, .PageService_Group_Name a:active { color:#5F9398;	text-decoration: underline;}
.PageService_Group_Name a:hover { color:#87B4DD; text-decoration: underline;}
.PageService_Group_Description { padding-top:15px;	 }
.PageService_Item { margin-left: 30px; margin-bottom: 2px; margin-top: 0px;  list-style-image: url(../images/bullet.gif); list-style-position: inside;}
.PageService_Item_Name { font-size:12px;  }
.PageService_Line_Group_Name { font-size:13px; border-bottom: solid 1px #D8D0BE; padding-bottom: 6px; font-weight: bold;  }
.PageService_Line_Group_Items { font-size:12px;  text-align: right; padding: 8px 0px 0px 0px;  }
.PageService_Line_Item_Name{ font-size:13px; border-bottom: solid 1px #D8D0BE; padding-bottom: 6px; font-weight: bold;}
.PageService_Item_Description { padding-top:15px; }

/* PageContact-Intro */
.qcform {  margin: 0px 0px 0px 15px; text-align: left; background: #F2F0E8; border: 1px solid #D0C8B0; }
.qcform p { text-align: left; padding: 0px 2px 5px; line-height: 16px; margin: 0px; }
.qcform td { text-align: left; padding: 2px 15px; vertical-align: bottom; text-align: center; }
.qcformcolor { font: 12px verdana, arial, sans-serif; padding: 2px; width: 234px; background-color: #F6F6EC !important; border: 1px solid #B7AB8A; color: #AFA079; }
.qc-err { color:red; }
hr.qcform { height:1px; margin: 5px 0px; padding: 0px; color: #B7AB8A; }
