@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-bground.jpg);
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 0.8em;
}
#main {
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
#header {
	height: 175px;
	width: 1024px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footer {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	width: 1023px;
	float: left;
}
#logo {
	margin-top: 50px;
	width: 195px;
	float: left;
	overflow: hidden;
	padding-left: 50px;
}
#logo_none {
	display: none;
}
#imagesection {
	height: 157px;
	width: 1024px;
	background-image: url(../images/image-background.jpg);
	float: left;
}
#contentsection {
	width: 1024px;
	background-image: url(../images/background-runner.jpg);
	background-repeat: repeat-y;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#menu {
	float: left;
	height: 41px;
	width: 1024px;
	background-image: url(../images/menu-bground.jpg);
	}
	#menu ul {
		margin: 0 30px;
		padding: 0;
		height: 41px;
		border-left: 1px solid #303538;
		list-style: none;
		}
		#menu ul li {
			float: left;
			position: relative;
			margin: 0;
			padding: 0;
			list-style-type: none;
			border-right: 1px solid #303538;
			}
			#menu ul li a {
	display: block;
	padding: 0 15px;
	line-height: 41px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	text-decoration: none;
	font-weight: normal;
				}
				#menu ul li a:hover {
					color: #fff;
					background: url(../images/nav-hover-bg.png) repeat-x;
					}
			#menu ul li:hover ul, ul#navigation-ul li.over ul {
				display: block;
				}
			#menu ul li ul {
				display: none;
				position: absolute;
				border: none;
				}
				#menu ul li ul li {
					float: none;
					margin: 0 0 0 -30px;
					line-height: 24px;
					height: 24px;
					font-size: 10px;
					width: 260px;
					border: none;
					border-bottom: 1px solid #;
					}
					#menu ul li ul li a {
						height: 24px;
						padding: 0 15px;
						line-height: 25px;
						font-size: 12px;
						background-color: #333;
						}
						#menu ul li ul li a:hover {
							background: #141515;
							}
					

#row1 {
	width: 999px;
	float: left;
	background-image: url(../images/main-background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
#row1_col1 {
	width: 595px;
	margin-top: 31px;
	margin-left: 70px;
}
#row1_col1 a {
	text-decoration: none;
	color: #27225F;
	font-weight: normal;
}
#row1_col1 a:hover {
	text-decoration: underline;
}
#row1_col2 {
	float: right;
	width: 310px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.textgoeshere {
	clear: left;
}
