/*------------------------------------------------------------------------------
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: #09442f;  text-decoration: none;background: transparent; }
a:visited { color: #09442f; }
a:hover { color: #09442f; background: transparent; text-decoration: none; }
a:active { color: #09442f; background: transparent; text-decoration: underlined; }

.edit_link {
	color: #09442f;
	font: 10px "Trebuchet MS", 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: url(../xm_client/images/background_tile.jpg) repeat; 
}


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

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

	html>body div#container {
		height: auto;
		min-height: 100%;
	}
	
div#container hr {
	display: block;
	padding: 0;
	margin: 0;
	clear: both; 
	visibility: hidden;
}

div#header {
	position: relative;
	margin: 0;
	left: 11px;
	width: 800px;
	height: 76px;
}

div#footer_bullrun {
	position: absolute;
	bottom: -93px;
	left: 1px;
	width: 842px;
	height: 93px;
	background: transparent url(../xm_client/images/ec_bottom_bkgrnd.png) no-repeat;
}
	div#footer_bullrun p {
		text-align: center;
		padding: 57px 0 0 0;
		color: #fff;
		margin: 0 0 0 -20px;
		font: .7em "Trebuchet MS", verdana, arial, sans-serif;
	}
	div#footer_bullrun .separator { color: #e0c298; margin: 0 10px; }


/*------------------------------------------------------------------------------
DIVS -- BULL RUN
------------------------------------------------------------------------------*/	

div#jumpers_link {
	position: absolute;
	top: 14px;
	left: 593px;
	width: 184px;
	height: 45px;
	z-index: 10;
}

div#logo {
	position: absolute;
	top: 20px;
	left: 305px;
	width: 212px;
	height: 114px;
	z-index: 10;
}

div#left_image_bull {
	float: left;
	width: 230px;
	height: 227px;
	margin: 0 0 0 11px;
	border-top: 5px solid #00543d;
	border-right: 6px solid #00543d;
/*	border-bottom: 5px solid #00543d;*/
}

div#center_image_bull {
	float: left;
	width: 329px;
	height: 227px;
	border-top: 5px solid #00543d;
	border-right: 5px solid #00543d;
/*	border-bottom: 30px solid #00543d;*/
}

div#right_image_bull {
	float: left;
	width: 230px;
	height: 227px;
	border-top: 5px solid #00543d;
/*	border-bottom: 30px solid #00543d;*/
}

div#left_col {
	float: left;
	display: inline;
	margin: 67px 20px 40px 11px;
	width: 214px;
}	

div#right_col {
	float: left;
	margin: 67px 20px 40px 20px;
	width: 500px;
}

/*------------------------------------------------------------------------------
Gallery 
------------------------------------------------------------------------------*/	
table th { font-family: bold 'Trebuchet MS', serif; font-size: 18px; color: #09442f; }

div#viewer { 
	background: #fff url(/xm_client/images/bullrun_control_bkgrd.png) repeat-x top; /* <- edit for a different color */
}

/*------------------------------------------------------------------------------
Slide show
------------------------------------------------------------------------------*/	
ul#slideshow li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
}
ul#slideshow2 li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
}

/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	float: left;
	margin: 0 0 0 11px;
	width: 800px;
	height: 30px;
	background: #00543d; /*transparent url(../xm_client/images/ec_menu_top.png) no-repeat top*/
}

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

/*CONTROLS ALL LISTS*/ 
#menuh { 
	position: relative;
	margin: 5px auto;
	padding: 0; 
	width: 800px; 
	text-align:center 
}

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

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

#menuh li a {
	font: 1em "Trebuchet MS", verdana, sans-serif;
	padding: 7px 20px 20px 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: .05em;        /*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;
	text-align: center;
}

#menuh li.top {
		background: url(/xm_client/images/li_border.gif) no-repeat left 40%;
	}

#menuh li.first_link {
		background: none;
	}

#menuh li a:hover {
	color: #e0c298;
}

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

#menuh li ul {  
	position: absolute;
	left: -1000em;
	z-index: 10;
}

#menuh ul {
	display: inline;
	margin: 0 0 0 -94px;
	padding: 25px 0 0 0;
	width: 96px; /* can be anything AFAIK, but it has to be there -- 100%*/
}

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

#menuh ul li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #f5ebdb;
	width: 86px; /* master width minus left & right padding */
	border-bottom: 1px solid #e0c298;
	border-left: 1px solid #e0c298;
	border-right: 1px solid #e0c298;
	color: #09442f;  
	font: .9em "Trebuchet MS", verdana, sans-serif;
	text-transform: none;
}

#menuh ul li a:hover {
	color: #09442f;
	background-color: #e0c298; 
}

/*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: #e0c298; 
}
#menuh li ul li ul li a:hover {   
	color: #09442f;
	background-color: #e0c298; 
}

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