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

dl,li,h1,h2,h3,h4,h5,h6,form,body,html,p,div,img,a,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: #425d7a;  text-decoration: none;background: transparent; }
a:visited { color: #425d7a; }
a:hover { color: #425d7a; background: transparent; text-decoration: none; }
a:active { color: #425d7a; background: transparent; text-decoration: none; }

.edit_link {
	color: #425d7a;
	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;
}

.multidiv { /* for separating multiple sections */
	position: relative;
	margin: 0 0 20px 0;
	border-bottom: 2px dotted #999;	
	padding-bottom: 20px;
}

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


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


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

div#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 600px;
	text-align: left;
	background: #ffffff url(../xm_client/images/container_background.jpg) repeat-y;
}

	html>body div#container {
		height: auto;
		min-height: 600px;
	}

div#footer {
	position: relative;
	margin: 10px auto;
	width: 960px;
	height: 22px;
	text-align: center;
}
	
div#search {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 70px;
	text-align: left;
}


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

div#slide_show {
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 280px;
	background: #eee;
	/*border: 1px solid #c00;*/
}

/*
fff0c5 light gold
611726 red brown
85490D brown
FAC167 med gold
*/
/*------------------------------------------------------------------------------
DIVS -- Any 3 column
------------------------------------------------------------------------------*/

div#header {
	float: left;
	margin: 0;
	padding: 0;
	height: 127px;
	width: 960px;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 300px;
	background: #ffffff url(../xm_client/images/container_background.jpg) repeat-y;
}

div#left_column {
	float: left;
	display: inline;
	margin: 20px 30px 30px 30px;
	width: 221px;
}	

div#middle_column {
	float: left;
	margin: 20px 0 30px 30px;
	width: 435px;
}

div#right_column {
	float: left;
	margin: 20px 0 30px 30px;
	width: 130px;
}	

/*------------------------------------------------------------------------------
DIVS -- 2 column
------------------------------------------------------------------------------*/	

div#two_left_column {
	float: left;
	display: inline;
	margin: 20px 30px 30px 30px;
	width: 221px;
}	

div#two_main_column {
	float: left;
	margin: 20px 0 0 20px;
	width: 600px;
}


/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	float: left;
	display: inline;
	width: 960px;
	height: 25px;
	background: #d4a94a;
}

/*
fff0c5 light gold
611726 red brown
85490D brown
FAC167 med gold
*/
/*------------------------------------------------------------------------------	
HORIZONTAL MENU
------------------------------------------------------------------------------*/		

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

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

#menuh li { float: left; }

#menuh li a {
	display: block;
	font: 11px/16px verdana, sans-serif;
	padding: 4px 25px 3px 20px;   /*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: .2em;        /*...flydown from bottom of the top ul, and left and right... */
	color: #ffffff;              /*...distances between edges of type and left of li */
	text-decoration: none;
}

#menuh li a:hover {
	color: #425d7a;
}

/*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;
	width: 140px; /* master width minus left & right padding */
	border-top: 1px solid #fff;
}

#menuh ul li a:hover {
	color: #ffffff;
	background-color: #E5CC78; 
}

/*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: #ffffff;
	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;
}

