/*ALL PAGE LAYOUT*/

body  {
	font: Arial, sans-serif;
	background: #EBEBEB;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

/* mainlyaout */

.mainlayout {
	font-family:Arial, Helvetica, sans-serif;
}

/* container */

.mainlayout #container { 
	position: relative; 
	width: 788px;  
	background-image:url(images/background.png);
	background-repeat:repeat-y;	
	margin: 0 auto; 
	text-align: left; 
} 

/* header */

.mainlayout #header {
 	height: 106px; 
	padding-bottom: 0px;
	
} 

.mainlayout #subheader {
	height: 40px;

}

.mainlayout #subheader-left {
	font-size: 10px;
	font-weight: bold;
	padding-top: 25px;
	width:125px;
	float:left;
	text-align:right;
	color: #626A6E;

}

.mainlayout #subheader-right {
	font-size: 10px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 3px;
	color: #626A6E;
	float:left;
	text-align:left;

}

/* left sidebar */

.mainlayout #sidebar1 {
	top: 146px; 
	left: 0;
	width: 127px; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 8px;
	border-right-style: dashed;
	border-right-color: #ccc;
	border-right-width: 1px;
	height: auto;
	float: left;
	text-align:right;
	margin-bottom: 40px;
	
}

.mainlayout #sidebar1-image {
	height:38;
	width:124;
	float:right;

}

.mainlayout #sidebar1-menu {

	text-align:right;
	float:right;
	padding-right: 10px;
	padding-top:12px;
	padding-bottom:24px;
	width:118px;
	font-size: 10px;
	font-weight: bold;
	line-height:14px;
	color: #626A6E;

}

/* right sidebar */

.mainlayout #sidebar2 {
	top: 146px;
	right: 0;
	width: 155px; 
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ccc;
	margin-bottom:40px;
	float: right;
}

.mainlayout #sidebar2-bannertop {
	height:140px;
	width:128px;
	float:left;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;

}	

.mainlayout #sidebar2-image {
	height:38px;
	width:128px;
	float:left;
	padding-right:16px;
	padding-top:16px;

}

.mainlayout #sidebar2-menu {
	text-align:left;
	float:left;
	padding-left: 24px;
	padding-top:12px;
	padding-bottom:24px;
	width:120px;
	font-size: 10px;
	font-weight: bold;
	line-height:14px;
	color: #626A6E;

}

.mainlayout #sidebar2-text {
	text-align:left;
	float:left;
	padding-left: 4px;
	padding-top:12px;
	padding-bottom:24px;
	width:140px;
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
	color: #626A6E;

}

/* central section */

.mainlayout #mainContent {
	top:146px;
	margin-top:0px;
	margin-bottom: 40px;
	margin-left:136px;
	margin-right:164px;
	padding-left:16px;
	padding-top:10px;
	padding-right:16px;
	
}


.mainlayout #mainContent_head {
	height:auto;
	width:auto;
	

}

.mainlayout #mainContent_body {
	padding-left:30px;
	font-size:12px;
	color:#626A6E;
	line-height:1.4;
	padding-top: 20px;
	
}

.mainlayout #mainContent_text {
	line-height:1.4;

}


.mainlayout #mainContent_text a {
	font-size:12px;

}

.mainlayout #mainContent_name {
	line-height:160%;
	font-weight:bold;

}


.mainlayout #mainContent_bodyin {
	
	width:420px;
	float:left;
	
	
}

/* footer */

.mainlayout #footer {
	
	background-image:url(images/footer_2.jpg);
	height:90px;
	clear: both;
		
} 

.mainlayout #footer-in {
	
	margin: 0;
	padding-top: 14px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #626A6E;
}

/* CATEGORY PAGE*/

.category {

font:Arial, Helvetica, sans-serif;
color:#626A6E;

}


.category #cat_container {
	
	width:458px;

	
	

}

	
	
.category #cat_cont_left {

	width:80px;
	float:left;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding-top:10px;
	

}



.category #cat_cont_left2 {


	font-size:11px;
	font-weight:normal;
	font-style:italic;
	padding-top:5px;
	padding-left:5px;
	line-height:11px;
	color:#888;
}

.category #cat_cont_right {

	
	padding-left:20px;
	font-size:11px;
	margin-left:80px;
	padding-bottom:10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;


}

.category #cat_cont_right_alt {

	
	padding-left:20px;
	font-size:11px;
	margin-left:80px;
	padding-bottom:10px;
	padding-top: 10px;
	background-color:#EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;


}

/* ITEM PAGE */

.item {

font:Arial, Helvetica, sans-serif;
color:#626A6E;

}

.item #content {

	width:458px;
	position:relative;
	
}

.item #title {

	font-size:12px;
	font-weight: bold;
	padding-bottom:12px;
}


.item #picture {

	width: 96px;
	height:100px;
	float:left;
	text-align:center;
	padding-top:20px;	

}

.item #contact {

	height:140px;
	font-size:10px;
	font-weight: bold;
	line-height:14px;
	float:left;
	
	
}

.item #contact_table {
	font-size: 11px;
	font-weight: bold;
	}
	
.item #benefits {

	float:left;
	width: 416px;
	font-size:11px;
	padding-left: 8px;
	
}

.item #locations {

	float:left;
	width: 416px;
	font-size:11px;
	padding-left: 8px;
	padding-top: 26px;

}

.item #locations_table {
	font-size: 11px;
	font-weight: bold;
	}


.item #info {

	float:left;
	width: 416px;
	font-size:11px;
	padding-left: 8px;
	padding-top: 26px;

}

.item #gallery {

	float:left;
	width: 416px;
	font-size:11px;
	padding-left: 8px;
	padding-top: 26px;
	
}

.item #backlink {

	float:left;
	width: 416px;
	font-size:10px;
	padding-left: 8px;
	padding-top: 26px;
	padding-bottom: 40px;
	
}

/* form */

.form #disclaimer {

	line-height: 11px;
	text-align:left;
	}

/* content pages */

.sectiontitles {
	font-size: 12px;
	font-weight: bold;
	color: #FD8638;
}


/* large text box */

#box {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#FD8638;
	width:210px;
	float:right;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:36px;
	
	}
	
	
#box_right {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#FD8638;
	width:210px;
	float:left;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	padding-right:10px;
	padding-top:36px;
	
	}

.pic_link a {

color:#FFFFFF;
}

/* link general */



a:link 
{
	color:#FD8638;
	text-decoration:none;
	font-size: 10px;
}

a:link #intext 
{
	color:#FD8638;
	text-decoration:none;
	font-size: 12px;
}

a:visited 
{
	color:#FD8638;
	text-decoration:none;
	font-size: 10px;
}

a:hover 
{
	color:#FD8638;
	text-decoration:underline;
	font-size: 10px;
}

a:active 
{
	color:#FD8638;
	text-decoration:none;
	font-size: 10px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
