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


body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: "Ariel", "Helvetica", "Sans-serif";
	font-size: 12px;
}

/* Primary Super-Container */
#supercontainer {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

/* Logo Area Stuffs */
#logoarea {
	/*height: 108px;*/
	height: 96px;
}

#logo {
	position: absolute;
	left: 0;
	/*top: 12px;*/
	top: 0;
}

#subtitle {
	position: absolute;
	/*left: 450px;*/
	right: 0;
	/*top: 77px;*/
	top: 65px;
}

/* Top-Nav fancyness */
#topnav {
	background-color: #000;
	color: #cccccc;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", "Copperplate Light", "Ariel", "Helvetica", "Sans-serif";
	z-index: 500;
}

#topnav .divider {
	padding: 0;
}

#topnav a {
	text-decoration: none;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
}

#topnav a:hover {
	text-decoration: none;
	color: #990000;
}

#topnav ul, #topnav li {
	list-style: none;
	display: inline;
	padding: 0;
	vertical-align: middle;
	z-index: 500;
}

#topnav li {
	position: relative;
	z-index: 500;
}

#topnav ul li li:hover {
	background-color: #ccc;
}
#topnav ul ul {
	left: 0;
	position: absolute;
	z-index: 500;
	background-color: #000;
	width: 160px;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
}

#topnav ul ul li {
	display: list-item;
	padding-top: 3px;
	padding-bottom: 4px;
	z-index: 500;
}

#topnav ul ul a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
}


div#topnav ul ul,
div#topnav ul li:hover ul ul {
	display: none;

}
div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul{
	display: block;
}

/* Home page specifics */
#feature1, #feature2{
	position: absolute;
	width: 278px;
	height: 77px;
	left: 206px;
	top: 418px;
	z-index: 10;
}

#feature1 img, #feature2 img{
	border: solid 1px #ccc;
}

#feature1 #copy, #feature2 #copy{
	position: absolute;
	left: 130px;
	bottom: 0;
	color: #999;
	padding-left: 5px;
	width: 136px;
}

#feature1 h1, #feature2 h1{
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#feature1 h1 a, #feature2 h1 a {
text-decoration: none;
color: #333;
padding: 0;
margin: 0;
}

#feature2{
	left: 500px;
}

#homefooterspacer {
	position: relative;
	height: 125px;
	z-index: 1;
}


/* Footer */
#footer {
	border-top: solid 1px #666;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	z-index: 5;
}

#footer a {
	text-decoration: none;
	color: #666;
}

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

#footer ul, #footer li {
	list-style: none;
	display: inline;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}


/* Secondary content */

#content2 {
	font-size: 12px;
	position: relative;
	width: 760px;
	left: 40px;
	color: #333333;
	padding-bottom: 60px;
	line-height:18px;
}

#content2 h1 {
	font-size: 16px;
	color: #990000;
	text-transform: uppercase;	
	padding-top: 10px;
}

#content2 .side {
	margin-top: -10px;
	
	/* tjadd, 4-28-08 */
	z-index: 5;
}

#content2 .img {
margin-top: 10px;
margin-bottom: 10px;
}

/* Secondary spacer */
#secondaryfooterspacer2 {
	width: 800px;
	height: 3px;
	padding-top: 5px;
}
