@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	background-color: #F5F5F5;
	height: 100%;
	font-weight: 300;
}
a {
	color: #000;
}
a:hover {
	color: #999;
}
h1 {
	font-weight:700;
}
#shim {
	width: 100%;
	height: 50%;
	margin-top: -360px;
	float: left;
}


#wrapper {
	width: 940px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../_images/bg-middle.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	height: 730px;
}
#bgTop {
	background-image: url(../_images/bg-top.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bgBottom {
	background-image: url(../_images/bg-bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 980px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#header {
	float: left;
	height: 170px;
	width: 940px;
	position: relative;
}
#header #mainLogo a  {
	display: block;
	height: 100%;
	width: 100%;
}
#header #mainLogo {
	height: 60px;
	width: 150px;
	position: absolute;
	left: 50px;
	top: 35px;
	background-image: url(../_images/jmd-logo.png);
	background-repeat: no-repeat;
}
#header h1 {
	float: right;
	margin-top: 57px;
	padding-right: 100px;
	font-size: 14px;
	letter-spacing: 0em;
}
#header #mainNav {
	float: right;
	margin-top: 45px;
	font-size: 15px;
	height: 16px;
	position: relative;
	width: 750px;
}
#mainNav ul li{
	float: left;
	position: relative;
	padding-right: 68px;
}
#header #mainNav ul li ul li {
	font-size: 10px;
	font-weight: 700;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 32px;
	white-space:nowrap;
	letter-spacing: 0.3em;
	color: #CCC;
}
#header #mainNav ul li ul li a {
	color: #000
}
#header #mainNav ul li ul li a:hover {
	color: #CCC
}
#header #mainNav ul li ul li a.currentPage{
	color: #CCC;
}
#mainContent {
	float: left;
	width: 940px;
	position: relative;
	height: 390px;
}
#mainContent #container {
	float: right;
}
#mainContent #mainImage {
	float: right;
	height: 385px;
	width: 750px;
}
#mainContent #mainImage #slideshow1 h2 {
	font-family: 'Monoton', cursive;
	font-size: 45px;
	letter-spacing: 0em;
	position: absolute;
	z-index: 1000;
	bottom: -19px;
	right: 100px;
}
#mainContent #mainText {
	float: left;
	width: 600px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	color: #FFF;
	background-color: #000;
	margin-top: 40px;
}
#mainText ul {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: .9em;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}
#mainText li {
	list-style-type: circle;
	margin-bottom: 5px;
	list-style-position: inside;
}
#mainText #colOne {
	width: 275px;
	margin-right: 50px;
	float: left;
}
#mainText #colTwo {
	width: 275px;
	float: left;
}
#mainContent #mainImage #mainText h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: inline;
	margin-left: -4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#mainContent #mainImage #slideshow1 {
	height: 385px;
	width: 750px;
}
#mainContent #mainText p {
	text-transform: none;
	font-size: .8em;
	margin-top: 12px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
#mainContent #mainText a {
	color: #FFD695;
}
#slideshow1 {
	height: 750px;
	width: 385px;
	position: relative;
}
.slide {
	height: 385px;
	width: 750px;
	position: relative;
	z-index: 500;
}
#footer {
	font-size: 9px;
	letter-spacing: 2px;
	float: left;
	margin-top: 18px;
	height: 69px;
	width: 940px;
	font-weight: 400;
}
#footer #subNav {
	float: right;
	width: 750px;
	display: block;
	position: relative;
	z-index: 999;
}
#footer #subNav a  {
	padding: 6px;
	display: inline;
}
#copyright {
	font-size: 7px;
	color: #CCC;
	text-align: center;
	margin-top: 78px;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1000;
	margin-right: 140px;
}
.blackText {
	color: #000;
}
.hrCustom {
	background-image: url(../_images/hrCustom.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 800px;
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
	float: right;
}
.whiteText {
	color: #FFF;
}
.redText {
	color: #BA141A;
}
