﻿/* CSS layout */
/***********************************************************************/
html {
	height: 100%;
}
body {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #000000;
}
#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 980px;
	background-image: url('../images/layout_jeremy_splash_01_03.jpg');
	background-color: #000000;
	background-repeat: repeat-y;
	min-height: 100%;
}
#header {
	background-color: #000000;
	background-image: url('../images/layout_jeremy_splash_01_01.jpg');
	height: 134px;
	background-repeat: no-repeat;
}
#logo {
	width: 220px;
	height: 50px;
	position: relative;
	top: 45px;
	left: 25px;
}
/* Not used on this site
#contact {
	width: 337px;
	top: 91px;
	margin-left: 220px;
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	color: #999999;
}
 */
#menu {
	width: 880px;
	text-align: right;
	margin-top: 112px;
	position: absolute;
	top: 0px;
	margin-left: 40px;
}
#splashGraphic {
	width: 980px;
	height: 360px;
	text-align: center;
	text-indent: 0;
	margin-left: 0px;
}
#contentContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: auto;
	width: 980px;
}
#contentLeft {
	margin-top: 0px;
	margin-left: 53px;
	width: 200px;
	float: left;
	text-align: left;
}
#contentRight {
	margin-top: 0px;
	margin-left: 270px;
	margin-right: 58px;
	position: inherit;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 980px;
	clear: both;
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	color: #C0C0C0;
}
/* Body Classes */
/***********************************************************************/
.leftHeader {
	font-family: "arial", sans-serif;
	color: #700000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	word-spacing: 0pt;
}
.rightHeader {
	font-family: "arial", sans-serif;
	color: #700000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4pt;
	word-spacing: 0pt;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
/* Hyperlink Classes */
/***********************************************************************/
a.menulinks {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FF9519;
	font-weight: bold;
	text-decoration: none;
}
a:link.menulinks {
	color: #FF9519;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menulinks {
	color: #FFFCF4;
	font-weight: bold;
	text-decoration: none;
}
a.contentlinks {
	color: #CCCCCC;
	text-decoration: underline;
}
a:link.contentlinks {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover.contentlinks {
	color: #FF9519;
	text-decoration: underline;
}
a.footerlinks {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FF9519;
	font-weight: normal;
	text-decoration: none;
}
a:link.footerlinks {
	color: #FF9519;
	font-weight: normal;
	text-decoration: none;
}
a:hover.footerlinks {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
