html,
body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
	color: #fff;
	/*text-shadow: 0.1em 0.1em #999;*/
	background-color: #000;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
   	font-size: 1em;
	color: #fff;
}


h2 {
    font-family: 'Lato', sans-serif;
  	font-size: 2em;
	font-weight: bold;
	color: #000;
}

h3 {
    font-family: 'Lato', sans-serif;
   	font-size: 1em;
	color: #000;
	
}

#header {
    display: block;
    width: 100%;
    height: 90px;
    background-color: rgb(0,0,0);
}

#menu {
    list-style: none;
    color: rgb(255,255,255);
    float: right;
}

#menu li {
    display: inline-block;
    font-size: 2em;
    padding: 1.1em 1em;
}

#menu li:hover {
    color: rgb(155,155,155);
}

#top {
    display: block;
    width: 100%;
    height: 80%;
    background-image: url('/images/bg-fade2.jpg');
	background-repeat: no-repeat;
}

#bottom {
    width: 100%;
  	height: 40px;
}

#footer {
    padding: 10px;
	padding-left: 25px;
	font-family: helvetica, arial, sans-serif;
    font-size: 12px;
	color: #444;
}


.box {
    display: inline-block;
    width: 20%;
    background-color: rgb(0,0,0);
    height: 250px;
    margin-left: 4%;
    vertical-align: top;
}
.box img {
    width: 100%;
}

#main_menu {
    float: right;
    padding-top: 70px;
    padding-right: 80px;
    margin: 0;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#logo {
    position: absolute;
    top: 5px;
    left: 15px;
    display: block;
    width: 468px;
    height: 110px;
    background-image: url('/images/u18-textlogo.png');
    z-index: 1000;
}

#tag {
    position: absolute;
    top: 250px;
    left: 30px;
	min-width: 300px;
    display: block;
	color: #fff;
	font-size: 24px;
	font-family: 'BenchNine', sans-serif;
	font-weight: 300;
}

#promotion {
    position: absolute;
    display: block;
    min-width: 400px;
    top: 38%;
    left: 5%;
    width: 40%;
    background: rgba(255,255,255,0);
	font: #fff;
	padding: 10px;
}

#highlight_box {
	border: 1px solid #CCC;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
	padding: 10px 20px;
	box-shadow: 5px 5px 5px #ccc;
}
	
#highlight_box ul {

	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
}
	
.title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #669933;
}

.underlined {
	text-decoration: underline;
}

#partner_page_button {
	display: none;
}

#partner_page_button_divider {
	display: none;
}

#login_button {
	display: none;
}

#logout_button {
	display: none;
}


#login_dialog {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 80%;
	display: none;
}

#login_dialog_content {
	margin: auto;
	margin-top: 90px;
	margin-bottom: 90px;
	width: 420px;
		
	color: #fff;
	background-color: #222;
	background-color: transparent;
	
/*
	-moz-border-radius: 8px;
	border-radius: 8px;
*/
	
/*
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
*/
}

#login_dialog_opacity {
	width: 420px;
	height: 345px;
	position:absolute; 
	z-index:1;
	background-color: black;
	opacity: 0.50;
	filter: alpha(opacity = 50);
	border: solid 1px #ddd;
}

#login_dialog_content_box {
	position:absolute; 
	width: 422px;
	height: 345px;
	z-index:2;
	text-align: center;
}

#login_dialog_title {
	width: 380px;
	padding: 20px;
  	font-family: 'Lato', sans-serif;
    font-weight: normal;
	font-size: 24px;
	text-align: center;
	border: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	background-color: black;
}

#login_dialog_close_button {
	float:right;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #ccc;
  	font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	top: -4px;
	right: -4px;
	background: #333;
}

#login_dialog_username_div {
	width: 382px;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
}

#login_dialog_password_div {
	width: 382px;
	padding: 20px;
	text-align: center;
}

#login_dialog_button_div {
	width: 422px;
	padding-top: 20px;
	text-align: center;
}

/*
#login_table {
	margin: 40px;
	margin-top: 0px;
  	font-family: 'Lato', sans-serif;
    font-weight: 200;
	font-size: 20px;
	position:absolute; 
	//width:280px; 
	z-index:2;
}

#login_title {
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 32px;
	color: white;
}
*/

/*
input[type="text"]{
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
*/

input {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#login_message {
	width: 422px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
    font-weight: normal;
  	font-family: 'Lato', sans-serif;
 	font-size: 14px;	
}

.login_field { 
	width: 240px; 
	border: 1px solid #999999; 
	padding: 10px;
	color: gray;
	font-style: italic;
}

.login_field_edited { 
	color:black;
	font-style: normal;
}

#login_field_password_hint {
	height: 20px;
	color: gray;
	font-style: italic;
	font-family: sans-serif;
	font-size: 11px;
	position:absolute; 
	text-align: left;
	padding-top: 12px;
	z-index:3;
	left: 92px;
}

.u18_button {
	width: 150px;
	height: 50px;
	padding: 10px;
	text-align: center;
  	font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	///background-color: #222;
	background-color: transparent;
	color: white;
	border: solid #ddd 1px;
}

.u18_button_hover {
	background-color: #444;
	//color: #ccc;
	//border: solid #bbb 1px;
}

/*
#login_cancel_button {
	float:left;	
}

#login_attempt_button {
	float:right;	
}
*/

#partner_page {
    width: 100%;
    height: 80%;
	display: none;
	background-color: transparent;
}

#partner_page_box {
	margin: auto;
	padding: 40px;
	width: 1000px;
    font-size: 16px;
	color: #222;
	background-color: transparent;
	text-align: left;
}

#partner_page_menu {
	font-family: Helvetica,sans-serif;
	font-weight: normal;
	font-size: 20px;
	width: 300px;
	height: 100%;
	background-color: transparent;
	margin-right: 10px;
}


.partner_content_button {
	width: 300px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
	//background-image: url('/images/transparent75.png');
	//background-color: #111;
	color: white;
}

.partner_content_button_text {
	padding: 10px;
	padding-top: 18px;
	padding-left:20px;
	text-align: left;
/* 	font-family:'Univers LT W01 45 Light'; */
	font-family:'Lato';
	font-weight: normal;
	font-size: 24px;
	position:absolute; 
	width:270px;
	z-index:2;
}

.partner_content_button_opacity {
	position:absolute; 
	width:300px; 
	height:60px; 
	z-index:1;
	background-color: black;
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

.partner_download_button_opacity {
	position:absolute; 
	width:300px; 
	height:60px; 
	z-index:1;
	background-color: green;
	opacity: 0.50;
	filter: alpha(opacity = 50);
}

.partner_content_button_hover {
	opacity: 0.75;
	filter: alpha(opacity = 75);
}


.proposal_title {
	width: 300px;
	height: 40px;
	text-align: left;
	font-size: 24px;
	background-color: transparent;
	//background-image: url('/images/transparent50.png');
	//background-color: #333;
	color: white;
}

.proposal_title_text {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left:20px;
	text-align: left;
	font-family:'Lato';
	font-weight: 400;
	font-size: 20px;
	position:absolute; 
	width:280px; 
	z-index:2;
}

.proposal_title_opacity {
	position:absolute; 
	width:300px; 
	height: 40px;
	z-index:1;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

.proposal_button {
	width: 300px;
	height: 30px;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	//background-image: url('/images/transparent50.png');
	//background-color: #333;
	color: white;
}

.proposal_button_text {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left:20px;
	text-align: left;
	font-family:'Lato';
	font-weight: 300;
	font-size: 16px;
	position:absolute; 
	width:270px; 
	z-index:2;
}

.proposal_button_opacity {
	position:absolute; 
	width:300px; 
	height: 30px;
	z-index:1;
	background-color: black;
	opacity: 0.66;
	filter: alpha(opacity = 66);
}

.proposal_button_hover {
	opacity: 0.90;
	filter: alpha(opacity = 90);
}

.proposal_button_sub {
	width: 300px;
	height: 30px;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	//background-image: url('/images/transparent50.png');
	//background-color: #333;
	color: white;
}

.proposal_button_sub_text {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left:40px;
	text-align: left;
	font-family:'Lato';
	font-weight: 300;
	font-size: 16px;
	position:absolute; 
	width:250px; 
	z-index:2;
}

.proposal_button_sub_opacity {
	position:absolute; 
	width:300px; 
	height: 30px;
	z-index:1;
	background-color: black;
	opacity: 0.66;
	filter: alpha(opacity = 66);
}

.proposal_button_sub_hover {
	opacity: 0.90;
	filter: alpha(opacity = 90);
}


#proposal_nav_bar {
	margin-top: 20px;
	padding-top: 50px;
	text-align: center;
}

.proposal_nav_span {
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

.proposal_nav_hover {
	color: #000;
	//text-decoration: underline;
}

#proposal_nav_prev {
	font-family:'Lato';
	font-weight: 400;
}

#proposal_nav_next {
	font-family:'Lato';
	font-weight: 400;
}

.proposal_nav_arrow {
	cursor: pointer;
	vertical-align:middle;
}

#proposal_nav_arrow_left {
	padding-bottom: 10px;
	padding-right: 8px;
}

#proposal_nav_arrow_right {
	padding-bottom: 10px;
	padding-left: 8px;
}


#partner_page_content {
	width: 700px;
	padding: 40px;
	background-color: #eee;
	text-align: left;
	color: black;
	font-family: helvetica,sans-serif;
	font-weight: normal;
	font-size: 14px;
	border: solid 1px gray;
}

#partner_page_content > h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid green;
}

#partner_page_content > h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid green;
}

#partner_page_content > p, ul, ul > ul, ol {
	font-size: 18px;
}

#partner_page_content > ul > li, ol > li, ul > ul > li, ol > ol > li {
	font-size: 16px;
	padding-bottom: 10px;
}

#contact_page_content > h2 {
	font-family: helvetica,arial,tahoma,verdana,sans-serif;
    color::#000;
	font-size: 18;
	text-decoration:none;
}

.partner_page_contact_name {
	margin-bottom: 6px;
}

.partner_page_contact_info {
	padding-left:16px;
	margin-top: 0px;
}

.proposal_link {
	cursor: pointer;
}


    /* standard links  */     

a:hover {
	font-family:'Lato';
    color:#000;
	text-decoration:none;
    }   
a:active {
	font-family:'Lato';
    color:#669933; 
    text-decoration:none;
    } 
a:link {
	font-family:'Lato';
    color:#669933;
	text-decoration:none;
  	}
a:visited {
	font-family:'Lato';
    color:#669933; 
    text-decoration:none;
    }
    
    
#promo_text {
    position: relative;
    display: block;
    min-width: 400px;
    width: 600px;
	background: rgba(0,0,0,0.25);
	font-family:'Lato';
    font-size: 24px;
    font-weight:800;
    color: #fff;
   	padding: 20px;
}
    
