/*------------------------------------------------------------------------------
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: #9d2023;  text-decoration: none;background: transparent; }
a:visited { color: #9d2023; text-decoration: none; }
a:hover { color: #999a9c; background: transparent; text-decoration: none; } /* Same grey as background */
a:active { color: #9d2023; background: transparent; text-decoration: none; }

a.red_ital:link { color: #9d2023; font-size: 13px; font-style: italic;  text-decoration: none;background: transparent; }
a.red_ital:visited { color: #9d2023; text-decoration: none; }
a.red_ital:hover { color: #999a9c; background: transparent; text-decoration: none; } /* Same grey as background */
a.red_ital:active { color: #9d2023; background: transparent; text-decoration: none; }

a.footer:link { color: #ffffff;  text-decoration: none;background: transparent; }
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:hover { color: #999a9c; background: transparent; text-decoration: none; } /* Same grey as background */
a.footer:active { color: #fffffff; 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; }

img { behavior: url(xm_client/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: 18px;
}

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

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

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

.img_border {
		border-bottom: 7px solid #eaedf2;
}
	

/*------------------------------------------------------------------------------
HIGHGATE SYLES
------------------------------------------------------------------------------*/

h1 {
	letter-spacing: -.02em;
	font-style: italic;
}

h2, h4 {
	letter-spacing: -.02em;
}

h3 {
	letter-spacing: -.02em;
	font-weight: bold;
}


/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	

body {
	margin: 0;
	background: #999a9c;
}


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

div#container {
	position: relative;
	margin: 0 auto;
	width: 994px;
	height: 600px;
	background: url('images/bg_container.jpg') repeat-y;
}

	html>body div#container {
		height: auto;
		min-height: 600px;
	}
	
div#header {
	float: left;
	display: inline;
	margin: 0 0 0 17px;
	width: 960px;
	height: 130px;
	background: url('images/bg_header.jpg') no-repeat;
}

	div#logo {
		position: absolute;
		top: 0;
		left: 17px;
		width: 308px;
		height: 81px;
		z-index: 95;
	}

div#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 35px;
	padding: 7px 0 0 0;
	text-align: center;
	background-color: #9d2023;
}

	div#footer p {
		margin: 6px 0 0 0;
		font: 11px verdana, arial, sans-serif;
		color: #ffffff;
	}
	
div#backtointl {
	position: absolute;
	top: 285px;
	left: 90px;
	width: 155px;
	height: 36px;
	text-align: center;
	z-index: 90;
}	
	
div#search_box {
	position: absolute;
	top: 58px;
	left: 720px;
	width: 240px;
	height: 20px;
	text-align: left;
	z-index: 90;
}


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

div#banner_inter {
	float: left;
	display: inline;
	width: 960px;
	height: 235px;
	margin: 0 0 0 17px;
	border-bottom: 7px solid #eaedf2;
}
	div#curve_inter {
		position: absolute;
		width: 364px;
		height: 185px;
		top: 130px;
		left: 17px;
		padding: 50px 0 0 30px;
		background: transparent url('/xm_client/images/bg_inter_curve.png') no-repeat;
		color: #9d2023;
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		z-index: 80;
	}


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

div#banner_country {
	float: left;
	display: inline;
	width: 960px;
	height: 176px;
	margin: 0 0 0 17px;
	border-bottom: 7px solid #eaedf2;
}
	div#curve_country {
		position: absolute;
		top: 130px;
		left: 17px;		
		width: 322px;
		height: 146px;
		color: #9d2023;
		font-size: 13px;
		padding: 30px 0 0 40px;
		background: transparent url('/xm_client/images/bg_country_curve.png') no-repeat;
		z-index: 85;
	}


/*------------------------------------------------------------------------------
DIVS -- CONTENT DIVS INTERNATIONAL & COUNTRY HOME
------------------------------------------------------------------------------*/	

div#left_col {
	float: left;
	display: inline;
	width: 272px;
	padding: 0 0;
	margin: 20px 0 20px 25px;
	text-align: right;
}

div#middle_col {
	float: left;
	display: inline;
	width: 390px;
	padding: 0 0;
	margin: 20px 0 20px 20px;
	text-align: left;
}

div#right_col {
	float: left;
	display: inline;
	width: 231px;
	padding: 0 0;
	margin: 20px 0 20px 20px;
	text-align: left;
}	


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

div#sub_container {
	position: relative;
	margin: 0 auto;
	width: 994px;
	height: 600px;
	background: url('images/bg_sub_container.jpg') repeat-y;
}

	html>body div#sub_container {
		height: auto;
		min-height: 600px;
	}
	
div#sub_left_col {
	float: left;
	display: inline;
	width: 252px;
	padding: 20px 10px 20px 20px;
	margin: 0 0 0 17px;
}

div#sub_right_col {
	float: left;
	display: inline;
	text-align: left;
}	
	
	div#sub_right_content {
		width: 635px;
		padding: 5px 20px 20px 20px;
	}
	
	div#sub_bread_crumb {
		width: 635px;
		padding: 0 0 10px 0;
	}
	
	.breadcrumb {
		font-size: 10px;
		color: #444444;
	}



/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	top: 98px;
	left: 17px;
	width: 961px;
	height: 32px;
	background-color: #9d2023;
	text-align: left;
	z-index: 99;
}


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

/*CONTROLS ALL LISTS*/ 
#menuh { 
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/* text-transform: uppercase;	*/
	width: 950px;  /*set to go across entire container*/
/*
	border: 1px solid #fff;
	background-color: #fff;
*/
}

* html #menuh {
	ma\rgin: 0 0 0 0;
	w\idth: 900px;
}

#menuh a {
	display: block;
	font: 12px/15px verdana, helvetica, sans-serif;
	letter-spacing: .1em;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/
/*width needed or else Opera goes nuts*/

#menuh li {   
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #fff;
/*
	background-color: #5D8EE2;
	border-right: 1px solid #fff;
*/
}

#menuh li a {
	display: block;
	color: #fff;
	text-decoration : none;
	padding: 8px 15px 9px 20px;
}

#menuh li a:hover {
	color: #fff;
	background-color: #ff0000;
}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 
/*	using left instead of display to hide menus because display: none isn't read by screen readers	*/	

#menuh li ul {  
	position: absolute;
	margin: 0;
	padding: 0;
	left: -999em;
	z-index: 1;
}
		
* html #menuh li ul {
	ma\rgin: -5px 0;
}

#menuh ul {
	float: left;
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	text-transform: none;	
	font: bold 12px/16px verdana, helvetica, sans-serif;
	width: 179px;
	
}

#menuh ul li {   
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	/* border-bottom: 1px solid #fff; */
}

* html #menuh ul li {
	ma\rgin: 0 0 0 0;
}

#menuh ul li a {
	display: block;
	color: #fff;
	padding: 4px 9px 4px 10px;
	text-decoration : none;
	background-color: #9d2023;
	width: 160px;
}

#menuh ul li a:hover {
	color: #fff;
	background-color: #ff0000; 
}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh li ul ul {   
	margin: -20px 0 0 179px; /* 4 of 4 */
}

* html #menuh li ul ul {
	ma\rgin: 0px 0 0 170px;
}

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

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

.caltable {
	float: left;
	display: inline;
	width: 100%;
	border-collapse: collapse;
	font: 11px/13px verdana, arial, sans-serif;
	padding: 0;
}
.caltable thead th {
	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;
}	


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