
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom: 20px;

}

#inner_container {
	width: 798px;
	margin-top:0px;
	border-top: 1px solid #637A3A;
	border-right: 1px solid #637A3A;
	border-left: 1px solid #637A3A;
	padding-bottom: 0px;
}

#top_row{
 background: url(../images/toprow.gif) repeat-x;
 height:8px;
 margin: 0px auto; padding: 0px 0px 0px 0px;
 width:800px;
}

#wrap {
	width: 798px;
}

/* General */
p 	{
	margin: 5px 5px 5px 10px;
	color: #3d3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4
}

.green_text {
	margin: 0px 5px 5px 45px;
	color: #637A3A;
}

.green_h{
margin: 10px 5px 2px 45px;
color: #637A3A;
font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {font-family:Verdana, Arial,  Helvetica, sans-serif; margin: 0;}
a, a:active, a:link, a:visited {color: #005826; font-weight: bold; text-decoration: underline;}
a:hover {color: #0066CC; text-decoration: none;}
ul {margin-top: 0px; margin-bottom: 8px;}

img {border: 0;}
.clear {clear: both;}

.centre {margin: 0px auto;}
.floatL {float: left; padding: 4px 4px 4px 0px;}
.floatR {float: right;}




/*---- list --*/


.mainlist{

margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 
list-style: none;
line-height:2;

}
 .basiclist{
 margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 20px; 
list-style: none;



}
 .basiclist li{
 margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 

line-height:1.5;
padding-left: 20px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
list-style: none;
}
 

.main_blue {
margin:0px;
padding-left: 20px;
background-image: url(../images/blue.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
list-style: none;
}

.main_orange {
margin:0px;
padding-left: 20px;
background-image: url(../images/orange.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
list-style: none;
}

.main_yellow{
margin:0px;
padding-left: 20px;
background-image: url(../images/yellow.gif);
background-repeat: no-repeat;
background-position: 0 0;
list-style: none;
}
.main_green {
margin:0px;
padding-left: 20px;
background-image: url(../images/green.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
list-style: none;
}


.normal_left{
display:inline; /*combat doubling the margin in IE */
float:left;

}

.normal_right{
display:inline; /*combat doubling the margin in IE */
float:right;
margin: 0px 0px 0px 0px;
}



/* Left col */
#left_col {
	background: red;
	width: 196px;
	padding: 48px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/flare.gif) no-repeat top left;
	
}

/* Left Navigation */

#menu1 {
	width: 200px;
	text-align: center;
	padding: 5px 0px 0px 0px;	
}
	
#menu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu1 li { margin: 0 0 1px 0; line-height: 14px; padding-bottom: 15px;}

#menu1 a {
	display: block;
	padding: 0px 19px 0 10px;
	width: 171px;
	color: #000000;
	text-decoration: none;	
	text-align:right;
	font-weight: normal;
	font-size: 11px;
	font-family:Verdana,Arial, Sans-Serif,Geneva;
}

#menu1 a:hover, #menu1 li a.currentLink {
	color: #F7941D;
	text-decoration: none;
	
	
}


#navlist li a:hover, #menu1 li a.currentLink {
	background: transparent url(../images/nav-arrow.gif) no-repeat center right;
	background-repeat: no-repeat;
	
}


.scriptContainer
{
	float:left;
	display:inline;
	
	width:230px;
	text-align:left;
	
	right:5px;
	top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
	padding-top:0px;
	padding:0px;
	background:#E8F4FD;
	color:#232D6A;
	font-family:arial,verdana;
	font-size:12px;
	z-index:1;
	text-align:left;

}


/* Outer Right */
#outer-right {
	float: right;
	clear: none;
	border-left: 1px solid #637A3A;
	width:594px;
	padding: 0px 0px 20px 0px;
}

#outer-right-2 {
	border: 1px solid red;
	float: right;
	clear: none;
	border-left: 1px solid #637A3A;
	width:790px;
	padding: 0px 0px 20px 0px;
}

/* main content */
#main {
	margin: 0px;	
}

#content {
	float: left;
	width: 369px;
	padding: 4px 26px 10px 30px;
	background: url(../images/content-body.gif) no-repeat left top;
}

#content p, #home-content p {
	padding-left: 2px;
	color: #666666;
}

#breadcrumbs {
	margin-bottom: 20px;
	color: #FFFFFF;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #FFFFFF;
}

#breadcrumbs a:hover {
	color: #CC0000;
}

#bread {margin: 0px; padding: 45px 0px 10px 15px; }
#bread a:link, #bread a:visited {color: #005826; text-decoration: underline;}
#bread a:hover {color: #645FAB; text-decoration:none;}


#top {
	text-align: right;
}


#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 800px; 
	height:20px;
	background-image: url(../images/footbg.gif) top left repeat x;
}

div#foot {	
	padding: 10px;
	text-align: center;
	color: #818181; 
}

#foot a {color: #818181; text-decoration: none;}
#foot a:hover {color: #F69504; text-decoration: underline;}

.qe_wrapper {
	display:inline;
	float:right;
}

/*Quote button */
.quote {
	margin-bottom: 15px;
	padding: 0px;
	width: 100px;
	height: 26px;
	}

.quote a, .quote a:visited {
	float: left;
	border: none;
	margin: 0;
	padding: 26px 0 0 0px;
	overflow: hidden;
	width: 161px;
	height: 0px !important;
	height /**/: 26px;
	background: url(../images/quote.gif) no-repeat 0 0;
	}



.quote a:hover{
	background-position: 0 -26px;}
	
/* QUOTE BOX --------------------------- */



#quoteBox {padding: 1px 0 5px 0;}


#quoteBox .section {
	/*clear: both;*/
	display: block;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 380px;
}

#quoteBox .icon {
	display: inline;
	float: left;
	height: 20px;
	margin: 0 15px 0 10px;
	width: 60px;
}



#quoteBox .description {
	display: inline;
	float: left;
	width: 260px;
}


#quoteBox .sectionClose {
	clear: both;
	display: block;
	height: 1px;
	font-size: 0;
}



#quoteBox h3 {
	background: transparent url(../images/arrow.gif) no-repeat 0 .45em;
	padding-left: 15px;}



#quoteBox p {margin: 0;	padding: 0 0 0 15px;}  	

/* Fonts */

h1 {color: #004FA3; font: 18px Verdana, Arial, Helvetica, sans-serif; padding-left: 10px;}
h2 {color: #516330; font: 20px Verdana, Arial, Helvetica, sans-serif; margin: 15px 0px 10px 25px;} 
h3 {color: #006633; font-size: 1.2em; padding-left: 10px; margin: 10px 0px 0px 0px;}
h4 {color: #000; font: normal 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;}


#home-sec h3 {color: #fff; font: 12px Verdana, Arial, Helvetica, sans-serif; padding-left: 10px;}

.green {background: #C9DF0E;}
.orange {background: #F7941D;}
.yellow {background: #F0C412;}
.orangetxt{color:#F7941D;}
.maintxt{color:#ffffff;}
.bluetxt{color:#68A9C4;}
.greentxt{color:#B4C04E;}
.yellowtxt {color: #FFD005}
/* Home Page --------------------------------------------------------------------------------------- */


/* Home Header */
div#home-header {
	width: 798px;
	height: 274px;
	padding: 0;
	border: 0;
	margin: 0;
	background: #F0F4E8;
	border-bottom: 1px solid #637A3A;
	position: relative;
}
/* Home Header */

#h1-header {
	position: relative;
	top: 200px;
	left: 15px;
	text-align: center;
	width: 150px;
}

#header {
	width: 798px;
	height: 125px;
	padding: 0;
	border: 0;
	margin: 0;
	background: #F0F4E8;
	border-bottom: 1px solid #637A3A;
	position: relative;
}

#home-headimg {
	border: 1px solid red;
	position: absolute;
	left: 187px;
	top:29px;
	height: 109px;
	width: 176px;
	border: 0;
	padding: 0;
	margin: 0;
}

#headimg {
position: absolute;
	left: 190px;
	top: 8px;
	height: 113px;
	width: 200px;
	border: 0;
	padding: 0;
	margin: 0;
}

#home-content {
	float: left;
	width: 564px;
	padding: 4px 15px 10px 15px;
	background: url(../images/mainbg.gif) no-repeat left top;
}

#home-content-2 {
	border: 1px solid red;
	float: left;
	width: 760px;
	padding: 4px 15px 10px 15px;
	background: url(../images/mainbg.gif) no-repeat left top;
}

#header h1 {margin-left: 480px; padding-top: 40px; font-size: 22px; text-align: center}


#main_row2{
float: left;
	width: 559px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	background: url(../images/main2.gif) no-repeat left top;
}

#home-right {
	float: left;
	width: 124px;
	padding: 0;
	background: #FFF url(../images/bread.gif) repeat-x left top;
}

/* top boxes */
#home-sec {

	float: right;
	width: 306px;
}

#trav-ins-box {background: url(../images/box1.gif) no-repeat left top; width: 305px; height: 91px;}
#personal-ins-box {background: url(../images/box2.gif) no-repeat left top; width: 305px; height: 91px;}
#kit-ins-box {background: url(../images/box3.gif) no-repeat left top; width: 305px; height: 91px;}

.box-cont {
	width: 200px;
	font: normal 1em/1.1em Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #3D3D3D;
	padding: 2px 0px 5px 5px;
}

.box-cont h1  {font: bold 12px  verdana, arial, Geneva, Helvetica, sans-serif;margin: 0px 0px 5px 0px; }	

.quote_link1 {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-weight:  normal;
 font-size: 9px;
line-height:1.7em;
 text-align: right;
 margin: 3px 0px 5px 0;
 background: transparent url(../images/quote_blue.gif) no-repeat center right;
background-repeat: no-repeat;
padding: 0px 25px 0px 0px;
}

.quote_link2 {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-weight:  normal;
 font-size: 9px;
line-height:1.7em;
 text-align: right;
 margin: 3px 0px 5px 0;
background: transparent url(../images/quote_orange.gif) no-repeat center right;
background-repeat: no-repeat;
padding: 0px 25px 0px 0px;
}

.quote_link3 {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-weight:  normal;
 font-size: 9px;
line-height:1.7em;
 text-align: right;
 margin: 3px 0px 5px 0;
 background: transparent url(../images/quote_green.gif) no-repeat center right;
background-repeat: no-repeat;
padding: 0px 25px 0px 0px;
}

.quote_link1 a:link, .quote_link1 a:visited {color: #68A9C4; text-decoration: none;}  
.quote_link1 a:hover {text-decoration:none; color: #F7941D;}

.quote_link2 a:link, .quote_link2 a:visited {color: #F9A44E; text-decoration: none;}  
.quote_link2 a:hover {text-decoration:none; color: #68A9C4;}

.quote_link3 a:link, .quote_link3 a:visited {color: #B4C04E; text-decoration: none;}  
.quote_link3 a:hover {text-decoration:none; color: #F7941D;}

.leftins {
  margin-top: 1em;
  padding: 0px;
  width:225px;
  float:left;
  }

.rightins{
  margin-top: 1em;
  padding-right: 0px;
  width:225px;
  float:right;
  }
  
  
.top{

 font-family: Lucida Grande, Verdana, Sans-serif;
 font-weight:  normal;
 font-size: 12px;
color:#3d3d3d;
 text-align: left;
 margin: 5px 0px 7px 5px;
 }
 
 iframe {
 	margin: 0 10px 0 0;
 }
 
 /* Form 
--------------------------------------------------- */

#form {
	width: 410px;
	padding: 10px;
	text-align: left;
}

#error  {
	font-size: .8em; 
	font:verdana,arial,sans-serif;
  	color: #ff0000;
	margin: 2px 20px;
}

.row {
  clear: both;
  padding-top: 5px;
}

.row span.label {
  float: left;
  width: 220px;
  font-size: 1.0em; 	
  font-family:verdana,arial,sans-serif;
  color:  #0B024A;
}

.row span.label2 {
  float: left;
  width: 520px;
	font-size: .8em; 	
  font:verdana,arial,sans-serif;
  color:  #0B024A;
  padding: 0 0 0 5px;
}

.row span.formr {
  float: left;
  width: 180px;
  text-align: left;
  font-family: verdana,arial,sans-serif;
  color:  #0B024A;
  } 

.row span.experi {
  float: left;
  width: 400px;
  font-size: .8em; 
  font-family:verdana,arial,sans-serif;
  color:  #0B024A;
  margin: 10px 0 0 0;
  }
  
.row span.formw {
  float: left;
  width: 400px;
  text-align: left;
  }  
 
