/* ------------------------------------------------------------------------
CSS sheet for T.H.R.I.V.E.
Author: Chris Robinson
Date Created: 04-16-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Tan Background - #A38B5D;
Off White - #A38B5D;
Dark Maroon - #540101;


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: #FFFACD;
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/header.jpg) repeat-x #FFFACD;
}
#wrap{
	width: 1004px;
	margin: auto;
	text-align: left;
	background: url(images/wrapbg.gif) repeat-y;
	color: #464646;
	overflow: hidden;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
.nav{
	display: block;
	background: #D6C79C;
	height: 25px;
	list-style-type: none;
	padding-top: 15px;
}
.nav li{
	display: block;
	float: left;
	margin-left: 2em;
}
.nav li a{
	font-family: "times new roman", serif;
	color: #464646;
	text-decoration: none;
	font-size: 14pt;
}
.nav li a:hover{
	text-decoration: underline;
}
#header{
	display: block;
	width: 100%;
	height: 248px;
	overflow: hidden;
}
#header a.index{
	display: block;	
	width: 250px;
	height: 210px;
	float: left;
	margin-right: 90px;
	margin-left: 45px;	
	margin-top: 24px;
	/*background: url(images/logo.png) no-repeat;
	text-indent: -9999px;*/
}
#header h2{
	display: block;
	background: url(images/whiteborder.png) no-repeat;
	width: 43px;
	height: 223px;
	text-indent: -9999px;
	float: left;
	margin-top: 18px;
}
#header h3{
	display: block;
	background: url(images/pics.png) no-repeat;
	width: 519px;
	height: 202px;
	text-indent: -9999px;
	float: right;
	margin-top: 30px;
}
/* -----------------------------------------------------------------------
LEFT SIDE ELEMENTS
-------------------------------------------------------------------------*/
#leftWrap {
	display: block;
	float: left;
	width: 192px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#left{
	display: block;
	background: url(images/leftmid.png) repeat-y;
	width: 192px;	
	float: left;	
}
#left h3{
	padding-top: 5px;
	background: url(images/lefttop.png) 0px 0px no-repeat;
	font-size: 15px;
	padding-left: 15px;
}
#left dl{
	padding: 0 15px 25px 15px;
	background: url(images/leftbtm.png) bottom left no-repeat;
}
#left dl dt{
	border-bottom: 1px dashed #464646;
	padding-top: 5px;
}
#left dl dd a{
	margin-left: 10px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	border-bottom: 1px dashed #464646;
}
#left dl dd a:hover{
	border-bottom: 1px solid #464646;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/	
#main{
	display: block;
	margin-top: 20px;
	float: left;
	width: 700px;
}
#main ul.patronTips{
	list-style-type: disc;
	margin-left: 25px;
}
ul.past{
	text-align: center;
}
#wrap #main ul.past li{
	list-style-type: none;
	margin-bottom: 10px;
}
#insights dd{
	margin-bottom: 10px;
}
#insights dt{
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------
SIMPLE SECTION ELEMENTS
-------------------------------------------------------------------------*/
#simple{
	width: 750px;
	margin-bottom: 20px;
}
#simple div{
	display: block;
	clear: both;
	background: #D5D1EF;
	padding-top: 5px;
	padding: 0 20px;
}
#simple .light{
	background: #EBE7E7;
}
#simple dl.right{
	float: left;
	width: 48%;
	padding-top: 5px;
	margin-right: 10px;
}
#simple dl.right dt{
	font-weight: bold;
	text-align: left;
}
#simple dl.right dd.desc{
	width: 170px;
	overflow: auto;
	float: right;
}
#simple dl.right dd img{
	margin-right: 10px;
}
#simple div.one{
	min-height: 775px;
}
#simple div.two{
	height: 165px;
}
#simple div.three{
	height: 240px;
}
#simple div.four{
	height: 240px;
}

#reqForm {
line-height:30px;
}
#reqForm label {
width:150px;
}
.schenck {
	display: block;
	clear: both;
	width: 175px;
	height: 150px;
	border: none;
	text-decoration: none;	
	outline: none;
	margin: 10px auto;
}
.schenck img {
	border:none;
	width: 175px;
	height: 150px;
}
.clear {
	clear: both;
}
.sponsor {
	display: block;
	margin: 10px;
}
.vtech img{
	width: 119px;
	height: 102px;
	border: none;
	margin-left: 34px;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	width: 100%;
	color: #464646;
	border-top: 1px solid black;
	margin-top: 1.2em;
}
#footer ul{
	display: block;
	list-style-type: none;
}
#footer ul li{
	float: left;
	margin-left: 10px;
}
#footer ul li a{
	color: #464646;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}

.alignRight {
	text-align: right;
	padding-right:20px;
}