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

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

img { behavior: url(xm_client/for_IE/iepngfix.htc) }
/*------------------------------------------------------------------------------
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: 26px;
}

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: .5em;
}


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

/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	
div#container {
	position: relative;
	margin: 60px auto 10px auto;
	background: transparent;
	width: 778px;
	height: 568px;
	text-align: left;
}

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

div#footer {
	position: relative;
	margin: 0 auto;
	width: 775px;
	height: 20px;
	font: 10px helvetica, arial, sans-serif;
	color: #572600;
	text-align: left;
}
	
	a.footer:link {color: #572600; text-decoration: none; }
	a.footer:visited {color: #572600; text-decoration: none; }
	a.footer:hover {color: #572600; text-decoration: none; }
	a.footer:active {color: #572600; }

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


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

div#left_col {
	float: left;
	display: inline;
	margin: 0 auto;
	background: transparent;
	width: 278px;
	text-align: left;
}
	div#logo {
		float: left;
		display: inline;
		margin: 0 auto;
		width: 278px;
	}
	div#bottom_left {
		float: left;
		display: inline;
		margin: 0 50px 0 50px;
		width: 218px;
		font: 10px verdana, arial, sans-serif;
		line-height: 26px;
		color: #572600;
	}

div#right_col {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 500px;
}
	div#image {
		position: absolute;
		width: 390px;
		height: 390px;
		left: 293px;
		top: 65px;
		overflow: auto;
	}

div#non_nav {
	position: absolute;
	width: 273px;
	height: 10px;	
	left: 497px;
	top: 0;
}

/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	display: inline;
	left: 27px;
	top: 253px;
	font: 8px arial, sans-serif;
	color: #e7e1c3;
	z-index: 99;
}


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

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

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

#menuh li { float: left; }

#menuh li a {
	display: block;
	font: 9px/16px arial, sans-serif;
	padding: 0px 10px 0px 10px;   /*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: .1em;        /*...flydown from bottom of the top ul, and left and right... */
	color: #e7e1c3;              /*...distances between edges of type and left of li */
	text-decoration: none;
	border-left: 1px solid #92b6c7;
}

#menuh li a:hover {
	color: #92b6c7;
}
/*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: transparent;
	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;
}


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

/*------------------------------------------------------------------------------	
CALENDAR
------------------------------------------------------------------------------*/	

.caltable {
	float: left;
	display: inline;
	width: 100%;
	font: 11px/13px verdana, arial, sans-serif;
	padding: 0;
}

.caltable table {
	width: 100%;
	border-collapse: collapse;
}
.caltable thead th {
	font:  bold 11px/14px verdana, sans-serif; 
	color: #5c3509;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	/*background: #E8E3DA;*/
}

.caltable h4 {
	font: bold 14px/13px verdana, arial, sans-serif;
	margin-bottom: 6px;
}			

.calcol1 {
	vertical-align: top;
	width: 50px;
	padding: 2px;
}
.calcol2 {
	vertical-align: top;
	width: 140px;
	padding: 2px;
}	
.calcol3 {
	vertical-align: top;
	width: 200px;
	padding: 2px;
}	
.calcol4 {
	vertical-align: top;
	width: 90px;
	padding: 2px;
}
.calcol2 a, .calcol3 a {
	font-size: 11px;
	line-height: 13px;
}	

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

