/*----------------------------------
	RESET
----------------------------------*/

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;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}



/*----------------------------------
	GLOBAL
----------------------------------*/

body
{
	font-family: Arial, sans-serif;
	font-size: 100%;
}

html>body
{
	font-family: Arial, sans-serif;
	font-size: 100%;
}


h1
{
	color: #001638;
	font-size: 2em;
	font-weight: bold;
}

h2
{
	color: #001638;
	font-size: 1.55em;
	font-weight: bold;
}

h3
{
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
}

a.readMore
{
	float: right;
	width: 118px;
	height: 27px;
	background: #7DAC44 url(../images/readMore.jpg) repeat-x scroll 0 0;
}
a.readMore:hover
{
	background: #7DAC44 url(../images/readMoreHover.jpg) repeat-x scroll 0 0;
}



/*----------------------------------
	WRAPPERS
----------------------------------*/

#wrapOuter
{
	float: left;
	width: 100%;
	background: #6F809A url(../images/background.jpg) repeat-x scroll 0 0;
}

.wrap 
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 906px;
	text-align: left;
}

.wrapInner
{
	float: left;
	width: 882px;
}



/*----------------------------------
	PAGE BORDER
----------------------------------*/

#pageBorder
{
	margin: 12px;
	padding: 12px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
}



/*----------------------------------
	HEADER
----------------------------------*/

#header
{
	background: #fff url(../images/header.jpg) no-repeat scroll 0 0;
	height: 168px;
}

/*----------------------------------
	BREADCRUMB
----------------------------------*/

#breadcrumb
{
	background: #708099 url(../images/breadcrumb.jpg) repeat-x scroll 0 0;
	padding: 4px 0;
}

#breadcrumb span
{
	background: #596A84 none repeat scroll 0 0;
	float: left;
	width: auto;
	margin: 0 0 0 20px;
	padding: 4px;
	font-weight: bold;
	font-size: 0.7em;
	color: #fff;
}

#breadcrumb span a
{
	color: #fff;
	text-decoration: none;
}
#breadcrumb span a:hover
{
	text-decoration: underline;
}



/*----------------------------------
	MAIN
----------------------------------*/

#main
{
	background: #C9D5E5 url(../images/mainBackground.jpg) repeat-x scroll 0 0;
	width: 858px;
	padding: 12px;
}

/* LEFT BAR */
#leftBar
{
	float: left;
	width: 200px;
}

/* ---SIDE NAV */
#sideNav
{
	float: left;
	width: 176px;
	padding: 12px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
	margin: 0 0 12px 0;
}

#sideNav .item
{
	float: left;
	width: 176px;
	height: 28px;
	background: #45556E url(../images/sideNavBackground.jpg) no-repeat scroll 0 0;
	margin: 0 0 1px 0;
}
#sideNav .active
{
	background: #7B8698 url(../images/sideNavBackgroundActive.jpg) no-repeat scroll 0 0;
}

#sideNav .item a
{
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	padding: 7px 0 0 6px;
	float: left;
	width: 170px;
	height: 21px;
}

/* ---GET A QUOTE */
#getAQuote
{
	float: left;
	width: 176px;
	padding: 12px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
}

#getAQuote .detail
{
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	color: #091426;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0 6px 0;
}
#getAQuote .detail p, #getAQuote .detail span
{
	padding: 0 6px;
	float: left;
	width: 164px;
}
#getAQuote .detail span
{
	font-weight: bold;
}

#getAQuote .detail span a
{
	font-weight: bold;
	text-decoration: none;
	color: #091426;
}

#getAQuote .detail .title
{
	width: 172px;
	float: left;
	height: 28px;
	background: #7DAC44 url(../images/greenBar.jpg) repeat-x scroll 0 0;
	margin: 2px;
	display: inline;
}
#getAQuote .detail .title span
{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	float: left;
	width: auto;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}

/* CONTENT */
#content
{
	padding: 12px 0 0 12px;
	float: left;
	width: 646px;
}

#content h2
{
	margin: 0 0 12px 0;
	width: 380px;
}

#content h3.standard
{
	margin: 12px 0 0 0;
}

#content p.standard
{
	font-size: 0.8em;
	color: #000;
	margin: 12px 0 0 0;
}

/* ---LEFT CONTENT */
#leftContent
{
	float: left;
	width: 377px;
	padding: 0 12px 0 0;
}

#leftContent p
{
	color: #000;
	font-size: 0.8em;
}

/* ---RIGHT BCONTENT */
#rightContent
{
	float: left;
	width: 257px;
}

/* ------LATEST NEWS */
#latestNews
{
	float: left;
	width: 233px;
	padding: 12px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#latestNews .detail
{
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	color: #091426;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0 6px 0;
}
#latestNews .detail p, #latestNews .detail span
{
	padding: 0 6px;
	float: left;
	width: 221px;
}
#latestNews .detail span
{
	font-weight: bold;
}

#latestNews .detail .title
{
	width: 229px;
	float: left;
	height: 28px;
	background: #7DAC44 url(../images/greenBar.jpg) repeat-x scroll 0 0;
	margin: 2px;
	display: inline;
}
#latestNews .detail .title span
{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	float: left;
	width: auto;
	padding: 6px 0 0 4px;
}

/* ------TESTIMONIALS */
#testimonials
{
	float: left;
	width: 233px;
	padding: 12px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
}

#testimonials .detail
{
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	color: #091426;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0 6px 0;
}
#testimonials .detail p
{
	padding: 0 6px;
	float: left;
	width: 221px;
}
#testimonials .detail span
{
	font-weight: bold;
	float: right;
	width: auto;
	padding: 0 6px;
}

#testimonials .detail .title
{
	width: 229px;
	float: left;
	height: 28px;
	background: #7DAC44 url(../images/greenBar.jpg) repeat-x scroll 0 0;
	margin: 2px;
	display: inline;
}
#testimonials .detail .title span
{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	float: left;
	width: auto;
	padding: 6px 0 0 4px;
}



/*------------------------------------
	SUBNAV
-------------------------------------*/

.subNav
{
	float: left;
	width: 200px;
	margin: 12px 12px 0 0;
	padding: 0 0 12px 0;
	background: transparent url(../images/border.png) repeat scroll 0 0;
}

.group
{
	float: left;
	width: 176px;
	padding: 12px 12px 0 12px;
	clear: both;
}

.group .detail
{
	background: #fff none repeat scroll 0 0;
	float: left;
	width: 100%;
	color: #091426;
	font-size: 0.8em;
	line-height: 1.2em;
}
.group .detail a
{
	float: left;
	width: 164px;
	padding: 6px;
	color:#091426;
	font-weight:bold;
	text-decoration:none;
	background: transparent none repeat scroll 0 0;
}
.group .detail a:hover
{
	background: transparent url(../images/border.png) repeat scroll 0 0;
}

.group .detail .title
{
	width: 172px;
	float: left;
	height: 28px;
	background: #7DAC44 url(../images/greenBar.jpg) repeat-x scroll 0 0;
	margin: 2px;
	display: inline;
}
.group .detail .title a
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	float: left;
	width: 168px;
	padding: 6px 0 6px 4px;
}



/*------------------------------------
	FOOTER
-------------------------------------*/

#footer
{
	margin: 12px 0 0 0;
	float: left;
	width: 846px;
	padding: 6px;
	background: transparent url(../images/border.png) repeat scroll 0 0;
}

#footer ul
{
	color: #091426;
	float: left;
	font-size: 0.7em;
	margin: 0;
	padding: 0 0 0 8px;
	width: 500px;
}

#footer ul li
{
	border-right: 1px solid #091426;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 4px;
	width: auto;
}

#footer ul li.last
{
	border: none;
}

#footer ul li a
{
	color: #091426;
	font-weight: bold;
	text-decoration: none;
}

#footer p
{
	font-size: 0.7em;
	color: #091426;
	width: auto;
	float: left;
}

#footer p.right
{
	float: right;
}

#footer p a
{
	color: #091426;
	font-weight: bold;
	text-decoration: none;
}
