hr {
	height: 1px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #CCC;
}

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;
	width: 959px;
	height:224px;
	background: url(images/header_bg.jpg) no-repeat bottom left;/*height:271px; /* THIS IS THE HEIGHT TO DISPLAY THE MENU */
}

div#container {
	background: url(images/main_content_bg.jpg) repeat-x;
}

div#container_main {
	width:755px;
	margin-left: 15px;
	font-size:13px;
	float: left;
	margin-top: -330px;
}

div#container_right {
	width:188px;
	margin-top: -150px;
	text-align:center;
	float: right;
}

img#masthead {
}

#footer {
	background: #fff url(images/footer.jpg) no-repeat top left;
	display: block;
	height: 110px;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

div#footer span {
	margin-right:5px;
}

/* menu */
ul#main {
	margin:0px;
	padding:0px;
	list-style:none;
}

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:#e3e2e2;
	border-right:1px solid #ccc;
}

ul#main li.navhome li {
	background:#888;
}

ul#main li.navhome li:hover {
	background:#e3e2e2;
}

ul#main li.navhome:hover {
	background:#888;
	color: #fff;
}

ul#main li.navhome a:hover {
	color: #fff;
}

ul#main li.navwhy {
	background:#919191;
	border-right:1px solid #ccc;
}

ul#main li.navwhy li {
	background:#000;
}

ul#main li.navwhy li:hover {
	background:#919191;
}

ul#main li.navwhy:hover {
	background:#000;
}

ul#main li.navabout {
	background:#ff4722;
	border-right:1px solid #ccc;
}

ul#main li.navabout li {
	background:#dd5833;
}

ul#main li.navabout li:hover {
	background:#ff4722;
}

ul#main li.navabout:hover {
	background:#dd5833;
}

ul#main li.navexp {
	background:#0e0e0e;
}

ul#main li.navexp li {
	background:#919191;
}

ul#main li.navexp li:hover {
	background:#0e0e0e;
}

ul#main li.navexp:hover {
	background:#919191;
}

/* nav_menu sub items */

ul#main li.navhome a {
	color: #ff0000;
	font-weight: bold;
}

ul#main li ul {
	padding:0px;
	position:absolute;
	display:none;
	top:31px;
	left:-1px;
	list-style:none;
	margin:0px;
	background: inherit;
	z-index:100;
}

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:#686868;
	font-family:trebuchet ms, Lucida Grande, Arial;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	margin-top:0px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

td > p {
	margin-top:0px;
}

td {
	vertical-align:top;
}

td.red {
	background:#a9b4b8;
	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;
}

/* Video Box and Perspectives */
#videoBox {
	margin-left: 0px;
}

#videoBox a {
	float: left;
}

#videoBox img {
	float: left;
}

#videoTable table {
	font-size: 11px;
}

#videoTable td {
}

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

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

td.companion_pic_row img {
	margin-bottom: 5px;
}

div.testimonial_left p {
	width: 400px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 10px;
}

div.testimonial_right p {
	width: 400px;
	display: block;
	text-align: left;
	float: left;
}

div.testimonial_right a {
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
}

div.testimonial_left a {
}

div.testimonial_right {
}

div.testimonial_left {
	clear: left;
}

div#testimonials {
	width: 600px;
	display: block;
	margin-bottom: 20px;
}

br.clear {
	clear: both;
}

span.testi_quote {
	font-size: 115%;
	font-weight: bold;
}

span.testi_name {
	font-size: 130%;
	font-weight: bold;
}

span.testi_position {
	font-size: 95%;
	font-weight: normal;
}

td a img {
	border: none;
}

table table td {
	border: none;
}

p.home_side_title {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}

/* EXCELLENCE CUBE */
div#ecube_left_column {
	width: 170px;
	height: 565px;
	float: left;
	text-align: right;
	font-size: 0.85em;
	margin-right: 20px;
}

div#ecube {
	width: 565px;
	height: 565px;
	float: left;
}

div#ecube_div {
	width: 800px;
}

div.char_of_excellence {
	width: 100%;
	height: 45px;
	margin: 0px 0px 12px 0px;
}

div.char_of_excellence a.image {
	width: 45px;
	height: 45px;
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
}

div.char_of_excellence a.image:hover {
	background-position: 0px -45px;
}

div.char_of_excellence p.title {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

div.char_of_excellence p.summary {
	margin: 0px;
}

a.e_image {
	width: 100px;
	height: 100px;
	margin: 0px 0px 10px 0px;
	display: block;
	border: 5px solid #111;
}

a.e_image:hover {
	background-position: 0px -100px;
	border: 5px solid #FC4C23;
}

a.menu_button {
	width	: 164px;
	height	: 18px;
	padding	: 6px 8px 6px 8px;
	margin	: 8px 0px 8px 0px;
	display	: block;
	font-size		: 12px;
	font-weight		: bold;
	text-align		: left;
	text-decoration	: none;
	text-transform	: uppercase;
	background	: url(/_images/menu_button_bg.png) no-repeat;
	color	: #FFF;
}

a.menu_button:hover {
	background	: url(/_images/menu_button_hover_bg.png) no-repeat;
}

div.menu_button_image {
	width	: 180px;
	height	: 88px;
	margin	: 0px;
	background-repeat	: no-repeat;
}

div.menu_button_image a {
	margin	: 0px;
}

