@charset "UTF-8";
body {
	background:#78a539 url(images/background-gradient.gif) repeat-x;
}

a { text-decoration:none; color:#015eaa; }
a:hover { text-decoration: underline; }

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 118px;
	background: url(images/theebos_header.png) no-repeat;
}

#logo {
	width: 216px;
	height: 97px;
	float:left;
	margin-left: 10px;
	margin-top: 12px;
}

#pageTitle {
	height: 80px;
	width: 350px;
	float: left;
	margin-top: 35px;
}

#leftNav {
	width: 210px;
	height: 347px;
	background: url(images/left-nav-bg.png) no-repeat;
	float:left;
}

#menuHolder {
	float:right;
	width: 164px;
}

#menuHolder img {
	float:left;	
}


#mainBody {
	float:left;
	width: 381px;
	height:327px;
	padding: 10px;
	background: #ffe92c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x: hidden;
	overflow-y: auto;
	line-height:150%;
}

#rightCol {
	width: 188px;
	height:347px;
	background:url(images/right-bg.png) no-repeat;
	float:left;
}

#footer, #footer_index {
	width:799px;
	height: 95px;
	background:url(images/footer.png) no-repeat;
	clear:both;
}

#footer_index {
	background:url(images/footer_index.png) no-repeat;
}

.contactBlock {
	margin-left: 50px;
}

.contactBlock dt {
	font-weight: bold;
	color: #f45600;
	font-size: 18px;
	margin-top: 25px;
}

#theTeam { margin-top: -15px; }
#theDescription { }

#theTeam h1, #theDescription h1, .videoSectionTitle h1 {
	color: #f45600;
	font-size: 16px;
}

#theTeam h2, h3 {
	margin-top: -14px;
	margin-left: 10px;
	font-size: 14px;
}

#theTeam h3 {
	margin-top: 0px;
	margin-bottom: -10px;
}

#theTeam p {
	margin-left: 10px;
}


#growWrap { margin-top: -15px; }

#growWrap h1 {
	font-weight: bold;
	font-size: 16px;
	color: #f45600;
}

#growWrap p {
	margin-top: -10px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin: -10px 0 0 15px;
}

.mainColumn {
	width: 100%;
	float:right;
	text-align:center;
}

.videoColumns {
	float: right;
	margin-right: 30px;
	width: 50%;
}

.videoSectionTitle {
	width: 100%;
	text-align:left;
	float:left;	
	clear: both;
}

#jacklink:hover, #eboslink:hover, #lilylink:hover {
	text-decoration: none;
}

#jacklink {
	border: none; 
	width: 100px; 
	height: 200px; 
	float: right; 
	display: block;
}


#eboslink {
	border: none;
	width: 100px; 
	height: 85px;
	margin-right: 100px;
	margin-top: 30px; 
	float: right; 
	display: block;
}

#lilylink {
	border: none; 
	margin-top: 150px; 
	margin-right: 20px;
	width: 150px; 
	height: 200px; 
	float: right; 
	display: block;
}


#jackcard, #lilycard, #eboscard {
	width: 600px;
	height: 460px;
	background: #C0c0c0;
	border: 1px solid;
	position: absolute;
	top: -600px;
	left: 50%;
	margin-left: -300px;
	background: #FFF;
	text-align:center; 
	font-family: Arial, sans-serif;
	padding: 15px 10px 0;
}
