@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #e9eef2 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}
a, a:link, a:visited  {color: #074ea0;}
a:hover{ color:#e08900;	}

h1 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000;
	border-bottom: 1px solid #c2d0d9;
	margin: 35px 0 0 0;
	padding-bottom: 5px;
}
h2 {
 font-size: 18px;
 font-weight: normal;
 color: #000000;
 letter-spacing:0.01em;
}
h3 {
	font-size: 1.3em;
	line-height:1.3em;
	margin-bottom: 1px;
}
h4 {
	font-size: 1.1em;
	line-height:1.3em;
	margin-bottom: 1px;
}
h5 {
	font-size: inherit;
	font-weight: bold;
	line-height:1.3em;
	margin-bottom: 1px;
	font-size: 11px; /*IE6*/
}
p {
  line-height:1.3em;
}
li {
    margin: .5em 0;
}
.logo {
	margin: 17px 0 0 21px;
	float: left;
}
.floatRight {
	float: right;
}
#mainContainer {
	width: 972px;
	background: url(images/backtile.gif) repeat-y;
	margin: 0 auto;
}

.headerSpan {
	font-size: 23px;
}
#innerContainer {
	width: 940px;
	margin: 0 auto 20px;
}
#header {
	height: 71px;
}



#header a#headerLogo { /*CSS image replacement*/
background:transparent url(/templates/FactorLoads/images/logo.jpg) no-repeat scroll 0 0;
height:40px;
text-decoration:none;
width:194px;
}
#header a#headerLogo span { 
position:relative;
top:-9999px;
}

#header p {
	margin: 10px 0 8px 0;
}
#headerButtons {
	float:right;
	margin: 0;
	text-align: right;
}
#mainMenu {
	display: inline;
	float:left;
	width:940px;
	height: 32px;
	background: url(images/btn_tile.gif) repeat-x;
	margin: 0;
	text-align:center;
}

#mainImageContainer {
	width: 940px;
	background: url(images/mainimgback.jpg) no-repeat;
	height: 277px;
	margin-top: 4px;
	float: left;
	display:inline;
}
#mainImageContainer h1 {
	margin: 0;
	padding: 94px 0 0 155px;
	color: #FFF;
	font-size: 31px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
}
#leftContainer {
            width: 279px;
            float: left;
            display: inline;   
            margin-bottom: 20px;
}

#leftContainer a:hover {
	color: #E08900;
}

#leftContainerTop {
	width: 279px;
	background: url(images/leftnav_top.jpg) no-repeat;
}
#leftContainerTop h2{
	margin: 0;
	padding: 35px 0 19px 16px;
}

#leftContainerBottom {
	width: 279px;
	background: #FFF url(images/leftnav_blue.jpg) no-repeat;
	border-top: 1px solid #8a9495;
	padding-bottom: 40px;
	height: 300px;
}
#leftContainerBottom h2{
	margin: 0;
	padding: 30px 0 18px 16px;
}
.addedBenefitsContainers {
	width: 245px;
	float: left;
	display: inline;
	padding: 8px 0 8px 0;
	margin: 0 0 0 16px;
	border-top: 1px solid #a5adaf;
	color: #000;
	font-weight: bold;
}
.addedBenefitsContainers p {
	padding: 6px 0 0 0;
	margin: 0;
}
.addedBenefitsCards {
	float:left;
	padding-right: 6px;	
}
#middleContainer {
  width: 281px;
  float: left;
  display: inline;
  margin: 0 20px 20px 0;
  padding: 0;
  background: transparent url(images/mid_blue.jpg) no-repeat;
}

#middleContainer h2{
  margin:15px 15px 0;
  padding:0 0 6px;
  text-align:left;
}
#middleContainer h2 a {
	color: #000000;
	text-decoration: underline;
}
#middleContainer h2 a:hover {
	color: #E08900;
}
.middleSmallContainers {
	width: 251px;
	float: left; 
	display: inline;
	padding: 10px 0;
	border-top: 1px solid #c2d0d9;
	margin: 0 15px;
}
.middleSmallContainers.first {
	border-top: none;
}
.middleSmallContainerBottom {
	border-top: 1px solid #c2d0d9;
	border-bottom: 1px solid #c2d0d9;
	float: left; 
	padding: 10px 0;
	margin: 0 15px;
}
.middleSmallContainers p {
	margin: 0;
}

p#middleCallToAction {
  float: left;
  display: inline;
  margin-bottom: 0;
}
.phone {
	padding: 20px 0 0 12px;
	float: left;
}
.ifa-logo {
  margin:18px 0 0 60px;
	float: left;  
}
#rightContainer {
  margin: 0 0 20px;
}

#homeMiddleContainer {
  width: 630px;
  float: left;
  display: inline;
  margin: 0 0 20px 0;
  padding: 0 0 0 19px;
  border-left: 1px solid #afb0b0;
}

#homeMiddleContainer h1 {
  background:transparent url(images/hm_header_back.jpg) no-repeat scroll 0 0;
  border:medium none;
  height:28px;
  margin:-25px 0 20px 300px;
  padding:12px 0 0 10px;
  font-size:18px;
  font-weight: normal;
}
.mainImageheadline {
  margin: 0;
  padding: 94px 0 0 155px;
  color: #FFF;
  font-size: 31px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  border: none;
}
.floatLeft {
	float:left;
}
.guarantee {
	margin: 10px 0 10px 48px;
	float: left;
}
.orderBtn {
	margin: 10px 0 10px 33px;
	float: left;
}


/*INTERIOR PAGES*/

#mainInteriorImageContainer {
	width: 940px;
	background: url(images/interior_top.jpg) no-repeat;
	height: 61px;
	margin-top: 4px;
	float: left;
	display:inline;
}
#interiorMiddleContainer, #interiorMiddleBottom {
	width: 601px;
	float: left;
	display: inline;
	margin: 0 0 20px 19px;
	padding: 0 20px;
}
#interiorMiddleContainer {
    width: 601px;
    float: left;
    display: inline;
    margin: 0 0 20px 0;
    padding: 0 20px 0 39px;
    background: url(images/int_grade.jpg) no-repeat 19px 0;
    border-left: 1px solid #afb0b0;
    min-height:519px;
}

#interiorMiddleBottom {
  float:right;
}
.interiorGuarantee {
	margin: 0 0 0 70px;
	float: left;
}
.interiorOrderBtn {
	margin: 25px 0 10px 33px;
	float: left;
}
.clearBoth{
	clear: both;
}


#footer {
	width: 940px;
	padding: 0 0 30px 0;
	margin: 15px auto;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #4c728b;
}

#footer ul {
  line-height:1.8em;
  margin:0 auto;
  padding:0;
}
#footer a {
	color: #4c728b;
}
#footer a:hover { 
	color:#e08900;	
}
#footer li { 
	display: inline;
	padding: 0 7px 0 10px;
	border-left: 1px solid #4c728b;
}
#footer li.first {
	border-left: none;
}
#footer li.last {
	border-right: none;
}


/* Page-Specific */
.accountManagementDemoSection {
clear:both;
margin:2.5em 0 0.7em;
}
.accountManagementDemoSection .accountManagementScreenshot {
  float: left;
  margin: 0 1.8em 1.8em 0;
}
.accountManagementDemoSection .textColumn {
  float:left;
  width:171px;
}
.accountManagementDemoSection .textColumn p {
  margin: 0 0 .7em;
}

.message {
    color: #FF0000;
    font-weight:bold;
}

.message-description {
    font-weight:bold;
}
