@charset "UTF-8";
/* CSS Document 
****** Common Colors ******
Blue: 0067ce
Orange: ff8300
Yellow: fdca21

*/

body{
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0067ce;
	background: transparent url(images/bg_body.gif) repeat left top;
}

p{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0067ce;
	line-height: 15px;
}
p, h1, h2, h3, h4{
	margin:10 0;
	padding: 0;
}
h1{
	font-size: 26px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #fff;
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #F76623;
	line-height: 22px;
}
h3{
	color: #F76623;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
}
h4{
	color: #0067ce;
	font-size: 13px;
	font-weight: bold;
}


a:link, a:visited{
	color: #F76623;
	text-decoration: none;
}
a:hover{
	color: #fdca21;
}

ul{}
li{}
ul, li{
	padding-left: 15px;
	margin-left: 15px;
}
img{border:none;}
td, textarea, input, label{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0067ce;
	line-height: 15px;
}

.left{
	float: left;
}
.right{
	float: right;
}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}


#wrapper{
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#header_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/header.png) no-repeat left top;
	height:123px;	
}
#header{
	width: 850px;
	margin: 0 auto;
}

#navigation_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/bg_navigation.png) no-repeat left top;
	height: 36px;	
}




#navigation{
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
ul#nav{
	
	background: none;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 700px;
	text-align: center;
	display: block;
}
.msie ul#nav, .safari ul#nav, .opera ul#nav{
	width:700px;
	border:0px solid red;
}
.msie6 ul#nav{
	border: 0px solid red;
	width: 770px;
}

.members ul#nav{
	width:405px;
}
ul#nav li{
	position: relative;
	display: inline;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}

li ul{
	position:absolute;
	left: 0px;
	top:20px;
	display: none;
	width:134px;
	background-color: #Fff;
	margin:0;
	padding:0;
	border: 1px solid #F79433;
	z-index: 1000 !important;
}



ul#nav li a{
	display: block;
	float:left;
	color: #fff;
	padding-right:6px;
	margin-left: 6px;
	border-right: 1px solid #fff;
	margin-top:4px;
	
}
ul#nav li a:hover{
	color: #0067ce;
}

ul#nav li ul li{
	padding: 0; 
	margin: 0; 
	text-align: left;
}
ul#nav li ul li a{
	display: block;
	padding:7px;
	margin:0;
	border-bottom: 1px solid #FFF1CF;
	border-right: none !important;
	width: 120px;
	color: #F79433;
	font-weight:bold;
}
ul#nav li ul li a:hover{
	color: #0067ce;
	background-color: #FFF1CF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul{display: block;}




#content_wrapper{
	float: left;
	width: 890px;
	background: transparent url(images/bg_content.png) repeat-y left top;	
	
}

.msie #content_wrapper, .opera #content_wrapper{
	margin-top: -13px;
	padding: 0;
}


#content{
	width: 850px;
	margin: 0 0 0 20px;
	float:left;
}
.index #content{
	background: transparent url(images/bg_leftsidebar.jpg) no-repeat left 431px;
}
.msie6 .index #content{
	margin-left: 10px;
}

#left{
	width: 205px;
}

#left .content{
	width: 182px;
	margin-left:11px;
}

#main{
	width: 440px;
	
}
#main .content{
	
}

#right{
	width: 206px;
	overflow:hidden;
	margin-left: -5px;
	
}
#right .content{
	text-align: center;
}
.ads{
	text-align: center;
	width: 200px;
}
.ads a{
	display: block;
	text-align: center;
	width: 200px;
}

#footer_wrapper{
	width: 890px;
	float: left;
	height: 31px;
	background: transparent url(images/bg_footer.png) no-repeat left top;
}
#footer{
	width: 850px;
	margin: 0 auto;
}

a.register_now{
	display: block;
	background: transparent url(images/register_now_button.png) no-repeat left top;
	height: 39px;
	width: 180px;
	overflow:hidden;
}
a.register_now:hover{
	display: block;
	background: transparent url(images/register_now_button.png) no-repeat left bottom;
	height: 39px;
	width: 180px;
	overflow:hidden;
}


a.header{
	display: block;
	border: 0px solid red;
	height:100px;
	width:450px;
	margin-left: 200px;
	margin-top: 20px;
}

.crew-network img{
	margin-top:23px;
}

div.friendsofcrew{
	float: left;height:155px;margin-top:-100px;
}
.msie div.friendsofcrew{
	margin-top:0;
}

div.ads{
	border: 1px solid  #f78b19; border-top:0; float: left;height: 110px;margin-top:-3px;
}

.msie hr{
	text-align: center;
	margin: 0 auto;
}

p.register a{
	color: #0067ce;
	font-weight: bold;
	display: block;
	margin-top:12px;
	
}
p.register a:hover{
	color: #F76623;	
}