html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, abbr, img, strong, sub, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
	margin:3px 0 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight:normal;
}

html{
	overflow-y:auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFF;
	color:#000;
	font-size:12px;
}
/*---------------------text styles---------------------------*/

h1 {
	font-size: 16px;
	font-weight: bold;
	padding:5px 0 5px 0;
}

h2 {
	font-size: 17px;
	font-weight:bold;
	padding:6px 0 10px 0;
	color: #00924E;	
}

h2.black_head {
	color:#000;
}

h3, h4 {
	font-size: 14px;
	font-weight:normal;
	padding:6px 0;
}

#column_2 h3 {
	color: #00924E;
	font-size: 14px;
	clear: both;
	border-bottom:1px solid #00924E;
	margin:10px 0;
}

#column_2 h4 {
	color: #00924E;
	font-size: 14px;
}

#column_2 h4 a {
	color: #000;
}

#column_1 h3, #column_3 h3{
	padding:4px 0;
}

#column_2 ul {
	list-style-type:square;
	padding:0 0 0 28px;
	margin-top:8px;
}

#column_2 ul li{
	padding:2px 0 2px 8px;
	color:#333333;
}

#column_2 a {
	text-decoration:underline;
}

#column_2 a:hover {
	text-decoration:underline;
	color:#000;
}

#column_2 img {	
}

p {
	padding:6px 0 6px 0;
}

a {
	color:#00924E;
	text-decoration:none;
}

a img {
	border:1px solid #474747;
}

.small {
	font-size:9px;
}

.small_grey {
	font-size:10px;
	color:#A8A8A8;
}

.success {
/*	color: #009900;
	border: 2px solid #009900;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
	background: #00FF33;*/
}

.error {
	color: #FF0000;
	border: 2px solid #FF0000;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
	background:#FFF0F0;
}

.admin_link {
	background:#FFFFCC;
	position:absolute;
	top:10px;
	right:8px;
	text-decoration:none;
	display:block;
	padding:4px 6px;
}

.error_form {
	color:#FF0000;
}

.green {
	color:#00924E;
}

.green_head {
	color:#00924E;
	display:block;
}

.attention_span {
	font-size:20px;
	font-weight:normal;
	padding:4px 0 2px;
}

.solid_link {
	background:#00924E;
	padding:2px 4px 2px 10px;
	margin:3px 0 4px;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	clear:left;
	font-size:11px;
}

	.solid_link_grey {
		background:#494949;
	}
	
	.solid_link_turquoise {
		background:#02BCA1;
	}

	.solid_link_teal {
		background:#00927E;
	}
	
	.head_grey {
	color:#494949;
	}
	
	.head_turquoise {
	color:#02BCA1;
	}
	
	.head_teal {
	color:#00927E;
	}
	

.solid_link:hover {
	text-decoration:underline;
}

.left_align_img{
	float:left;
	margin:6px 5px 8px 0;
}

/*---------------------layout styles---------------------------*/

#wrapper {
	margin:10px auto;
	width:981px;
}

	/* ----- Two Column Switch ----- */
	#wrapper.two_col_layout #inner_wrap{
		background-image:url(../graphics/bg/inner_wrap_bg_2col.gif);
	}
	
	#wrapper.two_col_layout #foot_options{
		background-image:url(../graphics/bg/footer_top_2col.gif);
	}
	
	#wrapper.two_col_layout #column_2{
		width:769px;
	}
	/* ----------------------------- */
	

#inner_wrap {
	background:#F6F5ED url(../graphics/bg/inner_wrap_bg.gif) top left repeat-y;

}

#header {
	border-bottom:1px solid #00924E;
	margin:0 0 8px;
}

#header h1 {
	background:url(../graphics/logo.gif) no-repeat 0px 2px;
	float:right;
	width:105px;
	height:71px;
}

#header h1 a {
	display:block;
	width:105px;
	height:71px;
	text-indent:-9999px;
}

	#header ul {
		float:left;
		margin:54px 0 0 0;
	}
	
	#header li {
		float:left;
		margin:0 2px;
		color:#494949;
		display:block;
		height:20px;
		line-height:20px;
	}
	
	#header li a {
		color:#494949;
		padding:1px 4px;
		font-size:11px;
		text-transform:uppercase;
	}
	
	#header li.divider {
		border:solid #00924E;
		border-width:0 0 0 1px;
		padding:0 4px 0 8px;
		font-size:11px;
		text-transform:uppercase;
	}
	
	#header li.divider a{
		color:#00924E;
	}
	
	#header li.divider label {
		display:block;
		float:left;
		margin:1px 5px 0 0;;
	}
	
	#header li a:hover {
		background-color:#F6F5ED;
		color:#00924E;
	}
	
	#header li input {
		height:12px;
		padding:1px;
		font-size:10px;
		color:#494949;
		width:118px;
	}

#column_1 {
	width:168px;
	float:left;
	margin:0 19px 0 9px;
	display:inline;
}

#column_2 {
	width:576px;
	float:left;
	padding:9px 7px 0px;
	position:relative;
}

	#column_2 #column_2_inner{
		background:#FFF;
		padding:4px 8px;
	}

#column_3 {
	width:170px;
	float:left;
	margin:0 0 0 18px;
}

.gen_col_block {
	padding:3px 9px 6px;
	border:solid #F6F5ED;
	border-width:8px 0 0;
}

	.gen_col_block h3 {
		font-weight:normal;
		font-size:14px;
	}


.guide_box{
	margin:12px 0;
	padding:5px;
}

.guide_box img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #E0E0E0;
}

.guide_box h4{
	padding:5px 0;
	border-top:1px solid #E0E0E0;
	background:#F3F3F3;
}

#call_me_form, #download_guides_form {
	border-collapse:collapse;
	font-size:11px;
}

#call_me_form td, #download_guides_form td{
	padding:3px;
}

.text_over_image{
	position:relative;
}

.text_over_image img{
	display:block;
}

.text_over_image p {
	position:absolute;
	top:272px;
	left:10px;
	width:552px;
	padding:0;
	line-height:15px;
}


#foot_options {
	background:#F4F3E9 url(../graphics/bg/footer_top.gif) no-repeat top left;
	padding:23px 9px 7px;
	clear:left;
}

#foot_options h4 a {
	color:inherit;
}

#footerblock_1 {
	background:#FFF url(../graphics/bg/footer_1.jpg) no-repeat top right;
}

#footerblock_2 {
	background:#FFF url(../graphics/bg/footer_2.jpg) no-repeat top right;
}

#footerblock_3 {
	background:#FFF url(../graphics/bg/footer_3.jpg) no-repeat top right;
}

.gen_foot_block{
	background:#FFF;
	float:left;
	width:185px;
	height:162px;
	padding:6px 120px 8px 10px;
	position:relative;
}

.gen_foot_block h4{
	padding-bottom:3px;
}

.gen_foot_block .solid_link{
	position:absolute;
	bottom:5px;
	left:10px;
	width:45%;
}

.gen_foot_middle {
	margin:0 9px;
}

#footer {
	margin-top:8px;
}

#footer a {
	color:#00927E;
}

#footer a:hover{
	text-decoration:underline;
}

/* ----- Will Writing Tariffs ---- */

.tariff_table table {
	margin:13px 0;
}

.tariff_table .main_head {
	font-size:13px;
	font-weight:bold;
}

.tariff_table table .head {
	font-weight:bold;
}

.tariff_table table .head td{
	padding:3px 0;
}

.tariff_table table .service_head {
	color:#00924E;
	padding:2px 0;
}

/* ----- Clearfix ------ */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
