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

p, a, td {
	line-height: 18px;
}
h1 {
	line-height: 24px;
}
h2 {
	line-height: 24px;
}
h3 {
	line-height: 20px;
}
h4 {
	line-height: 20px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}

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

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

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

p {
	letter-spacing: .03em;
}

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


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

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1002px;
	/*overflow: hidden;*/
	/*height: 300px;*/
	background: url('/xm_client/images/bg_wrapper.png') repeat-y; 
}

	html>body div#wrapper {
/*
		height: auto;
		min-height: 300px;
*/
	}

div#container {
	float: left;
	display: inline;
	width: 972px;
	margin: 5px 0 0 15px;
	background: url('/xm_client/images/bg_container.jpg') repeat-y;
	text-align: left;
	/*overflow: hidden;*/
}

	html>body div#container {
		height: auto;
		min-height: 400px;
	}
	
div#utility_nav {
	float: right;
	display: inline;
	margin: 15px 40px 0 0;
	width: 500px;
	height: 20px;
	text-align: right;
	font-size: 12px;
}

	div#search {
		float: right ;
		display: inline;
		margin: 0;
		width: 500px;

		text-align: right;
	}
	div#search table {
		width: 500px;
	}
		input.search {
		 border: 0;
		 padding: 3px 0 2px 3px;
		 margin: 0 0 0 0;
		 text-align: left;
		 background: url('/xm_client/images/bg_search.jpg');
		}

div#banner {
	float: left;
	margin: 0 0 0 239px;
	width: 733px;

	border-top: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
}

div#office_numbers {
	position: absolute;
	width: 210px;
	height: 100px;
	top: 630px;
	left: 35px;
	z-index: 90;
}

div#rounded_corners {
	position: relative;
	margin: -2px auto;
	width: 1002px;
	height: 80px;
	background: url('/xm_client/images/rounded_corners.png') no-repeat;
	text-align: center;
}
	html>body div#rounded_corners {
		height: auto;
		min-height: 80px;
	}
	
div#footer {
	float: left;
	display: inline;
	width: 1002px;
	height: 40px;
	padding: 3px 0 0 0;
	margin: 20px 0 0 0;
	text-align: center;
}
	div#footer p {
		font: 12px verdana, sans-serif;
		color: #006381;
	}

	a.footer:link {color: #ffffff; text-decoration: none; }
	a.footer:visited {color: #ffffff; text-decoration: none; }
	a.footer:hover {color: #f7bf32; text-decoration: none; }
	a.footer:active {color: #ffffff; }

div#logo {
	position: absolute;
	top: 40px;
	left: 14px;
	width: 239px;
	height: 278px;
	border-top: #cacaca 1px solid;
	border-left: #cacaca 1px solid;
}


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

div#home_middle_column {
	float: left;
	display: inline;
	margin: 0 0 0 255px;
	padding: 15px 20px 0 10px;
	width: 440px;
}	


div#home_right_column {
	float: left;
	display: inline;
	margin: 0;
	padding: 15px 5px 15px 10px;
	width: 232px;
	background: url('/xm_client/images/bg_right_column.jpg') repeat-x;
}	


/*------------------------------------------------------------------------------
DIVS -- TWO COLUMN (HOME)
------------------------------------------------------------------------------*/	

div#middle_column {
	float: left;
	display: inline;
	margin: 0 0 0 255px;
	padding: 15px 20px 0 10px;
	width: 450px;

}	

div#right_column {
	float: left;
	display: inline;
	margin: -1px 0 0 0;
	padding: 15px 7px 15px 15px;
	width: 215px;
	background: url('/xm_client/images/bg_right_column.jpg') repeat-x;
}	


/*------------------------------------------------------------------------------
DIVS -- ONE COLUMN 
------------------------------------------------------------------------------*/	

div#one_column {
	float: left;
	display: inline;
	margin: 0 0 0 255px;
	padding: 15px 20px 15px 15px;
	width: 662px;
	min-height: 460px;
}	



/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	top: 338px;
	left: 20px;
	width: 200px;
	height: 300px;
	z-index: 99;
}


/*------------------------------------------------------------------------------	
HORIZONTAL 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;
	width: 182px;
	font: 12px/14px 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: #4d4d4d;              /*...distances between edges of type and left of li */
	text-decoration: none;
	/* background: #f6f7d3; */
	border-bottom: 1px solid #c4c4c4;
}

#menuv li a:hover {
	color: #ffffff;
	background: #006381;
}

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

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

#menuv ul {
	float: left;
	padding: 0;
	list-style: none;
	width: 182px; /* 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: #99CEDF;
	width: 182px; /* master width minus left & right padding */
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#menuv ul li a:hover {
	color: #ffffff;
	background: #006381;
}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuv li ul li ul {   
	margin: -23px 0 0 180px; /* 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: #99CEDF; 
	border-left: 1px solid #fff;
}
#menuv li ul li ul li a:hover {   
	color: #ffffff;
	background: #006381;
}

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

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

