/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------*/

dl,li,h1,h2,h3,h4,h5,h6,form,body,html,p,div, input { margin:0; padding:0 }
a img,:link img,:visited img { border:0 }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { word-spacing: 0.25px; }

a:link { color: #737245;  text-decoration: none;background: transparent; }
a:visited { color: #737245; }
a:hover { color: #737245; background: transparent; text-decoration: none; }
a:active { color: #737245; background: transparent; text-decoration: none; }

.edit_link {
	color: #ea4e22;
	font: 10px verdana, sans-serif;
	text-decoration: none; 
}

a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image img { border: none; padding: 0; margin: 0; }

/*------------------------------------------------------------------------------
HIGHGATE HTML PREFERENCES
------------------------------------------------------------------------------*/	

ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

ol {
	margin: 0 0 10px 25px;  
	padding: 0;					
}

div h1, h2, h3, h4, h5, h6, li, ol {
	margin-bottom: .8em;
}

div p, li {
	line-height: 160%;
}

div#container hr {
	display: block;
	padding: 0;
	margin: 0;
	clear: both; 
	visibility: hidden;
}

/*------------------------------------------------------------------------------
HIGHGATE SYLES
------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	letter-spacing: -.02em;
}


/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	
body {
	margin: 0 auto;
	background: #ffffff url('/xm_client/images/background.jpg') top center no-repeat;
}


/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 500px;
	text-align: left;
}

	html>body div#container {
		height: auto;
		min-height: 500px;
	}
	
div#header {
	float: left;
	display: inline;
	width: 900px;
	height: 146px;
	margin: 35px 0 0 0;
	background: url('/xm_client/images/bg_header.png');
}

div#copyright {
	position: relative;
	width: 900px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
	div#copyright p {
		font: 11px verdana, sans-serif;
		color: #4a1111;
	}
	
div#search {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 70px;
	text-align: left;
}

div#brand {
	position: absolute;
	top: 80px;
	left: 500px;
	width: 400px;
	height: 70px;
	text-align: right;
}

/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/	

div#home_intro {
	float: left;
	display: inline;
	width: 900px;
}	
	div#intro {
		float: left;
		display: inline;
		width: 402px;
		height: 247px;
		padding: 40px 10px 10px 20px;
		background: #EADFB2;
	}
	div#slideshow {
		float: left;
		width: 466px;
		height: 297px;
	}

div#home_details {
	float: left;
	display: inline;
	margin: 0;
	width: 900px;
	background: url('/xm_client/images/home_bottom_stripe.jpg') repeat-y;
}	
	div#home_left_col {
		float: left;
		display: inline;
		width: 310px;
		padding: 20px 20px 10px 20px;
	}
	div#home_right_col {
		float: left;
		width: 280px;
		padding: 20px 0 10px 20px;
	}
	div#address {
		float: left;
		width: 120px;
		margin: 20px 0 10px 60px;
	}

div#home_edge {
	float: left;
	width: 900px;
	/*background: url('/xm_client/images/home_bottom_stripe.jpg') repeat-y;*/
}	
	
/*------------------------------------------------------------------------------
DIVS -- SUB
------------------------------------------------------------------------------*/	

div#left_col {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 20px 20px 0 20px;
	width: 550px;
	height: 420px;
	background: #eadfb2;
	border-bottom: solid 20px #b0a67a;
	border-right: solid 10px #b0a67a;
}	
	html>body div#left_col {
		height: auto;
		min-height: 420px;
	}
	
	
div#right_col {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	width: 300px;
	height: 440px;
	background: #737245;
}	
	html>body div#right_col {
		height: auto;
		min-height: 440px;
	}

div#right_col_content {
	float: left;
	display: inline;
	width: 280px;
	padding: 0 10px;
}


/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	top: 136px;
	left: 128px;
	width: 770px;
	height: 50px;
	z-index: 2; /* adjust below viewer if gallery in use */
}


/*------------------------------------------------------------------------------	
HORIZONTAL MENU
------------------------------------------------------------------------------*/		

/*CONTROLS ALL LISTS*/ 
#menuh { 
	float: left;
	display: inline;
	list-style: none;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/

#menuh li { float: left; background: url('/xm_client/images/bg_nav_button_right.jpg') no-repeat top right; }

#menuh li a {
	display: block;
	font: 12px/16px verdana, sans-serif;
	line-height: 3.3em;
	padding: .05em 2em .1em 1.3em;  /*set vert spacing between li's and the main UL... */ 
	text-transform: uppercase;	 	/*...from the top of the nav div and the top of the... */
	letter-spacing: .07em;        /*...flydown from bottom of the top ul, and left and right... */
	color: #f4efd8;              /*...distances between edges of type and left of li */
	text-decoration: none;
	background: url('/xm_client/images/bg_nav_button_left.jpg') no-repeat top left;
	float: left;
	font-weight: bold;
}

#menuh li a:hover {
	color: #4a1111;
	/* background: url('/xm_client/images/bg_nav_button_right_on.jpg') no-repeat top right; */
	font-weight: bold;
}

/*CONTROLS SECOND-LEVEL LIST ITEMS OR FLY-DOWNS*/ 

#menuh li ul {  
	position: absolute;
	margin: 0 0 0 0;
	padding: 0;
	left: -999em;
	z-index: 1;
}

#menuh ul {
	float: left;
	padding: 0;
	list-style: none;
	width: 180px; /* can be anything AFAIK, but it has to be there*/
}

#menuh ul li { float: left; margin: 0; padding: 0;  }

#menuh ul li a {
	display: block;
	padding: 3px 30px 3px 10px;
	/* background-color: #c8990d; 8/
	width: 140px; /* master width minus left & right padding */
	border-top: 1px solid #fff;
	font-weight: bold;
}

#menuh ul li a:hover {
	color: #4a1111;
	font-weight: bold;
}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh li ul li ul {   
	margin: -22px 0 0 180px; /* the -top px vertically positions the right flyout */
}									 /*...and the left margin is ul-li-a horiz spacing+width+1/0 */

#menuh li ul li ul li a {   
	/* background-color: #E5CC78; */
}
#menuh li ul li ul li a:hover {   
	color: #4a1111;
	/* background-color: #c8990d; */
}

/* lists nested under hovered list items */
#menuh li:hover ul ul, #menuh li:hover ul ul ul, #menuh li:hover ul ul ul ul, #menuh li.sfhover ul ul, #menuh li.sfhover ul ul ul, #menuh li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh li:hover ul, #menuh li li:hover ul, #menuh li li li:hover ul, #menuh li li li li:hover ul, #menuh li.sfhover ul, #menuh li li.sfhover ul, #menuh li li li.sfhover ul, #menuh li li li li.sfhover ul {
	left: auto;
}



/*------------------------------------------------------------------------------	
RESERVED Selectors - Leave for the editor
------------------------------------------------------------------------------*/	
/*for gallery*/
table { width: 100%; }
th { }
tr { }
td { vertical-align: top;background: #fff; padding: 0 5px 5px 5px }

