 * {
	 margin: 0px;
	 padding: 0px;
 }
 body {
	background-color: #18428d;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	padding: 8px 0;
	line-height: 1.4em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
.big {
	font-size: 1.4em;
}
.blue {
	color: #1e4990;
}
.blueSlice {
	background: url('../images/blueSlice.jpg') repeat-x;
	color: #fff;
	padding: 3px 0 2px 5px;
}
.under {
	color: blue;
}
.multiPic {
	
	width: 232px;
	float:left;
}
.multiPic img {
	padding-bottom: 150px;
}
.space {
	width: 800px;
	height: 20px;
}
/******************************************/
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#container {
	width: 950px;
	background: url('../images/bgSlice.jpg') repeat-y;
}
#header {
	width: 950px;
	height: 133px;
	background: url('../images/header.jpg') no-repeat;
}
#nav {
	width: 950px;
	height: 21px;
	background: url('../images/nav.jpg') no-repeat;
}
#leftBar {
	width: 169px;
	height: 539px;
	float: left;
	margin-top: 70px;
	background: url('../images/leftBarHome.jpg') no-repeat top;
}
#homeContent {
	width: 660px;
	float: left;
}
.homeCelebrate {
	float: right;
	margin-top: 10px;
}
#leftBar p {
	padding: 4px 7px 1px 17px;
	line-height: 1.3em;
}
#leftBar a img {
	border: none;
	margin-top: 10px;
}
#footer {
	text-align: center;
	font-size: 75%;
	height: 40px;
	margin: 0 auto;
	background: url('../images/footerSlice.jpg') repeat-y;
}
/************  MAIN PAGES LAYOUT ***************/
#content {
	width: 850px;
	float: right;
}
#topContent {
	width: 650px;
	float: right;
	margin: 15px 60px 0 0;
}
#bottomContent {
	width: 830px;
}
#bottomRightA { /* About Page */
	width: 450px;
	float: left;
	margin-left: 15px;
}
#bottomRightA p { /* About Page */
	padding: 2px 130px 9px 5px;
}
#bottomRight {
	width: 450px;
	float: left;
	margin-left: 15px;
}
#bottomRight p {
	padding: 2px 20px 9px 5px;
}
/*******************/
#bottomRight ul {
	list-style: none;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e4990;
}
#bottomRight li {
	background: url('../images/bullet.jpg') left center no-repeat;
	padding: 7px 0 7px 35px;
}
#topContent ul {
	list-style: none;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1e4990;
}
#topContent li {
	background: url('../images/bullet2.jpg') left center no-repeat;
	padding: 3px 0px 3px 25px;
}
/******************/
.celebrate {
	float: left;
	margin-left: 15px; 
}
/*************** PORTFOLIO LAYOUT GRID   ********/
#portContent {
	width: 950px;
}
#mainPort {
	width: 685px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
#leftPort {
	width: 200px;
	float: left;
	margin-left: 15px;
}
#leftPort img {
	padding: 5px 0;
}
.name {
	width: 280px;
	float: left;
	border: 1px solid #3f3f3f;
}
.location {
	width: 200px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
}
.status {
	width: 190px;
	float: left;
	text-align: center;
	border: 1px solid #3f3f3f;;
}
.lite {
	background-color: #ebf8f1;
}
.liter {
	background-color: #e1e1e1;
}
.topBar {
	background: url('../images/blueSlice.jpg') repeat-x;
	color: #fff;
}
#mainPort ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	list-style: none;
	font-size: 90%;
}
#mainPort li {
	padding: 4px 0 4px 10px;
}
#mainPort a:link {
	color: blue;
	text-decoration: none;
}
#mainPort a:visited {
	color: #1f8a70;;
	text-decoration: none;
}
#mainPort a:hover {
	color: #007396;
	text-decoration: underline;	
}
/************ EXECUTIVE PROFILES LAYOUT ***********/
#profileContent {
	width: 900px;
	float: right;
	margin: 15px 15px 0 0;
}
.profile {
	width: 900px;
}
.image {
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
}
.image img {
	border: 1px solid #000;
	padding: 15px;
}
.descript {
	width: 680px;
	float: left;
}
/*********** DROP DOWN MENU *********************/
#nav .chromestyle{
width: 99%;
font-family: Arial, Helvetica, , sans-serif;
font-size: .9em;
}

#nav .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav .chromestyle ul{
width: 100%;
background: url(chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

#nav .chromestyle ul li{
display: inline;
}

#nav .chromestyle ul li a{
color: #fff;
padding: 1px 22px;
margin: 0;
text-decoration: none;
}

#nav .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/* background: url(../images/chromebg-over.jpg) center center repeat-x;*/ /*THEME CHANGE HERE*/ 
	color: #d0d0d1;
}

#nav .chromestyle .last {
	border: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #e3e4ed;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #1e4990;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8f6ee;
}