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

body
{
	border:0px;
	margin:-40px 0px 0px 0px;
	padding:0px;
	background-color:#000;
	background-image:url(../images/global/bg.jpg);
	background-repeat:no-repeat;
}

img
{
	border:0px;
}

h1
{
	width:400px;
	font:24px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#01e0fe;
	margin:50px 0px 0px 70px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #151515;
}

h2
{
	width:140px;
	font:16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#01e0fe;
	margin:50px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #151515;
}

h3
{
	width:130px;
	font:16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#01e0fe;
	margin:50px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #151515;
}

h4
{
	width:110px;
	font:16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#01e0fe;
	margin:50px 0px 0px 70px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #151515;
}

#logo
{
	position:relative;
	width:238px;
	height:58;
	left:0px;
	top:60px;
	margin: 0 0 0 80px;
	padding:0px;
	z-index:1;
}

#header_holder
{
	position:relative;
	width:920px;
	height:242px;
	margin:50px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/global/header.jpg);
	background-repeat:no-repeat;
}

#header_holder ul
{
	float:left;
	list-style-type:none;
	margin:208px 0px 0px 140px;
	padding:0px;
}

#header_holder li
{
	margin:0px;
	padding:0px 20px 10px 20px;
	display:inline;
	background-image:url(../images/global/nav_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header_holder li a
{
	color:#ff9900;
	text-decoration:none;
}

#header_holder li a:hover
{
	margin:0px;
	padding:0px 0px 10px 0px;
	background-image:url(../images/global/nav_arrow_over.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#fff;
	text-decoration:none;
}

#header_holder li a.current
{
	margin:0px;
	padding:0px 0px 10px 0px;
	background-image:url(../images/global/nav_arrow_over.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#fff;
	text-decoration:none;
}

#orange_bg_holder
{
	position:relative;
	width:920px;
	height:105px;
	margin:-30px 0px 0px -70px;
	padding:0px;
	background-image:url(../images/global/orange_bg.png);
	background-repeat:no-repeat;
}

#right_column_holder
{
	float:right;
	width:170px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#social_media_holder
{
	position:relative;
	width:170px;
	height:380px;
	left:-70px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	background-color:#000;
	border: 1px solid #1a1a1a;
}

#social_media_holder img
{
	margin:20px 0px 0px 0px;
	padding:0px;
}

#social_media_holder a img
{
	opacity:.80;
	filter:alpha(opacity=80);
}

#social_media_holder a:hover img
{
	opacity:.99;
	filter:alpha(opacity=99);
}

#footer_holder
{
	position:relative;
	float:left;
	width:920px;
	height:172px;
	top:0px;
	background-image:url(../images/global/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:0px;
}

#footer_nav_holder
{
	position:relative;
	width:400px;
	height:30px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#footer_nav_holder ul
{
	list-style-type:none;
	margin:60px 0px;
	padding:0px;
}

#footer_nav_holder li
{
	margin:0px;
	padding:0px 20px 10px 20px;
	display:inline;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_nav_holder li a
{
	color:#ff9900;
	text-decoration:uderline;
}

#footer_nav_holder li a:hover
{
	color:#fff;
	text-decoration:uderline;
}

#copyright_holder p
{
	position:relative;
	top:20px;
	margin:0px auto;
	padding:0px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#cbcaca;
	letter-spacing:1px;
}