@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3F3F3F;
}
p {
	font-size: 12px;
	line-height: 130%;
}
h1 { 
	color: #1987E2;
	font-size: 16px;
}
h2 { 
	color: #3F3F3F;
	font-size: 13px;
	margin-top: 18px;
}
h3 { 
	color: #1987E2;
	font-size: 13px;
}

ul { list-style-type: square; }
li { padding-bottom: 5px; }
a {
	color: #36F;
}
a:hover {
	color: #333;
}
#container { 
	width: 892px;  /* use at least 20px less than a full 1024px width to allow for browser chrome and avoid a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	width: 892px;
	height: 102px;
}
#headerLeft {
	float: left;
	width: 265px;
	height: 102px;
	margin: 0;
	padding: 0;
}
#headerRight {
	float: left;
	width: 627px;
	margin: 40px 0 0 0;
	padding: 0;	
}
#navbar {
	width: 832px;
	height: 38px;
	background-image:url(../images/bg_smartrax_navbar.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0 0 0 60px;
}
#homeContent {
	width: 892px;
	height: 370px;
	margin: 0;
	padding 0;
}
#homeBanner { 
	width: 892px;
	height: 210px;
	margin: 0; 
	padding: 0;
}
#homeCallouts {
	width: 857px;
	height: 110px;
	background-image:url(../images/bg_hm_callouts.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 50px 50px 0 60px;
}
div.callout {
	float: left;
	width: 125px;
	height: 145px;
	margin: 0 8px 0 0;
	padding: 5px 10px 0 15px;
}
div.callout p {
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
div.callout a {
	text-decoration: none;	
}
#contentContainer {
	width: 874px;
	margin: 0 9px 0 9px;
	padding: 0;
} 
#mainContent { 
	padding: 10px 20px 20px 25px; 
} 
 
#mainContent p, #mainContent li, #mainContent td { 
	color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

#homeContent img, #mainContent img {
	padding: 0px;
	margin: 0px;
}

td.leftheading {
	background-color: #606161;	
}
td.rightcol {
	background-color: #666;
/*	background-image:url(../smartrax/images/bg_subpage_rightcol.jpg);
	background-repeat:no-repeat; */
}
#rightnav {
	width: 160px;
	min-height: 140px;
	background-image:url(../images/bg_subpage_rightcol.jpg);
	background-repeat:no-repeat;
	border-top: solid 1px #87A0BE;
	border-bottom: solid 1px #87A0BE;
	padding: 25px 20px 15px 20px;
}

#homefeaturetext p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
#sidebar2 p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
#sidebar1 p.goldtext, #sidebar2 p.goldtext, .goldtext { color: #F1BE12; }
div.rightmenuitem {
	background-image:url(../images/ico_arrow_dkblue.gif);
	background-repeat:no-repeat;
	margin:7px 0;
	padding:0 0 0 18px;
	color:#FFF;
	font-size:14px;
}
div.rightmenuitem a {
	color: #FFF;
	text-decoration: none;
}
div.rightmenuitem a:hover {
	color: #09C;
}
#pageBottom {
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	padding: 10px 0 20px 0;
	width: 892px;
} 
#footer p {
	margin: 0; 
	padding: 0; 
	color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.paddedbox {
	padding: 10px;
}
.imgleft {
	padding: 0px;
	padding-right: 10px;	
}
.smtopmargin { margin-top: 6px; }
.smtopnobottommargin { margin-top: 6px; margin-bottom: 0px; }
.nobottommargin { margin-bottom: 0px; }
#mainContent p.list { line-height: 170%;  }
a.featurediv { color: #FFFFFF; font-weight: normal; }
a.featurediv:hover { color: #CFA412; font-weight: normal; }
