div#wrapper{
	border: none;
	width:959px;
	background:#fff;
	margin:0 auto;
	text-align:left;
	height: 768px;
	min-height: 768px;
}
html>body div#wrapper{height:auto}

div#header{
	border: none;
	border-right: none;
	background: url(images/masthead.jpg) bottom left no-repeat #666;
	width: 959px;
	height: 271px;
	/*height:271px; /* THIS IS THE HEIGHT TO DISPLAY THE MENU */
}
div#container{
	border-top: #a5702a 4px solid;
	background: url(images/main_content_bg.jpg) repeat-x top;
	padding-top: 0px;
	margin-top: 0px;
}
div#container img#years{
	position: absolute;
	left: 60px;
	top: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
}
div#container_main{
	width:500px;
	margin-left: 200px;
	margin-top: -40px;
	font-size:13px;
	line-height:18px;
}
div#container_right{
	width:200px;
	margin-top: -50px;
	float:right;
	text-align:center;
}
img#masthead{
border-bottom: 1px solid #FFF;
}

#footer{
	background: #fff;
	display: block;
	height: 71px;
	width: 959px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
div#footer span{
	margin-right:5px;
}
/* menu */
ul#main{
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
}
ul#main li{
	width:239px;
	margin:0px;
	float:left;
	/*padding:7px 10px;*/
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px solid #ccc;
	position:relative;
	min-height:30px;
	height:auto !important;
	height:30px;
}
ul#main li a{
	color:#fff;
	text-decoration:none;
	margin:7px 10px;
	display:block;
}
ul#main li.navhome{
	background:#b12f39;
	border-right:1px solid #ccc;
}
ul#main li.navhome:hover{
	background:#c23f4a;
}
ul#main li.navwhy{
	background:#CC9933;
	border-right:1px solid #ccc;
}
ul#main li.navwhy:hover{
	background:#DBB770;
}
ul#main li.navabout{
	background:#996600;
	border-right:1px solid #ccc;
}
ul#main li.navabout:hover{
	background:#B7944C;
}
ul#main li.navexp{
	background:#070909;
}
ul#main li.navexp:hover{
	background:#282a2a;
}
/* nav_menu sub items */
ul#main li.navhome ul{
	background:#b12f39;
}
ul#main li.navhome ul li:hover{
	background:#b12f39;
}
ul#main li.navwhy ul{
	background:#CC9933; 
}
ul#main li.navwhy ul li:hover{
	background:#DBB770;
}
ul#main li.navabout ul{
	background:#996600; 
}
ul#main li.navabout ul li:hover{
	background:#B7944C;
}
ul#main li.navexp ul{ 
	background:#070909;
}
ul#main li.navexp ul li:hover{
	background:#282a2a;
}
ul#main li ul {
	padding:0px;
	position:absolute;
	display:none;
	top:31px;
	left:-1px;
	list-style:none;
	margin:0px;
}

ul#main li:hover > ul {
	display:block;
}
ul#main li ul li {
	/*padding:7px 10px;*/
	width:239px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
#tooltip{
	position:absolute;
	background:#e2e7eb;
	border:1px dotted #666;
	padding:10px;
	text-align:left;
	width:250px;
	z-index:10;
}
#drawling{
	min-width:400px;
	width:auto !important;
	width:400px;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2000;
	font-family:arial;
	font-size:80%;
}
#drawling a{
	margin-top:10px;
	display:block;
	padding:2px;
	background:#ccc;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#drawling a:hover{
	background:#ddd;
}
#drawling ul{
	margin-left:20px;
}
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1999;
}
#homebuttons{
	width:500px;
	height:225px;
	float:left;
	margin-left:190px;
	margin-top:10px;
	background: url(/_images/homepage/boxes.jpg) no-repeat top left;
	display:inline;
}
#homebuttons2{
	width:195px;position:relative;left:240px;top:-70px	
}
/* classes */
.clearfix{
	height:1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.choicebutton{
	float:left;
	width:162px;
	height:86px;
	margin-right:20px;
	background:url(/_images/background_button.jpg);
	padding:8px 20px;
}
.floatleft{
	float: left;
}
.td_odd{
	background:#f5f5f5;
}
body{
	margin:0px;
	text-align:center;
	background:#333;
	font-family:trebuchet ms,Lucida Grande,Arial;
}
img{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	color:#ca973a;
	margin-top:0px;
}
h1{
	color:#a5702a;
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
td > p{
	margin-top:0px;
}
td{
	vertical-align:top;
}
td.red{
	background:red;
	color:#fff;
}
a{
	color:#c00;
}
a:hover{
	color:#f00;
}
form label{
	float:left;
	display:block;
	width:150px;
	text-align:right;
	padding-right:3px;
}
form input, form select, form textarea{
	float:left;
}
form br{
	clear:both;
}
#videoBox{
	margin-left: 0px;
}
#videoBox a{
	float: left;
}
#videoBox img{
	border: 1px solid black;
	float: left;
}
#videoTable table{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#videoTable td{
	border-right: 1px solid black;
	border-top: 1px solid black;
}

div#perspective_videos {
	width: 449px;
	height: 130px;
	padding: 6px 6px 6px 7px;
	background: #000;
}

div#perspective_videos a {
	margin: 5px;
	float: left;
}
