/*---Stylesheet for Moongate website---*/

/*--- 

	Note: for IE7 specific styles precede selector with #ie7, for IE6 precede selector with #ie6
	Always put selector below the general defaults.  This will prevent having to use any browser specific CSS hacks.

---*/

/*---Eric Myers' CSS Reset---*/
html, hr,body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ul, ol, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/*---END CSS Reset---*/

/*---Stylize---*/
h1 {font: bold 1.8em "Myriad Pro",'myriad',sans-serif;padding: 18px 0 9px 0;}
h2 {font: bold italic 1.4em "Myriad Pro",'myriad', sans-serif;}
h3 {}
h4 {}
p {margin-bottom:12px;}
ul {margin-bottom: 12px;}
ol {}
li {}
blockquote {}
small{font-size:.8em;font-family:verdana, sans-serif;}
a {color:#600100;}

a:hover {color:#333;}
hr {margin:36px 0 30px 0;display: block;border-top: 1px solid #ccc;}
/*---END Stylize---*/

/*---Page Layout---*/

body {
	background: #000 url(/_Assets/images/page_bg.jpg) no-repeat top;font: 14px georgia, 'times new roman', serif;
}

#headerWrapper {
	width: 100%;
	height: 97px;
	background-color: #000; 
}

.headerLeft {
	position:absolute;
	width:50%;
	height:97px;
	left:0;
	top:0;
	z-index:0;
	background: url(/_Assets/images/header_left.jpg) repeat-x;
}

.headerMiddle {
	
	width:841px;
	height:97px;
	margin: 0 auto;
	position:relative;
	z-index:1;
}

.headerTop {
	
	width:100%;
	height:71px;
	background: url(/_Assets/images/header_top_bg.jpg) no-repeat;
}

img.headerLogo {
	margin: 18px 0 0 4px;
}

.headerNav {
	
	width:100%;
	height:26px;
	background: url(/_Assets/images/header_nav_bg.jpg) repeat-x;
}

.headerNav ul {
	
	list-style:none;
	margin:0;
	padding:0;
}

.headerNav li {
	
	float: left;
	margin-top: 2px;
	padding: 0 24px 0 0;
}

.headerNav a {
	font: normal .9em "Myriad Pro",'myriad', sans-serif;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding:0 6px;
	line-height: 24px;
	letter-spacing: .05em;
}

#ie7 .headerNav a,
#ie6 .headerNav a {
	font-size: .80em;
	line-height: 18px;
}

.headerNav a.active, .headerNav a:hover {
	color:#50a3e6;
}

/* .headerNav a:hover {
	text-decoration: underline;
} */

.headerRight {
	position:absolute;
	width:50%;
	height:97px;
	right:0;
	top:0;
	z-index:0;
	background: url(/_Assets/images/header_right.jpg) repeat-x;
}

#pageWrapper {
	 
	width: 100%;
}

.bodyWrapper {
	
	width:841px;
	margin: 0 auto;
	background-color: transparent;
}

.featureBannerWrapper {
	overflow:hidden;
	width:100%;
	height:283px;
	position:relative;
}

.featureBannerContent {
	position: absolute;
	width:100%;
	height:59px;
	position:absolute;
	bottom:0;
	left:0;
	background: transparent url(/_Assets/images/feature_banner_content_bg.png) repeat;
}

#ie6 .featureBannerContent {
	bottom:-1px;
}

.featureBannerText {
	display: block;
	color:#FFF;
	line-height: 1.4em;
	font: normal 1.23em helvetica,arial, sans-serif;
	padding: 13px 16px 0 16px;
}

#ie7 .featureBannerText,
#ie6 .featureBannerText {
	font-family: helvetica, verdana, arial, sans-serif;
}

.contentWrapper {
	float: left;
	width:100%;
	background: #FBFBFB url(/_Assets/images/sidebar_bg.jpg) no-repeat right bottom;
}

.contentLeft {
	float: left;
	width:587px;
	padding: 0 24px;
	padding-bottom: 24px;
	background-color: #FFF;
	min-height:540px;
}

#ie6 .contentLeft {
	width:584px;
}

.contentLeft h2 {
	margin:12px 0;
}

.contentLeft ul {
	padding-left: 24px;
}

.homeContentWrapper {
	width:100%;
	margin-top: 18px;
}

.homeServices {
	float: left;
	width:305px;
}

.homeServices h2 {
	margin-bottom: .25em;
}

.homeServices p {
	margin-bottom: 0;
}

span.homeService {
	display: block;
	padding-bottom: 16px;
}

.homeEventImages {
	float: right;
	width:256px;
	margin-left: 24px;
}

.homeEventImages img {
	border: 2px solid #32628C;
	margin-bottom: 16px;
}

.homeEventImages img.left {
	margin-right: 16px;
}

.sidebar {
	float: right;
	width:206px;
	padding-bottom: 24px;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul {
	margin-bottom: 12px;
}

.sidebar ul li {
	margin-top: 12px;
	padding-left: 16px;
	padding-right: 8px;
}

.sidebarHeader {
	width:206px;
	height:48px;
	background: url(/_Assets/images/sidebar_header.jpg) no-repeat;
}

.sidebarHeader h2 {
	padding: 15px 16px;
}

.sidebarHeader h2 a {
	color:#000;
}

#ie6 .sidebar li {
	margin:0px 0;
}

.sidebar a {
	display: block;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebarEventDate {
	font-size: .9em;
	margin-left: 16px;
}

#footerWrapper {
	width:100%;
	clear:both;
}

.footerContent {
	width:841px;
	height:25px;
	margin:0 auto;
	background-color: #383838;
}

.footerContent span {
	color:#FFF;
	font: normal .85em helvetica, sans-serif;
	padding: 7px 16px;
}

#ie7 .footerContent span {
	padding:5px 16px;
}

.footerContact {
	float: left;
}

.footerCopyright {
	float: right;
}
/*---END Page Layout---*/

ul.bannerWrapper {
	margin:0;
	padding:0;
}

ul.bannerWrapper li {
/* 	position: relative; */
}

ul.bannerWrapper li a {
	text-decoration: none;
	color:#FFF;
}

ul.bannerWrapper li a:hover {
	text-decoration: none;
	color:#FFF;
}

.alignleft {
	float: left;
	margin:0 12px 12px 0;
}