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

body {
	margin:0;
	padding:0;
	background:url(../images/tile-bg.jpg) top repeat-x #fff;
}
.clear {
	clear:both;
}
#wrapper {
	margin:0 auto;
	width:956px;
}
#header {
	width:956px;
	height:250px;
	background:url(../images/header.jpg) top left no-repeat;
}
#contentOuterWrap {
	padding:40px 0 0 0;
	width:956px;
	height:auto !important;
	height:410px;
	min-height:410px;
	background:url(../images/content-bg.jpg) top center no-repeat;
}
#contentInnerWrap {
	padding:0 0 40px 0;
	width:956px;
	height:auto !important;
	height:380px;
	min-height:380px;
	background:url(../images/contentBottom-bg.jpg) bottom no-repeat;
}
#leftSidebar {
	float:left;
	width:225px;
	padding-left:15px;
}

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

/** BEGIN MENU **/
#menuWrap {
	width:100%;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu ul {
	border-top:1px solid #97bed3;
	background:#f8fcff;
}
#menu li {
	width:225px;
	border-bottom:1px solid #97bed3;
}
#menu ul li {
	margin:0;
	width:225px;
	border-bottom:none;
}
#menu ul li ul {
	margin-top:0;
	border:none;
	width:200px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:0 0 0 0;
	width:225px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#00007e;
}
#menu a:hover {
	color:#97bed3;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:0 0 0 15px;
	width:210px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#336699;
}
#menu ul a:hover {
	color:#336699;
	background:#ffffff;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 30px;
	width:195px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 45px;
	width:180px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 60px;
	width:165px;
}
/** END MENU **/

/** CREDIT CARDS **/
#creditCards {
	margin:20px 0 10px 0;
}
#creditCards .space {
	margin:0 0 4px 0;
}
#creditCards a {
	margin:0 auto;
	/*width:104px; /* 2 or 4 cards */
	width:156px; /* 3 cards */
	display:block;
	white-space:nowrap;
	font-size:10px;
	color:#00007e;
	text-align:center;
	text-decoration:none;
	/*border:1px solid #0000FF; /* test centering */
}
#creditCards a:hover {
	color:#00007e;
}
#creditCards img {
	margin:1px;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}
						
#content {
	float:left;
	width:481px;
	text-align:left;
	padding:0 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:190px;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footer {
	width:956px;
	padding:10px 0;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:463px;
	padding-left:15px;
	color:#888888;
}
#poweredBy {
	float:left;
	text-align:right;
	width:463px;
	padding-right:15px;
	color:#888888;
}
#poweredBy a {
	font-size:19px;
	font-weight:bold;
	color:#65a2c3;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#00007e;
}
#siteDesign {
	clear:both;
	margin:0 auto;
	width:926px;
	text-align:right;
	font-size:11px;
	color:#888888;
}
#siteDesign a {
	font-size:12px;
	font-weight:bold;
	color:#65a2c3;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#00007e;
}	

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