/* ==SETUP */

.FIXME {
	color: yellow;
	background-color: black;
}

html, body {
	margin: 0px;
	border: 0px;
}

body {
	/* Faux column */
	background-color: #fff;
	background-image: url(../images/sidebar-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
			
	color: #000;
	
}

img {
	border: 0px none;
}

/* ==TEXT */

body, td {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}


/* ==NAV */

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 268px;
	color: #fff;
	text-transform: uppercase;
	line-height: 2;
	height: 244px;

}

#nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav ul,
#nav ul li {
	display: block;
}

#nav li {
	padding: 30px 25px;
	width: 235px;

	background-image: url(../images/nav-swoop-teal.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

	#nav li li,
	#nav #logoLI {
		width: 180px;
		padding: 0px;
		background-image: none;
	}

#nav #logoLI {
	padding: 0px;
	background-color: #fff;
	color: black;
}

#nav #logoLI img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav #firstNavSectionLI {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/nav-swoop-white.jpg);
}

#nav a, #nav a:visited {
	display: block;
	padding-left: 20px;
	margin-left: 10px;
	color: rgb(191,169,115);
	text-decoration: none;
}

#nav #logoLI a {
	padding: 0px;
	margin: 0px;
}

#nav a.current {
	/* background-color: yellow; */
	background-image: url(../images/navPlus.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ==MASTHEAD */

#masthead {
	margin: 0px 0px 0px 235px;
	padding: 0px;
}

/* ==MAIN */

#main {
	margin: -1px 0px 0px 235px;
	padding: 1px 0px 0px 0px;
	width: 750px;
	position: relative;
}

	#sidebar {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 250px;
		padding: 0px 0px 20px 0px;
		
		background-color: rgb(213,198,163);
		background-image: url(../images/target-bg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#sidebar h2 {
			margin: 0px 0px 1em 0px;
			padding: 0px;
			margin: 0px;
		}
		
		#sidebar p {
			margin-left: 15px;
			margin-right: 15px;
		}
	
	#contentWrap {
		margin: 1em 270px 0px 20px;
	}

/* ==COUNTFINDER */

	.JSEnabled .noJS { display: none; }
	.JSBlock, .JSInline { display: none; }
	.JSEnabled .JSBlock { display: block; }
	.JSEnabled .JSInline { display: inline; }
	
	#listTotalDesc {
		font-size: 150%;
		color: rgb(17, 61, 88);
	}
	
	#listTotal {
		font-weight: bold;
	}
	

	#listState, #listCounty {
		width: 70%;
		margin-bottom: 1em;
	}

/* ==MKTGWLISTS */

.exampleTable {
	border-collapse: collapse;
}

.exampleTable td {
	border: 1px solid #ccc;
	padding: 0.25em;
}

.exampleTable th {
	text-align: left;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
}


/* ==ASSISTIVE */

a.skiplink {
	position: absolute;
	left: -999px;
}

/* ==FORMS */

.formStyle input,
.formStyle select,
.formStyle textarea {
	width: 50%;
	float: left;
}

.formStyle input[type=checkbox],
.formStyle input[type=radio] {
	display: inline;
	width: auto;
}

.formStyle input.inputTypeCheckbox,
.formStyle input.inputTypeRadio {
	/* IE6 fallback via JavaScript - [attr] syntax breaks the entire rule above in IE6, so it has to be restated */
	display: inline;
	float: none;
	width: auto;
}

.formStyle br {
	clear: left;
	margin-bottom: 10px;
}

.formStyle br.inter {
	clear: none;
	margin-bottom: 0px;
}

.formStyle label {
	width: 45%;
	margin-right: 3%;
	float: left;
	text-align: right;
}
	
.offScreen {
	position: absolute;
	left: -999em;
}

#frmContact .offScreen * { float: none; }
}

.formStyle label.checkLabel {
	display: inline;
	float: none;
	text-align: left;
}
