body
{
	font-family: trebuchet MS, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
}

#mainDiv
{
	width: 778px;
	margin: auto;
	background: url(../images/mainDivBg.gif) top left repeat-y;
}

#leftShadow
{
	width: 778px;
	background: url(../images/leftShadow.gif) top left no-repeat;
}

#rightShadow
{
	width: 778px;
	background: url(../images/rightShadow.gif) top right no-repeat;
}

#bodyDiv
{
	width: 760px;
	margin: auto;
	text-align: left;
}

#headerDiv
{
	width: 100%;
	height: 235px;
	background: url(../images/headerBg.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}

#logo1
{
	margin: 16px 0px 0px 36px;
}

#headerText1
{
	font-size: 18px;
	color: #8ab0dd;
	margin: 30px 0px 0px 205px;
	letter-spacing: 1px;
}

#headerText2
{
	font-size: 24px;
	color: #ffffff;
	margin: 5px 0px 0px 220px;
	width: 350px;
	letter-spacing: 1px;
}

#pageContentDiv
{
	
}

#menuDiv
{
	width: 190px;
	font-size: 11px;
	margin: 20px 0px 10px 0px;
}

*html #menuDiv
{
	width: 170px;
}

#menuList
{
	list-style: disc inside; 
	margin: 0px;
	padding: 0px;
}

#menuList li
{
	border-bottom: 1px solid #d1d2d4;
	color: #636466;
	padding: 3px 20px;
}

#menuList ul
{
	list-style: none;
	margin: 4px 10px;
	padding: 0px;
}

#menuList ul li
{
	margin: 0px;
	padding: 1px 1px 1px 4px;
	border-bottom: none;
	font-size: 10px;	
	width: 140px;
}

.menuItem
{
	color: #636466;
	text-transform: uppercase;
	text-decoration: none;
}

.menuItem:hover
{
	color: #f68b33;
	text-decoration: underline;
}

#contentDiv
{
	float: right;
	width: 480px;
	color: #636466;
	font-size: 12px;
	margin: 0px 30px 10px 10px;
	line-height: 20px;
}

*html #contentDiv
{
	width: 460px;
}

#contentDiv li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/blueBullet.gif) top left no-repeat;
}

#contentDiv ul
{
	margin: 8px 13px;
	padding: 0px;
	list-style: none;
}

#footer
{
	font-size: 11px;
	color: #b3b3b3;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#footer a
{
	color: #b3b3b3;
}

#footer a:hover
{
	color: #7b7b7b;
}

.spacer
{
	clear: both;
}

h1
{
	font-size: 16px;
	color: #f68b33;
	margin: 6px 0px;
	padding: 0px;
	letter-spacing: 1px;
}

h2
{
	font-size: 14px;
	color: #007dc2;
	text-transform: uppercase;
	margin: 3px 0px;
	padding: 0px;
}

.activeMenuItem
{
	color: #f68b33;
}

#testimonialDiv
{
	line-height: 20px;
}

#testimonialDiv td
{
	line-height: 12px;
}

#contactUsForm fieldset
{
	background: #dddddd;	
}

#contentDiv form
{
	background: #dddddd;
}

#contentDiv button
{
	margin-top: 10px;
}
