/* HTML
///////////////////////////////////////*/
body {
	font: 0.75em Arial, Helvetica, sans-serif;
	background: #161616;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
}
h1, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: normal;
	font-size: 1.6em;
}
h2 {
	color: #CCCCCC;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.4em;
}
h1, h3, a, caption, em, #mainContent h2 {
	color: #FF3333;
}
#marquee h2 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.3em;
}
#headerLeft h2 {
	font-size: 8pt;
	font-style: italic;
	padding: 0.3em 0 0 0;
	margin: 0;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
.contentLeft h2, .contentMiddle h2, .contentRight h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0.8em 0;
	margin: 0;
}
h3 {
	font-size: 1em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#marqueeLink a {
	background: url(../../Images/arrow.png) no-repeat right;
	height: 38px;
	width: 60px;
	padding-top: 22px;
	float: left;
	display: inline-block;
}
p {
	padding: 0 0 0.8em 0;
	margin: 0;
}
hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 2px #333333;
	height: 2px;
}
img {
	border: none;
}
#headerRight strong {
	color: #FFFFFF;
}

/* LAYOUT
///////////////////////////////////////*/

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#header, #mainContent, #nav, #marquee, #marqueeLeft, .marqueePhoto, #contentContainer, #content, .contentLeft, .contentMiddle, .contentRight, #pageHeading, #sidebar2, #footer {
	float: left;
}
#header, #contentContainer, #nav, #footer {
	width: 940px;
}
#header {
	float: left;
	width: 100%;
	font-size: 1.2em;
	padding: 20px 0 16px 0;
}
#headerLeft {
	float: left;
}
#headerRight {
	float: right;
	padding-top: 9px;
}
#nav {
	margin-bottom: 10px;
}
#nav, #marquee, #mainContent, #contentContainer {
	background: #000000;
}
#marquee, #mainContent {
	padding: 10px;
	margin-bottom: 10px;
	width: 920px;
}
#marqueeLeft {
	width: 390px;
	height: 260px;
}
#marqueeRight {
	margin-left: 412px;
}
#marqueeContent {
	padding-top: 20px;
	height: 114px;
}
.marqueePhoto {
	width: 185px;
	height: 125px;
	padding-right: 22px;
}
#marqueeLink {
	padding-top: 34px;
}
.contentLeft, .contentMiddle, .contentRight {
	width: 280px;
	font-size: 0.9em;
}
.contentMiddle {
	margin: 0 40px;
}
#content {
	width: 705px;
	margin-right: 10px;
	padding: 15px 25px 15px 15px;
	min-height: 300px;
}
#headingLeft {
	float: left;
	padding: 10px 0 0 20px;
}
#headingPhoto {
	float: right;
}
#sidebar2 {
	width: 185px;
}
#sidebar2Content {
	padding: 10px 10px 10px 0;
}
#footer {
	padding-top: 20px;
	font-size: 0.9em;
}

/* MENU
///////////////////////////////////////*/
#nav ul, #sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	float: left;
	display: inline-block;
	padding: 10px 16px;
	color: #FFFFFF;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #999999;
}
#sidebar2 ul li {
	padding: 5px 0;
	border-bottom: solid 1px #333333;
}

/* TABLE
///////////////////////////////////////*/

caption {
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* CLASSES
///////////////////////////////////////*/

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0px;
}
.leftalign {
	float: left;
	padding: 0 10px 10px 0;
}

/* Slider
///////////////////////////////////////*/

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 390px; /*width of featured content slider*/
	height: 260px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 382px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px;
	position: absolute;
	z-index: 100;
	top: 380px;
	left: 50%;
	margin-left: -456px;
	/* Mozilla ignores MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/bgpagination.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.pagination[class] {
  background-image: url(../../Images/bgpagination.png);
}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
}
.pagination a:hover, .pagination a.selected{
	color: #CCCCCC;
}