body{
  	margin:10px; 
  	padding:0px;
	color: #666666;
	background-color:#eeeeee;

	font-size:12px; 
	font-family: Verdana,Arial,Sans-serif;
}


a:link 
{
    color: #666;
    text-decoration:none;    
}
a:visited 
{
    color: #666;
    text-decoration:none;    
}

a:active 
{
    color: #666;
    text-decoration:none;    
}

a:hover 
{
    color: #666;
    text-decoration:underline;    
}

a.on
{
	color:#003e8e;
}

p{
	margin-top:0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

h1{
	text-transform:uppercase;
	font-size:18px;
	font-weight:100;
	letter-spacing:2.5px;
	color:#003e8e;
}

#content-sidebar h2{
	text-transform:capitalize;
	font-size:12px;
	letter-spacing:1px;
	color:#003e8e;
	margin:0px;
}

#content-body h2{
	text-transform:capitalize;
	font-size:12px;
/*	letter-spacing:1px; */
	color:#666666;
	margin:0px 0px 5px 0px;
}

ul
{
	margin-top:5px;
    margin-left:0px; padding-left:0px;
}

li{
	margin-left: 15px; line-height: 25px;
}

.clear-floats{
	margin:0px; padding:0px; clear:both;
}

#main-container{
	background-color:#abaaaa;
	
/*	background-image: url("side-shadow.png");
	background-repeat: repeat-y;
	background-position: 797px 15px;*/

	padding-top:7px;
	width: 797px;
}

#header{
	background-color: #ffffff;
	width: 797px;
	height: 120px;
	padding-top: 19px;
}

#header-logo{
	float: left;
	width: 256px;
	display: inline;
}

#header-nav{
	float:left;
	width: 541px;
	height: 65px;
	padding-top: 55px;
	display: inline;
}

#header-nav-sec{
	padding: 5px 18px 0px 0px;
	text-align:right;
	font-size:11px;
}


#content{
	width: 747px;
	background-color:#ffffff;	
	padding-left: 50px;
	padding-top: 36px;
	padding-bottom: 30px;
}

#content-body p{
	margin-bottom: 15px;
/*	margin-top: 15px;
	line-height: 20px;*/
}

#content-body p.list-header{
	margin-bottom:0px;
	font-weight:bold;
}

#content-body p.address{
	margin-top:0px;
}

#content-body p.welcome{
	margin:0px;
	padding:0px 0px 30px;
}

#content-body p.first{
	margin:0px;
	padding:0px 0px 15px;
}

#content-header{
	background-color:#ffffff;
	width:501px;
	padding-right:40px;
}

#content-body{
	background-color:#ffffff;
	float:left;
	width:500px;
	padding-right:40px;
	margin-bottom:20px;
	border-right:1px solid #cccccc;	
	/*display: inline;*/
}

#content-divider{
	margin-top: 40px;
	margin-bottom: 40px; 	
	width: 1px;
	float: left;
}

/*#content-divider-spacer{
	margin-top: 40px;
	margin-bottom: 40px; 
	width: 1px;
	border-left:1px red solid #cccccc;	
}*/

#content-divider-bar{
	width: 1px;
	border-left:1px solid #cccccc;	
	float:left;
}

#content-sidebar{
	background-color:#ffffff;
	float:left;
	width:179px;
	line-height:15px;
	margin-top:30px;
	padding-left:24px;
	padding-bottom: 30px;
	font-size: 11px;
	
	/*display: inline;*/
}

#footer{
	width: 796px;
	height: 22px;
	
}

#footer-nav{
	width: 652px;
	height: 25px;
	padding-left: 145px;
	padding-top: 7px;
	background-color: #666666; 
}

#footer-edge{
	height: 6px;
	width: 800px;
/*	background-image: url("bottom-shadow.png"); */
}