body {
	background:url(../img/design/body_bg.jpg) repeat-x;
	background-color:#d2d2d2;
}

.container_12 {
	background-color:#fff;
	border:1px solid #d2d2d2;
	border-top:none;
	padding-bottom:10px;
}

#phone {
	text-align:center;
	padding-top:30px;
}


/********************/
/*	NAV			*/
/********************/
ul#nav {
	background-color:#000;
	margin-bottom:5px;
	width:100%;
	height:44px;
}

ul#nav li {
	display:inline;
}

ul#nav a{
  float:left;
  padding:10px;
  color:#FFFFFF;
  border-right:1px solid #444;
  font-family:Helvetica;
  font-size:1.2em;
  font-weight:bold;
  text-decoration:none;
 }
 
ul#nav a:hover{
  background-color:#1C4D80;
}




#footertop {
	background-color:#222;
	color:#ccc;
	padding:10px 0;
	margin-bottom:0;
}

#footerbottom {
	color:#ccc;
	background-color:#000;
	font-size:.9em;
	text-align:center;
	padding:7px 0;
}



/********************/
/*	QUOTE FORM		*/
/********************/
#quoteform {
	padding-top:75px;
	padding-left:5px;
}

#quoteform label{
	display:block;
	font-weight:bold;
	font-size:.9em;
	text-align:right;
	line-height:2.5em;
	width:120px;
	float:left;
}

#quoteform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:130px;
	margin:2px 0 2px 10px;
}

#quoteform button{
	clear:both;
	margin-left:130px;
	width:125px;
	height:31px;
	background:#666666 url(../img/design/button.png) no-repeat;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.img_right {
	float:right;
	margin-left:5px;
}



/************************/
/*	SIDEBAR QUOTE FORM	*/
/************************/
#quote_bg {
	background:url(../img/design/quoteform.jpg) no-repeat;
	height:291px;
	width:300px;
}

#quoteform_sidebar {
	padding:55px 0 0 5px;
	margin-bottom:40px;
}


#quoteform_sidebar label{
	display:block;
	font-weight:bold;
	font-size:.9em;
	text-align:right;
	line-height:2.5em;
	width:120px;
	float:left;
}

#quoteform_sidebar input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:130px;
	margin:2px 0 2px 10px;
}

#quoteform_sidebar button{
	clear:both;
	margin-left:130px;
	width:125px;
	height:31px;
	background:#666666 url(../img/design/button.png) no-repeat;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}



/************************/
/*	BIG QUOTE FORM		*/
/************************/
.form_box {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:5px;
	clear:left;
}

.form_box p {
	margin-bottom:3px;
}

.msg {
	border:1px solid #ccc;
	background-color:#ffffcc;
	padding:2px 5px;
	margin-left:10px;
	color:#333;
}
/************************/
/*	CONTACT FORM		*/
/************************/
#contactform {
}

#contactform label{
	display:block;
	font-weight:bold;
	text-align:right;
	line-height:2.3em;
	width:120px;
	float:left;
}

#contactform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 5px 10px;
}

#contactform textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 5px 10px;
}

#contactform button{
	clear:both;
	margin-left:130px;
	width:125px;
	height:31px;
	background:#666666 url(../img/design/button.png) no-repeat;
	border:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}


/************************/
/*	INFO BOXES			*/
/************************/
.success, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/design/success.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/design/error.png');
}

.error p , .success p { margin-bottom:1px; }