/* Project: Acadaca / American Home Shield
   Version: .01
    Author: Steve Skladany, www.skladany.net
      Date: 6.11.8

======================================== */

/* =====================================
::::::::::::: the LEVELER ::::::::::::::
======================================== 
 http://www.websemantics.co.uk/tutorials/useful_css_snippets/#leveller
 "The intention is to remove as many of the differences 
 between browsers and platforms as possible in one fell swoop."
 
 The 'height/min-height' code keeps the vertical scroll bar from disappearing in Firefox
======================================== */

* { margin:0; padding:0;
}

/* Myriad Roman, Myriad Pro are not defaults on Windows */

body { min-height:101%; font:100.01%/130% "Trebuchet MS", Helvetica, Tahoma, Arial, Verdana, sans-serif; color:#000; background:#fff;
}
td { vertical-align: top;
}



/* =====================================
:::::::::::: GLOBAL STYLES :::::::::::::
======================================== */
body { 
	font-size: 75%; 
	font-family:  Arial, Helvetica, Verdana, sans-serif;  
	line-height: 1.1;
}
	
p {	
	margin: 0 0 .85em 0;
	padding: 0;
	font-size: .95em;
	line-height: 1.2em;
}

h2 {
	padding: 0;
	margin: .5em 0 .25em 4px;
	font-size: 2em;
	color: #555;
}


h3 { 	
	margin: .15em 0 .05em 0;
	font-size: 1.05em;
	line-height: 1.1em;
	color: #0B4FA1;
}	

h4 {
	margin: .25em 4px;
	font-size: .8em;
	color: #555;
	font-style: italic;
	font-weight: normal;
}	

ul {
	padding-left: 12px;
	font-size: .95em;
}
	
	
hr {
	display: none;
}



.clearBoth {
	clear: both;
}

/* Links
======================================== */

 h1,  h2,  p, img {
	text-decoration: none;
}

a img {	
	border: 0;
}
	
a           { color: #ff0000; text-decoration: underline; }
a:focus, 
a:hover     { color: #ff0000; text-decoration: none;}

/* =====================================
:::::::::::: MAIN STRUCTURE ::::::::::::
======================================== */

body {	
	height: 100%;
	text-align: center;
}

#main, #header, #disclaimer, #footer {
	width: 600px;
	margin: 0 auto;
}

#headerWrapper {
   background: url(/images/headerBackground.gif) repeat-x;
}

#header {
    overflow: hidden;
    height: 160px;
    width: 600px; 
} 

#mainWrapper {
	position: relative;
	background-color: #fff;
	clear: both;
}

#copy {
	float: right;
	width: 158px;
	height: 100%;
	padding: 0 6px;
	text-align: left;
	background-color: #f4f4f4;	
}

#form {
	float: left;
	width: 409px;
	padding: 7px 8px 0 13px;	
	font-size: 1.05em;	
	text-align: left;	
}

#form form {
	padding: 0;
	background: url(/images/formBackground.gif) top left repeat-y;
}

#form #formTop {
	background: url(/images/formBackgroundTop.gif) top left no-repeat;
	width: 409px;
	height: 12px;
}

#form #button {	
	background: url(/images/formBackgroundBottom.gif) bottom left no-repeat;
	width: 395px;
}




/* =====================================
::::::::::::::: ELEMENTS :::::::::::::::
======================================== */



#copyHeader {
	text-align: center;
}

#copyHeader h2 {
	margin: 7px 0 0 0;
	font-size: 1.8em;
	color: #000;
}

#copyHeader h3 {
	margin: .1em 0 0 0;
	font-size: 1.7em;
	color: #d64f58;	
}

#copy ul {
	margin-bottom: 15px;
}

#copy #firstLine {
	margin-top: 7px;
}

.text {
	text-align: left;
	font-size: 1em;
}

#grey_box {
	margin: 10px auto;
	width: 500px;
	padding: 10px;
	border: 2px solid #ccc;
	background-color: #eee;
	
}

#grey_box ul {
	text-align: left;
	font-size: 1em;
}

#grey_box ul li {
	padding: 5px 0;
}


/* form
---------------------------- */

#form p {
	padding-left: 4px;
}

#form .halfForm {
	padding: 4px 0 0 14px;
	float: left;
	width: 180px;	
}

#form .name {
	padding-top: 0;
}



#form .halfForm input {
	width: 180px;
}

#form .fullForm {
	clear: both;
	padding: 4px 0 0 14px;
	width: 374px;
}

#form .fullForm input {
	width: 374px;
}


#form label {
	float: left;
	display: block;
	padding-top: .3em;	
	padding-left: 13px;
	font-size: 1.05em;
	line-height: 1.5em;	
	background: url(/images/downArrow.gif) 0 10px no-repeat;	
}

#form input, #form select {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
	width: 100%;
	font-size: 1.1em;
}


#form span.asterix {
	float: left;
	margin: 0;
	padding: 0;
    text-indent: -9000px;
    background: url(/images/asterix.gif) center 5px no-repeat;
    display: inline;
    overflow: hidden;
    height: 16px;
    width: 18px; 
}

#form span#asterixReq {
    background: url(/images/asterixBlue.gif) center 2px no-repeat; 
}

#form label span {
	float: left;
}

#form #state {
	width: 65px;}

#form #state select {
	padding: 0;
	margin: 0;
	width: 65px;
}

#form #zip {
	padding-left: 7px;
	width: 114px;	
}

#form #zip input {
	width: 108px;
}


#form #button input {
	border: 0;
	padding: 5px 0 15px 0;
	width: 162px;
	height: 38px;
}


/* footer */

#footer {
	clear: both;
	margin-bottom: 50px;
	font-size: .9em;
	overflow: hidden;
	min-height: 108px;
	width: 100%;
	background:url(/images/footer_bg2.gif) repeat-x;
}

#footer_blank {
	clear: both;
	margin-bottom: 50px;
	font-size: .9em;
	overflow: hidden;
	min-height: 108px;
	width: 100%;
	padding-top: 10px;
}

#footer .container {
	margin: 0 auto;
	width: 600px;
}

#footer_blank .container {
	margin: 0 auto;
	width: 725px;
	text-align: left;
}

#footer ul {
	margin: 0;
	padding: 6px 0;
	font-size: 1.1em;
	text-align: center;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer a {
	color: #fddede;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #f48080;
	line-height: 1;
}

#footer .last a {
	padding: 0;
	margin: 0;
	border: none;
}

#footer .branding, #footer_blank .branding {
	margin: 25px auto;
	font-style: italic;
	font-weight: bold;
	color: #616161;
	text-align: center;
	line-height: 2;
	width: 475px;
}

#footer .branding img, #footer_blank .branding img {
	margin: 0;
}


#footer .branding .logo1, #footer .branding span, #footer_blank .branding span, #footer_blank .branding .logo1 {
	float: left;
}

#footer .branding .logo1, #footer_blank .branding .logo1 {
	margin-right: 20px;
}

#footer .branding .logo2, #footer_blank .branding .logo2 {
	float: right;
}

#footer span.copyright, #footer_blank span.copyright {
	margin: 0 0 1em 0;
	font-size: 1em;
	width: 100%;
	line-height: 1;
}

#footer p.disclaimer {
	margin: 15px 0 1em 15px;
	color: #999;
	width: 580px;
	line-height: 1;
	text-align: left;
}

/* landing page */
.flash {
	margin-left: 10px;
	margin-top: 10px;
}
.container {	
	width: 725px;
	margin: 0 auto;
}
* html .container {
	width: 760px;
}

.maincontent {
	width: 415px;
	float: left;
	text-align: left;
}

.maincontent img.fill_out_form {
	padding-left: 10px;
}

.sidecontent {
	width: 310px;
	float: right;
}

.subtitle {
	background: url(/images/subtitle_bg.gif) left top no-repeat;
	height: 28px;
	padding: 10px 10px 0px 15px;
	color: #fff;
	margin: 10px 0 2px 9px;
	font-size: 1.2em;
}
.subtitle2 {
	background: url(/images/subtitle_bg_2.gif) left top no-repeat;
	height: 65px;
}

.accountlist {
	background: #f6f6f6;
	margin: 0 0 0 10px;
	width: 380px;
	padding: 8px 0;
	margin-left: 10px;
}
.accountlist li {
	color: #0b4fa1;
	text-decoration: none;
	font-weight: bold;
}
.accountlist li {
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 40px;
}

ol.accountlist li {
	margin-bottom: 2px;
	margin-left: 40px;
	padding-left: 5px;
}


ul.accountlist li {
	list-style: none;
	background: url(/images/bullet2.gif) left 0px no-repeat;
	margin-left: 15px;
	font-size: 1.1em;
}

p.accountlist {
	padding: 8px 0px;
	padding-left: 4px;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #0b4fa1;
}

.faq_text {
	background: #f6f6f6;
	margin: 0 0 0 10px;
	width: 375px;
	padding: 8px 0;
	margin-left: 10px;
}

p.faq_text {
	padding: 8px 0px;
	padding-left: 4px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #0b4fa1;
}

p.faq_text span {
	font-weight: bold;
	color: #003366;
	font-size: 16px;
}

p.largetext {
	padding: 10px 0px 0px;
	margin: 0;
	margin-left: 10px;
	font-size: 1.9em;
	text-transform: uppercase;
}

p.red_large {
	text-align: left;
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.8em;
	color: #c80425;
	text-transform: uppercase;
}

p.red_large_bold {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	color: #c80425;
	font-weight: bold;
	text-transform: uppercase;
}

p.grey_text {
	text-align: left;
	margin: 10px 0;
	padding: 0;
	font-size: 1em;
	color: #666;
}

p.call_text {
	text-align: left;
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.7em;
	color: #2f8bd4;
	font-style: italic;
}

p.call_text span {
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

p.phone_num {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 3.2em;
	color: #32679d;
	font-weight: bold;
}

.divider {
	margin:0;
	padding:0;
	border-bottom: 1px solid #000;
}

span.bold_black {
	font-weight: bold;
	color: #000;
}

.action {
	color: #0b4fa1;
	margin-left: 10px;
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
}

.action img, .action span {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
} 

.action span {
	font-weight: bold;
	line-height: 35px;
	font-size: 110%;
}

.gray_box {
	width: 300px;
	border: 2px solid #ccc;
	padding: 8px;
	text-align: left;
	color: #4a8aae;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

p.flush {
	padding: 0;
	margin: 0;
}

a.more {
	background: url(/images/bullet3.gif) left 5px no-repeat;
	*background: none;
	padding-left: 12px;
	margin-left: 10px;
	color: #1d45c8;
}

.box_header {
	width: 300px;
	padding: 2px 8px 2px 12px;
	padding-left: 12px;
	padding-right: 8px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.box {
	width: 300px;
	padding: 8px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	float:left;
}

.red_border {
	border: 2px solid #d02046;
}

.red_bg {
	background-color: #d02046;
}

.yellow_border {
	border: 2px solid #ffba15;
}

.yellow_bg {
	background-color: #ffba15;
}

.green_border {
	border: 2px solid #5b7534;
}

.green_bg {
	background-color: #5b7534;
}

.blue_border {
	border: 2px solid #3381b2;
}

.blue_bg {
	background-color: #3381b2;
}

ul.box_list {
	list-style: none;
	margin: 0;
}

ul.box_list li {
	float: left;
	width: 130px;
	margin-bottom: 3px;
}

ul.box_list li.wide {
	float: left;
	width: 260px;
	margin-bottom: 3px;
}

td {
	margin: 4px;
	padding: 4px;
}



/*  new classes  */

p.side { 
	text-align: left;
	font-size:1.12em;
}

span.red {
	color: red;
}

.center {
	text-align:center;
}

.footerContent {
	
}

#mask, #popup_border {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  display:none;
  z-index:9999;
  padding:20px;
}


#protect_show, #popup_border{
	background: white;
	height: 200px;
}

.right {
	float: right;
}

p.pop_header {
	font-size: 165%;
	font-weight: normal;
	-x-system-font:none;
	font-family:arial,helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:1.4;
}

p.pop_subtitle {
	color:gray;
	font-size:10px;
	padding-left:15px;
	text-align:left;
	padding-bottom: 20px;
}


p {
	font-family:verdana,arial;
}

.close {
	position:absolute;
	right:-1px;
	top:-0.5px;
}

.call_us_box {
	height: 90px;
	background: #f8f8f8;
	width:383px;
}

.call_us_box p {
	font-size:18px;
	font-style:italic;
	padding-left:40px;
	text-align:left;
}
	
.phone_num {
	font-size: 165%;		
}

#contact_me {
	padding-left: 130px;
}

.sidered{
	color: red;
	text-align: left;
}



span.green {
	color: #60702f;
}

span.blue {
	color: #3678ac;
}

span.yellow {
	color: #d19116;
}

.blueFormField {
	-webkit-border-radius: 10px;    
	-moz-border-radius: 10px;       
	background: url("/images/blueFormBackground.png") repeat-x left top;
	color: white;
	font-family:arial;
	text-align: left;
  	height: 106px;
}

.blueFormHeader {
	font-size:1.7em;
	margin:0 0 8px 10px;
	padding:10px 0 11px 0;
	text-transform:uppercase;
	height: 12px;
}



.blueFormText {
	font-size:1.3em;
	margin:0 0 5px 10px;
	padding:10px 0 0px 0;
	
}

.blueFormInput {
	margin: 0 0 0 20px;
	width: 130px;	
}

.blueForm {
	padding: 0 0 21px 0;
	margin: 0 0 0px 0;	
}

