* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }

li, dd { margin-left:5%; }

hr 
{
	margin-top:2%;
	margin-bottom:2%;
	}

fieldset { padding: .5em; }

body, html {height: 100%;}
body {
			font-size: 11px;
			color: #bbbbbb;
			font-family: Verdana, arial, helvetica, sans-serif;
			background-color: #071377;
			background-image: url(../images/body_bg.gif);
			background-repeat: repeat-x;
}
body.SubPage {
	background-image: url(../images/subpage_bg.jpg);
	background-position : top;
	background-repeat : no-repeat;
}

body, p, li, ul, a, td {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a, a:Link, a:Hover, a:Visited {
	color: #bf9f3c;
	text-decoration: underline;
}

a.pgmsUpper, a.pgmsUpper:Link, a.pgmsUpper.Hover, a.pgmsUpper.Visited {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #bbbbbb;
}

img {
	background : transparent;
	margin: 0;
	padding: 0;
}

#bodySubContent img{
	background : transparent;
	margin: 10px;
	padding: 0px;
	border: 1px solid #000000;
}
/*NOTE: below works, but is a little f'd in IE, works great in Firefox*/
#outer {height: 100%; width:100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; top: -50%;width:100%;} /* for explorer only */
/* optional: #inner[id] {position: static;} */
#main {
	width: 100%;
}
#container {
	width: 749px; 
	text-align: left;	
}
#containerSub {
	width: 749px;  
	text-align: left;
}
#header {
	height: 72px;
	background: transparent;
	vertical-align : bottom;
}
#noVisibility{
	display: none;
}

#menus {
	width: 587px;
	height: 25px;
	margin-right: 8px;
	padding: 0px;	
}

Table.menuComponentArt
{
	border: 1px solid #505050;
	height: 25px;
	width: 587px;
}

#sectionPH {
	background: transparent;
	vertical-align : bottom;	
}

#flash {
	background: transparent;
	vertical-align : bottom;
	height: 217px;
	overflow:hidden;
	background-image: url(../Images/flash_ph.jpg);
	background-repeat: no-repeat;
	background-position: 0px -5px;
}

#welcome {
	background-image : url(../Images/landing_head.jpg);
	background-repeat : no-repeat;
	height: 130px;
}

#contentArea {
	background: transparent;
	vertical-align : top;
	margin-top: 0px;
	_margin-top: -2px;
	overflow: visible;
	position: relative;
}

#pollContent 
{
	position: absolute;
	left: 15px;
	top: 30px;
	width: 157px;
}

#mainContent {
	width: 749px;
	height: auto;
	background-color : #545454;
	background-image : url(../Images/trade_home_repeat_bg.jpg);
	background-repeat : repeat-y;
}

#mainContentLanding {
	width: 749px;
	height: 180px;
	background-color : #292929;
	background-image : url(../Images/landing_repeat_bg.jpg);
	background-repeat : no-repeat;
}

#bodyContent {
	float: left;
	width: 723px;
	/*ie hack*/
	height: auto;
	_height: 444px;
	min-height: 444px;
	background-image: url(../Images/trade_home_bg.jpg);
	background-repeat : no-repeat;
}

#bodyContentLanding {
	float: left;
	width: 559px;
	/*ie hack*/
	height: auto;
	_height: 150px;
	min-height: 150px;	
	background-image: url(../Images/landing_settings_bg.jpg);
	background-repeat : no-repeat;
	background-position : bottom;
}

#bodySubContent {
	float: left;
	width: 723px;
	/*ie hack*/
	height: auto;
	_height: 530px;
	min-height: 530px;
	background-image: url(../Images/subpage_bg.jpg);
	background-repeat : no-repeat;
	margin-bottom: 15px;
}

#content {
	padding-top: 0px;
	line-height: 14px;
	padding-right: 25px;
	overflow: visible;
}

#demo #content {
	padding-top: 0px;
	line-height: 14px;
	padding-right: 0px;
}

#leftContent {
	width: 315px;
	float:left;
	padding-left: 160px;
	height:auto;
	margin-top:8px;
}

#leftContent img {
	border: 0px;
}

#leftSubContent {
	width: 555px;
	float:left;
	padding-left: 160px;
	height:auto;
	display: block;
}

#landingCountry {
	width: 239px;
	height: auto;
	float:left;
	padding-left: 20px;
	background: transparent;
	margin-top: 5px;
}

#landingDescribe {
	width: 299px;
	height: auto;
	float:left;
	background: transparent;	
	margin-top: 5px;
}

#leftSubFullContent
{
	width: 698px;
	padding-left: 25px;
	float:left;
	height:auto;
	display: block;	
}

#leftGradient {
	width:13px;
	float:left;
	background-image: url(../Images/left_gradient.gif);
	background-repeat : repeat-y;
}

#leftGradientTop {
	width: 13px;
	height: 444px;
	background-image: url(../Images/trade_home_left_grad_top.jpg);
	background-repeat : no-repeat;
}

#leftSubGradientTop {
	width: 13px;
	height: 530px;
	background-image: url(../Images/sub_left_grad_top.jpg);
	background-repeat : no-repeat;
}

#rightGradient {
	position:relative;/*ie needs this to show float */
	width:13px;
	float:left;
	background-image: url(../Images/right_gradient.gif);
	background-repeat : repeat-y;
}

#rightGradientTop {
	width: 13px;
	height: 444px;
	background-image: url(../Images/trade_home_right_grad_top.jpg);
	background-repeat : no-repeat;
}

#rightSubGradientTop {
	width: 13px;
	height: 530px;
	background-image: url(../Images/sub_right_grad_top.jpg);
	background-repeat : no-repeat;
}

#rightCallouts {
	margin-top: 14px;
	height: auto;
	float: right;
	width: 215px;
	display: block;
	margin-right: 20px;
	_margin-right: 8px;
}

#rightCallouts img {
	border: 0;
}

#sectionHead {
	float:left;
	width:289px;
	height: 144px;
	background-image: url(../Images/section_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #d6d6d6;
	line-height: 110px;
}

#subHeadHolder {
	float:right;
	width: 460px;
	height:144px;
}

#ProgramsBucket {
	border: 1px solid #131313;
	border-bottom: 2px solid #131313;
	float:right;
	background-image: url(../Images/bkt_programs_bg.gif);
	background-repeat : repeat-x;
	width: 208px;
	height: auto;
	margin-top: 14px;
	margin-right: 20px;
	_padding-top: 10px;
	_margin-right: 8px;
	margin-bottom: 10px;
}

#loginBox, #locatorBox, #pdrCallout, #hailCallout {
	background-image: url(../Images/callout_box_bg.gif);
	background-repeat : repeat-x;
	border: 1px solid #131313;
	border-bottom: 2px solid #131313;
	height: auto;
}

#pdrCallout, #hailCallout {
	width: 210px;	
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#login {	
	float:left;
	padding-left: 160px;
	height: auto;
	width: 315px;
}

#login img {
	border: 0;
}

#loginBox {
	width: 260px; 
	height: auto;
	float: right;
	margin-right: 10px;
}

#locator {
	float:right;
	padding-left: 160px;
	height: auto;
	width: 315px;	
}

#locator img {
	border: 0;
}

#locatorBox {
	width: 290px; 
	height: auto;
}

#locatorboxTitle, #pdrboxTitle, #hailboxTitle {
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;	
}

#boxTitle {
	line-height: 20px;
	height: 20px;
	padding-top: 6px;
	padding-left: 10px;
}

#breadCrumb, #breadCrumbFull
{
	float:left;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #bbbbbb;
	margin-left: -25px;
	_margin-left: -14px;
}

#breadCrumbFull 
{
	margin-left: 0px;
	_margin-left: 0px;	
}

#prevnext 
{
	float:right;
	width: auto;
	font-size: 10px;
	color: #bbbbbb;
	margin-right: 10px;
}

#breadCrumb a, #breadCrumb a:hover, #breadCrumb a:visited,
#prevnext a, #prevnext a:hover, #prevnext a:visited {
	font-size: 10px;
	color: #bbbbbb;
	text-decoration: none;	
}

.NPInactive 
{
	color: #333333;
	font-size: 10px;
}

.clear {
	clear:both;
    height:0px;
	overflow: hidden;
	font-size:0px;	
	line-height: 0px;
}

#footer {
	background-color : transparent;
	background-image :  url(../Images/footer_bg.gif);
	background-repeat : no-repeat;
	background-position: center top;
	margin-top: -2px;
	height: 75px;
	color: #7d7d7d;
}

*:lang(en) #footer{ /* These styles will be applied to all browsers except for IE and Safari */
		margin-top: 0;
	}
#footer:empty{ /* These styles will be applied to Safari */
	margin-top: 0;
}

#footerLanding {
	background-color : transparent;
	background-image :  url(../Images/landing_footer_bg.gif);
	background-repeat : no-repeat;
	height: 75px;
	margin-top: -2px;
	color: #7d7d7d;
}

*:lang(en) #footerLanding
{
	margin-top: 0px;
}

#footerLanding:empty 
{
	margin-top: 0px;
}

#footerContentLeft 
{
	padding-top: 10px;
	line-height: 15px;
	float:left;
	text-align: left;
	padding-left: 25px;
	background-color : transparent;
	font-size: 10px;
}
#footerContentRight 
{
	padding-top: 10px;
	line-height: 15px;
	float:right;
	text-align: right;
	padding-right: 30px;
	background-color : transparent;
	font-size: 10px;
}

#logo {
	vertical-align : bottom;
	padding: 6px 0px 0px 8px;
	margin: 0;
	float:left;
	width: 130px;
}

#RedTitle {
	vertical-align: middle;
	float: left;
	margin-left: -25px;
	_margin-left: -14px;
	color: #c00000;
	font-weight: bold;
	font-size: 15px;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.titleImg {
	padding: 0;
	margin: 0;
	margin-left: -35px;
	_margin-left: -20px;
	float: left;
	width: 15px;
	height: 15px;
}

.formFieldsLeft {
	line-height: 25px;
	height: 25px;
	float:left;
	width: 150px;
}

.formFieldsRight {
	line-height: 25px;
	height: 25px;
	float:left;
	width: 275px;
}

.formFieldsLeftComments {
	line-height: 90px;
	height: 90px;
	float:left;
	width: 150px;
}

.formFieldsRightComments {
	line-height: 90px;
	height: 90px;
	float:left;
	width: 275px;
}

ul {
	margin: 0px;
	padding: 8px 10px 0px 35px;
}
ul li 
{
	padding: 0;
	margin: 0;
}

.dealers li 
{
	list-style-position: outside;
	list-style-image: url(../Images/pgms_dealer_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.fi_agents li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_tparty_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.auction li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_auction_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.rental li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_rental_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.fleet-lease li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_fleet_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.catastrophe-hail li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_catas_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.body_shop li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_bshop_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.insurance_companies li {
	list-style-position: outside;
	list-style-image: url(../Images/pgms_ins_li.gif);
	line-height: 13px;
	text-decoration: none;
}

.pgmsUpper {
	text-transform: uppercase;
	font-weight: bold;
}

.titleUpper {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	_margin-left: -5px;	
	_padding-left: -5px;
}

p.rCallouts {
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

p.Gray {
	background-color: #acacac;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	padding-left: 5px; 
	margin: 10px 0px 0px 0px;
}

p.smallerGray {
	background-color: #acacac;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform : uppercase;
	padding-left: 5px;
	padding-right: 5px;
}

p.smGray {
	background-color: #acacac;
	font-size: 3px;
	color: #000000;
	line-height: 3px;
	margin: 15px 10px 15px 10px;	
}

p.breadCrumb{
	background-color: #acacac;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform : uppercase;
	padding-left: 5px;
	margin-top: -3px;
}

*>p.breadCrumb{
	margin-top: 0px;
}

p.breadCrumb a, p.breadCrumb a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

h2 
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	color: #333333;
	background-color : transparent;
	font-weight: bold;
	font-size: 12px;
}

h3
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color : transparent;
	font-weight: bold;
	font-size: 12px;
}

table.rdoS td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color : transparent;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	_padding-top: 0px;
	_padding-bottom: 0px;
}

table.ContactUs td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color : transparent;
	font-size: 11px;
}

input.forms, textarea.forms, select.forms {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	background-color: #989898;
	border-color:#333333;
	border-width:1px;
	border-style:Solid;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 3px;
	padding-right: 3px;
}

input.search 
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	background-color: #989898;
	border-color:#333333;
	border-width:1px;
	border-style:Solid;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 3px;
	padding-right: 3px;
	
}

select.forms 
{
	padding: 0;
	margin: 0;
	width: 115px;
}

input.radio {
	font-size : 10px;
	background : transparent;
	background-color : transparent;
	border-width: 0px;
	border-style: none;	
}

input.noborder {
	background : transparent;
	background-color : transparent;
	border-width: 0px;
	border-style: none;
}

input.button {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight: 800;
	height: 17px;
	color: #000000;
	background-color: #989898;
	border-color:#333333;
	border-width:1px;
	border-style:Solid;	
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
}

div.cms {
	height: auto;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.cmsFull {
	width: 749px;
	height: auto;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagerSearch ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#pagerSearch ul li 
{
	padding: 3px;
	margin: 0;
	display: inline;
}

/*Component Art Menu Classes*/
.TopMenuGroup, Table.TopMenuGroup
{
	background-color: #000000;
	font-size: 10px;
}

.MenuGroup
{
  background-color: #000000;
  font-size: 10px;
}

.topmenugroup {
	background-color: #000000;
	font-size: 10px;
}
.menuitem, td.menuitem, table.menuitem td {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.menuitem_hover, td.menuitem_hover, table.menuitem_hover td {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.topMenuItemHeader
{
 	cursor: pointer;
}

.topMenuItemHeaderHover
{
	cursor: pointer;
}
