/* CSS Document */

/* document definitions */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #336699;
	border:0;
	}
	
a:link {
	color: #336699;
	text-decoration: underline;
	border:0;
	}
	
a:visited {
	color: #336699;
	text-decoration: underline;
	border:0;
	}
	
a:hover {
	color: #336699;
	text-decoration: underline;
	border:0;
	}
	
a:active {
	color: #336699;
	text-decoration: underline;
	border:0;
	outline: 0;
	}
	
a:focus {
	border:0;
	outline: 0;
	}
	
a:selected {
	border:0;
	outline: 0;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #274a90;
	font-weight: normal;
	margin: 11px 0 0 0;
	line-height: 29px;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #274a90;
	font-weight: normal;
	margin: 6px 0 16px 0;
	line-height: 19px;
	}
	
h3 {
	font-weight: bold;
	background: transparent url(images/red_arrow.gif) no-repeat 0 0;
	margin: 10px 0 0 0;
	padding: 0 0 6px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
h3.home_featured {
	font-weight: bold;
	background: transparent url(images/orange_arrow.gif) no-repeat 0 0;
	margin: 0 0 0 0;
	padding: 0 0 6px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
h4 {
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
h5 {
	font-weight: bold;
	margin: 23px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc3300;
	}
	
h5.sitemap {
	color: #336699;
	}
	
h5.top {
	margin-top: 10px;
	}
	
h5.spaced {
	margin: 15px 0 10px 0;
	}
	
h5.form {
	margin-top: 15px;
	_margin-top: 25px;
	}
	
h5.account {
	margin: 5px 0;
	}
	
h5.home {
	margin: 5px 0 15px 0;
	font-size: 16px;
	}
	
h6 {
	width: 480px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #cccccc;
	padding: 5px;
	margin: 0;
	}
	
.graybox {
	padding: 10px 15px 15px 15px;
	margin: 15px 0;
	background-color: #eee;
	}
	
.darkgraybox {
	padding: 5px 10px 10px 10px;
	margin: 15px 0;
	background-color: #ddd;
	}
	
ol {
	padding-left: 20px;
	}
	
ul {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.leftline {
	border-left: 2px solid #274a90;
	padding-left: 8px;
	}
	
p {
	margin: 15px 0;
	}
	
/* end document definitions */
	
	
/* header definitions */

#header {
	width: 770px;
	height: 100px;
	background-color: #ffffff;
	}
	
#logo_search {
	height: 64px;
	text-align: right;
	border-bottom: 4px solid #d4dbe9;
	font-size: 10px;
	}
	
#logo_search img {
	float: left;
	}
	
#logo_search p {
	padding-top: 29px;
	margin: 0;
	}
	
#logo_search input {
	font-size: 10px;
	margin-top: 10px;
	padding: 1px 4px;
	}
	
#logo_search input.search {
	color: #999999;
	border: 1px solid #999999;
	width: 150px;
	padding: 2px;
	}
	
.red {
	color: #cc3300;
	}
	
/* end header definitions */
	
	
/* nav definitions */
	
#nav ul {
	display: block;
	background-color: #274a90;
	height: 31px;
	border-top: 1px solid #24417f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
	color: #6881b2;
	padding: 0;
	margin: 0;
	}
	
#nav ul li {
	float: left;
	padding: 0;
	border-right: 2px solid #6881b2;
	}
	
#nav ul li.last {
	border-right: none;
	}
	
#nav ul li.welcome {
	border-right: none;
	width: 253px;
	text-align: right;
	font-size: 10px;
	color: #a9b7d3;
	padding-top: 9px;
	font-weight: normal;
	}
	
#nav ul li.welcome a, #nav ul li.welcome a:link, #nav ul li.welcome a:visited, #nav ul li.welcome a:hover, #nav ul li.welcome a:active{
	text-decoration: underline;
	display: inline;
	color: #a9b7d3;
	background-color: #274a90;
	padding: 0;
	}
	
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	}
	
#nav ul li a:hover, #nav ul li a:active {
	display: block;
	text-decoration: none;
	background-color: #061b4b;
	}
	
#nav ul li a.first, #nav ul li a:link.first, #nav ul li a:visited.first {
	padding-left: 20px;
	}
	
#nav ul li a:hover.first, #nav ul li a:active.first {
	padding-left: 20px;
	text-decoration: none;
	background-color: #061b4b;
	}
	
.menu {
	position: relative;
	padding: 0 5px 5px 5px;
	background: url(images/transparent_bkrd.png); 	
	_background-image: none;
 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparent_bkrd.png');
}

.menu a, .menu a:link, .menu a:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 2px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px solid #6e7ea2;
}
	
.menu a:hover, .menu a:active {
	background-color: #666666;
	color: #ffffff;
}

.menu a.bottom, .menu a:link.bottom, .menu a:visited.bottom, .menu ahover.bottom, .menu a:active.bottom {
	border-bottom: none;
}
	
/* end nav definitions */


/* home page column definitions */

#column12_container {
	width: 770px;
	border-top: 7px solid #ffffff;
	}
	
#home #column12_container {
	width: 770px;
	border-top: none;
	}
	
#home_tabs_container {
	width: 770px;
	height:268px;
	background-color:#CCCCCC;
	border-bottom: 4px solid #d4dbe9;
	margin: 0 0 17px 0;
	}			

#column1 {
	float: left;
	height: 1%;
	width: 519px;
	margin: 0;
	padding: 0 0 0 20px;
	}
	
#home #column1 {
	float: left;
	height: 1%;
	width: 530px;
	margin: 0;
	padding: 0 0 0 20px;
	}	
	
h1.lined {
	border-bottom: 1px dotted #062e85;
	padding: 0 0 6px 0;
	}
	
h3.lined {
	border-bottom: 1px dotted #062e85;
	}
	
#column12_container_b {
	margin: 0 0 20px 0;
	padding: 0 0 22px 0;
	border-bottom: 1px dotted #062e85;
	}
	
#column12_container_b img {
	margin: 0 14px 0 0;
	float: left;
	}
	
#column12_container_b .feature_area {
	float: left;
	width: 141px;
	margin: 0;
	}
	
#column1_b {
	float:left;
	width: 250px;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	_padding: 0 0 -16px 0;
	}
	
#column1_b img, #column2_b img {
	margin-top: 2px;
	}
	
#column2_b {
	float:left;
	width: 250px;
	padding: 0 0 0 0;
	_padding: 0 0 -16px 0;
	}
	
#column2 {
	float:right;
	width: 200px;
	}
	
#column2 .sidebarphoto {
	margin: 0 0 7px 0;
	}
	
#column2 .searchheader {
	margin: 0;
	padding: 0 0 1px 7px;
	width: 193px;
	background-color: #f55f18;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	}
	
#searchbox {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0 0 0;
	margin: 0 0 12px 0;
	}
	
#searchbox .searchspacer {
	padding: 0 6px;
	}
	
#searchbox h4.lined {
	border-top: 1px dotted #193a8e;
	padding-top: 11px;
	margin-top: 1px;
	}
	
#searchbox input {
	font-size: 11px;
	margin: 1px 0 12px 0;
	width: 40px;
	}
	
#searchbox select {
	font-size: 11px;
	margin: 0 0 5px 0;
	color: #666666;
	width: 182px;
	}
	
#searchbox .search_questions {
	width: 94%;
	background-color: #eee;
	border-bottom: 4px solid #ddd;
	padding: 10px 3% 9px 3%;
	margin: 0;
	}
	
#searchbox .questions {
	font-size: 14px;
	font-weight: bold;
	}
	
ul.top_resources {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
	}
	
ul.top_resources li {
	border-bottom: 1px dotted #062e85;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	}
	
ul.top_resources li p {
	margin: 0;
	width: 400px;
	float: left;
	padding-left: 42px;
	}
	
ul.top_resources li.one p {
	background: transparent url(images/home_list_one.gif) no-repeat 0 0;
	}
	
ul.top_resources li.two p {
	background: transparent url(images/home_list_two.gif) no-repeat 0 0;
	}
	
ul.top_resources li.three p {
	background: transparent url(images/home_list_three.gif) no-repeat 0 0;
	}
	
ul.top_resources li img {
	float:right;
	}
	
/* end home page column definitions */


/* inside page definitions */

#breadcrumb {
	width: 748px;
	height: 21px;
	background-color: #eee;
	border-top: 4px solid #ddd;
	padding: 0 0 0 21px;
	font-size: 10px;
	color: #336699;
	line-height: 20px;
	}
	
#breadcrumb .arrow {
	color: #999999;
	font-size: 9px;
	}
	
#inside_body {
	margin: 38px 0 0 0;
	}
	
.view_specs {
	background: transparent url(images/pdf_icon.gif) no-repeat right 2px;
	padding: 0 27px 2px 0;;
	}
	
#product_display {
	border-collapse: collapse;
	}
	
#product_display input {
	font-size: 11px;
	margin-top: 7px;
	}
	
#product_display thead td.next, #product_display thead td.product_count {
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px dotted #193a8e;
	}
	
#product_display tfoot td.next, #product_display tfoot td.product_count {
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dotted #193a8e;
	}
	
#product_display thead td.next {
	text-align: right;
	}
	
#product_display tfoot td.next {
	text-align: right;
	}
	
#product_display .divider {
	color: #cccccc;
	font-weight: normal;
	}
	
#product_display .product_cell {
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	vertical-align: text-top;
	padding: 12px 32px 12px 7px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 33%;
	}
	
.features_cell {
	vertical-align: text-top;
	padding: 12px 7px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 37%;
	}
	
.features_cell li{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	}
	
#product_display .feature_head {
	font-weight: bold;
	}
	
#product_display .raq_cell {
	text-align: right;
	vertical-align: text-top;
	padding: 12px 7px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 30%;
	}

/* end inside page definitions */


/* dropdown defs */

#dropdown {
	margin: 20px 0 0 0;
	padding: 0;
	}

#dropdown li {
	list-style: none;
	margin: -1px 0 0 0;
	padding: 10px 0;
	float: left;
	display: block;
	width: 100%;
	border-top: 1px dotted #193a8e;
	border-bottom: 1px dotted #193a8e;
	}
	
#dropdown .expand {
	float: left;
	color: #cc3300;
	text-decoration: none;
	width: 18px;
	padding-right: 5px;
	border: none;
	}
		
#dropdown li a:link, #dropdown li a:visited {
	text-decoration: underline;
	color: #369;
	}
		
#dropdown li a:hover, #dropdown li a:active {
	color: #369;
	text-decoration: underline;
	}	
	
.dropdown_info {
	background-color: #eee;
	margin-top: 10px;
	padding: 5px 5px 10px 23px;
	height: 180px;
	overflow: auto;
	}
	
a.pdf, a:link.pdf, a:visited.pdf, a:hover.pdf, a:active.pdf {
	background: transparent url(images/pdf_icon.gif) no-repeat left 2px;
	padding-left: 27px;
	display: block;
	}
	
#dropdown a.inside, #dropdown a:link.inside, #dropdown a:visited.inside {
	display: inline;
	float: none;
	padding-left: 0;
	color: #369;
	}
	
#dropdown a:hover.inside, #dropdown a:active.inside {
	text-decoration: underline;
	}
	
/* end dropdown defs */


/* table definitions */

table.customers {
	border: none;
	margin-top: 15px;
	border-top: 1px dotted #193a8e;
	}
	
table.customers td {
	padding: 2px 10px 2px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
	}
	
table.customers th {
	padding: 0 10px 0 10px;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	border-bottom: 1px solid #cccccc;
	}
	
table.conversions {
	border: none;
	margin: 15px 0 35px 0;
	padding-top: 15px;
	border-top: 1px dotted #193a8e;
	}
	
table.conversions td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
	}
	
table.conversions td.conversions_col1 {
	width: 220px;
	}
	
table.conversions td.conversions_col2 {
	width: 100px;
	}
	
table.conversions td.conversions_col3 {
	}
	
table.conversions th {
	padding: 0 10px 15px 10px;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #cccccc;
	}
	
table.wgconversions {
	width: 100%;
	border: none;
	margin: 15px 0 35px 0;
	border-top: 1px dotted #193a8e;
	}
	
table.wgconversions td {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
	}
	
table.wgconversions th {
	padding: 10px 10px 15px 10px;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #cccccc;
	}
	
tr.gray {
	background-color: #eee;
	}

table.codes {
	border: none;
	border-collapse: collapse;
	}
	
table.codes td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 65px;
	}
	
table.codes th {
	padding: 5px;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #cc3300;
	border-bottom: 1px solid #cccccc;
	}
	
td.codes_col1 {
	padding: 5px;
	width: 15px;
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	}
	
td.codes_col2 {
	padding: 5px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	}

/* end table definitions */


/* glossary definitions */

form dl.glossary {
	width: 480px;
	margin: 15px 0 10px 0;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
	padding: 0;
	}
	
form dl.glossary dt {
	font-weight: bold;
	padding: 0;
	float: none;
	width: auto;
	margin: 0;
	}
	
form dl.glossary dd {
	padding: 4px 0 15px 0;
	margin: 0;
	}
	
p.backtotop {
	background: transparent url(images/pdf_icon.gif) no-repeat left 2px;
	}
	
.glossary_div {
	overflow: auto;
	height: 398px;
	border-top: 1px dotted #193a8e;
	border-bottom: 1px dotted #193a8e;
	margin-top: 20px;
	}

/* end glossary definitions */


/* sign in table definitions */
		
table.signin {
	border-collapse: collapse;
	margin-top: -10px;
	}
	
table.signin td {
	padding: 5px 10px 15px 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	}
	
table.signin th {
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 49%;
	color: #274a90;
	background-color: #eee;
	border: 1px solid #ccc;
	}
	
table.signin th.middle, table.signin td.middle {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 2%;
	background-color: #ffffff;
	padding: 0;
	}
	
table.signin input {
	font-size: 11px;
	}
	
table.signin .textbox {
	margin: 0 0 5px 0;
	vertical-align: middle;
	}
	
table.signin .button {
	margin: 5px 0 5px 0;
	}
	
#PnlRetrieveYourPassword td {
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	}
	
table.signin .top {
	margin:12px 0 10px 0;
	}
	
/* end sign in table definitions */


/* form definitions */

form dl {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color:#eee;
	padding: 0 20px 10px 20px;
	margin: 20px 0 10px 0;
	}
	
form dl.top {
	border-bottom: none;
	pading-bottom: 0;
	}
	
form dl.bottom {
	margin-top: 0;
	border-top: none;
	padding-top: 5px;
	}
	
form dl input {
	font-size: 11px;
	}

form dd input, form dd select {
	font-size: 11px;
	width: 150px;
	}

form dd input.narrow {
	font-size: 11px;
	width: 50px;
	}
	
form dd select.narrow {
	font-size: 11px;
	width: 95px;
	}
	
form dd select {
	font-size: 11px;
	width: 154px;
	}

form dd {
	margin: 0;
	padding: 4px 0 4px 0;
	}
	
form dt {
	float: left;
	padding: 4px 10px 4px 0;
	width: 130px;
	margin-top: 5px;
	}
	
form dt.wide {
	float: left;
	padding: 0px 10px 10px 0;
	width: 270px;
	margin-top: 5px;
	}
	
form dd.wide {
	float: none;
	padding: 4px 10px 4px 0;
	width: 270px;
	margin-top: 5px;
	}
	
form dd.product {
	float: none;
	padding: 4px 10px 4px 0;
	width: 270px;
	margin: 5px 0 0 130px;
	}
	
form dd.wide input {
	width: auto;
	}
	
form p.forminfo {
	margin: 0 0 15px 0;
	padding: 15px 0;
	border-bottom: 1px dotted #bbbbbb;
	}
	
p.formline {
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #bbbbbb;
	}
	
form dt.checkbox {
	float: left;
	padding: 10px 10px 4px 0;
	width: 0;
	}
	
form dd.checktext {
	padding: 15px 10px 4px 0;
	width: 270px;
	margin-left: 27px;
	}
	
form dl.signin {
	border-top: none;
	border-bottom: none;
	background-color:#fff;
	padding: 0;
	margin: 0 0 3px 0;
	}
	
form dl.signin_alt {
	padding: 5px 20px 15px 20px;
	margin: 15px 0 10px 0;
	}
	
form dd.signin {
	margin: 0;
	padding: 4px 0 0 0;
	}
	
form dt.signin {
	float: left;
	padding: 4px 10px 0 0;
	width: 60px;
	margin-top: 5px;
	}
	
form dt.full {
	float: none;
	padding: 4px 10px 4px 0;
	width: 390px;
	margin-top: 5px;
	}
	
form dl.account {
	border-top: 0 solid #bbbbbb;
	border-bottom: 0 solid #bbbbbb;
	background-color: transparent;
	padding: 0 20px 10px 0;
	margin: 20px 0 10px 0;
	}
	
form dt.account {
	float: left;
	padding: 0 10px 1px 0;
	width: 130px;
	}
	
form dd.account {
	float: none;
	padding: 1px 10px 1px 0;
	width: 330px;
	margin-top: 5px;
	display: block;
	}
	
p.buttonfix input {
	width: auto;
	}
	
#inforequestfix p.graypad {
	border-top: 1px solid #bbbbbb;
	background-color:#eee;
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
	}
	
	
	
/* end form definitions */


/* site map definitions */

#sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sitemap ul {
	margin: 0;
	padding: 0 0 0 13px;
	list-style: none;
	}

#sitemap li {
	margin: 0;
	padding: 3px 0 3px 0;
	}
	
#2col {
	float: left;
	width: 200px;
	}
	
/* end site map definitions */


/* search results definitions */

#SearchResults1_pnlPrev1, #SearchResults1_pnlPrev2 {
	display: inline;
	}
	
#SearchResults1_pnlNext1, #SearchResults1_pnlNext2 {
	display: inline;
	}
	
/* end search results definitions */
	
	
/* footer definitions */
		
#footer {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	padding-top: 25px;
	margin: 9px 0 25px 0;
	}
	
/* end footer definitions */


/* site wide definitions */
		
.clearer {
	height:0;
	font-size: 0;
	line-height: 0;
	clear:both;
	}
	
.floatleft {
	float: left;
	}
	
.validate {
	/* validtion style */
	color: #ff0000;
	padding-left: 13px;
	background: transparent url(images/valstar.gif) no-repeat 0 3px;
	}
	
.alert {
	color: #ff0000;
	font-weight: bold;
	}
	
p.bug2 {
	margin: 8px 0 15px 0;
	}
	
h2.connections {
	background:transparent url(images/connections_subhead.gif) no-repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:11px; 
	font-weight:bold; 
	height:27px; 
	width: 509px;
	margin:10px 0 0 0; 
	padding: 0 0 0 27px;
	line-height: 27px;
	}
	
h1.connections {
	font-size:24px; 
	color:#274a90; 
	font-weight:normal; 
	margin:15px 0 0 0;
	}
	
img.connections {
	float: right;
	padding: 20px 0 15px 15px;
	}
	
ul.redarrow {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.redarrow li {
	background: transparent url(images/redarrow.gif) no-repeat 0 4px;
	padding: 0 0 5px 10px;
	}
	
p.form_separate {
	padding: 25px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #cccccc;
	}
	
p.byline {
	color: #999999;
	margin-top: 5px;
	}
	
p.image_right {
	float: right;
	padding: 0 0 0 30px;
	margin: 15px 0;
	}
	
div.have_account {
	width: 345px;
	margin: 20px 0 10px 0;
	background: #eeeeee;
	border: 1px dotted #062e85;
	}
	
div.have_account h5{
	margin: 0;
	padding: 6px 13px 10px 13px;
	line-height: 15px;
	}
	
div.need_account {
	width: 345px;
	margin: 20px 0 20px 0;
	background: #eeeeee;
	border: 1px dotted #062e85;
	}
	
div.need_account h5{
	margin: 0;
	padding: 6px 13px 10px 13px;
	line-height: 15px;
	}
	
div.have_account h5 a {
	font-weight: normal;
	font-size: 12px;
	}
	
div.need_account h5 a {
	font-weight: normal;
	font-size: 12px;
	}
	
#acrobat_icon {
	margin: 8px 0 0 0;
	}
	
#challenge_logo_small {
	float: right;
	padding: 0 10px 30px 10px;
	}
	
.rules {
	font-size: 10px;
	color: #bbb;
	}
	
div.search_faq_button {
	width: 90px;
	margin: 20px 0 10px 0;
	background: #eeeeee;
	border: 1px dotted #062e85;
	padding: 13px 16px 15px 15px;
	text-align: center;
	}
	
.promo {
	width: 340px;
	padding: 0 0 0 0;
	line-height: 15px;
	margin: 15px 0;
	}
	
.promo .header {
	color: #274a90;
	font-weight: bold;
	}
	
.image_left {
	float:left;
	padding: 0 15px 0 0;
	}
	
.yellow_box_right {
	float: right;
	padding: 15px;
	background-color:#ffff99;
	margin: 15px 0 0 25px;
	}
	
.yellow_box_right h5 {
	margin: 0 0 3px 0;
	}
	
.col_left, .col_right {
	float:left;
	width: 250px;
	}
	
.homepage_bottom_banner {
	margin: 20px 0 0 0;
	padding:10px 20px;
	width:490px;
	background-color: #ecf3f6;
	}	
	
/* end site wide definitions */	
	
	
/* home page tab definitions */	

#home_tabs_container {
	position:relative;
	padding: 0;
	margin:0 0 15px 0;
	}
	
	#home_tabs_container p {
			color: #fff;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:22px;
			line-height:25px;
			text-align:left;
			font-weight:normal;
			margin: 0;
			padding:0;
		}	
		
	#home_tabs_container p.home_feature a, #home_tabs_container p.home_feature a:link, #home_tabs_container p.home_feature a:visited {
			color: #99ccff;
			text-align:left;
			margin: 0;
			padding:0;
			text-transform:uppercase;
			text-decoration:none;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			line-height:25px;
		}	
		
			#home_tabs_container p.home_feature a:hover, #home_tabs_container p.home_feature a:active {
			color: #fff;
			text-align:left;
			margin: 0;
			padding:0;
			text-transform:uppercase;
			text-decoration:none;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			line-height:25px;
		}	
		
		
		
		
		
	
			
		
	#home_tabs_container p#initial_top {
			color: #fff;
			font: normal normal normal 34px/36px Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			margin: 0 0 0 0;
			padding:0 0 0 0 ;
		}	
		
	#home_tabs_container p#initial_bottom {
			color: #fff;
			font: normal normal normal 15px/18px Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			margin: 10px 0 0 0;
			padding:0;
		}			

#home_tabs {
	position:absolute;
	padding: 0;
	margin:0;
	display:block;
	top:159px;
	left:61px;
	}
	
	#home_tabs ul.idTabs {
			margin: 0;
			padding:0;
			width: 648px;
			height: 109px;
			float: left;
			list-style: none;
		}
		
		#home_tabs ul.idTabs li {
			float: left;
			padding: 0;
			margin:0;
			text-align:center;
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
		}
		
	
		#home_tabs ul.idTabs li#offdrill a, #home_tabs ul.idTabs li#offdrill a:link, #home_tabs ul.idTabs li#offdrill a:visited  {
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			display:block;
			width:129px;
			height:35px;
			padding: 74px 0 0 0;
			background: transparent url(../images/offdrill_tab_bg.png) 0 0 no-repeat;
			
		}
		
		#home_tabs ul.idTabs li#offdrill a:hover, #home_tabs ul.idTabs li#offdrill a:active   {
			background-position: -258px 0;
		}
		
		#home_tabs ul.idTabs li#offdrill a.selected, #home_tabs ul.idTabs li#offdrill a.selected:link, #home_tabs ul.idTabs li#offdrill a.selected:visited, #home_tabs ul.idTabs li#offdrill a.selected:hover, #home_tabs ul.idTabs li#offdrill a.selected:active  {
			background-position: -129px 0;
		}
		
		
		
		#home_tabs ul.idTabs li#land a, #home_tabs ul.idTabs li#land a:link, #home_tabs ul.idTabs li#land a:visited  {
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			display:block;
			width:130px;
			height:35px;
			padding: 74px 0 0 0;
			background: transparent url(../images/land_tab_bg.png) 0 0 no-repeat;
			
		}
		
		#home_tabs ul.idTabs li#land a:hover, #home_tabs ul.idTabs li#land a:active   {
			background-position: -260px 0;
		}
		
		#home_tabs ul.idTabs li#land a.selected, #home_tabs ul.idTabs li#land a.selected:link, #home_tabs ul.idTabs li#land a.selected:visited, #home_tabs ul.idTabs li#land a.selected:hover, #home_tabs ul.idTabs li#land a.selected:active {
			background-position: -130px 0;
		}
		
		
		
		
		#home_tabs ul.idTabs li#marine a, #home_tabs ul.idTabs li#marine a:link, #home_tabs ul.idTabs li#marine a:visited  {
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			display:block;
			width:130px;
			height:28px;
			padding: 81px 0 0 0;
			background: transparent url(../images/marine_tab_bg.png) 0 0 no-repeat;
			
		}
		
		#home_tabs ul.idTabs li#marine a:hover, #home_tabs ul.idTabs li#marine a:active   {
			background-position: -260px 0;
		}
		
		#home_tabs ul.idTabs li#marine a.selected, #home_tabs ul.idTabs li#marine a.selected:link, #home_tabs ul.idTabs li#marine a.selected:visited, #home_tabs ul.idTabs li#marine a.selected:hover, #home_tabs ul.idTabs li#marine a.selected:active {
			background-position: -130px 0;
		}
		
		
		
		#home_tabs ul.idTabs li#offshore a, #home_tabs ul.idTabs li#offshore a:link, #home_tabs ul.idTabs li#offshore a:visited  {
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			display:block;
			width:130px;
			height:35px;
			padding: 74px 0 0 0;
			background: transparent url(../images/offprod_tab_bg.png) 0 0 no-repeat;
			
		}
		
		#home_tabs ul.idTabs li#offshore a:hover, #home_tabs ul.idTabs li#offshore a:active   {
			background-position: -260px 0;
		}
		
		#home_tabs ul.idTabs li#offshore a.selected, #home_tabs ul.idTabs li#offshore a.selected:link, #home_tabs ul.idTabs li#offshore a.selected:visited, #home_tabs ul.idTabs li#offshore a.selected:hover, #home_tabs ul.idTabs li#offshore a.selected:active {
			background-position: -130px 0;
		}
		
		
		
		
		#home_tabs ul.idTabs li#subsea a, #home_tabs ul.idTabs li#subsea a:link, #home_tabs ul.idTabs li#subsea a:visited  {
			color: #fff;
			font: bold normal normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			display:block;
			width:129px;
			height:35px;
			padding: 74px 0 0 0;
			background: transparent url(../images/subsea_tab_bg.png) 0 0 no-repeat;	
		}
		
		#home_tabs ul.idTabs li#subsea a:hover, #home_tabs ul.idTabs li#subsea a:active   {
			background-position: -258px 0;
		}
		
		#home_tabs ul.idTabs li#subsea a.selected, #home_tabs ul.idTabs li#subsea a.selected:link, #home_tabs ul.idTabs li#subsea a.selected:visited, #home_tabs ul.idTabs li#subsea a.selected:hover, #home_tabs ul.idTabs li#subsea a.selected:active {
			background-position: -129px 0;
		}
		


#initial_tab {
	width:770px;
	height:228px;
	padding:40px 0 0 0;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_initial_bg.jpg) 0 0 no-repeat;
	}

#land_tab {
	width:708px;
	height:222px;
	padding: 46px 0 0 62px;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_landdrill_bg.jpg) 0 0 no-repeat;
	
	}

#offdrill_tab {
	width:708px;
	height:222px;
	padding: 46px 0 0 62px;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_offdrill_bg.jpg) 0 0 no-repeat;
	}

#marine_tab {
	width:708px;
	height:222px;
	padding: 46px 0 0 62px;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_marine_bg.jpg) 0 0 no-repeat;
	}

#offprod_tab {
	width:708px;
	height:222px;
	padding: 46px 0 0 62px;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_offprod_bg.jpg) 0 0 no-repeat;
	}

#subsea_tab {
	width:708px;
	height:222px;
	padding: 46px 0 0 62px;
	margin:0;
	display:block;
	background: transparent url(../images/home_tabs_subsea_bg.jpg) 0 0 no-repeat;
	}


/* end home page tab definitions */	