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

/*
author: FliteHaus Creative Agency
date modified: 07.01.09
type: core css
*/

/* ----- Reset all CSS ----- */
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background: transparent; }

/* ----- body base style ----- */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	background-image: url(/gametech/global-images/page-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:0.75em;
}

/* ----- Header ----- */

#header {
	margin: 0px;
	padding: 0px;
}

/* ----- column structure ----- */

#page-wrap {
	width:850px;
	margin: 0 auto;
}
#main-header{
	width:850px;
	height:200px;
	text-indent:-9999px;
	background-image:url(/gametech/global-images/main-header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* ----- Content ----- */

#main-body {
	margin:12px auto 0;
	padding:17px;
	width:735px;
	background-color:#000000;
	overflow:auto;
}

#content-area {
	float:left;
	display:inline;
	padding:17px 50px 17px 17px;
	width:456px;
	min-height:311px;
	background-color:#373737;
	background-image:url(/gametech/global-images/content-bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#content-area h1 {
	font-size:1.5em;
}
#content-area h2 {
	font-size:1.1em;
}
#content-area p {
	font-size:0.9em;
}
#content-area p, #content-area h1, #content-area h2 {
	margin-bottom:0.5em;
}
#content-area a {
	color:#77c043;
}
#content-area a:hover {
	color:#000;
}

#content-sidebar {
	width:150px;
	float:right;
	padding:0px 15px;
}
#hotel, #map {
	width:200px;
	height:200px;
	margin-bottom:15px;
	border:3px solid #222;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#hotel {
	background-image:url(/gametech/global-images/hotel.jpg);
}
#map {
	background-image:url(/gametech/global-images/map.jpg);
}

.overflowHotel {
width:100%;
margin:0 0 30px 0;
}

.overflowText {
float:left;
display:inline;
width:300px;
}

.overflowHotelPic {
padding:10px;
background-color:#222;
float:right;
display:inline;
}

#day1, #day2, #day3 {
	width:150px;
	height:150px;
	margin-right:2px;
	text-align:center;
	float:left;
font-size: 12px;
}

.agendaDL {
clear:both;
text-align: center;
margin: 70px 0 0 0;
}

strong {
	color:#77c043;
}

.presCallout {
padding: 20px;
background: #333;
margin: 20px 0;
color: #888;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

.presCallout h3 {
font-size: 16px;
color: #fff;
}

.presBtn {
display: block;
text-align: center;
margin: 20px 0 -5px 0;
}

/* ----- footer ----- */	
#bottom-bar {
	margin:12px auto 0;
	padding:17px 0px;
	width:735px;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
}


/* ----- form styles ----- */	



/* ----- list styling ----- */


/* ----- miscellaneous styles ----- */

.center {
	text-align:center;
}

img {
	border: 0;
}

/* ----- floats ----- */

.fltRight {
	float: right;
}

.fltLeft {
	float: left;
}

.clear {
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----- footer ----- */

/*----- bios ----- */

.bioPic {
	padding:5px;
	background-color:#222;
	float:right;
	display:inline;
	margin:10px;
}

/*----- Virtual Worlds Page -----*/
.vwcNews {
background-color: #222;
border: 1px solid #79c144;
padding: 10px;
margin: 10px 0;
}

.vwcNews a {
margin: 0;
font-size: 14px;
}


/*----- Presentations Page -----*/
table.presTable {
margin: 20px 0 0 0;
}

table.presTable td {
margin: 0 0 0 0;
padding: 15px 0;
border-bottom: 1px solid #222;
}
