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

html, body {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	min-width: 1000px;
}

p {
	padding: 0px 20px 12px 20px;
	color: #FFFFFF;
	font-size: 12px;
}

h1{
	font-size: 20px;
	color:#d31145;
	margin: 12px 0px;
}

h2{
	font-size: 16px;
	color:#333;
	margin: 12px 0px;
}

h3{
	font-size: 14px;
	color:#000;
	margin: 12px 0px 2px 0px;
}

ul {
	font-size: 12px;
	line-height: 1.6em;
}

a:link {
	color: #d31145;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #d31145;
}

a:hover {
	text-decoration: underline;
	color: #d31145;
}

div#container {
	background-image:url(images/yellow_bar_horiz.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
}

div#content {
	padding-right: 370px; /* allows for jeff */
	padding-bottom: 100px; /* this has to match the height of the footer (DB) */
	min-width: 600px;
	display: block;
	z-index: 2;
}

div#footer {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 1500px; /* height of entire image */
	background-image:url(images/jeff_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;
	z-index: 1000;
}

div#containercat {
	background-image:url(images/yellow_bar_horiz.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
}

div#contentcat {
	padding-bottom: 240px; /* this has to match the height of the footer (DB) */
	display: block;
	z-index: 2;
}

div#footercat {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 1500px; /* height of entire image */
	background-image:url(images/cat_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;
	z-index: 1000;
}

#catlayer {
	position: absolute;
	margin: 0px;
	left: 120px;
	top: 158px;
	height: 470px;
	width: 350px;
	z-index: 3000;
}

#newcatlayer {
	position: absolute;
	margin: 0px;
	left: 100px;
	top: 128px;
	height: 480px;
	width: 350px;
	z-index: 3000;
}


div#containerbio {
	background-image:url(images/yellow_bar_horiz.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
}

div#contentbio {
	padding-bottom: 180px; /* makes sure bottom nav doesn't go under content */
	display: block;
	z-index: 2;
}

#biolayer {
	position: absolute;
	margin: 0px;
	left: 100px;
	top: 128px;
	height: 400px;
	width: 350px;
	z-index: 3000;
}


div#footerbio {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 1500px; /* height of entire image */
	background-image:url(images/newjeffbiocorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;
	z-index: 1000;
}

div#footerrcbio {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 1500px; /* height of entire image */
	background-image:url(images/newrcbiocorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:block;
	z-index: 1000;
}

div#flashnav {
	position: absolute;
	float: left;
	bottom: 72px;
	height: 230px; /*added 30px to acct for social media buttons */
	width: 310px;
	display:block;
	z-index: 2000;
}

div#votelogo {
	position: absolute;
	float: left;
	bottom: 280px;
	height: 120px;
	width: 150px;
	margin-left: 50px;
	display:block;
	z-index: 5000;
}

.crossnav {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FF9;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 8000;
	display: block;
	position: absolute;
	top: 30px;
	left: 100px;

}
.crossnav a:link, .crossnav a:visited {
	color: #AB892F;
	text-decoration: none;
	padding: 12px;
}
.crossnav a:hover {
	color: #FFFF99;
	padding: 12px;
	text-decoration: none;
}
