/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERIC */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7d7d7d;
}

a:link {
	color: #00346a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00346A;
}
a:hover {
	text-decoration: underline;
	color: #00346A;
}
a:active {
	text-decoration: none;
	color: #00346A;
	font-weight: bold;
}

h1, h4 {
	font-size:20px;
	font-weight:normal;
	line-height:20px;
}
h2 {
	padding-bottom:2px;
	color:#007ec7;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
}
h6 {display:inline;}

p {
	padding-bottom:5px;
}

.inner {
	padding:18px;
}

.small {
	font-size:11px;
}

ul.para li {
    background-image: url("../images/list_points.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 5px 15px;
}

.clear {
	clear:both;
}

.clear-after:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-after,
.clearfix{
	display:block;
	zoom:1;
	position:relative;
}


/* LAYOUT */

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:250px;
	margin-top:20px;
	background-color:#3873d1;
	position:relative;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:16px;
	background-position: center bottom;
}

#header .inner {
	position:absolute;
	bottom:33px;
	left:57px;
	width:360px;
	padding:0px;
}
#header .inner ul {
	margin-top:10px;
}
#header .inner li {
	font-size:13px;
	background-image: url(../images/white-tick.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style:none;
	padding:0px 0px 7px 26px;
}

#navigation {
	float:left;
	width:930px;
	height:38px;
	background-image:url(../images/nav_bar.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	margin-left:15px;
}
#navigation ul {
	list-style-type:none;
}
#navigation li,
#navigation li.last,
#navigation li.navSelected {
	float:left;
	width:153px;
	margin:0 1px;
	text-align:center;
	padding:7px 0 10px 0;
}
#navigation li.last {
	width:152px;
}
.resize a:link ,
.resize a:visited {
  font-size: .9em;
  color: #007EC7
}
#navigation a:link,
#navigation a:visited {
	display:block;
	text-decoration:none;
	color:#00346a;
	padding:5px 0 10px 0;
	border-bottom: 2px solid #00346a; 
}
#navigation a:link.home,
#navigation a:visited.home {
	display:block;
	text-decoration:none;
	color:#1e7b1e;
	padding:5px 0 10px 0;
	border-bottom: 2px solid #1e7b1e; 
}
#navigation a:hover,
#navigation a:hover.home {
	text-decoration:none;
	color:#007ec7;
	padding:5px 0 10px 0;
	border-bottom: 2px solid #007ec7;
}


#providerLogos {
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	height:58px;
	background-position: center top;
	clear:both;
}

#bodyWrapper {
	margin:0px 12px;
}

.leftColumn {
	float:left;
	width:620px;
}

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

.columnTop {
	background-repeat:no-repeat;
	height:65px;
	color:#FFFFFF;
	padding:25px 25px 0px 25px
}
.wideColumn,
.narrowColumn  {
	margin-bottom:15px;
}
.wideColumn .columnTop {
	background-image: url(../images/wide-column-top.png);
}
.wideColumn .columnBot {
	background-image: url(../images/wide-column-bot.png);
	height: 2px;
}
.narrowColumn .columnTop {
	background-image: url(../images/narrow-column-top.png);
}
.wideColumn {
	background-image: url(../images/wide-column.png);
	background-repeat: repeat-y;
	line-height:16px;
}
.narrowColumn {
	background-image: url(../images/narrow-column.png);
	background-repeat: repeat-y;
}
.narrowColumn .columnBot {
	background-image: url(../images/narrow-column-bot.png);
	height: 2px;
	margin-bottom:15px;
}


.imageBox {
	padding-left:140px;
	min-height:125px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.table table {
	width:100%;
	border: 1px solid #217e21;
}
.table h3 {
	background-image: url(../images/table-heading.png);
	background-repeat: repeat-x;
	height:41px;
	line-height:40px;
	color:#FFFFFF;
	padding:0px 18px;
	font-size:14px;
	font-weight:normal;
}
.table table th,
.table table td {
	padding:6px;
}
.table table th {
	background-color:#7ab97a;
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
}
.table table .rate {
	text-align:right;
}
.table .small {
	margin-bottom:15px;
}

.dataProtection {
	background-image: url(../images/security.png);
	background-repeat: no-repeat;
	height:104px;
	color:#FFFFFF;
	padding:18px 85px 0px 18px;
	margin-bottom:12px;
}

.testimonials .columnTop {
	background-position: 0px -100px;
}
.testimonials .quote {
	background-image: url(../images/quote-close.png);
	background-repeat:no-repeat;
	background-position: 275px bottom;
	margin:0px 4px 15px 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d8d8d8;
}

.testimonials .quote .inner {
	background-image: url(../images/quote-open.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding:15px 35px;
}
.testimonials .quote .inner strong {
	font-style:italic;
}


/* Bottom links list */

.links-list-holder {
	clear:both;
}
.links-list-holder,
.links-list-holder-bot{
	width:930px;
	background-image:url(../images/sitemap.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px 15px;
}

.links-list-holder-bot{
	height:5px;
	background-position:center bottom;
	font-size:0;
	line-height:0;
}	

.links-list{
	float:left;
	width:164px;
	padding:15px 5px 10px 15px;
}

.links-list ul li{
	list-style-type:none;
	padding:0px 0px 2px 0px;
}

.links-list ul .header-link{
	padding:0px 0px 5px 0px;
}

.links-list a:link,
.links-list a:visited{
	text-decoration:none;
	color:#7d7d7d;
}	
.links-list a:hover{
	color:#333;
}


.links-list ul .header-link a:link,
.links-list ul .header-link a:visited{
	color:#227e22;
}	

.links-list ul li.header-link a:hover{
	color:#333;
}


#footer {
	padding:18px;
}
#footer p {
	padding:5px 0px 0px 0px;
}
#footer,
#footer a {
	color:#9f9f9f
}



/* form */
form {
	float:left;
	width:100%;
}

fieldset {
	float:left;  
	clear:left;  
	width:100%; 
	border:none;
	margin:0;
	padding:0;
}

fieldset.topPadder {
	padding-top:25px;
}

fieldset ol {
	list-style-type:none;
	padding:0;
	margin:0;	
}

fieldset li { 
	float:left;  
	clear:left;  
	width:100%;  
	padding:3px 0;
}

fieldset label {  
	width:110px;
	margin-right:5px;
	text-align:left;
	float:left;
	padding-top:3px;
}


.textField,
.textFieldPost,
.textFieldDate {
	height:22px;
	width:144px;
	border:none;
	background: #fff url(../images/text_field.jpg) no-repeat 0 -5px;
	padding:1px 0;
}

.textFieldPost {
	background: #fff url(../images/text_field.jpg) no-repeat 0 -37px;
	width:69px;
}

.textFieldDate {
	background: #fff url(../images/text_field.jpg) no-repeat 0 -101px;
	width:45px;
	text-align: center;
}

.pulldown,
.pulldownDay,
.pulldownMonth,
.pulldownYear {
	border:1px solid #ccc;
	width:144px;
	float:left;
}
.pulldownDay,
.pulldownMonth{
	width:45px;
}
.pulldownYear{
	width:60px;
	float:left;
}

#send {
  float: right;
	display: inline;
	padding-right: 10px;
}

/* form2 stuff */

.column470 {
	width:470px;
}

table.form2, table.form3, table.form4 {
	width:470px;
}

table.form2 td {
	width:150px;
	padding: 6px 10px 6px 0;
	border-bottom:1px dotted #ccc;
}

table.form3, table.form4 {
	margin-top:10px;
}

table.form2 input {
	height:22px;
	width:144px;
	border:none;
	background: #fff url(../images/text_field.jpg) no-repeat 0 -5px;
	padding:1px 0;
}

select {
	display: block;
  	width:144px;
 	line-height:normal !important;
	white-space:nowrap !important;
}

table.form2 tr.dob select {
	width:60px;
	display:inline;
}

textarea#comments {
	width:370px;
	height: 100px;
}

