/* Main CSS */
html { height:100%; }

body {
    background-color:#FFF;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    /* height:96%; subject to reverting */
    margin:0 auto;
    padding:0;
}

#container {
    margin:0 auto;
    /* min-height:1200px; subject to reverting */
    height:auto !important;
    /* height:1200px; subject to reverting */
    width:1030px;
}

#container_h {
	background:url(images/bg_header.png) no-repeat;
	height:157px;
	width:1030px;
}

#header {
	height:111px;
	padding:0 40px;
	width:950px;
}

#navTop {
	float:left;
	height:63px;
	overflow:hidden;
	padding:48px 0 0 80px;
	width:470px;
}

#navigationIcons {
	height:24px;
	padding:0 5px 16px 0;
	text-align:right;
	width:465px;
}

#navigationIcons img {
	padding:0 2px;
}

#navigationText {
	height:23px;
	overflow:hidden;
	width:470px;
}

#navBottom {
	clear:left;
	height:34px;
	overflow:hidden;
	width:950px;
}

/* Drop Nav */
#nav, #nav ul {
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav li a {
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	text-decoration:none;
}

#nav li:hover, #nav li.hover { 
	position:static; 
}

/* nav buttons */
a.dropdown01 { background:url(images/bg_nav01.png) no-repeat; width:154px; }
a.dropdown02 { background:url(images/bg_nav02.png) no-repeat; width:150px; }
a.dropdown03 { background:url(images/bg_nav03.png) no-repeat; width:153px; }
a.dropdown04 { background:url(images/bg_nav04.png) no-repeat; width:163px; }
a.dropdown05 { background:url(images/bg_nav05.png) no-repeat; width:102px; }
a.dropdown06 { background:url(images/bg_nav06.png) no-repeat; width:142px; }
a.dropdown07 { background:url(images/bg_nav07.png) no-repeat; width:84px; }

#nav li a:hover {
	background-image:auto;
	background-position:0px -34px;
}

#nav li ul {
	border:1px solid #004169;
	height:auto;
	left:-999em;
	margin:0;
	padding:0;
	position:absolute;
	width:auto;
	z-index:1000;
}

#nav li ul li {
	float:none;
	margin:0;
	padding:0;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	background-color:#007AC3;
	color:#FFF;
	display:block;
	font-size:11px;
	font-weight:normal;
	height:16px;
	padding:7px 0 5px 5px;
	text-align:left;
    width:156px;
}

#nav li ul li a:hover {
	background-color:#004169;
	display:block;
	height:16px;
    width:156px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#main {
	margin:0 auto;
	min-height:499px; /* original 849px */
	height:auto !important;
	height:499px;
	width:950px;
}

#flashArea { /* left */
	border-bottom:1px solid #92B6CC;
	margin-bottom:22px;
	height:505px;
	width:601px;
}

.sideLeft {
	float:left;
	margin-right:8px;
	width:601px;
}

.sideRight { /* right */
	float:left;
	margin-bottom:20px;
	width:340px;
}

.content { /* left */
	min-height:157px;
	height:auto !important;
	height:157px;
	margin-top:20px;
	padding:0 15px 10px 15px;
	width:572px;
}

.options_container {
	min-height:185px;
	height:auto !important;
	height:185px;
	padding-bottom:15px;
	width:auto;
}

.options { /* left */
	min-height:355px;
	height:auto !important;
	height:355px;
    width:601px;
}

.options_img {
	float:left;
	height:150px;
	overflow:hidden;
	padding-right:10px;
	width:150px;
}

.options_img img { /* centers all images */
	display:block;
	margin:auto;
}

.optionsTxt {
	float:left;
	height:auto;
	padding-right:10px;
	width:115px;
}

.buttons {
	margin-bottom:4px;
}

#navFooter {
	background:url(images/bg_navFooter.png) no-repeat #3D9AD1;
	clear:left;
	color:#FFF;
	margin:0 auto;
	min-height:127px;
	height:auto !important;
	height:127px;
	padding:10px 15px;
	width:920px;
}

#footer {
	font-size:12px;
	height:42px;
	margin:0 auto;
	padding-top:5px;
	width:950px;
}

#footerLogo {
    float:right;
    height:75px;
    position:relative;
    top:-10px;
    width:auto;
}

/* lists */
.options ul {
	list-style:none;
	margin-bottom:5px;
	margin-top:10px;
}

.options li {
	list-style:disc;
	margin-left:-25px;
}

.content ul {
	color:#007AC3;
}

/* form divs */
#tab01, #tab02 {
	height:238px;
	width:336px;
}

#tab01 {
	display:none;
}

.formbox, .formboxTalk, .formboxTips, .formboxSurvey, .formboxEstimate, .formboxEstimate_LP, .formboxRequestInfo { /* right 336x122 */
	border:2px solid #92B6CC;
	color:#007AC3;
	height:88px;
	margin-bottom:4px;
	padding:34px 0 0 15px;
	width:321px;
}

.formbox {
	background-color:#CCE1ED;
	color:#000;
	height:213px;
	overflow:hidden;
	padding:0;
	width:336px;
}

#tab01 .formboxLeft, #tab02 .formboxLeft {
	float:left;
	height:87px;
	line-height:25px;
	margin-bottom:10px;
	padding:28px 10px 0 0;
	text-align:right;
	width:97px;
}

#tab03 .formboxLeft {
    float: left;
    height: 87px;
    line-height:25px;
    margin-bottom:10px;
    padding: 55px 10px 0 0;
    text-align: right;
    width:97px;
}

#tab01 .formboxRight, #tab02 .formboxRight {
	float:left;
	height:105px;
	margin-bottom:10px;
	padding:10px 0 0 0;
	width:229px;
}

#tab03 .formboxRight{
    float:left;
	margin-bottom:10px;
	padding:35px 0 0 0;
	width:229px;
	color:#007AC3;
}

#tab01 .formboxLeft {
	height:30px;
}

#tab01 .formboxRight {
	height:48px;
}

.formboxTalk { 
	background:url(images/bg_formboxTalk.png) no-repeat #CCE1ED;
}

.formboxTalk img {
	left:-5px;
	position:relative;
	top:10px;
	width:146px;
}

.formboxRequestInfo {
    background:url(images/request_info_corp.png) no-repeat #CCE1ED;
    height:135px;
}

.formboxTips { 
	background:url(images/bg_formboxTips.png) no-repeat #CCE1ED;
}

.formboxSurvey {
	background:url(images/bg_formboxSurvey.png) no-repeat #CCE1ED;
}
.formboxEstimate
{
	background-color:#CCE1ED;
	color:#000;
	height:175px;
	overflow:hidden;
	padding:0;
	width:336px;    
	background:url(images/bg_formboxEstimate.png) no-repeat #CCE1ED;
}

.formboxEstimate_LP 
{
	background-color:#CCE1ED;
	color:#000;
	height:175px;
	overflow:hidden;
	padding:0;
	width:336px;    
	background:url(images/free_estimate_replacement.jpg) no-repeat #CCE1ED;
}

.fieldTalk, .fieldMoving, .fieldMonth, .fieldDay, .fieldYear {
	border:2px solid #AAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:16px;
	margin:2px 0;
	padding:2px 0 2px 3px;
	width:304px;
}

.fieldMonth {
	width:102px;
}

.fieldDay {
	width:28px;
}

.fieldYear {
	width:43px;
}

.fieldTalk {
	width:212px;
}

.fieldpull {
	border:2px solid #AAA;
	margin-top:2px;
	width:219px;
}

.btnEstimate, .btnChat, .btnSignUp, .btnStarted, .btnFind, .btnSubmit, .btnEstimateComm, .sf_searchSubmit, .sf_commentSubmit {
	border:none;
	color:#FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:32px;
	padding-bottom:12px;
	position:relative;
	top:4px;
}

.btnEstimate, .btnFind {
	background:url(images/btn_estimate.png) no-repeat;
	left:214px;
	top:-30px;
	width:116px;
}

.btnEstimateComm {
	background:url(images/btn_estimate.png) no-repeat;
	left:214px;
	top:-30px;
	width:116px;
	padding:50px 0 0 0;
}

.formboxEstimate .btnEstimate, .formboxEstimate_LP .btnEstimate {
	left:209px;
	top:-16px;
}


.sf_searchSubmit {
	background:url(images/btn_search.png) no-repeat;
	height:45px;
	left:-7px;
	top:10px;
	width:136px;
}

.btnFind {
	top:-6px;
}

.btnChat {
	background:url(images/btn_chat.png) no-repeat;
	left:-5px;
	top:10px;
	width:146px;
}

.btnSignUp {
	background:url(images/btn_signup.png) no-repeat;
	left:230px;
	width:85px;
}


.btnSubmit, .sf_commentSubmit {
    background:url(/images/btn_submit.png) no-repeat;
    width:100px;
    left: 455px;
}

.sf_commentSubmit {
	height:40px;
	left:-6px;
	width:115px;
}

.btnStarted {
	background:url(images/btn_started.png) no-repeat;
	left:206px;
	width:109px;
}

.iconglobe, .iconflag, .iconagent { 
	background:url(images/icon_globe.png) no-repeat; 
	background-position:15px 3px; 
	display:block; 
	height:20px; 
	margin-bottom:-15px; 
	padding-left:40px; 
	width:120px; 
}

.iconflag {
	background:url(images/icon_canada.png) no-repeat;
	background-position:15px 3px; 
}

.iconagent {
	background:url(images/icon_agent.png) no-repeat;
	background-position:15px 1px;
	padding-left:35px;
}

/* home secondary content */
.home_secondary {
	border-top:1px solid #92B6CC;
	line-height:18px;
	margin-bottom:20px;
	padding:15px 15px 0 15px;
	width:571px;
}
	
/* text */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

#header h1, #header h1 a {
	height:111px;
	width:400px;
	display:block;
	overflow:hidden;
	float:left;
}

#header h1 a {
	text-decoration:none;
}

#header h1 a span {
	visibility:hidden;
}

.content h2 {
	color:#007AC3;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
}

.options h3 {
	color:#007AC3;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
}

.home_secondary h3 {
	color:#007AC3;
}

#main p {
	line-height:1.5em;
}

#navFooter p {
	display:block;
	float:left;
	height:127px;
	line-height:16px;
	padding-right:15px;
	width:200px;
}

.formbox p {
	color:#007AC3;
}

/* Links */
a:link, a:visited, a:active {
	color:#007AC3;
	font-weight:bold;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

#navigationText a:link, #navigationText a:visited, #navigationText a:active {
	color:#FFF;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	height:23px;
}

.options a:link, .options a:visited, .options a:active, .options a:hover, .formbox a:link, .formbox a:visited, .formbox a:active, .formbox a:hover, .formboxTalk a {
	color:#396801;
	cursor:pointer;
	font-weight:normal;
	text-decoration:underline;
}

#navFooter a:link, #navFooter a:visited, #navFooter a:active {
	color:#FFF;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
}

a:hover, #navFooter a:hover, #footer a:hover {
	text-decoration:underline;
}

/* Positioning */
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.red { color:#F00; }
hr { color:#CCC; margin:0 0 12px 0; }