body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backgrounds/body.jpg);
	background-repeat:repeat-x;
}

body a { font-weight:bold; }

img {
	border:none;
}
#wrapper {
	width: 976px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/wide-tile.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	background-position: 0px 500px;
}
#left-col {
	float: left;
	width: 299px;
	padding-left: 7px;
	background-color: #FFF;
}
#left-col #logo{
	text-align: center;
	margin-bottom: -8px;
}
#left-col #left-content {
	background-image: url(../images/backgrounds/col-left-tile.jpg);
	background-repeat: repeat-y;
	height: 375px;
	width: 299px;
	margin-bottom: 2px;
}
#left-col #left-content h1 {
	font-size: 20px;
	color: #0B5BAA;
	margin-left: 10px;
	padding-top: 30px;
}
#left-col #left-content h2 {
	font-size: 15px;
	color: #AE1727;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#left-col #left-content p {
	font-size: 12px;
	color: #333;
	margin-left: 12px;
	margin-right: 10px;
}
#left-col #left-content a {
	font-size: 12px;
	color: #0B5BAA;
	margin-left: 12px;
	margin-right: 10px;
}
#left-col #left-content p.notice {
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#left-col #sign-up {
	background-image: url(../images/backgrounds/col-left-contact.jpg);
	text-align: center;
	padding-top: 33px;
	background-repeat: no-repeat;
	background-color: #315E97;
	overflow:auto;
		border-right: solid 1px #FFF;	
		position: relative;
}

#left-col #signupform {
	height: 116px;
	width: 298px;
	position:relative;
	margin: 0;
	padding: 0;
}
#twitter-feed {}

#signupform input{
	height: 18px;
	width: 118px;
	background-color: #2F4C7E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-top: 3px;
	color: #FFF;
}


#signupform #submit-div  input {
	height: 18px;
	width: 118px;
	position: relative;	
	margin-top: 3px;
	color: #FFF;
}

#signupform #email {
	top: 18px;
	left: 23px;
}
#signupform #name {
	top: 52px;
	left: 23px;
}
#signupform #company {
	top: 88px;
	left: 23px;
}
#signupform #branch {
	top: 17px;
	left: 168px;
}
#signupform #contact{
	top: 52px;
	left: 168px;
}
#submit-div{
	position:absolute;
	width: 118px;
	height: 19px;
	right: 10px;
	top: 88px;
}
#right-col #nav {
	padding-top: 33px;
	position: relative; 
	height: 34px;
	background-color: #FFF;
	width: 659px;

}
#wrapper #right-col {
	width: 659px;
	position: relative;
	float: right;
	padding-right: 7px;
}
#right-col #sec-navigation {
	background-image: url(../images/backgrounds/right-col-top.jpg);
	height: 187px;
	float: right;
	font-size: 10px;
	width: 659px;
	clear: both;
	text-align: right;
	line-height: 26px;
	color: #999;
}
#graphic-area {
	width: 659px;
	float: left;
}
#graphic-area #main-image {
	float: left;
	height: 143px;
	width: 417px;
	margin-top: 7px;
	padding-left: 7px;
}

#right-col #sec-navigation a {
	text-decoration: none;
	color:#FFF;
}
#right-col #sec-navigation a:hover {
	text-decoration: underline;
	color:#CCC;
}
#graphic-area #promo {
	float: right;
	height: 143px;
	width: 218px;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFF;
	text-align: left;
}
#graphic-area #promo h4 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#graphic-area #promo p {
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: 18px;
	margin-top: 6px;
}
#graphic-area #promo p.click {
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/backgrounds/arrow.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	line-height: 15px;
}
#wrapper #right-col #content {
	width: 629px;
	background-image: url(../images/backgrounds/right-col-tile.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
	position: relative;
	clear: both;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
#content p {
	font-size: 12px;
	color: #666;
	margin: 8px 30px 8px 0;
}
#content p strong{
	font-size: 12px;
	color: #333;
	/*margin-right: 30px;*/
}
#content ul { padding:0; margin:0; }
#content ul li {
	font-size:12px;
	list-style-type:disc;
	margin:0 0 0 23px;
	padding:2px 0;
	color: #666;
}
#content ol li { 
	font-size:11px;
	margin:0 0 0 -5px; 
	padding:2px 0 0 0;
}
#content ol { 
	width: 80%;
}
#wrapper #footer {
	background-image: url(../images/backgrounds/wide-bottom.jpg);
	clear: both;
	height: 100px;
	width: 962px;
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	padding-top: 40px;
}
.feature {
	background-image: url(../images/backgrounds/feature.jpg);
	height: 114px;
	width: 597px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}
.feature h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A50000;
	float:left;
	margin-top: 12px;
	margin-bottom: 0px;
}
#content .feature p {
	font-size: 10px;
	color: #666;
	width: 380px;
	float: left;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.feature .photo {
	width: 115px;
	height: 107px;
	float: left;
}
.feature .featurebutton {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.feature .photo img {
	margin-left: 11px;
	margin-top:10px;
}
#footer #footer-logos {
	float: left;
	padding-left: 20px;
}
#footer #footer-nav {
	font-size: 10px;
	color: #999;
	float: left;
	padding-left: 200px;
	padding-top: 15px;
}
#footer #footer-nav a {
	color: #999;
	text-decoration: none;
}
#footer #footer-social a {
	color: #999;
	text-decoration: none;
}
#footer #footer-social a:hover {
	color: #000;
	text-decoration: underline;
}
#footer #footer-nav a:hover {
	color:#000;
	text-decoration: underline;
}
#footer #footer-social {
	float: right;
	padding-right: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
}
#content form td {
	font-size: 11px;
}
#content a {
	color: #0B5BAA;
}
#content a:hover {
	color: #000;
}


#content div.contact-box { width:185px; margin:0 20px 0 0; float:left; border-right:1px solid #999; display:inline; }
#content div.last { border-right:none; }
#content div.contact-box p strong { font-size:16px; font-weight:normal; }

/* CALCULATOR TABLE
=========================*/
table.calc { width:95%; padding:0 0 20px; border:none; }
table.calc tr td { padding:8px; border-bottom:1px solid #999; font-size:11px; }
table.calc tr td.top { }
table.calc tr td.left { border-right:1px solid #999; background-color:#E7E8EC; }

#content h5 {
	font-size: 14px;
	color: #CE1F24;
}
