/* General styles */
html {
text-align: center;
width: 100%;
border: 0;
margin: 0;
padding: 0;
background-image: url("http://www.archibald-insurance.com/imgs/header_bg.jpg");
background-repeat: no-repeat;
background-position: top center;
color: #454545;
}

body {
margin: 0 auto 0 auto;
padding: 0;
border: 0;
width: 959px;
text-align: left;
font-size: 14px;
line-height: 20px;
font-family: Helvetica, Arial, sans-serif;
}

/* Header styles */
#header {
clear: both;
float: left;
width: 100%;
color: #FFF;
height: 398px;
padding: 0;
position: relative;
margin: 0;
}

#header .sec1 {
background-image: url("http://www.archibald-insurance.com/imgs/navbar1_bg.jpg");
height: 146px;
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
padding: 0;
margin: 0;
}

#header .sec1 h1 {
margin: 0;
padding: 0;
width: 211px;
height: 79px;
text-indent: -10000px;
background-image: url("http://www.archibald-insurance.com/imgs/logo.jpg");
left: 21px;
top: 36px;
position: absolute;
}

#header p {
margin: 0;
font-size: 18px;
font-weight: normal;
position: absolute;
right: 21px;
top: 25px;
}

#header p em {
	font-style: normal;
	font-size: 32px;
	font-weight: bolder;
}

.navbar1 {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
right: 21px;
top: 70px;
}

.navbar1 li {
display: inline;
}

.navbar1 li.opt1 {
border-right: 1px solid #FFF;
}

.navbar1 li a {
padding: 3px;
color: #FFF;
text-decoration: none;
}

.navbar1 li a:hover {
text-decoration: underline;
}


.cb {
clear: both;
}


ul.navbar2 {
clear:right;
float:right;
width:100%;
list-style:none;
margin: 10px 0 0 0;
padding:0;
position: absolute;
bottom: 0;
right: 0;
}

ul.navbar2 li {
display:inline;
list-style:none;
margin:0;
padding:0;
}

ul.navbar2 li a {
display:block;
float:right;
margin: 0;
padding:3px 21px 10px 40px;
text-align:center;
color:#FFF;
text-decoration:none;
position:relative;
right: 0;
line-height:1.3em;
font-size: 16px;
}

ul.navbar2 li a:hover {
color:#fff;
text-decoration: underline;
}

ul.navbar2 li a.active,
ul.navbar2 li a.active:hover {
color:#FDDCA0;
}

/* --------------- */

ul.navlist1 {
margin: 0;
padding: 0;
list-style: none;
text-align: right;
position: absolute;
top: 146px;
right: 21px;
width: 200px;
font-size: 16px;
}

.navlist1 li {
display: block;
}

ul.navlist1 li a {
text-decoration: none;
color: #FFF;
display: block;
padding: 7px;
}

ul.navlist1 li a:hover {
text-decoration: underline;
}
	
form.quickquote {
color: #FFF;
background-color: #000;
background-image: url("http://www.archibald-insurance.com/imgs/quickquote_bg2.gif");
background-repeat: repeat-x;
background-position: 0 54px;
height: 141px;
clear: both;
position: relative;
top: -54px;
margin: 0 0 -54px 0;
}

form.quickquote p {
font-size: 24px;
clear: both;
padding: 0 45px;
height: 54px;
margin: 0;
line-height: 52px;
background-image: url("http://www.archibald-insurance.com/imgs/quickquote_bg.jpg");
}

form.quickquote .sec {
width: 205px;
float: left;
padding: 0;
margin: 0;
}

form.quickquote .sec5 {
width: 109px;
}

form.quickquote .sec .wrapper {
margin-left: 40px;
}

form.quickquote input.text, form.quickquote select {
width: 155px;
font-weight: bold;
}

form.quickquote label {
display: block;
font-size: 18px;
padding: 10px 0;
font-weight: normal;
}

form.quickquote .sec5 input {
margin-top: 38px;
}

form.quickquote .sec input {
margin-bottom: 20px;
}

/* column container */
.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;				/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
background:#FFF;    	/* Right column background colour */
padding-top: 20px;
background-image: url("http://www.archibald-insurance.com/imgs/col_bg.jpg");
background-repeat: no-repeat;
background-position: 306px 5px;
}

.holygrail .colmid {
float:left;
width:200%;
margin-left:-326px; 	/* Width of right column */
position:relative;
right:100%;
}

.holygrail .colleft {
float:left;
width:100%;
margin-left:-50%;
position:relative;
left:647px;         	/* Left column width + right column width */
}

.holygrail .col1wrap {
float:left;
width:50%;
position:relative;
right: 321px;        	/* Width of left column */
padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
margin: 0 326px 0 321px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
position:relative;
left:200%;
overflow:hidden;
}

.holygrail .col2 {
float:left;
float:right;			/* This overrides the float:left above */
width:321px;        	/* Width of left column content (left column width minus left and right padding) */
position:relative;
right:0px;         	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
float:left;
float:right;			/* This overrides the float:left above */
width:326px;        	/* Width of right column content (right column width minus left and right padding) */
margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
position:relative;
left:50%;
}

.col1 .section {
border-right: 1px solid #680505;
border-left: 1px solid #680505;
}

.section h2 {
font-weight: normal;
}

/* Footer styles */
#footer {
clear:both;
width:100%;
background-color: #690505;
color: #FFF;
font-size: 12px;
}

#footer p {
text-align: right;
padding: 13px;
margin: 0;
}
    
.col .section {
padding: 0 17px;
}#footer p a {
	color: #FFF;
	text-decoration: none;
}
