@charset "UTF-8";

* {margin: 0px; padding: 0px; outline: none;}


body {
	background: url(images/bg.png) repeat-x;
	font: 12px Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 16px;
}

h1 {font-family: Arial Narrow, Helvetica, Arial, sans-serif; color: #2c5dbc; font-weight: normal; font-size: 24px;}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	margin: 0px 0 10px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	margin: 20px 0px;
}

p {margin: 15px 0px;}
.pHeader {font-weight: bold; color: #2c5dbc; font-size: 14px;}

#container {
	width: 800px;
	margin: 0 auto;
}

#masthead {position: relative;}
#logoArea {
	width: 800px;
	height: 165px;
	background: url(images/topBtns-bg.jpg) no-repeat right top;
}
#headerIcons {width: 780px; height: 140px; position: relative; padding-left: 20px;}
#topBtns {
	position: absolute;
	background: url(images/topBtns-bg.jpg) no-repeat;
	height: 125px;
	width: 409px;
	top: 0px;
	right: 10px;
}
#icons {width: 378px; height: 120px; position: absolute; top: 0px; right: 125px;}

#callAction {
	position: absolute;
	top: 14px;
	left: 422px;
	height: 75px;
}
/* TOP MAIN NAV */

#mainNav {
	width: 566px;
	height: 44px;
	background: url(images/nav-bar.png) no-repeat;
	position: absolute;
	top: 120px;
	left: 225px;
	font-size: 14px;
	padding-left: 6px;
	z-index: 400;
}

#nav {
		margin:0 auto; 
		list-style:none;
		width: 575px;
		height: 44px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:92px;  
			position:relative;
			z-index:500; 
			margin:0px
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	padding:16px 5px 0 5px;
	height:28px;
	text-decoration:none;
	text-align:center;
	color:#2c5dbc;
	background: url(images/nav-bg.png) no-repeat;
		}


		#nav li a:hover {
			color:#000000;
			background-position: 0 -44px;
		}
	
		/* you can make a different style for default selected value */
	
		.selected {
			color:#000000;
			background-position: 0 -44px;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:92px; 
			float:left; 
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#000000;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}
		
		#nav li li a {
	background: #ececec url(none);
	border-top: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 160px;
	text-align: left;
	padding-left: 15px;
	font-size: 11px;
}

#nav li li a:hover {text-decoration: none; color: #2c5dbc;}

#nav li ul {margin-top: -4px;}
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
		
#home .home, #pardons .pardons, #waivers .waivers, #purges .purges, #services .services, #contact .contact {background-position: 0 -44px;}

#contentWrapper {width: 800px; padding-top: 20px;}

#content {float: right; width: 550px;}

/* SIDE NAVIGATION */

#sideCol {float: left; width: 200px; margin-left: 20px;}

#resourcesNav, #sideNav {
	width: 200px;
	list-style-type: none;
	font-size: 14px;
}

#rescourcesNav li, #sideNav li {
	width: 200px;  
	height: 37px;
}

#resourcesNav a, #sideNav a {
	display:block;
	height:17px;
	padding: 12px 0px 8px 35px;
	color:#666;
	background: url(images/vert-menu-bg.png) no-repeat left top;
	color: #2c5dbc;
	text-decoration: none;
}

#resourcesNav a:hover, #sideNav a:hover {background-position: 0 -37px; color: #000000}

#sideNav {margin-bottom: 20px;}


#testimonials {
	width: 202px;
	height:78px;
	overflow: hidden;
	margin-top: 10px;
}

#testimonials a {
	text-indent: -9999px;
	display: block;
	width: 202px;
	height: 78px;
	background: url(images/testimonialsBtn.jpg) no-repeat left top;
}

#testimonials a:hover {background-position: 0 -78px;}

/* Blog Listing */

#blogSection {
	width: 170px;
	height: 115px;
	background: url(images/module-left.png) no-repeat left bottom;
	margin-top: 25px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#blogSection h3 {color: #666666;}

#blogSection a {color: #50ba2d; text-decoration: none;}
#blogSection a:hover {color: #50ba2d; text-decoration: underline;}
#blogSection p {margin: 5px 0px;}

#consultationBubble {
	width: 497px;
	height: 126px;
	background: url(images/quote.gif) no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 20px;
}

#callToAction {margin-top: 20px;}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#callToAction {font-weight: bold; font-size: 18px;}

a:link {color: #50ba2d; text-decoration: none;}
a:visited {color: #50ba2d; text-decoration: none;}
a:hover {color: #50ba2d; text-decoration: underline;}
a:active {color: #50ba2d; text-decoration: none;}


/* FOOTER */

#footerContainer {
	width: 100%;
	height: 55px;
	border-top: 20px solid #efefef;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 20px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#footerNav {width: 475px; height: 25px; list-style: none; position: absolute; top: 0px; right: 0px;}
#footerNav li {
	float:left; 
	display:inline;  
	width: 100px;
	margin: 0px;
	padding: 0px;
}
		
		/* this is the parent menu */
#footerNav li a {
	display:block;
	height:24px;
	text-decoration:none;
	color:#2c5dbc;
		}

#footerNav li a:hover {text-decoration: underline;}


.arrow4 {list-style: none; width: 500px; margin-top: 20px;}

.arrow4 li {
	background: url(images/arrow-4.png) no-repeat left 3px;
	width: 500px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.arrow2 {list-style: none; width: 540px;}

.arrow2 li {
	background: url(images/arrow-2.png) no-repeat left 3px;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.arrow3 {list-style: none; width: 540px;}

.arrow3 li {
	background: url(images/arrow-3.png) no-repeat left 3px;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.arrow3b {list-style: none; width: 180px; margin-left: 5px;}

.arrow3b li {
	background: url(images/arrow-3.png) no-repeat left 3px;
	width: 165px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.arrow1 {list-style: none; width: 200px;}

.arrow1 li {
	background: url(images/arrow-1.png) no-repeat left 3px;
	width: 180px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.arrow1b {list-style: none; width: 265px;}

.arrow1b li {
	background: url(images/arrow-1.png) no-repeat left 3px;
	width: 245px;
	padding-left: 20px;
	margin-bottom: 10px;
}


.bullet2 {list-style: none; width: 175px;}

.bullet2 li {
	background: url(images/bullet-2.png) no-repeat left 3px;
	width: 150px;
	padding-left: 15px;
	margin-bottom: 10px;
}

ul.number li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 28px;
	padding-top: 5px;
	height: 20px;
}

li.number-1 {
	background: url(images/number-1.png) 0px 2px no-repeat;	
}
li.number-2 {
	background: url(images/number-2.png) 0px 2px no-repeat;	
}
li.number-3 {
	background: url(images/number-3.png) 0px 2px no-repeat;	
}

p.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(images/status-info.png) 10px 50% no-repeat;
	height: 25px;
	padding-top: 10px;
	padding-left: 45px;
}

p.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(images/status-note.png) 10px 50% no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}

ul.normal {margin-left: 30px;}
ul.normal li {padding-left: 5px;}

a.readon {
	background: url(images/readmore-header.png) 0 0 no-repeat;
	color:  #fff;
	height:  25px;
	line-height: 25px;
	width: 106px;
	float: right;
	cursor:  pointer;
	text-indent: 27px;
	color: #ffffff;
	
}

th {text-align: left; font-size: 14px; color: rgb(48, 98, 196); background: #cccccc; padding: 5px;}
td {padding: 5px;}
.firstRow {padding-top: 20px;}

ul.triangle2 {list-style: none; width: 550px;}
ul.triangle2 li {
	width: 525px;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(images/triangle-2.png) no-repeat 6px 3px;
}

.employTbl td {border: 1px solid #cccccc; text-align: center}

blockquote {
	
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 5px 45px;
	margin: 15px 0;
	background: url(images/quote-start.png) 0 0 no-repeat;
}

blockquote p {
	background: url(images/quote-end.png) 100% 100% no-repeat;
	padding: 0 35px 10px 0;
	margin-top: 0;
}

p.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(images/status-alert.png) 10px 50% no-repeat;
	padding: 10px 5px 10px 45px;
}

h2.menutitle {margin: 15px 0px;}

#newsupdate {
	width: 511px;
	background: url(images/update-box.gif) no-repeat;
	padding: 0px 15px 10px;
	height: 121px;
	margin-bottom: 20px;
}
