body, html
{	margin: 0px;
	padding: 0px;
}
*
{
margin: 0;
padding: 0;
}
body 
{	text-align:center;
	background-color:#f0f68a;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#container {
	position:relative;
	width:1000px;
	min-height:1000px;
	height:auto !important;
	height:1000px;	
	margin:auto;
	text-align:center;
}
#header {
	background-image:url('images/header.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
	height:178px;
	z-index:100;
}
#header #top_menu {
	position:absolute;
	top:130px;
	left:356px;
	width:476px;
	height:20px;
	background-color:#fff;
	z-index:100;
}




#header #top_menu ul {
	list-style-type:none;	
}
#home-menu {
	position:absolute;
	width:54px;
	height:14px;
	top:2px;
	left:0px;
	background-image:url('images/home-menu.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;	
}
#home-menu a {
	display:block;
	width:54px;
	height:14px;
}
#home-menu a span {
	display:none;	
}
#about-menu {
	position:absolute;
	width:62px;
	height:17px;
	top:0px;
	left:100px;
	background-image:url('images/about-menu.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;	
}
#about-menu a {
	display:block;
	width:54px;
	height:14px;
}
#about-menu a span {
	display:none;	
}
#program-menu {
	position:absolute;
	width:94px;
	height:18px;
	top:0px;
	left:200px;
	background-image:url('images/program-menu.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:1000;
}
#program-menu a {
	display:block;
	width:94px;
	height:24px;
}
#program-menu a span {
	display:none;	
}
#program-menu ul {
	width:104px;
	position:relative;
	color:white;
	font-weight:bold;
	z-index:100;
	left: -999em;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: 0px;
	position:relative;
}
#menu li ul li a:hover span {
	color:#022878;
	background-color:#E9E699;
}
#program-menu ul li {
	background-color:#e5e4ae;
	height:30px;
	text-align:left;
	width:124px;
}
#program-menu ul li a {
	text-decoration:none;
	width:124px;
}
#program-menu ul li a span {
	display:block;	
	color:white;
	padding-left:4px;
	position:relative;
	background-color:#e5e4ae;
}

#past-program-menu {
	position:absolute;
	width:130px;
	height:18px;
	top:0px;
	left:330px;
	background-image:url('images/past-projects-menu.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;	
}
#past-program-menu a {
	display:block;
	width:130px;
	height:18px;
}
#past-program-menu a span {
	display:none;	
}






#find-us {
position:absolute;
z-index:100;
top:-300px;
left:803px;
	
}
#lhs_col {
	position:relative;
	float:left;
	width:157px;
	min-height:1000px;
	height:auto !important;
	height:1000px;
}
#main_col {
	font-size:12px;
	line-height:1.4em;
	letter-spacing:1px;
	font-weight:normal;
	padding-top:67px;
	padding-left:80px;
	padding-right:80px;	
	position:relative;
	width:516px;
	float:left;
	background-color:#fff;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	background-image:url('images/main_col_lhs_cnr.gif');
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-align:left;

}
#rhs_col {
	position:relative;
	width:166px;
	float:left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
}
#lhs_col #lhs_menu {
	top:67px;
	position:relative;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}
#lhs_col #lhs_menu ul {
	list-style:outside;
	list-style-type:none;
	margin-right:10px;
}
#lhs_col #lhs_menu ul li {
	margin-bottom:32px;
}
#lhs_col #lhs_menu ul li a {
	color:#000;
	text-decoration:none;
}
#rhs_col #rhs_menu {
	top:67px;
	position:relative;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#rhs_col #rhs_menu ul {
	list-style:outside;
	list-style-type:none;
	margin-left:10px;
}
#rhs_col #rhs_menu ul li {
	margin-bottom:32px;
}
#rhs_col #rhs_menu ul li a {
	color:#000;
	text-decoration:none;
}
#rhs_col #rhs_menu ul li ul {
	margin-top:5px;
	margin-left:0px;
}
#rhs_col #rhs_menu ul li ul li{
	margin-bottom:10px;
}
#footer {
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	min-height:355px;
	height:auto !important;
	height:355px;
	background-image:url('images/footer.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
}


#category_header {
	background-image:url('images/line.gif');
	background-repeat:repeat-x;
	background-position:0px 34px;
	margin-bottom:20px;
	font-size:20px;
	line-height:32px;
	height:36px;
	text-transform:uppercase;
}
#category_header a {
	color:#000;
	font-size:20px;
	line-height:32px;
	height:36px;
	text-decoration:none;
}
.cat_tick {
	position:relative;
	top:3px;
	margin-right:5px;
}
.post {
	margin-bottom:40px;
}
.post img {
	margin-top:20px;
	margin-bottom:20px;
}
.post_heading {
	font-size:16px;
	margin-bottom:20px;
}
.post_meta {
	color:#f16822;
	font-weight:normal;
	height:24px;
	margin-top:40px;
	background-image:url('images/line.gif');
	background-repeat:repeat-x;
	background-position:0px 18px;
}
.post_meta .details {
	float:left;
	text-transform:uppercase;
}
.post_meta .details a {
	color:#f16822;
	text-decoration:none;
}
.post_meta .comment a {
float:right;
color:#f16822;
text-decoration:none;
}
/*------------------------------*/
img {
	border:none;
}


#respond {
	margin-top:40px;
	width:540px;
}
#respond textarea {
	width:540px;
	margin-top:12px;
	margin-bottom:12px;
}
#respond .comments_header {
font-size:12px;
font-weight:bold;
color:#f16822;
}
#respond .comments_line {
font-size:10px;
color:#f16822;
font-style:italic;
}
#respond .comments_line a {
font-size:10px;
color:#f16822;
}

.comments_response_summary {
	font-size:12px;
font-weight:bold;
color:#f16822;
margin-bottom:8px;
}
ol {
	width:500px;
	margin-left:20px;
	position:relative;
}
.comment-author  {
		font-size:10px;
font-weight:bold;
color:#f16822;
}
.comment-meta {
	font-size:10px;
color:#f16822;
font-style:italic;
margin-bottom:8px;
}
.comment-meta a {
	font-size:10px;
color:#f16822;
font-style:italic;
text-decoration:none;
}
.commentlist p {
font-size:12px;
border-left:1px solid #f16822;
padding:4px;
}
.archive_post_heading {
		font-size:16px;
	margin-bottom:20px;
}
ul.archive_list li {
	margin-bottom:20px;	
	list-style:none;
	margin-left:10px;
}
ul.archive_list li a {
	color:#f16822;
font-size:10px;
}
li.categories {
list-style:none;	
margin-left:10px;
}
li.cat-item {
	list-style:none;
}
li.cat-item a {
color:#f16822;
font-size:10px;
}


