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

html,body {
	padding:0;
	text-align:center;
	background-attachment:scroll;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #2D6DB4;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/BG_main.jpg);
}
.li {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#outerWrap {
	margin:0 auto;
	padding:0;
	width:960px;
}
#innerWrap {
	width:960px;
}
#wrapper {
	margin:0 auto;
	width:960px;
}
#header {
	/*position:relative;*/
	width:960px;
	height:446px;
	background-image: url(../images/header.jpg);
	/*text-align: left;*/
	/*background-color:#ffffff;*/
	/*
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
}
#header #homeLink{
	position:absolute;
	top:280px;
	left:70px;
	width:470px;
	height:150px;
}

#contentWrap {
	text-align:left;
	width:960px;
	background-repeat: repeat;
	background-position: bottom;
	background-image: url(../images/bg_content.gif);
}
#leftSidebar {
	float:left;
	width:224px;
	padding-left:7px;
	padding-bottom: 0px;
	background-color: #659249;
	padding-right: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#leftSidebarTop {
	width:224px;
	height:25px;
	background-color: #86C629;
	background-repeat: no-repeat;
	background-image: url(../images/leftSidbarTop-bg.gif);
	background-position: bottom;
}
#leftSidebarBottom {
	width:224px;
	text-align: center;
	background-image: url(../images/bg-leftSidebarBottom.gif);
	background-position: -14px bottom;
	height: 19px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-color: #FFF;
	padding-top: 0px;
}

/** SEARCH FORM **/
#search {
	width:180px;
	white-space:nowrap;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	margin-top: 10;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#search form {
	margin:0;
	padding:0;
}
#search input.search {
	width:74%;
}

/* JAVASCRIPT STYLES FOR MENU */
/* simply places the menu_arrow.gif in place to indicate all submenus */
/* links with no background images and just color codes can be changed in the normal menu code  */
/* shouldn't need to alter this code unless there are images for link backgrounds */
/* Reminder for next time: */
/* if the links have images for backgrounds then the menu_arrow.gif image has to be altered to a full size image background desired */
#menu li.submenu1 a {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% 0%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 a:hover {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% -35px; 
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a,
#menu li.submenu1 ul li.submenu2 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a:hover {
	background-image:url(../images/menu_arrow.gif); 
	background-position:195px 2px;
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li a,
#menu li.submenu1 ul li a:hover,
#menu li.submenu1 ul li.submenu2 ul li a,
#menu li.submenu1 ul li.submenu2 ul li a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a:hover {
	background-image:none;
}
/* END JAVASCRIPT STYLES FOR MENU */


/* MENU LEVEL 1 */
#menuWrap .bar {
	width:100%;
	height:7px;
	font-size:0px;
	background-color: #86C629;
	background-image: url(../images/bg-bar2.gif);
	background-repeat: no-repeat;
}
#menuWrap {
	width:100%;
	text-align:left;
	background-color: #657D4F;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:224px;
}
#menu ul {
	border-top:1px solid #ced4d2;
}
#menu li {
	width:224px;
	border-bottom:1px solid #ced4d2;
}
#menu a {
	padding:0 0 0 10px;
	width:214px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: left 0px;
	background-color: #155DA1;
	background-image: url(../images/bg_menuLink.gif);
}
#menu a:hover {
	color:#FF0;
	background:url(../images/bg_menuLink.gif) 0% -35px no-repeat #FF0000;
}
/** SUB MENU LEVEL 2 **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:224px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 15px;
	width:209px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color: #155DA1;
}
#menu ul a:hover {
	color:#FF0;
	background-color: #1A74C6;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 20px;
	width:204px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color: #155DA1;
	background-image: url(../images/btn-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul li ul a:hover {
	color:#FF0;
	background-color: #1A74C6;
	background-image: url(../images/btn-bgOver.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 35px;
	width:189px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color: #155DA1;
	background-image: url(../images/btn-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul li ul li ul a:hover {
	color:#FF0;
	background-color: #1A74C6;
	background-image: url(../images/btn-bgOver.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 50px;
	width:174px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color: #155DA1;
	background-image: url(../images/btn-sub2-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul li ul li ul li ul a:hover {
	color:#FF0;
	background-color: #1A74C6;
	background-image: url(../images/btn-sub2Over-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/****************************************************************
END MENU
****************************************************************/

/** UNDER MENU ITEMS **/
#underMenuItems {
	margin:0;
	padding:10px 0 0 0;
	width:224px;
	text-align:center;
	background-color: #155DA1;
}
#underMenuItems a {
	display:inline-block;
	margin:7px 0;
}
#underMenuItems img {
	border:none;
}
#creditCards {
	margin:0 auto;
	padding:10px 0;
	width:170px;
	color:#ffffff;
	background-color: #155DA1;
}
#creditCards a {
	margin:5px 0 0 0;
}
#creditCards .space {
	margin:0 0 3px 0;
}
/*
#creditCards a {
	margin:0 auto;
	width:103px;
	display:block;
	font-size:10px;
	color:#CCC;
	text-align:center;
	text-decoration:none;
}
#creditCards a:hover {
	color:#FFF;
}
*/
#creditCards img {
	margin:1px;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}
/* sidebar - 239 */
#mainWrap {
	float:left;
	width:720px;
}
* html #mainWrap {
	margin-right:-4px;
}
#content {
	float:left;
	width:510px;
	/*overflow: auto;*/
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	padding:15px 0 0 0;
	float:left;
	width:180px;
	text-align:center;
}
#rightSidebar a {
	display:inline-block;
	margin:7px 0;
}
#rightSidebar img {
	border:none;
}

/** FOOTER **/
#footer {
	padding:25px 20px 0 20px;
	width:920px;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:50%;
	color:#FFF;
}
#poweredBy {
	float:left;
	text-align:right;
	font-size:11px;
	width:50%;
	color:#CCC;
}
#poweredBy a {
	font-size:14px;
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#FFF;
}
#siteDesign {
	clear:both;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#CCC;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#FFF;
}	
#serviceAreas {
	margin:0;
	padding-top: 55px;
	padding-bottom: 25px;
	width:100%;
	text-align:left;
	font-size:10px;
	color:#000;
}
.Verdana {
	font-family: Verdana, Geneva, sans-serif;
}
#underMenuItems A {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#underMenuItems A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	font-weight: normal;
	text-decoration: none;
}

