/* CSS Document */
body{
	background-color: #eeeeee;
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper1 {
}



#nav {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	
}


#content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
#wrapper2 {
	background-image: url(../images/bg_mid.gif);
	background-repeat: repeat-y;
}




#footer  {
	clear:both;
	background: url(../images/footer.gif) no-repeat center top;
	background-color: #eeeeee;
}
#topArea  .logo {
	text-align: left;
 	margin-left: 40px;
	margin-top: 55px;
	float:left;
	display:inline;
}
#topArea {
	background-color: #F4F4F4;
	background-image: url(../images/topBg.jpg);
	background-repeat: repeat-x;
	height: 209px;
}

#topArea  .other {
	float:right;
	display:inline;
	background-repeat: no-repeat;
	background-image: url(../images/top_1.jpg);
	background-position: right bottom;
	height: 209px;
}

#default #topArea  .other, .defaultImg {
	background-image: url(../images/top_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}
#training #topArea  .other, .trainingImg {
	background-image: url(../images/top_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}
#strategic #topArea  .other, .strategicImg {
	background-image: url(../images/top_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}
#current_searches #topArea  .other, .current_searchesImg {
	background-image: url(../images/top_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}
#executive #topArea  .other, .current_searchesImg {
	background-image: url(../images/top_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}
#about #topArea  .other, .aboutImg {
	background-image: url(../images/top_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	display:inline;
	height: 209px;
}

.sub_nav {
	width: 150px;
	font-weight: bold;
	float:right;
	margin-left: 25px;
	margin-bottom: 25px;
}
