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

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background-attachment:scroll;
	background-color: #21409A;
	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;
}
#bgImage {
	width:100%;
	background:url(../images/bg2.jpg) top center no-repeat;
	background-attachment:fixed;
}
#wrapper {
	margin:0 auto;
	padding:0 0 25px 0;
	width:962px;
}
#header {
	width:962px;
	height:229px;
	padding:144px 0 0 0;
	background-image: url(../images/headertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerMiddle {
	width:962px;
	height:123px;
	background-image: url(../images/headermiddle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerBottom {
	width:962px;
	height:106px;
	background-image: url(../images/headerbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/** BEGIN CONTENT **/
#contentWrap {
	text-align:left;
	width:962px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#contentWrapInside {
	width:962px;
	background:url(../images/bg_main.gif) 100% 362px no-repeat;
}

#leftSidebarTop {
	width:216px;
	height:54px;
	font-size:0px;
	background-image: url(../images/bg_sidebar_top.jpg);
	background-repeat: no-repeat;
}
/** BEGIN LEFTSIDEBAR **/
#leftSidebar {
	float:left;
	width:216px;
}
#leftSidebarBottom {
	width:216px;
	height:10px;
	font-size:0px;
	background-image: url(../images/bg_sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#underMenuItems {
	text-align:center;
	background: url(../images/bg_sidebar.gif) center repeat-y;
}
#underMenuItems img {
	margin:0 auto;
	border:none;
}

/** JAVASCRIPT STYLES FOR MENU **/
#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% 100%;
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a {
	background-image:url(../images/bg_subMenuLinkArrow.gif); 
	background-position:177px 0%;
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a:hover {
	background-image:url(../images/bg_subMenuLinkArrow.gif); 
	background-position:177px 100%;
	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:url(../images/fake.gif); /* just tricks the menu */
}
/** END JAVASCRIPT STYLES FOR MENU **/

/** BEGIN MENU **/
#menuWrap {
	margin:0;
	padding:0 8px;
	width:200px;
	text-align:left;
	background: url(../images/bg_sidebar.gif) center repeat-y;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#menu ul {
	display:none;
	margin-top:5px;
	padding:5px 0;
	width:200px;
	border-bottom:1px solid #c8c8c8;
	background:url(../images/bg_subMenuTop.gif) top no-repeat #ffffff;
}
#menu li {
	width:200px;
	padding-bottom: 5px;
}
#menu ul li {
	margin:0;
}
#menu ul li ul {
	margin-top:0;
	padding:0;
	border:none;
	width:200px;
	background:none;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:0 0 0 10px;
	width:190px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#233a74;
	text-transform:uppercase;
	background-image: url(../images/bg_menuLink.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#menu a:hover {
	color:#ffffff;
	background-image: url(../images/bg_menuLink.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	/*background-color:#1b344e;*/
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:6px 0 6px 10px;
	width:190px;
	height:auto;
	display:block;
	white-space:normal;
	text-decoration:none;
	line-height:normal;
	font-size:11px;
	font-weight:normal;
	color:#233a74;
	text-transform:none;
	/*background-color:#e6e6e6;*/ /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#233a74;
	text-decoration:underline;
	/*background-color:#1b344e;*/
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 20px;
	width:180px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 30px;
	width:170px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 40px;
	width:160px;
}
/** END MENU **/

/** UNDER MENU ITEMS **/
#dontPanic a {
	width:208px;
	height:171px;
	display:block;
	text-align:center;
	background-image:url(../images/dont_panic.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	border:1px solid #1b344e;
}
#dontPanic a:hover {
	background-position:0% 100%;
}
#creditCards {
	width:216px;
	margin-top:10px;
	border-top:1px solid #c8c8c8;
}
#creditCards a {
	padding:15px 8px;
	width:200px;
	display:block;
	color:#003366;
	text-align:center;
	text-decoration:none;
}
#creditCards a:hover {
	color:#006699;
	font-weight:bold;
}
#creditCards img {
	border:none;
}
/** End Menu **/
/** CONTENT **/
#mainWrap {
	float:left;
	margin:0 0 0 4px;
	padding:0;
	width:742px;
}
#Banner {
	text-align:right;
	width:717px;
	height:42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/bg_content_top.jpg);
	background-repeat: no-repeat;
}
#mainWrapInside {
	width:742px;
}
#content {
	float:left;
	padding:5px 10px 10px 23px;
	width:516px;
}

/** BEGIN RIGHT SIDEBAR **/
#rightSidebar {
	margin:0;
	float:left;
	width:180px;
	background:url(../images/links.gif) top center no-repeat #ffffff;
}
#memberLogos {
	width:180px;
	text-align:center;
	padding:5px 0 0 0;
}
#memberLogos img {
	margin:0 0 15px 0;
	border:0;
}

/** BEGIN FOOTER **/
#footer {
	width:742px;
	height:123px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 220px;
	background-color: #21409A;
}
#copyright {
	float:left;
	font-size:10px;
	text-align:left;
	width:343px;
	padding-left:20px;
	color:#00001A;
	padding-top: 25px;
}
#poweredBy {
	float:left;
	text-align:right;
	font-size:11px;
	width:353px;
	padding-right:5px;
	color:#00001A;
	padding-top: 25px;
}
#poweredBy a {
	font-size:13px;
	font-weight:bold;
	color:#00001A;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#ff0000;
}
#siteDesign {
	clear:none;
	float:right;
	width:350px;
	padding-right:27px;
	text-align:right;
	font-size:11px;
	color:#00001A;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#00001A;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#ff0000;
}	

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