body
{
	font-family: tahoma;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #929292 url(../images/mainBg.gif) top left repeat-x;
}

#mainDiv
{
	width: 960px;
	min-height: 694px;
	background: url(../images/mainDivBg.gif) top left repeat-y;
	margin: auto;
	position: relative;
	padding-top: 1px;
	text-align: left;
}

*html #mainDiv
{
	height: 694px;
}

#leftShadow
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/leftShadow.gif) top left no-repeat;
	width: 18px;
	height: 694px;
}

#rightShadow
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/rightShadow.gif) top left no-repeat;
	width: 18px;
	height: 694px;
}

#footerDiv
{
	background: url(../images/footerBg.gif) top left no-repeat;
	width: 960px;
	height: 165px;
	margin: auto;
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
}

#footerDiv a
{
	color: #ffffff;
}

#footerDiv a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#footerDiv h1
{
	font-size: 15px;
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px;
}

#footerDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: disc inside;
}

#footerDiv li
{
	padding: 0px;
	margin: 0px;
}

#headerDiv
{
	height: 202px;
	width: 926px;
	position: absolute;
	top: 0px;
	left: 15px;
	background: url(../images/headerBg.gif) top left repeat-x;
}

#logoDiv
{
	background: url(../images/logoBg.gif) top left no-repeat;
	width: 256px;
	height: 202px;
}

#logo
{
	margin-left: 10px;
}

#contentDiv
{
	margin-top: 202px;
	text-align: center;
}

#headerImg
{
	position: absolute;
	top: 24px;
	right: 0px;
}

#questions
{
	position: absolute;
	top: 4px;
	right: 220px;
	font-size: 12px;
	color: #000000;
}

#searchDiv
{
	position: absolute;
	top: 2px;
	right: 24px;
}

#searchDiv .searchBox
{
	background: #ffffff;
	border: 1px solid #000000;
	font-size: 11px;
	margin-right: 6px;
}

#searchDiv .button
{
	background: #cccccc;
	border: 1px solid #000000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

a
{
	color: #2f3192;
}

a:hover
{
	text-decoration: none;
	color: #080a60;
}

#menuDiv
{
	position: absolute;
	top: 160px;
	right: 10px;
	z-index: 100;
}

#contentText
{
	margin: auto;
	width: 900px;
	text-align: left;
	font-size: 13px;
}

#contentText h1
{
	color: #2e3192;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

#homepageTitleBar
{
	background: url(../images/homepageTitleBg.gif) top left repeat-x;
	height: 57px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	margin: 0px 18px;
	z-index: 1;
}

#newsletterTitle
{
	position: absolute;
	top: 10px;
	left: 30px;
}

#whoWeAreTitle
{
	position: absolute;
	top: 10px;
	left: 330px;
}

#clientSuccessesTitle
{
	position: absolute;
	top: 10px;
	left: 645px;
}

#footerBox1
{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 300px;	
}

#footerBox2
{
	position: absolute;
	top: 25px;
	left: 370px;
	width: 250px;
	height: 120px;
	overflow: auto;	
}

#footerBox3
{
	position: absolute;
	top: 20px;
	left: 640px;
	width: 270px;
}

.spacer
{
	clear: both;
}

#homepageContent
{
	text-align: left;
	font-size: 13px;
	margin-left: 20px;
}

.homepageContentBox
{
	float: left;
	width: 285px;
	margin: 10px;
}

.homepageTitleBox
{
	float: left;
	width: 285px;
	margin: 10px;
}

#subMenu
{
	width: 235px;
	min-height: 147px;
	background: #ffffff url(../images/subMenuBg.gif) top left no-repeat;
	float: right; 
	margin: 10px;
	padding: 10px;
}

#subMenu a
{
	color: #000000;
	text-decoration: none;
}

#subMenuHeader
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #30327a;
	width: 200px;
}

.subMenuItem
{
	background: url(../images/yellowBullet.gif) 0px 3px no-repeat;
	padding-left: 16px;
	margin: 10px 0px;
	font-size: 12px;
	width: 200px;
}

*html #subMenu
{
	height: 147px;
}


/***** Profile Manager ***/
.profileMainImage
{
	border: 0;
}
.pageControls
{
	text-align: left;
	width: 200px;
}
.profileImagesContainer
{
	float: left;
	width: 150px;
}
.profileTextContainer
{
	float: none;
	width: auto;
	margin-left: 150px;
	text-align: left;
	background: auto;
	color: auto;
}
#profileDescriptionArea
{
	clear: none;
}
