/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

html, body {
	margin: 0;
	padding: 0;
}
body, div#cms_Content {
	background-image: url(../img/bg_topGray.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #151414;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td, th {
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
th {
	vertical-align: bottom;
}
p {
	color: #151414;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	line-height: 1.4em;
}
h1 {
	color: #151414;
	font-size: 1.7em;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
h2 {
	color: #c8351d;
	font-size: 1.25em;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
h3 {
	color: #151414;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #dd5500;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
hr {
	clear: both;
}
#bodyCopy hr {
	margin-bottom: 30px;
}
#canvas {
	width: 100%;
	padding-top: 15px;
}
#content {
	text-align: left;
	width: 1022px;
	_width: 1080px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../img/bg_topPattern.jpg);
	background-repeat: no-repeat;*/
}
.leftCol {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.rightCol {
	width: 650px;
	float: right;
	margin-right: 30px;
}
#logo {
	margin: 38px 0px 8px 8px;
}
#topNav {
	color: white;
	font-size: 0.9em;
}
#topNav {
	background-color: #151414;
	width: 480px;
	float: right;
	clear: both;
	text-align: right;
	padding: 8px 6px 0px 0px;
}
#topNav ul {
	display: inline;
	float: left;
	letter-spacing: 0.05em;
}
#topNav li {
	display: inline;
}
#topNav li a {
	color: white;
	text-decoration: none;
	padding: 0px 12px;
	border-left: 1px solid white;
}
#topNav li a:hover {
	color: #e0753a;
}
#topNav form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#topNav form input.text {
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 8px;
	width: 130px;
}
#topNav form input.image {
	padding: 0px;
	margin: 0px 0px 0px 3px;
	position: relative;
	bottom: 3px;
}


/****************************************************/
/* Begin CSS Popout Menu */
/****************************************************/
#mainNav {
	line-height: normal;
	margin-top: 90px;
}

/* LEVEL 1 */
#mainNav ul {
	display: inline;
	float: right;
	height: 23px;
	border-left: 1px solid white;
	padding-top: 9px;
}
#mainNav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 2000;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	font-size: 0.9em;
	color: #151414;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding: 9px 19px 8px 18px;
	background-image: url(../img/bg_mainNav.jpg);
	background-repeat: repeat-x;
	border: 1px solid white;
	border-left: none;
}
#mainNav ul li a:hover, #mainNav ul li a.currentpage {
	background-color: #e7e7e7;
	background-image: none;
	color: #dd5500;
}

/* LEVEL 2 */
#mainNav ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	background: none;
	margin: 0px;
	width: 189px;
	top: 24px;
	padding: 0px;
	left: -1px;
	font-size: 0.9em;
	border: none;
	border-top: 1px solid white;
}
#mainNav ul ul li {
	text-align: left;
	float: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#mainNav ul ul a {
	background-color: #cfcfcf;
	background-image: none;
	color: #000000;
	width: 173px;
	text-align: left;
	display: block;
	padding: 6px 8px 5px 8px;
	text-transform: none;
	font-size: 1.0em;
	border: none;
	top: 0px;
}
#mainNav ul ul a:hover {
	background-color: #e7e7e7;
	color: #dd5500;
}
#mainNav ul ul a img {
	padding-bottom: 1px;
}
#mainNav ul ul a:hover img {
	text-decoration: none;
}
#mainNav ul ul ul {
	top: 0; 
}

/* POP OUT CONTROLS */
#mainNav li:hover ul ul,
#mainNav li li:hover ul ul,
#mainNav li li li:hover ul ul,
#mainNav li li li li:hover ul ul {
	display: none;
}

#mainNav li:hover ul,
#mainNav li li:hover ul,
#mainNav li li li:hover ul,
#mainNav li li li li:hover ul {
	display: block;
	margin-top: 0;
}
/****************************************************/
/* End CSS Popout Menu */
/****************************************************/


#headerImg img {
	margin-top: 16px;
}
.leftColWide {
	width: 265px;
	background-color: #e3e3e3;
	border: 1px solid #bdbdbd;
	margin-top: 18px;
	padding: 12px;
}
.leftColWide a {
	text-decoration: none;
}
.leftColWide a:hover {
	text-decoration: underline;
}
div.sponsors img {
	margin-right: 15px;
	margin-top: 15px;
}
#bodyCopy {
	padding: 16px 47px 20px 0px;
}
div.sponsorAd.medium {
	display: inline;
	float: right;
	margin-right: -47px;
	padding-left: 30px;
	padding-bottom: 30px;
}
div.sponsorAd.large {
	margin-top: 30px;
}
div.sponsorAd img {
	border: 1px solid #a09f9f;
}
div.sponsorAd span.headCopy {
	display: block;
	text-align: right;
	color: #a09f9f;
	font-weight: bold;
	margin-bottom: 2px;
	margin-right: 2px;
}
div.sponsorAd span.footCopy {
	display: block;
	text-align: left;
	color: #a09f9f;
	font-style: italic;
	padding-bottom: 30px;
}
#footer {
	color: white;
	background-color: #191919;
	clear: both;
	padding-bottom: 100px;
	width: 1022px;
	_width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	color: white;
}
#footer div.leftCol {
	padding: 20px 12px 0px 0px;
	width: 258px;
	font-size: 0.85em;
}
#footer div.leftCol a {
	color: white;
	text-decoration: underline;
}
#footer div.leftCol a:hover {
	color: #f9b561;
}
#footer div.rightCol {
	padding: 17px 50px 0px 0px;
	width: 600px;
} 
#footer ul {
	display: inline;
	float: left;
	letter-spacing: 0.05em;
}
#footer li {
	display: inline;
}
#footer li a {
	color: white;
	text-decoration: none;
	padding: 0px 8px 0px 12px;
	background-image: url(../img/bul_forwardslash.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-transform: uppercase;
	line-height: 1.6em;
}
#footer li a:hover {
	color: #f9b561;
	text-decoration: underline;
}
#footer li a.first {
	background-image: none;
	padding-left: 0px;
}

#canvas .printOnly {
	display: none;
}


/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
	#content {
		width: 100%;
	}
	.leftCol {
		width: 100%;
		float: none;
	}
	.rightCol {
		width: 100%;
		float: none;
	}
	#footer div.leftCol {
		padding: 0px;
		width: 100%;
		margin-left: 0px;
	}
}
