@charset "UTF-8";
/* CSS Document */

/* ================ ERIC MEYER RESET =================== */
html, 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, ol, ul, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =============== SITE CSS =============== */
body {
	background:#1b1a2c url(/images/bg_body.gif) repeat-x top;
	color:#f2f0e9;
	font-family:"Times New Roman", Times, serif;
	font-size:62.5%;
}
br.clear {
	clear:both;
	font-size:0;
	line-height:0.1em;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
}
em, i {
	font-style:italic;
}
strong, b {
	font-weight:bold;
}
#wrapper {
	background: url(/images/bg_wrapper.jpg) left top no-repeat;
	padding:0 0 0 40px;
	width:1020px;
	margin:0 auto;
}

div#navGlobal {
	background:;
	float:left;
	width:100%;
}
	#navGlobal ul {
		float:right;
		list-style:none;
		margin:60px 40px 0 0;
	}
		#navGlobal li {
			float:left;
			font-family:Verdana, Geneva, sans-serif;
			font-size:1.2em;
			margin:0 24px 0 0;
			text-transform:uppercase;
		}
			#navGlobal li a, #navGlobal li a:link, #navGlobal li a:visited {
				color:white;
				text-decoration:none;
			}
				#navGlobal li a:hover {
					color:#b3241d;
				}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:5.6em;
	margin:94px 0 0 20px;
	}
	h1 a {
		color:white;
	}
	h1 span {
		color:#d9b45f;
		font-size:0.4em;
		padding-left:5px;
	}
h2 {
	font-size: 2.0em;
	}

p {
	font-size:1.8em;
	line-height: 1.4em;
}

.btn, .btn:link, .btn:visited {
	background:#d9b45f;
	border:1px solid #aa8e4d;
	border-radius:3px;
	color:#513d11 !important;
	padding:5px;
	text-transform: uppercase;
}

/* =============== HOME ============ */

div#featureContainer {
	background: #1c2949 url(/images/bg_gallery_new.jpg) top left no-repeat;
	box-shadow:         7px 7px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    7px 7px 5px rgba(0, 0, 0, 0.3);
	float:left;
	margin:0 0 24px 0;
	padding:0;
	position:relative;
	width:766px
}
	#featureContainer h3 {
		font-family:"Times New Roman", Times, serif;
		font-size: 2.0em;
		margin:0 0 0 20px;
		}
	#featureContainer h3 span {
		color:#d9b45f;
		font-family:Verdana, Geneva, sans-serif;
		font-size:0.5em;
		text-transform:uppercase;
		}
		#featureContainer h3 span a, #featureContainer h3 span a:link, #featureContainer h3 span a:visited {
			color:#d9b45f;
			font-weight:normal;
			}
			#featureContainer h3 span a:hover {
				color:white;
			}

	.feature img {
		border:1px solid #1e3259;
		float:left;
		margin:0 20px 0 0;
		height:165px;
		width:198px;
	}
	.feature .slide-text {
		 float:left;
		 width:340px
	}

	.feature h2 {
		float:left;
		font-size:2.2em;
		line-height:1.2em;
		margin:0 0 4px 0;
		width:340px;
	}
	.feature p {
		float:left;
		width:340px;
	}
	.feature p a, .feature p a:link, .feature p a:visited {
		color:#b3954f;
		font-family:Verdana, Geneva, sans-serif;
		font-size:0.8em;
		text-transform:uppercase;
		}
		.feature p a:hover {
			color:white;
		}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	border:none;
	position:relative;
	width: 600px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
height:auto;
padding:0;
overflow:hidden;
width: 100%;}

#slideshow .slides ul {
width: 2400px;}

#slideshow .slides li {
	background:none !important;
	width: 560px;
	float: left;
	padding: 20px;
}

.slides a:link, .slides a:visited, .slides a:active {
	text-decoration:none;
	color:#5dd3f8;
}
.slides a:hover {
	color:#d1fac7;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slides-nav-container {
	position:relative;
	top:20px;
}

#slideshow .slides-nav {
	margin:0 0 0 20px;
	width:580px;
}

ul.slides-nav {
	float:left;
	margin:0;
}

#slideshow .slides-nav li {
	float: left;
	font-size:1.2em;
	margin:0 0 0 0 !important;
	bottom:0;
	vertical-align:baseline;
}

#slideshow .slides-nav li img {
	border: 1px solid #1b1a2c;
}

#slideshow .slides-nav li a {
	color:white;
	display: block;
	margin:0;
	padding: 15px 20px;
	outline: none;
	text-decoration:none;
}

.js #slideshow .slides-nav li.on {
	border:none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}
.js #slideshow .slides-nav li.on a {
	background:url(/images/bg_gallery_nav_pointer.gif) bottom left no-repeat;
}

.js #slideshow .slides-nav li.on a img {
	position:relative;
	top:-5px;
}

/* ===== END Slideshow ==== */

div#sideMenu, .tagMenu {
	/*float:left;*/
	margin:8px 0 0 0;
	padding:10px;
	position:absolute;
	top:0;
	right:10px;
	width:120px;
	}
	#sideMenu h3, .tagMenu h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:1.6em;
		margin:6px 0 0 0 !important;
		text-align:left;
	}
	#sideMenu ul, .tagMenu ul {
		margin-bottom:12px;
	}
		#sideMenu li, .tagMenu li {
			border-bottom:1px solid #d9b45f;
			font-family:"Times New Roman", Times, serif;
			font-size:1.4em;
			line-height:1.4em;
			padding:12px 0 12px 0;
			}
			#sideMenu li.last, .tagMenu li.last {
				border-bottom:none;
			}
			#sideMenu li a:link, #sideMenu li a:visited, .tagMenu li a:link, .tagMenu li a:visited {
			color:#C0C3D4;

			}
			#sideMenu li a:hover, .tagMenu li a:hover {
				color:#d9b45f;
			}

/* =============== 2ND TIER ============= */

div#tier2WrapperContent {
	background:#1b1a2c url(/images/bg_tier2content.gif) top left repeat-x;
	clear:left;
	float:left;
	height: auto;
	margin:0 0 24px 0;
	min-height:435px;
	padding:24px 20px 36px 20px;
	width:940px;
}

#tier2WrapperContent h2#title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.4em;
	margin:0 0 18px 0;
	text-transform:uppercase;
}

#tier2WrapperContent p a.sectionLink:link, #tier2WrapperContent p a.sectionLink:visited {
		border-bottom:none;
		color:#b3241d;
		font-family:Verdana, Geneva, sans-serif;
		text-transform:uppercase;
}
	#tier2WrapperContent p a.sectionLink:hover {
		color:#385da6;
	}

div#tier2intro {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:400px;
}

div#tier2wide {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:740px;
}
	#tier2intro p, #tier2wide p {
		margin:0 0 12px 0;
	}
	#tier2intro a:link, #tier2intro a:visited, #tier2wide a:link, #tier2wide a:visited {
		color:#D9B45F;
	}
		#tier2intro a:hover, #tier2wide a:hover {
			border-bottom:1px dashed #D9B45F;
		}
	#tier2intro img, #tier2wide img {
		border:1px solid #1e3259;
		float:left;
		margin:4px 10px 0 0;
	}

div#tier2generalContent {
	float:left;
	margin:36px 20px 0 0;
	width:340px;
}
	#tier2generalContent a:link, #tier2generalContent a:visited {
		color:#D9B45F;
	}
		#tier2generalContent a:hover {
			color:white;
		}
	#tier2generalContent h3 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:1.8em;
		line-height: 1.4em;
		text-transform:uppercase;
		margin:0 0 16px 0;
	}
	#tier2generalContent h4 {
		font-family:"Times New Roman", Times, serif;
		font-size:1.6em;
		line-height:1.4em;
	}
	img.tier2listImage {
		float:left;
		margin:2px 20px 40px 0;
	}
	div.tier2listImageDescription {
		float:left;
		margin:0 0 36px 0;
		width:240px;
	}
	#tier2generalContent p {
		color:#c0c3d4;
		margin:0 0 8px 0;
	}
		#tier2generalContent p.article {
			line-height:1.2em;
			margin:8px 0 12px 0;
		}

div#tier2sidebar {
	float:left;
	width:160px;
}

div.optionsList {
	float:left;
	margin:8px 0 0 0;
	padding:10px;
	width:120px;
	}
	.optionsList h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:2.0em;
		margin:0 !important;
		text-align:left;
	}
	.optionsList ul {
		margin:0 0 24px 0;
	}
		.optionsList li {
			border-bottom:1px solid #d9b45f;
			font-family:"Times New Roman", Times, serif;
			font-size:1.4em;
			line-height:1.4em;
			padding:12px 0 12px 0;
			}
			.optionsList li.last {
				border-bottom:none;
			}
			.optionsList li a, #topics li a:link, #topics li a:visited {
				color:white;
			}
			.optionsList li a:hover {
				color:#d9b45f;
			}

div.subFeatures {
	float:left;
	padding-top:40px;
}
	.subFeatures h4 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:1.8em;
		margin:0 0 6px 0;
		text-transform:uppercase;
	}

	.subFeatures h6 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:1.4em;
		margin:0 0 6px 0;
	}
	.subFeatures p {
		color:#c0c3d4;
		font-family:"Times New Roman", Times, serif;
		line-height:1.6em;
		}
		.subFeatures p.quote {
			font-size:1.6em;
		}
		.subFeatures p.quoteAttribution {
			line-height:1.0em;
			margin:12px 0 0 0;
			text-align:right;
		}
		.subFeatures p.feedItem {
			margin:0 0 12px 0;
		}

	.subFeatures a, .subFeatures a:link, .subFeatures a:visited {
		color:#b3241d;
		font-family:Verdana, Geneva, sans-serif;
		text-transform:uppercase;
	}
		.subFeatures a:hover {
			color:#385da6;
		}
		#subFeatureA {
			float:left;
			margin:10px 30px 0 0;
			padding:0 0 0 0;
			width:360px;
			}
			#subFeatureA img {
				border:1px solid #1e3259;
				float:left;
				margin:0 10px 0 0;
			}
		#subFeatureB {
			float:left;
			margin:10px 30px 0 0;
			width:260px;
		}
		#subFeatureC {
			float:left;
			margin:10px 0 0 0;
			width:260px;
		}
		#subFeatureC img {
			border:1px solid #1e3259;
			float:left;
			margin:0 10px 0 0;
		}

	div#subFeatureD {
		float:left;
		padding:0 0 0 20px;
		width:160px;
		}

.media {
	float:left;
	margin:0 30px 40px 0;
	width:335px;
}

.media-clear {
	clear:left;
}

.media img {
	margin-bottom:5px !important;
}

.media-full img {
	float:right !important;
	margin-left:20px !important;
}

.media h6, .media-full h6 {
	color: #c0c3d4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.media h3, .media-full h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	line-height:1.4em;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

/* FORMS */

label {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
}

input,textarea {
	border-radius:3px;
	font-family:arial,sans-serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:20px;
	padding:5px;
	width:250px;
}
textarea {
	width:80%;
}

div#footer {
	background:;
	clear:left;
	float:left;
	margin:60px 0;
	padding:;
}
	#footer p {
		color:#c0c3d4;
		font-family:"Times New Roman", Times, serif;
		font-size:1.2em;
		margin:0;
	}
		#footer a, #footer a:link, #footer a:visited {
			color:#c0c3d4;
			text-decoration:none;
		}
			#footer a:hover {
				color:white;
			}