@charset "utf-8";
/* CSS Document */

/* global styles */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#76aade;
	background-color:#2a2d34;
	background-image:url(/images/body_bg.jpg);
	background-repeat:repeat-x;
}
a img {
	border:none;
}
hr {
	border:none;
	height:1px;
	border-top:1px dashed #76aade;
}
strong {
	color:#ffba00;
}
table {
	width:500px;
	border-collapse:collapse;
}
	table th,
	table td {
		padding:5px 5px;	
	}
	table td {
		vertical-align:middle;
	}
	table tr.odd td {
		background-color:#0d5280;
		color:#d2ffff;
	}
#wrap {
	width:990px;
	margin:25px auto;
	border:1px solid #51545c;
}

/* border styles */

.borderNone {
	border:none;	
}

/* color styles */
.gray {
	color:#d2d2da;
}
.orange {
	color:#ffba00;
}

/* alignment styles */
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.alignTop {
	vertical-align:top;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
}
	img.floatLeft {
		float:left;
		margin-right:15px;
		margin-bottom:15px;
	}
.floatRight {
	float:right;
}
	img.floatRight {
		float:right;
		margin-left:15px;
		margin-bottom:15px;
	}
.clear {
	clear:both;
}

/* padding styles */
.padFull {
	padding:0 10px;
}

/* box styles */
.box {
	margin-bottom:10px;
}
	.boxContent img {
		border:1px solid #d2ffff;
	}
	.box h3 {
		color:#d2ffff;
	}
	.box .topLeft {
		height:10px;
		width:10px;
		background-image:url(/images/tl.png);
		background-repeat:no-repeat;
		background-position:top left;
		float:left;
	}
	.box .topRight {
		height:10px;
		width:10px;
		background-image:url(/images/tr.png);
		background-repeat:no-repeat;
		background-position:top right;
		float:right;
	}
	.box .bottomLeft {
		height:10px;
		width:10px;
		background-image:url(/images/bl.png);
		background-repeat:no-repeat;
		background-position:bottom left;
		float:left;
	}
	.box .bottomRight {
		height:10px;
		width:10px;
		background-image:url(/images/br.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		float:right;
	}
	.box .boxContent {
		background-image:url(/images/box_content_bg.png);
		background-repeat:repeat-x;
		background-color:#0d5280;
		color:#d2ffff;
		padding:0 10px 10px 10px;
		_height:1px;
		min-height:1px;
	}
	.one3rd .box .top {
		background-image:url(/images/box_top.png);
		background-repeat:repeat-x;
		background-position:top left;
		height:10px;
		width:290px;
		float:left;
	}
	.one3rd .box .bottom {
		background-image:url(/images/box_bottom.png);
		background-repeat:repeat-x;
		background-position:bottom left;
		height:10px;
		width:290px;
		float:left;
	}
	.half .box .top {
		background-image:url(/images/box_top.png);
		background-repeat:repeat-x;
		background-position:top left;
		height:10px;
		width:454px;
		float:left;
	}
	.half .box .bottom {
		background-image:url(/images/box_bottom.png);
		background-repeat:repeat-x;
		background-position:bottom left;
		height:10px;
		width:454px;
		float:left;
	}


/* width styles */
.one4th {
	width:247px;
}
.one4th .last {
	width:246px;
}
.three4th {
	width:741px;
}
.one3rd {
	width:330px;
}
.two3rd {
	width:660px;
}
.half {
	width:494px;
}
.half2 {
	width:495px;
}
.full {
	width:970px;
	padding:0 10px 15px 10px;
}

/* link styles */
a:link,
a:visited,
a:active {
	color:#ffba00;
}
a:hover {
	text-decoration:none;
}

/* form styles */
#content label {
	float:left;
	display:block;
	width:75px;
	height:15px;
	vertical-align:middle;
	clear:left;
}
#content input.text {
	width:200px;
}
#content textarea {
	width:300px;
	height:150px;
}
#content input.formButton {
	display:block;
	float:right;
	border:none;
	color:#ffba00;
	width:75px;
	height:20px;
	background-color:#101118;
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 9px;
	cursor:pointer;
}

/* header styles */
#header {
	height:315px;
	border-top:10px solid #ffba00;
	border-bottom:1px solid #51545c;
	background-image:url(/images/header_bg.jpg);
	background-repeat:no-repeat;
}
	#header #nav {
		height:50px;
		margin-top:163px;
		border-bottom:1px solid #51545c;
	}
		#header #logo {
			height:99px;
			width:215px;
			padding-top:3px;
			padding-left:15px;
			background-image:url(/images/logo_bg.jpg);
			background-repeat:repeat-x;
		}
			#header #logo h1 {
				color:#d2d2da;
				font-size:25px;
			}
		#header #nav ul {
			list-style-type:none;
		}
			#header #nav ul li {
				float:left;
			}
				#header #nav ul li a {
					display:block;
					height:35px;
					width:197px;
					font-weight:bold;
					text-align:center;
					color:#79797b;
					border-right:1px solid #51545c;
					padding-top:15px;
					font-size:18px;
					background-image:url(/images/nav_bg.jpg);
					background-repeat:repeat-x;
					text-decoration:none;
					text-transform:uppercase;
				}
				#header #nav ul li a.last {
					border-right:none;
					width:198px;
				}
				#header #nav ul li a:link,
				#header #nav ul li a:visited,
				#header #nav ul li a:active {}
				
				#page_one #header #nav ul li#one a:link,
				#page_one #header #nav ul li#one a:visited,
				#page_one #header #nav ul li#one a:active,
				
				#page_two #header #nav ul li#two a:link,
				#page_two #header #nav ul li#two a:visited,
				#page_two #header #nav ul li#two a:active,
				
				#page_three #header #nav ul li#three a:link,
				#page_three #header #nav ul li#three a:visited,
				#page_three #header #nav ul li#three a:active,
				
				#page_four #header #nav ul li#four a:link,
				#page_four #header #nav ul li#four a:visited,
				#page_four #header #nav ul li#four a:active,
				
				#page_five #header #nav ul li#five a:link,
				#page_five #header #nav ul li#five a:visited,
				#page_five #header #nav ul li#five a:active,
				
				#header #nav ul li a:hover {
					color:#d2d2da;
					background-image:url(/images/hov_bg.jpg);
				}

/* content styles */

#content {
	background-color:#101118;
	padding-top:25px;
	background-image:url(/images/content_bg.jpg);
	background-repeat:repeat-x;
}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content table {
		margin-bottom:15px;
	}
	#content p,
	#content hr,
	#content ul,
	#content label,
	#content input,
	#content textarea,
	#content select {
		margin-bottom:10px;
	}
	#content ul {
		list-style-type:none;
	}
		#content ul li {
			display:block;
			padding-left:15px;
			margin-left:15px;
			background-image:url(/images/bullet.gif);
			background-repeat:no-repeat;
			background-position:0 6px;
			margin-bottom:10px;
		}
	#content img {
		border:1px solid #76aade;
	}
	#content .boxContent img {
		border:1px solid #d2ffff;
	}
	.date {
		color:#ffba00;
	}
	#content h2 {
		font-size:27px;
	}
	#content h2.top {
		padding-top:5px;
	}
	#content .lowerCase {
		text-transform:lowercase;
		font-weight:normal;
		color:#ffba00;
	}
	#content h2.block {
		color:#d2d2da;
		font-size:22px;
		margin-left:-10px;
		display:block;
		height:40px;
		padding-top:10px;
		padding-left:25px;
		background-color:#5f5f66;
		background-image:url(/images/block_bg.jpg);
		background-repeat:repeat-y;
		background-position:top left;
	}
	#content h3 {
		font-size:15px;
	}
	#content h3.headline {
		color:#ffba00;
		font-size:22px;
	}
	#content .largeDate {
		color:#ffba00;
		font-size:18px;
	}
	.imgPad img {
		margin:10px;
	}
	
/* footer styles */
#footer {
	background-color:#000;
	border-top:5px solid #ffba00;
	height:60px;
	padding:10px 0 0 10px;
}
	#footer #links {
		margin-bottom:15px;
	}
		#footer #links ul {
			list-style-type:none;
		}
			#footer #links ul li {
				float:left;
			}
				#footer #links ul li a {
					text-transform:uppercase;
					color:#ffba00;
					text-decoration:none;
					border-right:1px solid #ffba00;
					padding:0 10px;
				}
				#footer #links ul li a.first {
					padding-left:0;
				}
				#footer #links ul li a.last {
					border-right:none;
				}
				#footer #links ul li a:link,
				#footer #links ul li a:visited,
				#footer #links ul li a:active {}
				#footer #links ul li a:hover {
					text-decoration:underline;
				}
	#footer #copy {}
		#footer #copy a {
			text-decoration:underline;
			color:#ffba00;
		}
		#footer #copy a:link,
		#footer #copy a:visited,
		#footer #copy a:active {}
		#footer #copy a:hover {
			text-decoration:none;
		}