 /* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	background:#0A1214 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #edd988;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #a9b4be;
	font: bold italic 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
li, ol, dl {
	line-height: 20px;
}
a {
	color: #96abbd;
	font-weight:bold;
	text-decoration: none;
}
	a:hover {
		color: #fff;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 2px solid #4a5052;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#container {
width:987px;
height:auto;
margin:0 auto;
padding:0px;
background:url(assets/images/container_repeat.jpg) left top repeat-y;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:130px;
		margin:0px;
		padding:0px;
		position:relative;	
		}
		
			#nav {
				position:absolute;
				margin: 49px 0px 0px 25px;
				padding: 0px;
				width: 752px;
				height: auto;
				background: transparent url(assets/images/nav_bg.jpg) repeat-x left top;
			}
				#nav li {
					float: left;
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
					background: transparent url(assets/images/nav_rightCap.jpg) no-repeat right bottom;
				}
				
					#nav a {
						display: block;
						display: inline-block;
						margin: 0px;
						padding: 16px 14px 0px 15px;
						width: auto;
						height: 28px;
						color: #fff;
						font:  12px/28px Arial, Helvetica, sans-serif;
						background: transparent url(assets/images/nav_leftCap.jpg) no-repeat left top;
					}
								
				#nav li.last {
					background: transparent url(assets/images/nav_firstLastCap.jpg) no-repeat right bottom;
				}
				
					#nav li.last a {
						padding: 16px 29px 0px 15px;
					}
					#nav li.first a {
						padding: 16px 14px 0px 29px;
						background: transparent url(assets/images/nav_firstLastCap.jpg) no-repeat left top;
					}
					
					#nav a:hover {
						color: #FFCC00;
						text-decoration:none;
					}
					
				#nav ul {
					visibility: hidden;
					position: absolute;
					top: 44px;
					left: 205px;
					margin: 0px;
					padding: 0px;
					width: 205px;
					height: auto;
					border: 1px #000 solid;
					border-bottom: 0px;
					background: transparent;
				}
					#nav ul li {
						float: left; /* IMPORTANT LEAVE FOR IE */
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						background: transparent;
						background-color: #2e3233;
						border-right: 0px;
						border-bottom: 1px #000 solid;
					}
						#nav ul a {
							display: block;
							margin: 0px;
							padding: 0px 0px 0px 5px;
							width: 200px;
							height: auto;
							color: #d8d8d8;
							font: 12px/25px Arial, Helvetica, sans-serif;
							background: transparent;
						}
						
						#nav ul a:hover {
							color: #454a4b;
							background: #d7d7d7;
						}
					
			#topInfo {
			width:350px;
			height:auto;
			margin:0px;
			padding:0 16px 0 0;
			float:right;
			text-align:right;
			color:#d8d8d8;
			font:12px/24px Arial, Helvetica, sans-serif;
			
			}
			#logo {
			position:absolute;
			width:379px;
			height:50px;
			margin:0px;
			padding:10px 0 0 0;
			}
		#rightCol {
		width:640px;
		height:auto;
		margin:0px;
		padding:0 50px 25px 0;
		float:right;	
		}
		#leftCol {
		width:240px;
		height:auto;
		margin:0px;
		padding:0 0 0 40px;		
		}
	#footer {
	width:auto;
	height:25px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
	
	#bottomNav {
			margin: 0px auto 5px auto;
			padding: 0px 0px 0px 0px;
			height: auto;
			width: 987px;
			text-align:center;
		}
		
		#bottomNav li {
				display: inline;
				margin: 0px;
				padding: 0px 3px 0px 3px;
				width: auto;
				height: auto;
				list-style: none outside none;
				font: 12px/14px Arial, Helvetica, sans-serif;
				border-right: 1px solid #000;
			}
			
		#bottomNav li.last {
			border: none;	
		}
#copy {
width:987px;
height:auto;
margin:0 auto;
padding:0px;
font:10px/18px Arial, Helvetica, sans-serif;
text-align:center;
color:#fff;
}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}













