/*-------------- Reseting ---------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
img,  s, small, strike, sup, sub, 
dl, dt, dd, ol, ul, li, form, fieldset, label, legend, caption, tbody, tfoot, thead, tr, th, td 
				{
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

		  
:focus, :active	{ outline: 0 }

html 			{ font-size: 100.01%; height: 100%;  }
body 			{ font-size: 62.5%; height: 100%; background: #E9E9E9}	

/*---------------- Fonts -----------------*/

p, a, pre, label, th, td, li
				{ font-family:  Arial, Helvetica, sans-serif } 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
				{ font-weight: normal; text-decoration: none }
a:hover			{ text-decoration: none }
a img			{ border: 0 }

/*-------------- Wrapper ------------------*/

#wrap 			{
	width: 902px;
	overflow: visible;
	margin: 0 auto;
	min-height: 100%;
	position:relative;
	padding:0 27px;
	background-color: #FFFFFF;
}

/*-------------- Layout -------------------*/

#header			{ margin: 0 auto; overflow:hidden }
.logo			{ float:left; margin-top: 10px }

/*-----------------------------------------*/

#menuHead			{ overflow:hidden; clear:left; float:left; margin: 18px 0 0 0 }
#menuHead li		{ float: left; list-style: none; border-right: 1px solid #000; padding: 0 7px 0 7px }
#menuHead li.first 	{ padding-left: 0px }
#menuHead li.last 	{ border-right: 0px }
#menuHead li a		{ display: block; overflow:hidden; color: #000; text-decoration:none; font: bold 1.1em/1.1em "Arial", sans-serif;  }
#menuHead li a:hover{ text-decoration: underline; }			

/*-----------------------------------------*/

#content			{ clear:left; margin-top: 15px; overflow: hidden; display: block; padding-bottom: 110px }

#submenu 			{
	text-align: right;
	height: 184px;
	overflow: hidden;
	background-color: #999999;
}
#submenu ul li		{ list-style: none; float: left; border-right: 2px solid #fff }

#main_text			{ clear: both; width: 600px; float: right; margin-top: 0px}
#main_text h1		{ color: #006699; font-weight: bold; font-size: 2.1em; margin-top: 20px; font-family: Calibri,"Helvetica Neue","Lucida Grande",verdana,arial,sans-serif }
#main_text h2		{ color: #006699; font-weight: bold; font-size: 1.2em; margin-top: 10px; font-family:  Arial, Helvetica, sans-serif }
#main_text p		{
	color: #666;
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 3px;
}


table {
	border-collapse: collapse;
	}
	
th, td {
	border: 1px solid #000000;
	padding: 1px 4px;
	font-size: 1em;
}

.js-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	width: 450px;
	background-image: url(../img/james_saysBG.gif);
	margin-top: 1.1em;
	text-indent: 0px;
	padding-top: 4.1em;
	top: 35px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	line-height: 1.3em;
}








/*-----------------------------------------*/


.logos img {padding: 5px 5px 10px 5px}

#footer				{
	position:absolute;
	bottom: 0;
	left: 20;
	width: 1000px;
	height: 90px;
}
* html #footer {position: relative; margin-top: 2em}
#footer	p			{ color: #666; font-size: 1em; text-align: center; margin-left: 10px; margin-right: 10px }
