/*
COLORS:
515559 dk grey bg
52722e green
843535 red
4282d6 blue
7c5415 brown
76448c purple
/******************** NAVIGATION STYLES ********************/

.first_level_nav_red, .first_level_nav_red a
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}

.first_level_nav_red a:hover, .first_level_nav_active_red, .first_level_nav_active_red a, .first_level_nav_active_red a:hover
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #843535;
	text-decoration: none;
}

.first_level_nav_green, .first_level_nav_green a
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}

.first_level_nav_green a:hover, .first_level_nav_active_green, .first_level_nav_active_green a, .first_level_nav_active_green a:hover
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #52722e;
	text-decoration: none;
}

.first_level_nav_blue, .first_level_nav_blue a
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}

.first_level_nav_blue a:hover, .first_level_nav_active_blue, .first_level_nav_active_blue a, .first_level_nav_active_blue a:hover
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #4282d6;
	text-decoration: none;
}

.first_level_nav_brown, .first_level_nav_brown a
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}

.first_level_nav_brown a:hover, .first_level_nav_active_brown, .first_level_nav_active_brown a, .first_level_nav_active_brown a:hover
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #7c5415;
	text-decoration: none;
}

.first_level_nav_purple, .first_level_nav_purple a
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}

.first_level_nav_purple a:hover, .first_level_nav_active_purple, .first_level_nav_active_purple a, .first_level_nav_active_purple a:hover
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #76448c;
	text-decoration: none;
}



.second_level_nav_red, .second_level_nav_red a
{	
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}


.second_level_nav_red a:hover, .second_level_nav_active_red, .second_level_nav_active_red a, .second_level_nav_active_red a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #843535;
	text-decoration: none;
}

.second_level_nav_green, .second_level_nav_green a
{	
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}


.second_level_nav_green a:hover, .second_level_nav_active_green, .second_level_nav_active_green a, .second_level_nav_active_green a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #52722e;
	text-decoration: none;
}

.second_level_nav_blue, .second_level_nav_blue a
{	
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}


.second_level_nav_blue a:hover, .second_level_nav_active_blue, .second_level_nav_active_blue a, .second_level_nav_active_blue a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #4282d6;
	text-decoration: none;
}

.second_level_nav_brown, .second_level_nav_brown a
{	
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}


.second_level_nav_brown a:hover, .second_level_nav_active_brown, .second_level_nav_active_brown a, .second_level_nav_active_brown a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #7c5415;
	text-decoration: none;
}


.second_level_nav_purple, .second_level_nav_purple a
{	
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #515559;
	text-decoration: none;
}


.second_level_nav_purple a:hover, .second_level_nav_active_purple, .second_level_nav_active_purple a, .second_level_nav_active_purple a:hover
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #76448c;
	text-decoration: none;
}

.third_level_nav, .third_level_nav a
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}

.third_level_nav a:hover, .third_level_nav_active, .third_level_nav_active a, .third_level_nav_active a:hover
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}

.sub_nav, .sub_nav a
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}

.sub_nav a:hover
{
	color: #000000;
	text-decoration: none;
}


/************** MAIN CONTENT STYLES **********************/
/* body tag */
/* this will set the bg in the EDITOR....NOT the actual website */
body
{
	background: #ffffff;
}

/*THIS sets the fullscreen bg */
body.web_page
{
	background: #515559;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}


/*default content style...*/
.body, table,.defaultBody, p, ul, ol
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #515559;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.body_2
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 16px;
	color: #3399fe;
}

.body_3
{
	font: 14px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #515559;
}

#website_by, #website_by a, #website_by a:hover 
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}


/********** NON-NAV LINKS **********/

a
{
	color: #515559;
	text-decoration: underline;
}

a:hover
{
	color: #3399fe;
	text-decoration: underline;
}

.red a:hover { color: #843535; text-decoration: underline;}
.green a:hover { color: #52722e; text-decoration: underline;}
.blue a:hover { color: #4282d6; text-decoration: underline;}
.brown a:hover { color: #7c5415; text-decoration: underline;}
.purple a:hover { color: #76448c; text-decoration: underline;}

/********** BORDERS **********/

.border_all
{border-bottom: #000000 1px solid ; border-top: #000000 1px solid; border-left: #000000 1px solid; border-right: #000000 1px solid;}

.border_top
{border-top: #c9c9c9 1px solid}

.border_bottom
{border-bottom: #000000 1px solid}

.border_left
{border-left: #000000 1px solid}

.border_right
{border-right: #000000 1px solid}



/*********** TITLES ******************/

.sectionTitle_green
{
	color: #52722e;
	font-style: normal;
	line-height: 18px;
	font: 14px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sectionTitle_red
{
	color: #843535;
	font-style: normal;
	line-height: 18px;
	font: 14px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sectionTitle_blue
{
	color: #4282d6;
	font-style: normal;
	line-height: 18px;
	font: 14px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sectionTitle_brown
{
	color: #7c5415;
	font-style: normal;
	line-height: 18px;
	font: 14px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


.sectionTitle_purple
{
	color: #76448c;
	font-style: normal;
	line-height: 18px;
	font: 14px  Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title, h2, .title a, .title a:hover
{
	color: #ff6600;
	font-style: normal;
	line-height: 20px;
	font: 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subTitle, h3, .subTitle a, .subTitle a:hover
{
	color: #ff6600;
	font-style: normal;
	line-height: 18px;
	font: 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.red .subTitle
{
	color: #843535;
	font-style: normal;
	line-height: 18px;
	font: 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.green .subTitle
{
	color: #52722e;
	font-style: normal;
	line-height: 18px;
	font: 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.brown .subTitle
{
	color: #7c5415;
	font-style: normal;
	line-height: 18px;
	font: 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blue .subTitle
{
	color: #4282d6;
	font-style: normal;
	line-height: 18px;
	font: 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.purple .subTitle
{
	color: #76448c;
	font-style: normal;
	line-height: 18px;
	font: 13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}



.red .parent_page_title
{
	color: #843535;
	font-style: normal;
	line-height: 18px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.green .parent_page_title
{
	color: #52722e;
	font-style: normal;
	line-height: 18px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blue .parent_page_title
{
	color: #4282d6;
	font-style: normal;
	line-height: 18px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.brown .parent_page_title
{
	color: #7c5415;
	font-style: normal;
	line-height: 18px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.purple .parent_page_title
{
	color: #76448c;
	font-style: normal;
	line-height: 18px;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*********** NEWS & TESTIMONIALS ***********/
/*
STYLES USED FOR NEWS AND TESTIMONIALS...
News Item.............................header
Friday Sep 9th, 2005.................. .news .body
Description of news item..............smallerBody

"They went beyond my expectations!"...quote
Mr Satisfied Customer.................highlight
*/

.header_red
{
	color: #843535;
	font-style: normal;
	font-weight: bolder;
	line-height: 14px;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.header_green
{
	color: #52722e;
	font-style: normal;
	font-weight: bolder;
	line-height: 14px;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.header_blue
{
	color: #4282d6;
	font-style: normal;
	font-weight: bolder;
	line-height: 14px;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.header_brown
{
	color: #7c5415;
	font-style: normal;
	font-weight: bolder;
	line-height: 14px;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.header_purple
{
	color: #76448c;
	font-style: normal;
	font-weight: bolder;
	line-height: 14px;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	margin: 0 0 5px 0;
}

.news .body
{
	color: #515559;
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
}

.smallerBody
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #515559;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 12px;
	color: #515559;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.red .highlight { color: #843535; }
.green .highlight { color: #52722e; }
.blue .highlight { color: #4282d6; }
.brown .highlight { color: #7c5415; }
.red .highlight  { color: #843535; }
.purple .highlight  { color: #76448c; }

.chameleon_testimonials .highlight
{
display: block;
padding-top:5px;
padding-bottom:5px;
}

.news td
{
padding-bottom:10px;
}


/*********** STAFF MODULE ******************/

.wc_staff .highlight
{
margin-right:5px;
}

.wc_staff .highlight:after
{
content:":";
}


/*********** OTHER STYLES ******************/

.note
{
	margin-top: 0px;
	padding: 0px;
	color: #000000;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	font: 10px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}


.smallerHighlight { color: #3865A4; }


.inputLabel
{
	line-height: 12px;
	color: #000000;
	background: transparent;
	font-style: normal;
	font-weight: lighter;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	font-family: arial, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

.frameHeader { }

.tableHeader
{
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	font-family: tahoma,verdana,arial,sans;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: white;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	height: 20;
	clear: both;
	vertical-align: middle;
}

.instructions { }

.footer
{
	font: 9px verdana, helvetica, arial, geneva, sans-serif;
	padding: 2px;
	margin: 5px;
	color: #515559;
	background: transparent;
}

h5
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h6
{
	color: #3865A4;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}


hr
{
	color: #3865A4;
	height: 1px;
}

.formHr
{
	color: #3865A4;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #3865A4;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #3865A4;
	font-style: normal;
	font-weight: bolder;
	line-height: 11px;
	font: 12px Verdana, Helvetica, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0 0 5px 0;
}

input.text
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #3865A4;
	padding: 2px;
	background: #FFF;
}


.warnings
{
	padding: 5px 15px 5px 15px;
	border-top: 1px dotted #C00;
	border-bottom: 1px dotted #C00;
	line-height: 18px;
	color: #FF9;
	background-color: #FF9;
	margin: 0 0 15px 0;
}

.dev_descriptions
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 18px;
	color: #3865A4;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

/********** REPEATING BACKGROUNDS ***********/

.vertical_bg
{background-image: url(/theme/adam-standard/images/vert_bg_1px.jpg); background-repeat: repeat-y; }

.vertical_bg_2
{background-image: url(/theme/adam-standard/images/vert_bg_1px.jpg); background-repeat: repeat-y; }

.horizontal_bg
{background-image: url(/theme/adam-standard/images/title_underline_1px.jpg); background-repeat: repeat-x; }

.horizontal_bg_2
{background-image: url(/theme/adam-standard/images/horizontal_bg_1px.jpg); background-repeat: repeat-x; }



/*this sets the background of the styles drop down list in the menu editor*/
.SC_Panel { background-color:#FFF !important; }



/*    CSS LAYOUT CRAP......   */



#container
{
padding-top: 20px;
text-align: center;
margin: 0 auto;
/*width: 100%;*/
/*height: 100%;
height: 500px;*/

}

	#container_2
	{
	background-image: url(/theme/adam-standard/images/esentire_web-2_01_1px.jpg);
	background-repeat: repeat-y;
	width: 770px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	}		
		
		#menu_logo_cell_container
		{
		width: 770px;	
		height: 83px;	
		}
		
			#menu_cell
			{
			padding-left: 20px;
			padding-top: 58px;
			padding-bottom: 5px;
			width: 552px;
					
			background-image: url(/theme/adam-standard/images/esentire_web-2_01_left.jpg);
			background-repeat: no-repeat;
			float:left;
			}
			* html #menu_cell {width: 572px; height: 83px;}
			
			
			#logo_cell
			{
			width: 198px;
			float:left;
			}
			
		#image_cell
		{
		width: 770px; height: 87px;		
		}
			
		/*following style only on home page*/
		#flash_container
		{
		width: 770px;
		height: 243px;
		overflow: hidden;
		}
			
		#content_container
		{
		width: 770px;
		background-image: url(/theme/adam-standard/images/esentire_web-2_03_1px.jpg);
		background-repeat: repeat-y;
		overflow: hidden;
		}
		
		
			#left_column
			{
			padding-left: 10px;
			padding-right: 0px;
			padding-top: 60px;
			float:left;
			width: 160px;
			}
			* html #left_column {width: 170px;}
						
		
			#main_content
			{
			border: 0px solid #000000;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 20px;
			float:left;
			width: 410px;
			}
			* html #main_content {width: 430px;}
			
			
			#right_column_container
			{			
			padding-left: 10px;
			padding-right: 20px;			
			float:left;
			/*width: 170px;*/
			}
			
		
				#right_column
				{
				text-align: center;
				font: bold italic 13px verdana, helvetica, arial, geneva, sans-serif;
				line-height: 20px;
				padding-top: 60px;
				padding-bottom: 20px;
				margin: 0px;
				color: #a6a7a9;
				text-decoration: none;			
				float:left;
				width: 140px;
				}
					
					
		#sub_nav_cell
		{
		text-align: center;
		padding-top: 17px;
		height: 45px;
		width: 770px;
		clear: both;
		background-image: url(/theme/adam-standard/images/esentire_web-2_04.jpg);
		display: block;
		}
		* html #sub_nav_cell {height: 62px;}
		
		
		#sub_nav_cell table
		{
		margin: 0 auto;
		}

.grey_dot
{
	padding-top: 2px;
}

.second_level_dot
{
	vertical-align: top;
	padding-top: 7px;
}

#right_quote
{
width: 135px;
}