
/*------------------------------------------------------------------------------
UNDOHTML 
------------------------------------------------------------------------------*/
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size: 12px; }
dl,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img,abbr { border:0 }
address,abbr { font-style:normal }

/*------------------------------------------------------------------------------
BASIC ELEMENTS
------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, div, img { margin: 0; padding: 0; border: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { word-spacing: 0.25px; }

p { line-height: 18px; }

a { 	
	color: #b00e1f; 
	text-decoration: none; 
}
a:hover { 
	color: #d77e1a; 
	text-decoration: none; 
}

div#container hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

body { 
	background: #ecb271; /*url(../xm_client/images/bkgd_tile.jpg)*/
	margin: 0;
	padding: 0;
	
}

/*------------------------------------------------------------------------------
COMMON DIVS
------------------------------------------------------------------------------*/	

	div#container {
		position: relative;
		margin: 0 auto;
		width: 800px;
		height: 580px;
		background: #fffcdf; /*url(../xm_client/images/bg_element.gif) no-repeat 0 320px; */
	}
	
	html>body #container {
    height: auto;
    min-height: 580px;
	}

	div#header {
		float: left
		margin: 0;
		width: 800px;
		height: 170px;
	}
	
	div#navbar {
		float: left;
		margin: 0px;
		display: inline;
		width: 800px;
		height: 38px;
		background: #fff url(../xm_client/images/phil_nav.gif) no-repeat;
	}

	div#footer {
		position: absolute;
		left: 0;
		width: 800px;
		bottom: 0;	
		height: 20px;
		background-color: #d77e1a;
		z-index: 2;
	}
	
	div#logo {          /*SECTION content */
		position: absolute;		
		width: 143px;
		height: 56px;
		right: 35px;
		bottom: 40px;
		padding: 0;
		z-index: 1;
	}	
	

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

	div#home_left {          /*SECTION content */
		float: left;
		display: inline;		
		width: 225px;
		text-align: left;
		margin: 43px 0 40px 36px;
		padding: 0;
	}	
	
	div#home_middle {          /*SECTION content */
		float: left;
		display: inline;		
		width: 290px;
		text-align: left;
		margin: 12px 0 40px 30px;
		padding: 0;
	}	
	
	div#home_right {          /*SECTION content */
		float: left;
		display: inline;		
		width: 165px;
		text-align: left;
		margin: 43px 0 40px 30px;
		padding: 0;
	}
	
/*------------------------------------------------------------------------------
SUB DIVS
------------------------------------------------------------------------------*/	

	div#sub_endorsements {          /*SECTION content */
		float: left;
		display: inline;		
		width: 225px;
		text-align: left;
		margin: 55px 0 40px 36px;
		padding: 0;

	}	
	
	div#sub_left {          /*SECTION content */
		position: absolute;	
		width: 275px;
		height: 320px;
		left: 0;
		bottom: 20px;
		z-index: 3;
	}	
	
	div#sub_middle {          /*SECTION content */
		float: left;
		display: inline;		
		width: 290px;
		text-align: left;
		margin: 55px 0 40px 30px;
		padding: 0;
	}	
	
	div#sub_right {          /*SECTION content */
		float: left;
		display: inline;		
		width: 165px;
		text-align: left;
		margin: 55px 0 40px 30px;
		padding: 0;
	}
	
	div#one_column {          /*SECTION content */
		float: left;
		display: inline;		
		width: 740px;
		text-align: left;
		margin: 55px 0 40px 30px;

	}

	
/*------------------------------------------------------------------------------
CLASSES 
------------------------------------------------------------------------------*/			

	.spcb10 {
		margin-bottom: 10px;
	}
	.spcb5 {
		margin-bottom: 5px;
	}

	
/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		

	div#ecomm_nav {
		float: left;        /*can be positioned however--floats, absolute, whatever*/
		margin: 0;
		width: 800px;					/* <--custom */
		padding-top: 8px;
		height: 25px;
		background-color: #D77E1A;
	}

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

/*CONTROLS ALL LISTS*/ 
	#menuh { 
		float: left;
		margin: 7px 0 0 160px;
		display: inline;
		line-height: 1;
		list-style: none;
		padding: 0;
		/*background: #777;*/
	}

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

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

	#menuh li a { 
		display: block;
		padding: 2px 34px 2px 34px;	   /*MASTER PADDING, set vert spacing between li's*/
		color: #fff;
		margin: 0;
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-decoration : none; */
		background-color: #transparent; /*necessary for Safari*/
		/*background: #999;*/
	}

	#menuh a:hover {
		color: #ecb271;
		text-decoration : none;
	}

	#menuh li a.current {
		color: #ecb271;
		/*background: transparent;*/
		text-decoration : none;
	}

/*CONTROLS ONLY SECOND-LEVEL LIST ITEMS*/ 
/*	using left instead of display to hide menus because display: none isn't read by screen readers	*/	
	
	#menuh ul {
		float: left;
		padding: 0;
		list-style: none;
		line-height: 1;
		width: 160px;  /*MASTER WIDTH -- determines widths below*/
	}

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

	#menuh ul li a {
		display: block;
		padding: 5px 8px 7px 8px;		
		width: 144px;  /* master width minus left & right padding */
		color: #3c3425;
		background: #d8dec0;
		border-bottom: 1px solid #fff;
	}

	#menuh ul li a:hover {
		/*color: #005a9c;*/
		background: #aeb885; 
	}

	#menuh li ul {  
		position: absolute;
		margin:  1px 0 0 0;  /*offset distance below main*/
		padding: 0;
		left: -999em; 
	}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
	#menuh li ul ul {   
		margin: -26px 0 0 161px; /* sets vert offset of the hori. flyout of a dropdown*/
	}

* html #menuh li ul ul {   
		margin: -26px 0 0 161px; /* set this, and the one above, to +1 of the master width */
	}

/* 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: 360px;
	margin: 10px 0 40px 0px;
}
div.frow {
	clear: both;
	padding-top: 8px;
}
div.frow span.label, div.frow span.blabel {
	font: 12px Georgia, serif;
	color: #785940;
	float: left;
	width: 75px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}
div.frow span.blabel {
  font-weight: bold;
}
div.frow span.frm {
	font: 12px Georgia, serif;
	color: #785940;
	float: right;
	width: 275px;
	margin-top: 2px;
} 

div.lform {
	float: left;
	width: 485px;
	margin: 10px 0 40px 0px;
	
}

div.frow span.lfrm {
	font: 12px Georgia, serif;
	color: #785940;
	float: right;
	width: 380px;
	margin-top: 6px;

	text-align: left;
}
textarea, input, select { margin: 0; padding: 0; }
		
/*------------------------------------------------------------------------------	
SIMPLE CLASSES
------------------------------------------------------------------------------*/		
.spb10 { margin-bottom: 10px; }

.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; }