/*
COLORS:
#171717 txt blk
#a74f1d title brn
7F8000 green

*/
/******************** NAVIGATION STYLES ********************/

/***vertical_text_right...***/

#vertical_text_right
{
	/*lists have a default padding so remove it... */
	padding: 0px;
	margin: 0px;	
}

#vertical_text_right li
{			
	text-align: right;	
}


/***vertical_text_left...***/

#vertical_text_left /* ul for second level nav */
{
	border: 0px solid red;	
	list-style: none;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#vertical_text_left li
{			
	text-align: left;	
}


/***horizontal_text...***/

#horizontal_text
{
	/*lists have a default padding so remove it... */
	position: relative;
	top: 182px;	
	border: 0px solid #000;
	padding: 0px;
	margin: 0 auto;	
	/*width: 940px;	*/
	display: inline-block;
	
}

#horizontal_text li
{
	/*this makes the list horizontal...*/
	float: left;
	text-align: center;	
	padding: 0px 15px 0px 15px;	
	background-image: url(/theme/adam-seven-shores/images/nav_divider.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
}



/***horizontal_sub_nav...***/

#horizontal_sub_nav
{
	/*lists have a default padding so remove it... */
	 padding: 0px;
	 margin: 0px;		
	
}

#horizontal_sub_nav li
{
	
	
}

#horizontal_sub_nav li a
{	
	padding: 0px 15px 0px 15px;	
}

#horizontal_sub_nav li, #horizontal_sub_nav #sub_nav_padding
{
	/*this makes the list horizontal...*/
	display: inline;
	text-align: center;	
}


/***FIRST LEVEL...***/


.first_level_nav, .first_level_nav a
{
	color: #A74F1D;	
	border: 0px solid #000000;
	font: 22px/40px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	text-decoration: none;	
	list-style-type: none;	
	
}


.first_level_nav a:hover, .first_level_nav_active, .first_level_nav_active a, .first_level_nav_active a:hover
{
	color: #7F8000;		
	border: 0px solid #000000;
	font: 22px/40px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	text-decoration: none;	
	list-style-type: none;		
}



/***SECOND LEVEL...***/

.second_level_nav, .second_level_nav_active
{	
	border: 0px solid yellow;		
	border-bottom: 1px solid #7f8000;
	list-style: none;
	padding: 5px 0px 5px 0px;			
	/*background-image: url(images/bread_and_roses_nav_btn.jpg);
	background-repeat: no-repeat;*/
	
}

	.second_level_nav a, .second_level_nav_active a
	{	
		border: 0px solid green;	
		padding: 0px 0px 0px 10px;		
		font: 18px/24px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	
		color: #a74f1d;
		text-decoration: none;
		/*background-image: url(images/bread_and_roses_nav_btn.jpg);
		background-repeat: no-repeat;*/
		display: block;
	}


.second_level_nav a:hover, .second_level_nav_active, .second_level_nav_active a, .second_level_nav_active a:hover
{
	font: 18px/24px times new roman, arial, verdana, helvetica,  geneva, sans-serif;		
	text-decoration: none;
	color: #7F8000;	
}



/***THIRD LEVEL...***/

#third_level_padding a, #third_level_padding a:visited, #third_level_padding a:active
{
	padding-top: 0px;	
}


.third_level_nav, .third_level_nav a
{
	font: 9px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	color: #171717;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

.third_level_nav a:hover, .third_level_nav_active, .third_level_nav_active a, .third_level_nav_active a:hover
{
	font: 9px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	color: #171717;
	text-decoration: none;
	/*display: block;*/
	list-style-type: none;
}


/***sub nav***/

#sub_nav_padding a, #sub_nav_padding a:visited, #sub_nav_padding a:active
{
	padding-top: 0px;	
}

.sub_nav, .sub_nav a
{
	font: 12px times new roman, arial, verdana, helvetica,  geneva, sans-serif;
	color: #a74f1d;
	text-decoration: none;
	/*display: block;*/
	list-style-type: none;
}

.sub_nav a:hover
{
	color: #7F8000;	
	text-decoration: none;
	/*display: block;*/
	list-style-type: 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
{
	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background:transparent url('images/bg_tiling.jpg') center top repeat-y;
	background-color: #a74f1d;
}

/*THIS sets the bg for the website*/
#main_table
{
	background: #ffffff;
}

p
{
padding: 0px;
margin: 0px;
}

/*default content style...*/
.body, table,.defaultBody, p, ol
{
	font: 18px/22px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	
	color: #171717;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.alt_color
{	
	color: #a74f1d;
	font: 18px/22px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	
}


#website_by, #website_by a, #website_by a:hover 
{
	font: 12px times new roman, arial, verdana, helvetica,  geneva, sans-serif;	
	line-height: 18px;
	color: #171717;
}

/* to override the h1 tag that the fck editor puts in...grrrrrr! */
h1
{
	line-height: 0px;
}

/********** NON-NAV LINKS **********/
a
{
	color: #7F8000;
	text-decoration: none;
}

a:hover
{
	color: #a74f1d;
	text-decoration: none;
}



/*********** TITLES ******************/

.sectionTitle, h1
{
	color: #a74f1d;
	font-style: normal;
	line-height: 28px;
	font: 26px times new roman, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 20px;	
	display: block;
}

.title, h2, .title a, .title a:hover
{
	color: #a74f1d;
	font-style: normal;
	line-height: 26px;
	font: 22px times new roman, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subTitle, h3, .subTitle a, .subTitle a:hover
{
	color: #a74f1d;
	font-style: normal;
	line-height: 24px;
	font: 20px times new roman, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

.parent_page_title
{
	color: #a74f1d;
	font-style: normal;
	line-height: 24px;
	font: 20px bold times new roman, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*********** 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, h4
{
	color: #A74F1D;
	font-style: normal;
	font-weight: bolder;
	line-height: 17px;
	font: 13px times new roman, 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: #A74F1D;
}

.smallerBody
{
	font: 11x verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #171717;
}

.quote
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	line-height: 14px;
	color: #171717;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.highlight { color: #A74F1D; }

.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: #171717;
	font: 10px tahoma, helvetica, arial, geneva, sans-serif;
	line-height: 11px;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}

.noteHeader
{
	color: #A74F1D;
	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: #A74F1D; }


.inputLabel
{
	line-height: 12px;
	color: #171717;
	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: #171717;
	background: transparent;
}

h5
{
	color: #A74F1D;
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	font-family: times new roman, arial, verdana, helvetica,  geneva, sans-serif;	}

h6
{
	color: #A74F1D;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	font-family: times new roman, arial, verdana, helvetica,  geneva, sans-serif;	}


hr
{
	color: #A74F1D;
	height: 1px;
}

.formHr
{
	color: #A74F1D;
	height: 1px;
	width: 100%;
}

.inputFrame
{
	margin: 0px 0px 0px 0px;
	padding: 1px;
	border: 1px dotted #A74F1D;
	background: transparent;
	color: transparent;
}

.callFrame
{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #BBB;
	background: transparent;
	color: #777;
}

.callHeader
{
	color: #A74F1D;
	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 #A74F1D;
	padding: 2px;
	background: #FFF;
}


input.password
{
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
	border: 1px solid #A74F1D;
	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: #A74F1D;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}


/*this sets the background of the styles drop down list in the menu editor*/
.SC_Panel { background-color:#CEA45E !important; }



/*    CSS LAYOUT CRAP......   */



#container_1
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background:transparent url('images/wood_bg.jpg') center top no-repeat;
}


	#container_2
	{
	border: 0px solid #000000;
	width: 1068px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	
	}
		
		
		#header
		{
		text-align: center;
		position: relative;
		width: 1068px;
		height: 242px;
		background-image: url(/theme/adam-seven-shores/images/header_bg.jpg);
		background-repeat: no-repeat;	
		display: block;
		}				
		
			#logo
			{
			position: absolute;
			top: 58px;
			left: 80px;
			width: 534px;
			height: 109px;
			border: 0px solid #3c3c3c;	
			/*background-image: url(/theme/adam-seven-shores/images/logo_for_site.png);
			background-repeat: no-repeat;*/
			display: block;
			}
		
		#content_container
		{
		position: relative;
		top: 0px;
		left: 0px;
		width: 1068px;		
		border: 0px solid #000000;
		margin: 0 auto;
		background:transparent url('images/paper_tiling.png') center top repeat-y;
		/*background-image: url(/theme/adam-seven-shores/images/seven_shores_04_repeating.jpg); 
		background-repeat: repeat-y; */
		}			
			
			#image_banner
			{
			position: relative;
			left: 33px;
			width: 994px;
			height: 200px;
			border: 0px solid #3c3c3c;	
			background-image: url(/theme/adam-seven-shores/images/banner.png);
			background-repeat: no-repeat;
			display: block;
			}
			
			#left_column
			{
			position: relative;	
			left: 33px;				
			width: 300px;	
			border: 0px solid #3c3c3c;		
			text-align: left;				
			float: left;
			/*margin: 0 auto;
			background-image: url(images/border_grey.gif); 
			background-repeat: repeat-y;
			background-position: left;	*/
			}					
					
				#left_column_padding
				{				
				padding-left: 10px;
				padding-top: 0px;
				padding-right: 10px;
				padding-bottom: 10px;
				}			
									
					
					#column_bg_topper
					{
					position: relative;	
					left: 0px;				
					width: 274px;	
					height: 91px;
					border: 0px solid #3c3c3c;		
					text-align: left;							
					background-image: url(/theme/adam-seven-shores/images/column_bg_topper.png); 
					background-repeat: no-repeat;	
					margin: 0 auto;	
					}
					
					#column_bg_center
					{
					position: relative;	
					left: 0px;				
					width: 274px;	
					/*height: 91px;*/
					border: 0px solid #3c3c3c;		
					text-align: left;							
					background-image: url(/theme/adam-seven-shores/images/column_bg_center_tiling.png); 
					background-repeat: repeat-y;	
					margin: 0 auto;	
					}
					
						#column_bg_center_padding
						{				
						padding: 0px 23px 2px 22px;						
						}			
						
							#hours_box
							{
							background-color: #a74f1d;
							background-image: url(/theme/adam-seven-shores/images/hours_title.jpg); 
							background-repeat: no-repeat;	
							color: #fff;
							padding: 42px 10px 15px 10px;	
							border: 0px solid #3c3c3c;			
							}
					
					#column_bg_bottom
					{
					position: relative;	
					left: 0px;				
					width: 274px;	
					height: 91px;
					border: 0px solid #3c3c3c;		
					text-align: left;							
					background-image: url(/theme/adam-seven-shores/images/column_bg_bottom.png); 
					background-repeat: no-repeat;	
					margin: 0 auto;	
					}
			
			#main_content
			{
			position: relative;	
			left: 33px;				
			width: 694px;	
			border: 0px solid #3c3c3c;		
			text-align: left;			
			min-height: 200px;
			float: left;
			/*margin: 0 auto;
			background-image: url(images/border_grey.gif); 
			background-repeat: repeat-y;
			background-position: left;	*/
			}					
					
				#main_content_padding
				{				
				padding-left: 10px;
				padding-top: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				}			
						
					#title_cell
					{				
					border: 0px solid #000000;
					position: relative;
					top: 0px;
					left: 0px;
					padding-bottom: 0px;
					margin-bottom: 0px;
					}	
					
		#sub_nav_cell
		{
		border: 0px solid #000000;
		text-align: center;
		height: 185px;
		width: 1068px;
		clear: both;
		background-image: url(/theme/adam-seven-shores/images/footer.png); 
		background-repeat: no-repeat; 
		display: block;
		}
		
			#sub_nav_cell_padding
			{
			padding-left: 0px;
			padding-top: 15px;
			padding-right: 0px;
			padding-bottom: 0px;
			}		
		
		
		#sub_nav_cell table
		{
		margin: 0 auto;
		}



