*{
	margin:0;
	padding:0;
}
/*** The Essential Code ***/

body {
	min-width: 900px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 300px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
}

#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 245px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 230px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/

* html #left {
	left: 150px;              /* RC fullwidth */
}
#container > #left { 
	left: -245px; /* -LC width for others */ 
	margin-left: expression( document.all.center.offsetWidth * -1 + parseFloat(document.all.center.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingRight) ); /* Fix for IE7 */ 
	} 
/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;
	background: #cccc99 url(images/bodybackground.png); 
}

#header, #footer {
	text-align: left;
	padding: 0.3em 0;
	/*background: #cccc99;*/
}
#header{
	height:135px;
	background:transparent url(images/header_bg.gif) repeat-x top center;*/
}
#footer{
	margin-left:200px;
	margin-right:260px;
}
#left {
	/*background: #cccc99;*/
}

#center {
	background: #fff;
	min-height:500px;
}

#right {
	/*background: #cccc99;*/
}

#container .column {
	/*padding-top: 1em;*/
	/*text-align: justify;*/
}
#center img{
	float:left;
/*	border:1px solid #cccc99;*/
	/*background:#cccc99;*/
	margin:4px 4px 4px 4px;
}
#footerleft{
	float:left;
}
#footerright{
	float:right;
	width:50%;
}
/*      END Layout  */
body{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
}
#left, #right{
	font-size:10px;
}
h1,h2,h3,h4,h5,h6{
font-family:Verdana;	
color:#990000;
font-weight:bold;
}
h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:2em;
}
h2{
	font-size:1.6em;
}
h3{
	color:#990000;
	font-weight:bold;
	border-bottom:1px solid #cccc99;
	margin-top:15px;
}
p{
	margin-top:5px;
	margin-bottom:5px;
}
a img{
	border:none;
}
a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#990000;
	border-bottom:1px dotted #990000;
}
a:visited{
	color:#660000;
}
#logo {
	margin-left:80px;
	margin-top:-5px;
}
#logo a:hover{
	border:none;
}

#left ul{width:100%;padding:0;margin:0;}
#left ul li{
	list-style:none;
}
#left ul li a{
	display:block;
	border-bottom:1px solid #fff;
	padding-left:5px;
	font-size:1.5em;
	line-height:2em;
}
#left ul li a.active{
	border-bottom:2px solid #990000;
}
#left ul li a{
	color:#333;
	text-decoration:none;
}
#left ul li a:hover{
	background:#fff;
	color:#990000;
}
#center{
	/*border:3px double #cccc99;*/
}
#slideshow{
width:400px;
float:left;
}
#center .comment{
	margin-left:40px;
}
#center .comment h3{
	font-weight:normal;
}
div.links{
	text-align:right;
	clear:both;
}
#right h2{
	line-height:2em;
	font-size:1.5em;
	background:#fff;
	color:#333;
	font-weight:normal;
	padding-left:5px;
	border-bottom:1px solid #fff;
	
}
.menuList li, .submenu li{
	background-image:none;
}
.block-menu{
	margin-bottom:20px;
	font-size:.9em;
}
.menu .leaf{
	list-style-image:none;
	list-style-type:circle;
}
.menu .collapsed{
	list-style-image:none;
	list-style-type:disk;
}


#center li{
	margin-top:10px;
	margin-left:30px;
	list-style-image:url(images/bullet.gif);
}

a.pdf{
	background:url(images/page_white_acrobat.png) no-repeat;
	padding:5px;
	padding-left:20px;
	margin-left:10px;
	margin-bottom:15px;
}
#comments{
	clear:both;
}
#services-list li{
	list-style-type:none;
	list-style-image:none;
	background:#990000;
	color:#fff;
	padding:4px;
	margin:1px;
	font-family:geneva;
	
}
#services-list li a{
	color:#fff;
}
#services-list li a:hover{
	text-decoration:underline;
}
#block-menu-menu-community-projects h2{
	line-height:2em;
	font-size:1.5em;
	background:#fff;
	color:#333;
	font-weight:normal;
	padding-left:5px;
	border-bottom:1px solid #fff;
	
}
#block-menu-menu-community-projects li{
	margin-left:15px;
	list-style-type:circle;
	border:none;
	background:none;
	
}
#block-menu-menu-community-projects ul li a{
	font-size:10px;
	color:#990000;
	text-decoration:none;
	border:none;
	border-bottom:none;
	background:none;
}
#block-menu-menu-community-projects ul li a:hover{
	color:#990000;
	border-bottom:1px dotted #990000;
}
#block-menu-menu-community-projects ul li a a:visited{
	color:#660000;
}