/* @override http://bevy.dev/style.css */

body
{
	background-color: #AB4F82;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0;
}


p {
	font: italic 14px/24px Georgia, "Times New Roman", Times, serif;
	width: 400px;
	text-indent: 20px
}

p.first_paragraph, p.small_text{
	text-indent: 0;
}

p.small_text{
	margin-top: 15px;
	font-size: 13px;
}

h4{
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	color: #F6D385;
}

ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

a {
	color: #F6D385;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}


#coming_soon
{
	width: 142px;
	height: 144px;
	background: url(/images/structure/coming_soon.png) no-repeat -10px -6px;repeat bottom left;
	position: fixed;
	left: 0;
	right: 0;
	visibility: visible;
	z-index: 9;
	line-height: 14px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	padding: 10px 10px;
	opacity: 1;
	top: 0;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	border:0;
	overflow: visible;
}

#header {
	
}

#logo {
	float: left;
	width: 78px;
	height: 34px;
	margin: 23px 0 0 13px;
	background: url(/images/logo.png) no-repeat left top;
	display: inline;
	
}

#logo:hover{
	background: url(/images/logo_white.png) no-repeat left top;
}

#content{
	padding-top: 30px;
	clear: both;
}

#footer {
	padding: 30px;
	padding-right: 0;
	text-align: right;
	font-size: 10px;
	clear: both;
	color: #FFF;
}

/* @group Jobs page */

#jobs_listing{

	padding:15px;
}

/* @end */

/* @group Home page */

.home_image {
	background: #AB4F82 url(/images/home_temp.jpg) no-repeat 70% -5px;
}

#home_txt_img{
	float: left;
	width: 329px;
	height: 91px;
	margin-left: 300px;
	margin-top: 20px;
	background: url(/images/home_temp_txt.png) no-repeat left top;
	display: inline;
}

.home_main_div #info_box{
	float: right;
	margin-bottom: 300px;
	margin-top: 10px;
}

/* @end */

/* @group Navigation */
#top_nav
{
	position: relative;
	margin-top: 15px;
	float: right;
	right: 0;
	color: #FFF;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 548px;
	display: inline;
}

#top_nav a{
	color: #FFF;
	text-decoration: none;
	z-index: 10000;
}

#top_nav a:hover{
	color: #F6D385;
}

.nav-bar {
	height: 50px;
	background: url(/images/structure/nav_bg_middle.png) repeat-x left top;
}

#nav {
	height: 100px;
	padding-top: 10px;
}

#nav li {
	list-style:none;
	position:relative;
	padding-top: 5px;
	width: 85px;
	text-align: center;
}

/* Current nav button  */
#nav li.currentPage {
}

#nav .selected_bubble {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 24px;
	background: url(/images/structure/active_page_nav_highlight.png) no-repeat;
	margin:  0;
	z-index: -1;
	display: none;
	
}

#nav .currentPage .selected_bubble {
	display: inline;	
}

#nav .top {
	float:left;
	height: 35px;
	z-index: 1000;
	display: inline;
}

#nav .top a{
	display: block;
	height: 35px;
}

#nav .top .drop_zone {
	position: absolute;
	height: 35px;
	width: 85px;
	top: 0;
	z-index: 10001;
}

#nav ul {
	position: absolute;
	width:152px;
	top:20px;
	left:-10000px;
	padding: 10px;
	padding-top: 25px;
	z-index: -1;
}


#nav ul li {
	width: 152px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	text-transform: none;
}

#nav .top ul li a{
	height: 12px;	
}

#nav .subnav_image_placeholder{
	position: absolute;
	width:152px;
	top:20px;
	left:-10000px;
	padding: 10px;
	padding-top: 25px;
	z-index: -3;
}

#nav li.over .subnav_image_placeholder{
	left: -20px;	
}

#nav .drop_zone_sub {
	position: absolute;
	top: 0;
	height: 35px;
	width: 152px;
}

#nav li.over ul { 
	left: -20px;
}

/* @end */

/* @group Sub Team */

.sub_team_member, .press_release{
	float: left;
	width: 330px;
	display: inline;
}

.sub_team_member p{
	width: 300px;
}

.partner_logo_holder{
	height: 100px;
	vertical-align: bottom;
}

.team_small_nav{
	float: right;
	margin-right: 60px;
	margin-top: 30px;
}

#press_release h4{
	color: #719332;
}

.team_small_nav h4, #press_release_links h4{
	color: #000;
	margin-bottom: 4px;
	margin-top: 20px;
}

.team_small_nav li, #press_release_links li{
	margin-bottom: 3px;
}

.team_small_nav li a, #press_release_links li a{
	color: #4A1636;
}

.team_small_nav li a:hover, #press_release_links li a:hover{
	color: #F6D385;
	text-decoration: none;
}

/* @end */

/* @group The App page */
.image_high_heels {
	position: relative;
	margin: 0;
	width: 1000px;
}

.complement_image {
	background: url(/images/theapp_highheels.gif) no-repeat center -5px;
	background-color: #AB4F82;
}

#info_box {
	margin-top: 50px;
	margin-right: 80px;
	float: right;
	width: 535px;
	display: inline;
}

#info_box p{
	width: 500px;
}

#see_it{
	float: left;
	margin-top: 30px;
	margin-left: 800px;
	display: inline;
}
#see_it p{
	margin: 0;
	color: #FFF;
	font-size: 12px;
}
#see_it_btn{
	background:url(/images/structure/theapp_seeit_btn.png) no-repeat left top;
	width: 104px;
	display: block;
	height: 49px;
}
#see_it_btn:hover{
	background:url(/images/structure/theapp_seeit_btn_hover.png) no-repeat left top;
}
/* @end */


/* @group Partners page */
#partner_list{
	position: static;
	margin-top: 375px;
	top: 50px;
	margin-bottom: 97px;
}

#partner_list table{
	width: ;
	border-top: thin solid #ecb3e9;
	margin-top: 10px;
}

#partner_list td{
	color: white;
	vertical-align: top;
	width: 130px;
}

#partner_list li{
	padding-top: 6px;
}
/* @end */

/* @group Contact Page */
div#contact_page {
	margin-top: 40px;
	margin-right: 40px;
	float: right;
	display: inline;
}
#contact_page h4{
	color: #FFF;
	margin-bottom: 0;
}

div#contact_emails{
	margin-top: 40px;
	margin-bottom: 40px;
}
/* @end */

/* @group Team Page */

#team_blurb{
	margin-bottom: 200px;
	margin-top: 50px;
	margin-left: 150px;
	float:left;
}

#team_blurb p{
	width: 500px;
}

/* @end */


/* @group Team Page */
div#flash_wrapper{
	margin-left: 110px;
	margin-top: 10px;
}

/* @group team display container */
#flash_placeholder{
	position: relative;
	height: 400px;
	width: 100%;	
}

#core_member_stats_container {
	background: white;
	position: relative;
	float: right;
	width: 440px;
	margin-right: 110px;	
	padding: 20px 30px 20px 20px;
	display: inline;
}
#core_member_stats_container p{
	width: 440px;
}

#core_member_stats_container h4{
	color: #719332;
	}

.core_member_stats {
	display: none;
}

.visible {
	display: inline;	
}
/* @end */
/* @end */

/* @group All purpose */

.floatRight{ float: right; display: inline;}
.floatLeft{ float: left; display: inline;}
.clear{clear: both;}
.cursor{ cursor: pointer; cursor: hand; }


.hidden {
	display: none;	
}

/* @end */

/* @group Press */
#press_header{
	height: 200px;
	width: 100%;
	background: url(/images/press_headline_txt.png) no-repeat center center;
}

#press_release_links{
	float: left;
	margin-left: 30px;
	display: inline;
}

#press_release{
	padding: 20px;
	float: left;
	display: inline;
	width: 500px;
	background: #FFF;
	margin-left: 100px;
}



/* @end */
