/* ============================================================
	Generic Elements
============================================================ */
html {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

a img {
	border-width: 0;
}


/* ============================================================
	Container
============================================================ */
#container {
	border-left: 1px solid black;
	margin: 0 auto;
	width: 809px;
}


/* ============================================================
	Logo
============================================================ */
#logo {
	position: relative;
	padding-bottom: 2em;
	background: gray url("../images/logo-bg.jpg") left top no-repeat;
	border-right: 1px solid black;
	height: 236px;
	width: 799px;
}

#logo h1 {
	display: none;
}

#logo #flash {
	position: absolute;
	left: 314px;
	top: 37px;	
	height: 150px;
	width: 400px;
	
	background-color: white;
	border: 5px solid #7c7b77;
	border-color: #666666 #808080 #808080 #666666;
}


/* ============================================================
	Navigation
============================================================ 
#nav {
	background: white url("../images/nav-repeater.jpg") left top repeat-x;
	border-top: 2px solid white;
	border-right: 1px solid black;
	border-bottom: 2px solid white;
	height: 28px;
	padding-top: 6px;
	text-align: center;
	color: #989898;
	font-weight: bold;
	text-transform: uppercase;
	width: 799px;
}


#nav a {
	color: #474747;
	margin: 0 0.5em;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 1px solid #474747;
}

#nav a.current {
	color: white;
}
*/

/* ============================================================
	Content
============================================================ */
#content {
	background: #e5d8c5 url("../images/content-repeater.jpg") top right repeat-y;
	color: black;
}

#content #pipe {
	background: transparent url("../images/content-top-left.jpg") left top no-repeat;
	float: right;
	height: 115px;
	width: 101px;
}

#content #sideimage {
	background: transparent url("../images/content-bg-1.jpg") left top no-repeat;
	float: right;
	height: 443px;
	margin-top: 20px;
	width: 167px;
}

#content #contentHolder {
	float: right;
	/*
	padding: 20px;
	width: 501px;
	*/
	padding-left: 20px;
	width: 521px;
}

#content #contentHolder h2 {
	margin: 0;
	padding: 0.75em 0 0 0;
}

#content dt {
font-weight: bold;
margin-top: 1em;
}

/* ============================================================
	Nav2 (bottom)
============================================================ */

#content #bottomnav {
	border-top: 2px solid #D0C4B3;
	border-bottom: 2px solid #D0C4B3;
	clear: right;
	color: #a8c5d7;
	font-size: 80%;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	width: 783px;
}

#content #bottomnav a {
	color: black;
	margin: 0 0.5em;
	text-decoration: none;
}


/* ============================================================
	Page-Specific Styles
============================================================ */
