/* CSS Document */
* {margin:0; padding:0;}
body {
	text-align:center;
	font:small Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color:#000;
	background-color:#B0B0B9;
	margin:20px 0;
}
/*Container for Content*/
.container 
{
	width:780px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
}
h1
{
	font-weight: bold;
	font-size:130%;
}
h2
{
	margin-top:10px;
	font-size:110%;
	font-weight: bold;
}
h3
{
	text-transform:uppercase;
	font-size:100%;
	font-weight: bold;
}
.rule
{
	border-bottom:#666 1px solid;
	margin-bottom:5px;
}
/*Top row of site*/
#header 
{
	height:116px;
	background-color:#FFFFFF;
}	
#header div 
{
	float:left; 
}
#topNav
{
	margin-top:65px;
	margin-left:35px;
	font-size:85%;
	color:#666666;
}
#topNav a,
#topNav a:link,
#topNav a:visited 
{
	color:#666666;
	text-decoration:underline;
}
#topNav a:hover
{
	color:#FF9900;
	text-decoration:none;
}
/*Middle area for Content*/
#middleContent 
{
	overflow: hidden;
}
.clearBoth
{
	clear:both;
}
.clearLeft
{
	clear: left;
}
#leftNav, #centerMiddle, #rightNav
{
	padding-bottom: 12000px;
	margin-bottom: -12000px;
}
#leftNav
{
	font-size:97%;
	float: left;
	width: 164px;
	padding-top:45px;
	background: #FFF url(../images/leftNav_background.gif)  top left no-repeat;
}
#leftNav div
{
}
#leftNav a
{
	display: block;
	width:143px;
	height: 24px;
	padding-left: 20px;
	text-decoration: none;
	color:#FFF;
	background:url(../images/leftNav_offArrow.gif);
}
#leftNav a:hover, body#clientServices #clientServices a, body#articlesInfo #articlesInfo a, body#about #about a, body#contact #contact a, body#home #home a
{
	color: #f9a03a;
	font-weight:bold;
	background-image:url(../images/leftNav_onArrow.gif);
}

#leftNav p
{
	margin-top:3px;
}
.bbb
{
	text-align:center;
	margin-top:400px;
	margin-left:-25px;
}
/*Inheritence for left nav link colors*/

/*Center content for Content area*/
#centerMiddle
{
	font-size: 86%;
	line-height: 15px;
	width: 356px;
	float:left;
	margin-top: 10px;
	margin-left: 5px;
}
#centerMiddle ol
{
	padding-top:3px;
	padding-left:30px;	
}
#centerMiddle ul
{
	padding-top:5px;
	padding-left:20px;
	margin-bottom:15px;
		
}
#centerMiddle p
{
	margin-top:7px;
}

#centerMiddle a,
#centerMiddle a:link,
#centerMiddle a:visited 
{
	color:#02733C;
	text-decoration:none;
}
#centerMiddle a:hover
{
	color:#FF9900;
	text-decoration:none;
}
#centerMiddle table
{
	margin-left:10px;
}
.hdrArticles
{
	display:block;
	width:350px;
	height:19px;
	background:url(../images/bkgd_articles.gif) no-repeat top right;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	margin-top:5px;
	padding-top:2px;
}
.hdrArticles i
{
	margin-left:5px;
	font-style:normal;
}
img.floatLeft
{ 
    float: left; 
    margin: 3px 8px 2px 0px; 
	padding:5px;
	border: 1px #CCC solid;
}
#rightNav
{
	float:left;
	width:255px;
}
.rightBoxContainer
{
	height:150px;
	margin-top:20px;
	padding-top:20px;
	text-align:center;
	background:url(../images/rightBoxBkgd.gif) no-repeat top center;
}
.map
{
	border: 1px #02733C solid;
	margin: 5px;
	width:244px;
}
#copyRight
{
	text-align:center;
	margin-left: 50px;
	width: 730px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:85%;
}
#copyRight a,
#copyRight a:link,
#copyRight a:visited 
{
	color:#02733C;
	text-decoration:none;
}
#copyRight a:hover
{
	color:#FF9900;
	text-decoration:none;
}
#footer 
{
	clear: both;
}

/* CSS Document */