@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #86c227;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	color: #2d396d;
	font-size: 16px;
}

body.errorpg
{
	background-image: none;
}

div.errorpg
{
	padding: 30px;
	font-size: 18px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

a
{
	color: #003366;
}

a:hover
{
	color: black;
}

a:visited
{
	color: #003366;
}


#topLeftHalf
{
	background: url(images/bg_top_leftright_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 50%;
	position: absolute;
	left: 0px;
	height: 292px;
}

#topRightHalf
{
	background: url(images/bg_top_leftright_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px -292px;
	width: 50%;
	position: absolute;
	right: 0px;
	height: 292px;
}

#centreContent
{
	width: 1094px;
	margin : 0 auto;
}

#topBanner
{
	background-image: url(images/bg_top_2.jpg);
	background-repeat: no-repeat;
	width: 896px;
	margin: 0 auto;
	height: 292px;
	position: relative;
	top: 0;
}

#mainContent
{
	position: relative;
	margin: 0px auto;
	left: -5px;
	width: 1094px;
	background-image: url(images/bg_mainarea_rep.jpg);
	background-repeat: repeat-y;
}

#menubottom,
#menubottomsub,
#menubar
{	
	position: relative;
	margin: 0 auto;
	padding: 0;
	left: -5px;
}

#menubar
{	
	width: 894px;
	height: 40px;
	border: 2px solid #509216;
	background-color: #b9d950;
	padding: 0px 10px;

}

#menubottom
{
	width: 914px;
	height: 15px;
	background-image: url(images/bg_menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#menubottomsub
{
	width: 914px;
	height: 15px;
	background-image: url(images/bg_menu_bottom_sub.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#mainContentInner
{
	background-image: url(images/bg_mainarea.jpg);
	background-repeat: no-repeat;
	padding-left: 116px;
	padding-right: 114px;
	padding-top: 10px;
}

body.errorpg #mainContentInner
{
	background-image: url(images/bg_mainarea_error.jpg);	
}

#submenu
{
	position: relative;
	background-color: #b5d772;
	background-image: url(images/bg_submenu.jpg);
	background-repeat: repeat-x;
	top: -10px;
	height: 64px;
	border-bottom: 8px solid #9ac446;
}

#submenuInnerContent
{
	position: relative;
	top: -10px;
	background-color: #b5d772;
	background-image: url(images/bg_submenu_bottom.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
}

.menu_hoz
{
 	list-style: none;
	padding: 0;
	margin: 0 10px;
	width: 100%;
}

.menu_hoz li a
{
	color: #003366;
	text-decoration: none;
}

.menu_hoz li a:visited
{
	text-decoration: none;
	color: #003366;
}

.menu_hoz li a:hover
{
	color: #56877e;
	text-decoration: none;
}


.menu_hoz li
{
	float: left;
}

.menu_hoz.main li
{
	padding: 9px 25px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.menu_hoz li.selected
{
	background: #c7e070;
}

.menu_hoz.sub li
{
	padding: 15px 20px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	width: 100px;
}

.menu_hoz.sub li.selected
{
	background: #9dca46;
	border-top: 8px solid #93bb44;
	border-bottom: 8px solid #93bb44;
	padding-top: 8px;
}


.sectionHead
{
	background-image: url(images/bg_section_top.jpg);
	background-repeat: repeat-x;	
	height: 33px;
}
.section
{
	background-image: url(images/bg_section_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 35px;
	position: relative;
	font-size: 15px;
}
	
.sectionContent
{
	padding: 10px;
	border-top: 8px solid #9ac446;
	border-bottom: 8px solid #9ac446;
	background: #b5d772;
}

.sectionContent .left
{
	float:left;
	width: 200px;
	overflow: hidden;
}

.sectionContent .fifty
{
	float: left;
	width: 400px;
	overflow: hidden;
	float: left;
	padding: 10px;
}

.sectionContent .right
{
	float: left;
	width: 600px;
	padding-top: 15px;
}

.sectionContent.news
{
	
	border-top: none;
	padding: 0;
	border-bottom: none;
}

.sectionContent.news .left
{
	padding: 15px;
	width: 130px;
}

.sectionContent.news .left img
{
	margin: 0 auto;
}

.sectionContent.news .right
{
	width: 650px;
}

.sectionContent.news.nav
{
	padding-bottom: 20px;
	text-align: center;
}
.sectionContent.news.nav a
{
	padding: 10px;
}

.newstitle
{
	padding-top: 30px;
	background: #b5d772;
	background-image: url(images/bg_submenu_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.newstitle h2
{
	padding: 10px;
	background: #c8ec84;
	border: 2px solid #6b8936;
	font-size: 19px;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 0px;

}

.newstitle .timeago
{
	font-size: 12px;
	font-weight: normal;
	float: right;
	padding: 10px;
	margin-top: -8px;
	margin-right: 0px;
}

.newscontent
{
	border-top: 5px solid #6b8936;
}

#submenuInnerContent div.left,
div.left.imagess
{
	float: left;
	width: 250px;
	overflow: hidden;
	padding: 20px;
}

#submenuInnerContent div.left img,
div.left.imagess img
{
	margin: 10px 30px;
}

#submenuInnerContent div.right,
div.right.imagess
{
	float: left;
	width: 500px;
	overflow: hidden;
	padding: 20px;
}

div.btxt 
{
	font-size: 16px;
}

#submenuInnerContent ul li
{
	padding: 4px;
}

#footerHold
{
	background-color: #86c227;
}

#footer
{ 
	margin: 0 auto;
	width: 1094px;
	background-image:url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

.submenuInnerFoot
{
	background-image: url(images/bg_section_bottom.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: -5px;
	padding: 25px 15px;
}

.fullwidth
{
	padding: 15px;
}

#submenuInnerContent .fullwidth
{
	padding: 0px 30px 15px 30px;
}

.clearer
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.pandp
{
	list-style: none;
	margin: 10px 5px;
	padding: 0;
	text-align: center;
}

.pandp li
{
	padding: 10px;
	font-size: 16px;
}

.quote p
{
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 14px;
}

.map
{
	text-align: center;
}
.map img
{
	border: 8px solid #56877e;
}

.map.right
{
	width: 220px;
	padding: 50px 10px;
	font-weight: bold;
}

.map.left
{
	width: 500px;
	padding: 30px;
}

h1, h2
{
	padding: 0;
	margin: 2px;
	
}

p
{
	padding: 10px 4px;
	line-height: 1.5em;
	margin: 0;
}

/* Contact Us */

.contactForm
{
	width: 450px;
}

.contactForm label
{
	display: block;
	float: left;
	clear: left;
	padding: 10px;
	width: 120px;
}

.contactForm input
{
	display: block;
	float: left;
	width: 248px;
	padding: 5px;
	margin: 5px;
}

.contactForm textarea
{
	display: block;
	float: left;
	width: 255px;
	height: 100px;
	margin: 5px;
	resize: none;	
}

.contactSubmit
{
	float: right;
	padding: 10px 0px;
	text-align: right;
	width: 240px;
}

.contactMessage
{
	padding: 10px;
	margin: 10px -5px 10px 20px;
	border: 1px solid green;
	color: darkgreen;
	background: #ccffcc;
	float: right;
	width: 240px;
}

.contactMessage.error
{
	color: maroon;
	border-color: red;
	background: #ffcccc;
}

.contactDetail
{
	clear: both;
	width: 800px;
	float: left;
	padding: 10px;
	padding-top: 20px;
	border-top: 1px solid lightgrey;
	margin-top: 15px;
}

.contactDetail span
{
	display: block;
	float: left;
	color: #333366;
	padding: 5px 0px;
	width: 725px;
}

.contactDetail span.header
{
	font-weight: bold;
	width: 60px;
	color: #669966;
	text-align: left;
	padding-right: 10px;
	clear: left;
}

.contactusHead
{
	padding: 0px 10px 20px 10px;
	border-bottom: 1px solid #86c227;
}

.policyholder
{
	padding: 5px;
	border: 1px solid #6b8936;
	margin: 10px 0px;
}

.policylink
{
	background-image: url("/image/icon/assets/images/file-icon.png");
	background-repeat: no-repeat;
	padding: 15px 10px 15px 60px;
	display: block;
}


.policylink.pdf
{
	background-image: url("/image/icon/assets/images/pdf-logo.png");
}
.policylink.word
{
	background-image: url("/image/icon/assets/images/word-icon.png");
}

a.policylink:hover
{
	background-color: #a2c560;
}




