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

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

h1
{
	margin-top:0px;
	margin-bottom:10px;
}

h2
{
	margin-top:0px;
	margin-bottom:10px;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ol, ul {	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* end reset styles */
	/* clearing technique */
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* mac hide \*/
	
* html .clearfix {height: 1%;}

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/



body {
	background-color:#E8E8E8;
	margin-top:15px;}

	
#wrapper {
	margin: 0 auto;
	width:906px;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;}
	
#top-header {
	background-image:url(images/header-logo-bg.jpg);
	background-repeat:no-repeat;
	height:90px;
	margin: 0 auto;}
	
#top-header2 {
background-image:url(images/header-logo-bg2.jpg);
background-repeat:no-repeat;
height:90px;
margin: 0 auto;}
	
#top-link {
	text-align:right;
	padding-right:15px;
	padding-top:10px;
	font-size:10px;}
	
#top-link a{
	text-decoration:none;
	color:#666; }
	
#top-link a:hover{
	text-decoration:underline;
	color:#666; }
	
#banner-holder {
	background-image:url(images/banner-bg.jpg);
	background-repeat:no-repeat;
	width:880px;
	height:202px;
	margin: 0 auto;
	margin-bottom:15px;}
	
#form-holder {
	position:absolute;
	padding-left:393px;
	padding-top:117px;}

.text-input {
	background-image:url(images/text-input-bg.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:28px;
	border:none;
	line-height:30px;
	padding: 2px 0px 0px 5px;
	font-size:24px;
	color:#333;
	margin-bottom:14px;
	}
	
.search-button {
	position:relative;
	margin-left:15px;
	 }
	
#content-holder {
	width:880px;
	margin: 0 auto;}
	
	
/*........... LEFT AREA HOLDER..................*/
	
#left-area-holder {
	float:left;
	width:249px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background-color:#F9F9F9;
	margin: 0 auto;
	}
	
#box-header-01 {
	background-image:url(images/box-header-01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:235px;
	height:38px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	padding-left:15px;
	color:#FFFFFF;}
	
#box-header-02 {
	background-image:url(images/box-header-02.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:235px;
	height:38px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	padding-left:15px;
	color:#FFFFFF;}
	
#box-header-03 {
	background-image:url(images/box-header-03.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:235px;
	height:38px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	padding-left:15px;
	color:#FFFFFF;}
	
#box-bottom-bg {
	background-image:url(images/box-bottom.jpg);
	background-repeat:no-repeat;
	height:6px;
	width:250px;
	background-color:#FFFFFF;
	}
	
/*........... NAVIGATION..................*/

	
#nav-holder {
	width:230px;
	padding:10px 10px 0 10px;
	margin: 0 auto;
	font-size:12px;
	font-weight:bold;}
	
#nav-holder li{
	border-bottom: solid 1px #CCC;
	line-height:35px;}
	
#nav-holder li a{
	text-decoration:none;
	color:#064DAE;
	background-image:url(images/arrow-off.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
	
#nav-holder li a:hover{
	text-decoration:none;
	color:#FF9900;
	background-image:url(images/arrow-on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

#tips-holder {

	width:230px;
	padding:10px 10px 0 10px;
	font-size:11px;
	}
	
#tips-holder li{
	line-height:30px; }
	
#tips-holder li a{
	text-decoration:underline;
	color:#666;
	background-image:url(images/tips-check.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;}
	
#tips-holder li a:hover{
	text-decoration:underline;
	color:#E29C0A}
	
#testimonial-holder {

	width:230px;
	padding:10px 10px 0 10px;
	font-size:11px;
	color:#666;
	line-height:18px;
	}

.testi-img {
	padding-right:10px;}
	
.testi-text {
	font-size:11px;
	color:#333;
	font-weight:bold;}
	

/*........... MAIN CONTENT..................*/
	
	
#main-content-inner {
	float:right;
	width:610px;
	line-height:20px;
	color:#333;
	font-size:11px;}
	
#main-content-inner h1{
	font-size:24px;
	font-weight:bold;
	color:#333;}
	
#main-content-inner h2{
	font-size:18px;
	font-weight:bold;
	color:#E1A900;}
	
#main-content-inner h3{
	font-size:18px;
	font-weight:bold;
	color:#99CC00;}
	
#main-content-inner h4{
	font-size:18px;
	font-weight:bold;
	color:#0052A4;}
	
.text1 {
	font-size:24px;
	font-weight:bold;
	color:#0066CC;}
	
.text2 {
	font-size:24px;
	font-weight:bold;
	color:#99CC00;}
	
.main-content-inner li {
	background-image:url(images/square.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px; }
	
.main-content-inner2{
	margin: 0 auto;
	width:540px;}
	
.main-content-inner2 li {
	float:left;
	padding: 0 15px 10px 10px;
	
	}
	
.main-content-inner3 {
	margin: 0 auto;
	width:580px;
	background-image:url(images/local-bg.jpg);
	background-repeat:no-repeat;
	padding: 15px 15px 10px 15px}
	
.main-content-inner3 li {
	float:left;
	display:block;
	width:115px;}
	
.main-content-inner3 li a{
	background-image:url(images/square.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	color:#333;
	text-decoration:none;
	}
	
.main-content-inner3 li a:hover{
	text-decoration:underline;}
	
.horizontal-divider {
	border-bottom:dotted 1px #CCC;}
	
	
	


/*...........FOOTER..................*/

#footer-bg {
	margin: 0 auto;
	width:906px;
	height:88px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	line-height:88px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;}



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