/* Imports
----------------------------------------*/

@import url("/css/reset.css");

@import url("/css/externalLinks.css");

/* Structure
----------------------------------------*/

body {
	background: #fff url( "/Images/bkgd-fade.png" ) repeat-x 0 top;
}

body, p, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
}

#mainContainer {
	width: 960px;
	margin: 15px auto 50px auto;
	border: 0px solid #ccc;
	padding:0;
}

/* Text Elements
----------------------------------------*/

p {
	margin: 0 0 1em 0;
}

p.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin: 25px 0 20px 0;
}

/*--- Link Styles ---*/

a:link, a:visited {
	color: #3764d8;
}

a:hover, a:active {
	color: #c60;
	text-decoration: none;
}

h1 {
	color: #0066cc;
	margin: .825em 0 .5em 0;
	font-size: 2.5em;
	line-height:1em;
}

h2 {
	color: #0099cc;
	margin: .825em 0 .5em 0;
	font-size: 1.75em;
	line-height:1.1em;
}

h3 {
	color: #e67f39;
	margin: 1em 0 .5em 0;
	font-size: 1.5em;
}

h4 {
	color: #2399cc;
	margin: .825em 0 .5em 0;
	font-size: 1.25em;
}

h5 {
	color: #cf0922;
	margin: 0 0 25px 0;
	font-size: 4em;
}

h6 {
	color: #5C8127;
	margin: .825em 0 .5em 0;
	font-size: 1em;
}

blockquote {
	margin: 0 0 18px 18px;
	color: #666666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* lists
----------------------------------------*/

#content ul {
	margin: 0 0 20px 0;
	list-style-type: disc;
	overflow: hidden;
}

#content ol {
	margin: 0 0 20px 0;
	list-style-type: decimal;
	overflow: hidden;
}

#content li {
	color: #666;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 8px;
}

#content .twoColContainer ul {
	margin: 0 0 10px -20px;
	list-style-type: disc;
	overflow: hidden;
}

#content .twoColContainer ol {
	margin: 0 0 10px -20px;
	list-style-type: decimal;
	overflow: hidden;
}

#content .twoColContainer li {
	color: #e67f39;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 8px;
}

/* Standard Definitions
----------------------------------------*/

.left {
	float: left;
}

.right {
	float: right;
}

.clearThis {
	clear: both;
}

.small {
	font-size: .625em;
}

.large {
	font-size: 1em;
}

.soft {
	color: #D3D3D3;
}

.hide {
	display: none;
}

p.last {
	margin-bottom: 0px;
}

p.center {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Header
----------------------------------------*/

#header {
	width: 960px;
	position: relative;
	overflow: hidden;
}

#logo div {
}

#logo h1 {
	margin:0;
	background:url(/ImageHandler.ashx?imageName=logo) no-repeat;
	width: 450px;
	height: 150px;
	overflow:hidden;
}

#logo h1 a {
	display:block;
	width: 450px;
	height: 150px;
	text-indent:-9999px;
}

#phoneBox {
	position: absolute;
	width: 350px;
	height: 75px;
	right: 75px;
	top: 43px;
}

#phoneCta {
		text-align: center;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 18px;
		margin-bottom: 8px;		
	}
	
#phoneNumber {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #cf0922;	
	text-align: center;	
}

/* Nav
	----------------------------------------*/

div#nav {
	width: 960px;
	height: 34px;
	margin: 0;
	padding: 0;
}

div#nav li {
	float: left;
	list-style-type: none;
	margin: 1px 0px 0 0;
	border-left: 1px solid #fff;
}

div#nav li.first {
	border-left: 0;
}

	/* Nav buttons
		----------------------------------------*/

div#nav li a {
	display: block;
	font: 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
}	

div#nav li a:link,
div#nav li a:visited {
    color: #fff;
}

div#nav li a:hover,
div#nav li a:active{
    background-color: #b2cfe9;
    color: #fff;
}

/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/

li#navHome a:hover, 
li#navWork a:hover, 
li#navServices a:hover, 
li#navContact a:hover {
	background-position: 0 -20px;
/*Set to height of image !must be negative!*/
}

/* Main Content
----------------------------------------*/
#contentOuterWrapper {
	width: 960px;
	background-color: #fff;
	overflow: hidden;
}


#contentContainer {
	width: 640px;
	float: left;	
	margin:0;
}

#hero {
	width: 640px;
	height: 200px;
	margin:0;
	padding:0;
}

#content {
	width: 610px;
	padding:15px;
}

#sidebar {
	width: 320px;
	float: right;
	margin:0;
	padding:0;
}

#sidebar #offer {
	margin-bottom: 15px;
	width: 318px;
    height: 200px;
}

.inline {
	float: left;
	border: 4px solid #ccc;
	margin: 3px 15px 5px 0;
}

.twoColContainer {
	width: 610px;
	overflow: hidden;
	margin: 30px 0 20px 0;
	padding-left: 10px;
	padding-bottom: 0px;
}

.col {
	width: 255px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 15px 0 15px;
	background: #e9f8fe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 2px 3px 6px #999;
	-webkit-box-shadow: 2px 3px 6px #999;
	box-shadow: 2px 3px 6px #999;		
}

.twoColContainer a {
	font-size: 14px;
}

/* Footer
----------------------------------------*/
#footerContainer {
	width: 960px;	
	margin: 0 auto;	
}

#footer {
	height: 30px;
	background-color: #2399cc;
	margin-bottom: 20px;
}

#footer p {
	font-size: .425em;
}

div#navfooter {
	margin: 0;
	padding: 0;
}

div#navfooter li {
	float: left;
	list-style-type: none;
	margin: 0;
}


div#navfooter li.first {
	border-left: 0;
}

/* Footer Nav
	----------------------------------------*/

div#navfooter li a {
	display: block;
	font: 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: normal;
}	

div#navfooter li a:link,
div#navfooter li a:visited {
    color: #fff;
}

div#navfooter li a:hover,
div#navfooter li a:active{
    color: #e67f39;
}
	
/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/

li#navHome a:hover, 
li#navWork a:hover, 
li#navServices a:hover, 
li#navContact a:hover {
	background-position: 0 -20px;
/*Set to height of image !must be negative!*/
}
	
#legal {
}	

#legal p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 18px;
}

/* Form
----------------------------------------*/
    
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

#sidebar .form {
	margin: 0 0 0 0;
	padding: 15px 15px 25px 15px;
	width: 290px;
}

#sidebar .form img {
	margin: 0 0 15px 0;
}

.text {
	border:1px solid #fff;
	padding:5px 7px;
	width:260px;
	color:#666;
	font-family:Helvetica, Arial, serif;
	margin:5px 0 0;
}

#sidebar fieldset .wrap {
	margin-bottom: 5px;
}

#sidebar .wrap .text {
}

#sidebar .form label {
	display:block;
	color:#666;
	margin: 5px 0 0 0;
	font-weight:bold;
}
.zip-input {
	margin:11px 0 0;
	padding:5px 7px;
	width:128px;
}
#sidebar .form select {
	width:215px;
	margin:4px 0 0;
}
.phone-input {
	width:100%;
	overflow:hidden;
}
.phone-input input {
	float:left;
	width:25px;
	margin:3px 5px 0 0;
	text-align: center;
}
.long {
	width:45px !important;
}
.radio-list {
	width:100%;
	overflow:hidden;
	margin:3px 0 0;
	padding:0;
	list-style:none;
}
.radio-list li {
	float:left;
	margin:0 9px 0 0;
}
.radio-list li label {
	float:left;
	margin:0 !important;
	padding:0 0 0 1px;
}
.radio {
	float:left;
	margin:0 3px 0 0;
	width:16px;
	height:15px;
	padding:0;
}
.submit {
	margin: 13px 0 0 2px;
	width: 290px;
	border-top: 1px solid #ccc;
	padding: 13px 0 0;
	text-align: center;		
}

.submit .submit-button {
	border: 2px solid #666;
	background: #cb0000;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 15px 3px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.submit p {
	margin:9px 0;
	color:#666;
	font:italic 11px Helvetica, Arial, serif;
}
.support-call {
	width:100%;
	text-align:center;
	margin-bottom: 0px;
}

.support-call p {
	text-align:center;
	font-size:18px;
	color:#666;
	margin-bottom: 10px;
}

.support-call h5 {
	font-size:35px;
	color:#c00;
	margin:0px 0 0 0;
}

#sidebar .padding {
	padding: 15px;
}

/*jquery replace*/
.focusField {  
    border:solid 2px #73A6FF;  
    background: #fff;  
    color:#333;  
}  
.idleField {  
    background: #f6f6f6;  
    color: #666;  
    border: 2px solid #fff;  
}
.instructions {
	margin: 15px 20px 5px;
	line-height: 1.2em;
}
.success {
	font-size: 30px;
	font-weight: bold;
	color: #c00;
	margin: 15px 0;
	text-align: center;
}
