body { font-size:62.5%; font-family:Arial; color:#222; background:#F9F8F9; }

#header { height:110px; background:#14151D url(images/header-bg.png) left no-repeat; padding:10px; position:relative; }
#header h1 { position:absolute; left:270px; top:25px; font-size:4.0em; color:#fff; font-weight:normal; }
#header h1 em { font-size:27px; font-weight:bold; }
#header h1 strong { font-weight:bold; color:#FFB005; }
#header h1 small { font-size:20px; }
#header h2 { position:absolute; left:270px; top:70px; font-size:1.8em; color:#fff; }
#header em { font-size:35px; font-weight:bold; color:#fff; font-style:normal; }
#phone { position:absolute; bottom:3px; left:630px; font-size:20px; font-weight:bold; color:#fff; }
#phone span { color:#FFB005; }
#main-nav { position:absolute; bottom:0px !important; bottom:-2px; left:270px; }
#main-nav li { font-size:1.6em; width:158px; height:31px; float:left; margin-left:10px; text-align:center; line-height:33px; background:transparent url(images/nav-inactive.png) no-repeat; }
#main-nav li.active { background:transparent url(images/nav-active.png) no-repeat; }
#main-nav li a { color:#ccc; text-decoration:none; font-weight:normal; }
#main-nav li.active a { color:#14151D; font-weight:bold; }

#content { margin-top:15px; margin-left:20px; }

#sidebar { width:250px; float:left; }
#calculator-button { width:250px; height:75px; background:transparent url(images/calculator-banner.png) no-repeat; padding-top:6px; }
#calculator-button h4 { font-size:1.9em; width:190px; margin-left:75px;  margin-top:10px; }
#calculator-button h4 a { color:#fff; text-decoration:none; font-weight:bold; }
#calculator-button h4 a:hover { text-decoration:underline; }
#calculator-button h4 span { font-size:15px; color:#FF5515; font-weight:bold; display:block; }
#contact-form { width:250px; margin-top:20px; border:1px solid #ccc; background:#f2f2f2; padding:15px 0 10px 0; }
#contact-form p { font-size:1.2em; width:93%; margin:0 auto; margin-bottom:10px; }
#contact-form div { width:93%; margin:0 auto; margin-bottom:3px; text-align:right; }
#contact-form label { font-size:1.2em; display:block; margin:4px; float:left; line-height:16px; }
#contact-form input { float:right; margin:4px; }
#contact-form button { width:105px; height:26px; border:none; background:none; cursor:pointer; display:block; }
#contact-form button img { display:block; width:100%; height:100%; border:none; }
#contact-form textarea { width:100%; height:50px; font-family:arial; }

#main { margin-left:280px; width:600px; }
#main h2 { font-size:2.2em; font-weight:bold; color:#000; margin-bottom:20px; }

#search { position:relative; width:600px; height:71px; background:transparent url(images/search-bg.png) no-repeat; margin-bottom:25px; }
#search h4 { font-size:1.6em; color:#000; font-weight:bold; position:absolute; top:10px; left:80px; }
#search input { position:absolute; bottom:7px; left:85px; height:22px; width:380px; border:1px solid #666; }
#search button { width:105px; height:26px; border:none; background:none; cursor:pointer; position:absolute; bottom:6px; right:10px; display:block; }
#search button img { display:block; width:100%; height:100%; border:none; }

.question { margin-bottom:20px; width:600px; }
.question h3 { font-size:1.6em; margin-bottom:10px; }
.question h3 a { color:#032DA5; }
.question p { font-size:1.3em; line-height:1.3em; margin-bottom:10px; }

.form_error { border:2px solid #f00 !important; }
