/* CSS Document */
body{
	background-color:#b2bcc0;
	margin-top:0;
	margin-left:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#6d7a80;
	font-size:75%;	
}

img{
	border:0;
}
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {color:#5c6d76;text-decoration:underline;}
	
#centerWrapper{
	width:100%;
	height:auto;
}
#page{
	background-image:url(../images/centerbg.jpg);
	text-align:left;
	height:auto;
	width:747px;
	border:1px solid #fff;
}
#footer{
	text-align:right;
	width:747px;
	height:253px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#legal{
	text-align:center;
	width:747px;
	height:50px;
	color:#d4dcde;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:90%;
	line-height:2em;
}
#topBar{
	height:86px;
	border-bottom: 1px solid #fff;
}
#logo{
	margin: 25px 0 0 25px;
}
#strapLine{
	float:right;
	color:#fff;
	padding: 35px 25px 0 0;
	font-size:150%;
}
#homeMenuWrapper{
	float:left;
	height:150px;
	width:160px;
	border-bottom: 1px solid #fff;
}
#menuWrapper{
	float:left;
	height:auto;
	width:160px;
}
#menu{
	height:auto;
	width:160px;
	overflow:hidden;
	list-style-type:none;
	padding: 0;
	margin:0;
}

#subMenu{
	overflow:hidden;
	list-style-type:none;
	padding: 0;
	margin:5px 0 5px 10px;
	font-size:90%;
}
* html #subMenu{
	margin:0px 0 5px 10px;
}
#menu li {
	padding: 0px;
	margin:0;
	border-bottom: 1px solid #fff;
	line-height:1.6em;
	font-weight:bold;
}
#subMenu li {
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #fff;
}
* html #subMenu li{
	line-height:.7em;
}
#menu a.menuOn{
	display:block;
	margin-left:5px;
	color:#6d7a80;
	text-decoration:none;
}
#menu a.menuItem{
	display:block;
	margin-left:5px;
	color:#fff;
	text-decoration:none;
}
#menu a.menuItem:hover{
	color:#6d7a80;
}
#rightColumn{
	float:left;
	border-left:1px solid #fff;
	height:auto;
	width:585px;
}

#teamMenuBox{
	float:left;
	width:284px;
	height:215px;
	color:#6d7a80;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:80px 0 0 0;
}

#teamImageBox {
	float:left;
	height:295px;
	width:300px;
	border-bottom: 1px solid #fff;
}

#titleBox{
	float:left;
	width:284px;
	height:150px;
	color:#6d7a80;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
h1{
	margin:20px;
	font-size:90%;
	font-weight:normal;
}	
h2{
	font-weight:bold;
	margin-top:0;
	font-size:120%;
}
h3{
	font-weight:bold;
	margin-top:15px;
}

ul{
	font-size:100%;
}
#inBodyBold{
	font-weight:bold;
}
#title{
	font-size:160%;
	font-weight:bold;
}
#imageBox {
	float:left;
	height:150px;
	width:300px;
	border-bottom: 1px solid #fff;
}

#contentArea{
	float:left;
	width:545px;
	margin:10px 0 0px 10px;
}

#contentAreaMap{
	float:left;
	width:auto;
	margin:0;
	border-right: 1px solid #fff;
}

#homeSpace {
	clear:left;
	height:50px;
	background-image: url(../images/centerbg.jpg);
}
#insideSpace {
	clear:left;
	height:10px;
	font-size:1%;
	margin-left:160px;
	border-left:1px solid #fff;
}
#inCopyImg{
	clear:both;
	float:left;
	width:105px;
	margin-bottom:5px;
}
#contentRightColumn{
	float:left;
	margin-left:5px;
	margin-bottom:30px;
	width:420px;
	
}
#contentRightColumn ul {
	font-size:100%;
}
#contentRightColumn p {
	font-size:100%;
}
/*************news********************/
.newsStory{margin-bottom:5px;position:relative;overflow:hidden;width:100%;}
.newsImage{clear:both;float:left; width:144px; height:auto; margin:0 10px 0 0; width:144px;}
.newsImageFull{clear:both;float:left; width:144px; height:auto; margin:0 10px 0 0; width:200px;}

#newsCopy {float:left;width:390px;}
.newsHeadline {margin:3px 0; font-size:110%;}
.newsCopy1{font-size:100%;}
.newsCopy1:first-line{font-weight:bold; background:#fff;}
.newsStory p{margin-top:0; }
#mainContentArea .newsCopy2{font-weight:bold;}
#mainContentArea .newsCopy2:hover{ font-weight:bold;}

