/*------------------------------------------------------------------------------
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: #FE4200;  text-decoration:none; background: transparent; }
a:visited { color: #5c2b3a; text-decoration:none; background: transparent; }
a:hover { color: #FE4200; background: transparent; text-decoration:underline; }
a:active { color: #000000; background: transparent; 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;					
}

p, h2, h6, li {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, li {
	margin-bottom: 6px;
}

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;
	background: #f8f4e3;
}


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

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

	html>body div#container {
		height: auto;
		min-height: 500px;
	}
	
div#header {
	float: left;
	display: inline;
	width: 900px;
	height: 160px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: #ffffff url(/xm_client/images/hannah_banana_banner.jpg);
}

div#footer {
	position: relative;
	margin: -2px auto;
	padding: 5px 0 0 0;
	width: 900px;
	height: 22px;
	background-color: #f8f4e3;
	text-align: center;
}
	div#footer p {
		margin: 3px 0 0 0;
		font: 12px verdana, sans-serif;
		color: #886043;
	}
	
	a.footer:link {color: #886043; text-decoration: none; }
	a.footer:visited {color: #886043; text-decoration: none; }
	a.footer:hover {color: #5c2b3a; text-decoration: none; }
	a.footer:active {color: #886043; }

	
div#search {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 70px;
	text-align: left;
}


/*------------------------------------------------------------------------------
DIVS -- TWO COLUMN: HOME AND SUBPAGE 
------------------------------------------------------------------------------*/	

div#left_col {
	float: left;
	display: inline;
	margin: 210px 0 0 0;
	padding: 0 30px 20px 30px;
	width: 185px;
	height: 500px;
}	
	html>body div#left_col {
		height: auto;
		min-height: 500px;
	}
	

div#right_col {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 100px 0;
	width: 615px;
	height: 600px;
}
	html>body div#right_col {
		height: auto;
		min-height: 600px;
	}


/*------------------------------------------------------------------------------
DIVS -- SUB
------------------------------------------------------------------------------*/	


/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	top: 180px;
	left: 13px;
	width: 195px;

	background: #ffffff;
	z-index: 99;
	text-align: center;
}


/*------------------------------------------------------------------------------	
VERTICAL MENU
------------------------------------------------------------------------------*/		

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

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

#menuv li { float: left; }

#menuv li a {
	display: block;
	font: 12px/16px verdana, sans-serif;
	padding: 3px 10px;   /*set vert spacing between li's and the main UL... */ 
	/* text-transform: lowercase;	*/ 	/*...from the top of the nav div and the top of the... */
	letter-spacing: .1em;        /*...flydown from bottom of the top ul, and left and right... */
	color: #886043;              /*...distances between edges of type and left of li */
	text-decoration: none;
	background: #f0dfa7;
	width: 175px;
}

#menuv li a:hover {
	color: #f0dfa7;
	background: #886043;
}

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

#menuv li ul {  
	position: absolute;
	margin: -23px 0 0 195px;
	padding: 0;
	left: -999em;
	z-index: 1;
}

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

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

#menuv ul li a {
	display: block;
	padding: 3px 10px;
	background-color: #f0dfa7;
	width: 175px; /* master width minus left & right padding */
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#menuv ul li a:hover {
	color: #f0dfa7;
	background: #886043;
}

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

#menuv li ul li ul li a {   
	background-color: #f0dfa7; 
	border-left: 1px solid #fff;
}
#menuv li ul li ul li a:hover {   
	color: #f0dfa7;
	background: #886043;
}

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


/*------------------------------------------------------------------------------	
RESERVED Selectors - Leave for the editor
------------------------------------------------------------------------------*/	
		
table {}
th {}
tr {}
td {}


/*------------------------------------------------------------------------------	
FORMS 
------------------------------------------------------------------------------*/		

div.form {
	float: left;
	width: 400px;
	margin: 10px 0 40px 0px;
}

div.frow {
	clear: both;
	padding-top: 8px;
}

div.frow span.label, div.frow span.blabel {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}

div.frow span.blabel {
  font-weight: bold;
}

div.frow span.frm {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: right;
	width: 290px;
	margin-top: 2px;
} 

textarea, input, select { margin: 0; padding: 0; }


/*------------------------------------------------------------------------------	
SIMPLE CLASSES
------------------------------------------------------------------------------*/		

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.emphasize { font-weight: bold; font-style: italic; text-decoration: underline;}
.clearleft 	{ clear: left; }
.clearright { clear: right; }
.clearboth 	{ clear: both; }
.floatleft	{ float: left; }
.floatright { float: right; }

.left { 
	float: left; 
	display: inline;
	padding-left: 20px;
}
.right {  
	float: right; 
	display: inline;
	padding-right: 20px;
}

.img_border {
	border-bottom: solid 10px #eab700;
}
