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

body {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	background-attachment: scroll;
	background-color: #8da6c5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#leftSidebar,
#rightSidebar,
#footer {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
#outerWrap {
	margin:0 auto;
	padding:25px 0;
	width:956px;
}
#innerWrap {
	width:954px;
	border:1px solid #98a4a1;
}
#wrapper {
	margin:0 auto;
	width:954px;
}
#header {
	width:954px;
	height:381px;
	padding-top:143px;
	background:url(../images/headerTop.jpg) top left no-repeat #ffffff;
}
#flash {
	float:left;
	width:254px;
	height:381px;
	background:url(../images/flash.jpg) no-repeat;
}
#headerRight {
	float:left;
	width:700px;
	height:307px;
	background:url(../images/headerRight.jpg) no-repeat;
}
#contentWrap {
	text-align:left;
	width:954px;
	/*padding:0 15px 0 0;*/
	background:#ffffff;
}
#leftSidebar {
	float:left;
	width:225px;
	padding-left:14px;
}

/* MENU LEVEL 1 */
#menuWrap .bar {
	width: 100%;
	height: 7px;
	font-size: 0px;
	background-color: #bcc4c2;
	background-image: url(../images/bg-bar.gif);
	background-repeat: no-repeat;
}
#menuWrap {
	width:225px;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu ul {
	border-top:1px solid #ced4d2;
}
#menu li {
	width:225px;
	border-bottom:1px solid #ced4d2;
}
#menu a {
	width: 200px;
	height: 35px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #65726f;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/btn-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#menu a:hover {
	color: #eb1c2b;
	background-image: url(../images/btn-sub-bg.gif);
}
/** SUB MENU LEVEL 2 **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:225px;
	border-bottom:none;
}
#menu ul a {
	padding: 0 0 0 25px;
	width: 200px;
	height: 30px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	text-transform: none;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #65726f;
	padding-left: 25px;
	background-color: #e4e7e6;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/btn-sub-bg.gif);
}
#menu ul a:hover {
	color: #eb1c2b;
	background-color: #ffffff;
	background-image: url(../images/btn-subOver-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 40px;
	width:185px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#65726f;
	background:url(../images/btn-sub-bg.gif) left no-repeat #e4e7e6;
}
#menu ul li ul a:hover {
	color:#eb1c2b;
	background:url(../images/btn-subOver-bg.gif) left no-repeat #ffffff;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding: 0 0 0 55px;
	width: 170px;
	height: 30px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #65726f;
	background-color: #e4e7e6;
	background-image: url(../images/btn-sub-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul li ul li ul a:hover {
	color:#eb1c2b;
	background:url(../images/btn-subOver-bg.gif) left no-repeat #ffffff;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 70px;
	width:155px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#65726f;
	background:url(../images/btn-sub-bg.gif) left no-repeat #e4e7e6;
}
#menu ul li ul li ul li ul a:hover {
	color:#eb1c2b;
	background:url(../images/btn-subOver-bg.gif) left no-repeat #ffffff;
}

#payment {
	text-align: center;
	width: 225px;
	height: 110px;
	padding: 0 0 0 0;
	background-image: url(../images/bg-payment.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#payment img {

}
#payment a {
	margin:0 auto;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:11px 0 0 0;
	width:225px;
	color:#65726f;
}
#payment a:hover {
	padding:10px 0 0 0;
	color:#65726f;
	border:1px inset #ced4d2;
	background:url(../images/bg-payment.jpg) top no-repeat;
	width: 223px;
}
#content {
	float: left;
	padding: 15px 15px 25px 15px;
	font-family: Arial, Helvetica, sans-serif;
 }

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	margin-top:10px;
	width:175px;
}
#memberLogos {
	text-align:center;
	padding:15px 0 0 0;
}
#memberLogos img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footer {
	width: 920px;
	height: 40px;
	background-color: #F20000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000;
	float: left;
}
#copyright {
	float: left;
	font-size: 11px;
	text-align: left;
	width: 458px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
}
#siteDesign {
	float: left;
	text-align: right;
	font-size: 12px;
	width: 448px;
	color: #FFFFFF;
	padding-top: 15px;
}
#siteDesign a {
	color:#FFFFFF;
}
#siteDesign a:hover {
	color:#FFFFFF;
}	
#finance {
	text-align:center;
	width:225px;
	height:111px;
	padding:0 0 0 0;
}
#finance a {
	margin:0 auto;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:10px 0 0 0;
	width:225px;
	color:#65726f;
}
#finance a:hover {
	color:#65726f;
	padding:11px 0 0 0;
	color:#65726f;
	width: 223px;
}
#finance img {
	border:1px;
}

#serviceAreas {
	margin:0 auto;
	padding:15px 0;
	width:956px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
