#flexContainer {
	padding-top:15px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
	padding-top: 60px;
	padding-bottom: 50px;
	background: url(/img/interface/flexLogo.jpg) no-repeat top;
	background-color: #000000;
}


/* /////////////////////////////
	Terms of Service, Privacy Policy
/////////////////////////// */

#terms {
	line-height: 140%;
}

#privacy {
	line-height: 150%;
}



/* /////////////////////////////
	Shell
/////////////////////////// */

html{
}
body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: small;
	display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(/img/interface/bg_stars.gif);
    
}


/* /////////////////////////////
	Globals
/////////////////////////// */

a{color: #FFCC99; text-decoration: none; outline: none;}
a:hover{color: #FFF;}

/* /////////////////////////////
	Header
/////////////////////////// */
#header { 
	width: 960px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    }


/* --Top Nav-- */

.yellow {
	color: #999999;
}

.grey {color:#9d9d9d;}

#top_nav{
	margin: 10px 0 0px 2;
	float: right;
	color: #ccc;
	height:25px;
}
#top_nav ul {
	padding-top:12px;
	margin:0;
}
#top_nav li{
	margin: 0px 0 0px 5;
	padding: 0px 5px 0px 5px;
	list-style: none;
	float: left;
	background: url(/img/dots/vert/ff958f.gif) repeat-y right top;
}
#top_nav li a{
	display: block;
}
#top_nav li a.inline {
	display:inline;
	color:#FFCC99;
}
#top_nav li a.inline:hover {
	color:#ffffff;
}
#top_nav li.important a{
	background: url(/img/icons/top_nav_important.gif) no-repeat 0 50%;
	color: #FFF;
	padding-left: 17px;
}
#top_nav li.wave {
	background:url(/img/interface/home_signup.png) 0 0 no-repeat;
	width:9px;
	height:13px;
	float:left;
	margin-top:2px;
	padding:0;
}
#top_nav li.noBorder {
	background:none;
}


/* --Nav-- */
#nav {
	height:50px;
	width:500px;
	float: right;
	font-size: 120%;
	clear:both;
}
#nav a{
	margin:0px 0px 10px 10px;
	cursor:pointer;
	font-weight:bold;
	padding-top:5px;
	font-size:12px;
	float:right;
	text-align:center;
	height:23px;
	width:92px;
	display:block;
	color: white;
	text-transform: uppercase;
	background: url(/img/buttons/home_button.png) 0 0 no-repeat;
}
#nav a:hover{
	color: white;
	background:url(/img/buttons/home_button_hover.png) 0 0 no-repeat;
}

#nav a.icon_mobile,
#nav a.icon_mobile:hover {
	background:none;
	border:none;
	margin:-8px 20px 0 0;
	text-align:left;
	width:50px;
}

/* /////////////////////////////
	Mobile search box and icon
/////////////////////////// */

#nav a.icon_mobile img,
#nav a.icon_mobile:hover img {border:none;}


.login_inner {
	margin:0 14px 0 15px;
	width:400px;
}

.error_p {
	color:#f90;
	width:100%;
	text-align:center;
}

.hover_contain {
	float:right;
	height:30px;
	overflow:visible;
	position:relative;
	width:50px;
}

#rollover_mobile {
	background:transparent url(/img/buttons/rollover_yellow.gif) no-repeat left top;
	filter:alpha(opacity=60);
	height:35px;
	left:5px;
	opacity:0.6;
	position:absolute;
	text-align:center;
	top:25px;
	width:280px;
	z-index:999;
}
#rollover_mobile_p {
	color:#fff;
	font-size:12px;
	height:35px;
	left:5px;
	margin-top:11px;
	position:absolute;
	text-align:center;
	top:25px;
	width:280px;
	z-index:1000;
}


/* /////////////////////////////
	Footer
/////////////////////////// */

#footer{
	text-align: left;
	margin: 0 auto;
	font-size: 85%;
	font-family: helvetica,arial, sans-serif;
	height: 100px;
	width: 830px;
}
#footer ul{
	margin: auto;
	padding: 2em 0 .4em 0;
}
#footer ul li{
	display: inline;
	margin: 0 8px 0 0;
	padding: 1px 9px 1px 0;
	list-style: none;
	background: url(/img/dots/vert/3d3d3d.gif) repeat-y right 0;
}
#footer li.last{background: none}
#footer img.twitterLink{border:none;margin-bottom:-6px}
#footer ul li a{
	color: #888;
}
#footer ul a:hover{color: #FFF;}
#footer p{
	clear: left;
	color: #888;
	margin: 0;
	padding: 0;
}

