* {
	margin:0;
	padding:0;
}

html {
	background:url(../images/bg1.gif) top left repeat-x #fff;
	font-family:tahoma, arial, sans-serif;
	color:#2b2b2b;
	font-size:small;
}

/* fixes font-size keyword problem for IE5/Win */
body {
	width:770px;
	margin:0 auto;
	background:url(../images/bodyBGtop.gif) top left repeat-x transparent;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 103%;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}


#header {
	margin:0;
	height:56px;
	background:url(../images/headerBG.gif) top center no-repeat #ffffff;
	color:#000000;
	padding:30px 8px 0 8px;
}


	#header h2 {
		float:left;
		color:#fff;
		background:url(../images/pageHeaderBG.gif) left top repeat-x #868686;
		padding-top:7px;
		height:24px;
		width:149px;
		text-align:center;
	}

	#header img {
		border:none;
		float:left;
	}

	#header ul {
		list-style:none;
		float:right;
		text-transform:lowercase;
		font-size:80%;
		margin-top:25px;
		text-align:center;
		width:auto;

	}

		#header ul li {
			float:left;
			display:inline;
			width:45px; /* fix for Mozilla 1.6 - better to not specify a width */
			padding:0 20px 4px 20px;
			background:url(../images/vdots.gif) top right repeat-y transparent;	
		}

		#header ul li a {
			float:none;
			color:#000000;
			background-color:transparent;
			text-decoration:none;
			display:block;
			height:1%;
		}

		#header ul li a:hover {
			text-decoration:underline;
		}

			#header ul li a img {
				margin:0 auto;
				float:none;
				display:block;
			}


#pageTitle {
	background:url(../images/pageTitleBG.gif) bottom center no-repeat transparent;
	height:38px;
	padding-left:190px;
}

	#pageTitle h2 {
		text-align:center;
		/*width:120px;*/
		display:block;
		float:left;
		color:#fff;
		height:25px;
		padding:8px 10px 4px 10px;
		font-size:90%;
		background:url(../images/pageTitleHeadingBG.gif) top left repeat-x transparent;
	}




#content {
	background:url(../images/topBG.gif) top center repeat-y #fff;
	color:#000000;
	float:left;
}



#left {
	float:left;
		font-size:90%;
}

#nav {
	float:left;
	width:180px;
	list-style:none;
	padding:0 5px;
}

	#nav li {
		margin-bottom:5px;
	}

		#nav li a {
			background:url(../images/navButtonBG.gif) top left no-repeat;
			height:21px;
			padding:9px 0 0 40px;
			display:block;
			color:#000;
			font-weight:bold;
		
			text-decoration:none;
		}

		#nav li a:hover {
			background-position:0 -29px;
			color:#E9AC00;
		}



#innerWrapper {
	float:right;
	font-size:110%;
	padding-right:5px;
}



#panel {
	float:left;
}

body.marketing #panel {
		margin-bottom:-30px;
}

 /* 
body.marketing #panel h2 {
display:none; 
}
*/

	#panel img {
		border:none;
	}




	


body.inner #services {
	width:180px;
	/*padding:0 5px 25px 5px;*/
	padding-bottom:25px;
	clear:left;
	margin-left:5px;
	background:url(../images/serviceMenuBottom.gif) bottom center repeat-x transparent;
}

body.inner #services h4 {
	color:#0a4479;
	background:url(../images/subHeaderBG.gif) left bottom repeat-x;
	/*padding:0.5em 12px;
	margin:5px 0 5px 0;*/
	padding:0.5em 5px;
	font-size:100%;
}

body.inner #services ul {
	list-style:none;
	/*margin:0 8px 0 0;*/
	background:url(../images/vdots.gif) right top repeat-y #fff;
}

	body.inner #services ul li {
		margin:0.5em 0;
		padding:0.1em 12px 0.5em 12px;
		border-bottom:1px solid #f3f3f3;
	}

	body.inner #services ul li a {
		display:block;
		color:#707070;
		text-decoration:none;
		padding:0 12px;
		background:url(../images/listBullet2.gif) left center no-repeat transparent;
	}

	body.inner #services ul li a:hover {
		color:#0077cc;
		text-decoration:underline;
	}

body.inner #services hr {
	float:left;
	height:30px;
	width:170px;
	border:none;
	background:url(../images/serviceMenuBottom.gif) bottom center repeat-x transparent;
}





#main {
	clear:both;
	padding-top:10px;
	background-color:transparent;
	width:550px;
	font-size:80%;
	margin-right:10px;
	padding:0 5px;
}



#main h4 {
		color:#9e8904;
		font-size:100%;
		margin:0 0 0.5em 0;
	}

		#main h4 span {
			color:#000;
		}

		#main p {
			margin:1em 0 1em 0;
		}

		#main ul {
			list-style:none;
		}

			#main ul li {
				color:#0077cc;
				margin:0.25em 0;
				padding-left:12px;
				background:url(../images/listBullet2.gif) left center no-repeat transparent;
			}

		#main .column {
			width:171px;
			padding:0 22px 0 30px;
			margin:0 0 1em 0;
			float:left;
		}


#footer {
	clear:both;
	text-align:center;
	background:url(../images/contentBG.gif) bottom center repeat-y;
}

	#footer ul {
		list-style:none;
		font-size:80%;
		padding-bottom:1em;
		background-color:#fff;
		margin:0 10px;
	}

		#footer ul li {
			display:inline;
			padding:0 0.5em;
			border-right:1px solid #0077cc;
		}

			#footer ul li.lastItem {
				border:none;
			}

			#footer ul li a {
				color:#0077cc;
				text-decoration:none;
			}

			#footer ul li a:hover {
				text-decoration:underline;
			}

	#footer #copyright {
		background:url(../images/footerBG.gif) bottom center no-repeat;
		padding:10px 0 15px 0;
		font-size:80%;
	}



a.moreLink {
	position:absolute;
	bottom:0;
	padding-right:10px;
	padding-left:120px;
	background:url(../images/moreLink.gif) right center no-repeat transparent;
	color:#0077cc;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
}


	a.moreLink:hover {
		text-decoration:underline;
	}

li.lastItem {
	border:none !important;
	background-image:none !important;
}


.access {
	position:absolute;
	left:-9999px;
}

.clearer {
	clear:both;
}

.imgR {
	float:right;
	margin:0 0 1em 1em;
}

.imgL {
	float:left;
	margin:0 1em 1em 0;
}

.printOnly {
	display:none;
}