body{
	FONT-SIZE: 12px; FONT-FAMILY: Trebuchet MS, Verdana, sans-serif;
	text-align: center; margin: auto; background-color: #6e6d5f;
}
h1{
	font-size:36px;
}

#container{
	width:900px;
	text-align:justify;
	overflow:hidden;
}
#leftShadow{
	background-position: right 50%; background-image:url(images/new_jun09/leftshadow.gif); background-repeat:repeat-y;
	float:left;
	width:17px;
	border-right:1px solid black;
	padding-bottom: 20010px;
    margin-bottom: -20000px;
}
#rightShadow{
	background-position: left 50%; background-image:url(images/new_jun09/rightshadow.gif); background-repeat:repeat-y;
	float:right;
	width:17px;
	border-left:1px solid black;
	padding-bottom: 20010px;
    margin-bottom: -20000px;
}
#boxed{
	float:left;
	width:864px;
}
#header{
	background-image:url(images/new_jun09/header.png); background-repeat:no-repeat;
	float:left;
	width:864px;
	height:400px;	
}
#nav{
	height:300px;
}
#title{
	float:left;
	width:864px;
	height:95px;
	padding-top:5px;
	font-weight: bold; color: #ffffff;
	vertical-align:top;
	text-align:center;
}
#content{
	float:left;
	width:864px;
	background-color:#ffffff;
	border-bottom:1px solid black;
	overflow:hidden;
}
#cloudDiv{
	float:left;
	width:251px;
	height:100%;
	border-right:1px solid black;
	background-color:#ffffff;
	padding-bottom: 20010px;
    margin-bottom: -20000px;
}
#newsAndEvents{
	float:left;
	width:230px;
	height:100%;
	background-color:#ffffff;
	text-align: center;
	padding:20px;
}
#updates{
	float:left;
	width:342px;
	height:100%;
	background-color:#ffffff;
}
#footer{
	background-color:#000000;
	margin-top:5px;
	float:left;
	width:864px;
	height:21px;
	padding: 10px 0px 10px 0px;
	font-weight: bold; font-size: 12px; color: #ffffff;
	text-align:center;
}

/*********************
 *       Links       *
 ********************/
a:link {
	color: #f03733; text-decoration: none
}
a:visited {
	color: #f03733; text-decoration: none
}
a:active {
	color: #f03733; text-decoration: none
}
a:hover {
	color: #4c4c4c; text-decoration: underline
}

/*********************
 *    Navigation     *
 ********************/
 
 #dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 147px;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	color: #ffffff;
}

A.sectionRolloverLink {
	display: block;
	height: 100%;
	width: 100%;
}

UL.menuBar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 36px;
}

LI.menuButtonService {
	height: 36px;
	width: 155px;
	float: left;
}

LI.menuButtonService A {
	background-image: url('images/new_jun09/NAV_services_2.gif');
	background-position: top;
}

LI.menuButtonService A:HOVER {
	background-position: bottom;
}

LI.menuButtonAbout {
	height: 36px;
	width: 155px;
	float: left;
}

LI.menuButtonAbout A {
	background-image: url('images/new_jun09/NAV_about_2.gif');
	background-position: top;
}

LI.menuButtonAbout A:HOVER {
	background-position: bottom;
}

LI.menuButtonCareer {
	height: 36px;
	width: 155px;
	float: left;
}

LI.menuButtonCareer A {
	background-image: url('images/new_jun09/NAV_careers_2.gif');
	background-position: top;
}

LI.menuButtonCareer A:HOVER {
	background-position: bottom;
}

LI.menuButtonContact {
	height: 36px;
	width: 155px;
	float: left;
}

LI.menuButtonContact A {
	background-image: url('images/new_jun09/NAV_contact_2.gif');
	background-position: top;
}

LI.menuButtonContact A:HOVER {
	background-position: bottom;
}