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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#101010;
	margin:0px auto;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat: no-repeat;
}

.img-floatLeft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #fff;
}

.img-floatRight {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

h1 {
	font-weight:bold;
	font-size:15px;
	margin-top:0px;
	margin-bottom:5px;
}

h2 {
	margin:0px 0px 15px 0px;
	color:#fff;
	font-size:25px;
}

.smalltext {color:#999999; font-size:13px; font-style:italic;}

@font-face {
	font-family: 'Helvetica';
	src: url('images/helveticabold.ttf');
	font-family: 'Lucida Bright';
	src: url('images/lbrite.ttf');
}

.font {
	font-family: Helvetica;
	font-size: 85px;
	letter-spacing:-10px;
	font-weight:bold;
	text-shadow: 3px 3px 0px #000;
}

.font2 {
	font-family: Lucida Bright;
	font-size:11px;
	letter-spacing:5px;
}

.fontmenu {
	font-family: Helvetica;
	font-size: 30px;
	letter-spacing:-2px;
	font-weight:bold;
	text-shadow: 2px 2px 1px #000; 
}

a:link {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

#top {
	height:30px;
	padding:10px 0px;
	width:100%;
	text-align:center;
	background-color:#000000;
	position:fixed;
	z-index:1;
}

#borderTop {
	position:fixed;
	margin-top:50px;
	background-image:url(../images/border-header.png);
	background-repeat:repeat-x;
	height:45px;
	width:100%;
	opacity: .6;  
	z-index:5;
}

#wrapper {
	width:950px;
	margin:0px auto;
}

#logo {
	width:362px;
	float:left;	
	clear: both;
	position: fixed;
	z-index:2;
	margin-top:75px;
	text-align:center;
}

#menu {
	margin-top:160px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
	background-color:#101010;
	width:342px;
	height:1000px;
	padding-left:20px;
	padding-top:100px;
	float:left;	
	position: fixed;
	border-radius: 10px;
	z-index:3;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px; 
}

#menu a {
	display:block;
	-webkit-transition: left 100ms linear;
	clear:both;
}

* html #menu a {  /* make hover effect work in IE */
	width: 342px;
}

#menu a:hover {
	background: #ff0000;
	width:340px;
	display:block;
	color:#FFFFFF;
	left: 2px;
	clear:both;
}

#content {
	width:560px;
	height:450px;
	overflow:hidden;
	position: fixed;
	margin: 90px 0px 0px 380px;
	float:left;
	clear:inherit;
}

#content a{
		color:#ff0000;
		font-weight:bolder;
		text-decoration:none;
}

.section{
	width:5200px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 0px;
		width:567px;
		height:352px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:13px;
			position:absolute;
			bottom:15px;
			letter-spacing:-1px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:10px;
		}
		.section a {
			color:#FF0000;
		}


.box {
	width:575px;
	height:450px;
	position:relative;
}

.box p {
		width:550px;
		margin:16px 0;
		font-size:85%;
		line-height:1.4em;
}

#footer {
	display:none;
	margin-top:600px;
	margin:0px auto;
	background-color:#000;
	padding-top:35px;
	padding-bottom:20px;
	width:950px;
	font-size:12px;
	text-align:center;
}

#footer a:link {
	color:#999999;
	width:auto;
	text-decoration:none;
}

#footer a:visited {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	background-color:#FF0000;
	text-decoration:none;
	height:15px;
}

.columns {
	float:left;
	text-align:left;
	margin-right:30px;
	margin-left:30px;
}

/* Menu  */


.menu_list {
	width: auto;
}
.menu_head {
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
}
.menu_body {
	display:none;
}

.menu_body a {
  display:block;
  margin-left:10px;
  color:#fff;
  text-decoration:none;
  clear:both;
}
.menu_body a:hover {
  color: #FF0000;
}

.disclaimer {
	margin-top:40px;
	font-size:10px;
	width:200px;
}

.disclaimer a {
	text-decoration:none;
	color:#999999;
}

.disclaimer a:hover {
	color:#FF0000;
	text-decoration:none;
}

.formstyle {
	background-color:#6F6F6F;
	padding-left:3px;
	color:#ffffff;
	border:0px;
	border:1px solid #999999;
}

.submit {
	width:100px;
	height:20px;
	color:#fff;
	border:1px solid #999999;
	margin-left:7px;
	background-color:#6f6f6f;
}
