/*------------------------ YUI CSS Reset ----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*--------------------------------------------------------------------------------------------------- */

/*------------------------------------- classes ----------------------------------------------------- */
.clearfloats {
	clear:both;
}

input.hidden {display:none;}
select.hidden {display:none;}

p.disclaimer{
	color:#999999;
	font-size:0.9em;
	margin-top:30px !important;
}

.bold_list_item {
	font-weight:bold;
	padding-top:5px;	
}

.strong {
	font-weight:bold;
}

h1 .smallh1 { font-size:11px!important;}

/*------------------------------------- structure --------------------------------------------------- */

body {
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.5em;
	line-height:1.3em;
}
h2{
	font-size: 1.3em;
	line-height:1.1em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
#shell {
	width:960px;
	margin:0 auto;
}

#content {
	position:relative;
}

#header {
	width:960px;
	height:42px;
	position:relative;
	background:transparent url(/images/header.jpg) no-repeat scroll 0 0;
}
	#header #header_home {
		position:absolute;
		top:2px;
		left:30px;
		width:348px;
		height:34px;
	}

#drop_down{
	position:absolute;
	right:82px;
	bottom:13px;		
}

#drop_down select {
	width:180px !important;
}

#columns {
	/*border:1px solid red;*/
	position:relative;
	margin-top:20px;
	float:left;
}

#left {
	/*border:1px solid red;*/
	float:left;
	width:150px;
}

	#left ul {
		padding-bottom:12px;
		padding-top:3px;
	}

#right {
	/*border:1px solid red;*/
	float:right;
	width:220px;
}


#middle_copy ul.benefits {
	list-style-type:square;
	padding-left:20px;
}
#middle_copy ul.benefits li {
	padding:3px;
	
}
#pageWrap {
	width:925px;
	margin:0px;
	padding:0px;
}

#titlebar {
	margin-left:35px;
	position:relative;
	z-index:999;
}

#left a {
	color:black;
	text-decoration:none;
}

#left ul li {
	padding-bottom:5px;
}

#footer {
	position:relative;
	z-index:999;
	color:white;
	padding:3px;
	margin:0 35px;
	padding:4px 13px 2px;
	height:19px;
}

#footer_right {
	float:right;
}
#footer a {
	color:white;		
	text-decoration:none;
}

#footer a:hover {
	color:white;
	text-decoration:underline;
}

/* ------------------------------------------------------------------- iframe styles BEGIN */
#externalform {
	width:1200px;
	height:5000px;
	display:none;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-600px;
}

#btn_uopBack{
	display:none;
	background:url('/images/homepage/btn_back.jpg') 0 0 no-repeat;
	position:absolute;
	top:13px;
	left:460px;
	width:81px;
	height:29px;
	text-indent:-9999em;
	z-index:9999;
}
a#btn_uopBack:hover {
	background-position: 0 -29px;
}

#trackFormHBX{
	display:none;
}

