@charset "utf-8";
/* CSS Document */

body {
	background-image:url('../images/body_bg.jpg');
	background-repeat:repeat-x;
	background-color:#99AFEF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:auto;
	width:992px;
}

#header {
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	height:103px;
	width:992px;
	float:left;
}
	.header_address {
		height:auto;
		width:200px;
		margin-right:20px;
		margin-top:15px;
		float:right;
	}

#menu {
	height:32px;
	width:992px;
	float:left;
}
	#menu a:hover {
		background-position:bottom;
	}
	
	/* menu items */
	.left {
		background-image:url('../images/left.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:22px;
		float:left;
	}
	
	.home {
		background-image:url('../images/home.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:63px;
		float:left;
	}
	
	.news {
		background-image:url('../images/news.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:65px;
		float:left;
	}
	
	.events {
		background-image:url('../images/events.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:77px;
		float:left;
	}
	
	.contact {
		background-image:url('../images/contact.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:105px;
		float:left;
	}
	
	.links {
		background-image:url('../images/links.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:66px;
		float:left;
	}
	
	.directory {
		background-image:url('../images/directory.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:147px;
		float:left;
	}
	
	.classifieds {
		background-image:url('../images/classifieds.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:103px;
		float:left;
	}
	
	.about {
		background-image:url('../images/about.jpg');
		background-repeat:no-repeat;
		background-position:top;
		height:32px;
		width:95px;
		float:left;
	}
	
	#search {
		background-image:url('../images/search.jpg');
		background-repeat:no-repeat;
		background-color:#FFF;
		padding-top:8px;
		padding-left:10px;
		height:24px;
		width:239px;
		float:left;
	}

#homepage_content {
	background-color:#FFF;
	height:auto;
	width:992px;
	padding-bottom:20px;
	float:left;
}
	.home_top_left {
		background-image:url('../images/homepage_left_graph.jpg');
		background-repeat:no-repeat;
		height:340px;
		width:332px;
		float:left;
	}
	
	.home_top_middle {
		background-image:url('../images/home_topmiddle_bg.jpg');
		background-repeat:no-repeat;
		height:333px;
		width:210px;
		margin-top:7px;
		float:left;
	}
		.home_title {
			margin-left:15px;
			margin-top:10px;
			width:185px;
			float:left;
		}
		
		.home_text {
			margin-left:9px;
			margin-top:7px;
			width:189px;
			float:left;
		}
		
		.learn_more {
			width:200px; 
			position:absolute; 
			bottom:10px;
			right:10px;
		}
	
	.home_featured_projects {
		background-image:url('../images/featured_projects_bg.jpg');
		background-repeat:no-repeat;
		height:340px;
		width:450px;
		float:left;
	}
		#featured_project {
			margin-top:15px;
			height:273px;
			width:220px;
			float:left;
		}
		
		.project_image {
			margin-left:10px;
			margin-bottom:10px;
			height:auto;
			width:197px;
			float:left;
		}

	.bottom_menu {
		background-image:url('../images/bottom_menu_bg.jpg');
		background-repeat:repeat-y;
		background-position:right;
		height:auto;
		width:201px;
		margin-left:19px;
		padding-top:20px;
		float:left;
		-moz-border-radius-bottomright:5px;
	}
		.bottom_menu a {
			background-repeat:no-repeat;
			background-position:left;
			width:201px;
			float:left;
		}
		
		.bottom_menu a:hover {
			background-position:right;
		}
		
		.projects {
			background-image:url('../images/projects.jpg');
			height:28px;
		}
		
		.aglime {
			background-image:url('../images/aglime.jpg');
			height:28px;
		}
		
		.newsletters {
			background-image:url('../images/newsletters.jpg');
			height:28px;
		}
		
		.classified {
			background-image:url('../images/classified.jpg');
			height:28px;
		}
		
		.profile {
			background-image:url('../images/profile.jpg');
			height:28px;
		}
		
		.login {
			margin-top:20px;
			margin-bottom:20px;
			height:auto;
			width:200px;
			float:left;
		}
	
	.bottom_content {
		background-image:url('../images/bottom_content_bg.jpg');
		background-repeat:repeat-x;
		margin-top:15px;
		margin-left:6px;
		height:auto;
		width:755px;
		float:left;
		-moz-border-radius:5px;
	}
		.article img {
			padding:5px;
		}
		
		.article {
			border-right:1px solid #e6e6e6;
			height:auto;
			width:209px;
			float:left;
		}
	
		.bottom_events {
			border-right:1px solid #e6e6e6;
			height:auto;
			width:260px;
			margin-left:10px;
			float:left;
		}
			.event1 {
				background-color:#cccccc;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#3b291a;
				padding:10px 0 10px 5px;
				height:auto;
				width:255px;
				float:left;
			}
			
			.event1 a {
				color:#3b291a;
			}
			
			.event2 {
				background-color:#e6e6e6;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#3b291a;
				padding:10px 0 10px 5px;
				height:auto;
				width:255px;
				float:left;
			}
			
			.event2 a {
				color:#3b291a;
			}
		
		.bottom_news {
			height:auto;
			width:260px;
			margin-left:10px;
			float:left;
		}
			.news_item {
				height:auto;
				width:260px;
				margin-top:5px;
				float:left;
			}
			
	.footer {
		background-color:#99afef;
		height:30px;
		width:992px;
		float:left;
	}
		.leftm {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#4c4c4c;
			margin-left:15px;
			margin-top:5px;
			height:auto;
			width:500px;
			float:left;
		}
		
		.rightm {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#4c4c4c;
			margin-right:15px;
			margin-top:5px;
			height:auto;
			float:right;
		}
		
		.rightm a {
			color:#3b291a;
			font-weight:bold;
			text-decoration:none;
		}
		
/* inner content */
	.inner_content {
		background-image:url('../images/inner_bottom_bg.jpg'); 
		background-repeat:repeat-x; 
		background-position:bottom; 
		background-color:#FFF;
		height:auto; 
		width:992px; 
		float:left;
		-moz-border-radius:5px;
	}
		.inner_head {
			background-image:url('../images/inner_header_bg.jpg'); 
			background-repeat:repeat-x;
			background-color:#FFF;
			height:auto;
			width:954px;
			margin-left:19px;
			margin-right:19px;
			margin-top:20px;
			float:left;
			-moz-border-radius:5px;
		}
		
		.member_directory {
			background-image:url('../images/directory_bg.jpg'); 
			background-repeat:repeat-x;
			height:auto;
			width:954px;
			margin-left:19px;
			margin-right:19px;
			margin-top:20px;
			margin-bottom:85px;
			padding-bottom:85px;
			padding-top:20px;
			float:left;
			-moz-border-radius:5px;
		}
		
			.row_container {
				height:auto; 
				width:954px; 
				margin-top:10px;
				margin-bottom:15px;
				float:left;
			}
		
				.table1 {
					background-color:#9d9fa2;
					border:1px solid #FFF;
					height:auto;
					min-height:150px;
					width:439px;
					margin:0 15px 0 15px;
					padding-bottom:10px;
					float:left;
					-moz-border-radius:5px;
				}
	
	
/* misc styles */
.dotted {
	border-bottom:1px dotted #CCCCCC;
	border-top:none;
	border-left:none;
	border-right:none;
	height:1px;
	width:260px;
	float:left;
}

.thick {
	border:none;
	background-color:#999999;
	width:934px;
	height:4px;
	margin-left:12px;
	margin-right:8px;
	float:left;
}

.member_logo {
	border:3px solid #808080; 
	margin-left:15px; 
	margin-top:5px; 
	float:left; 
	clear:left;
}

/* text */
.large_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

.small_italic {
	font-family:"Arno Pro";
	font-size:18.29px;
	font-style:italic;
	color:#bae0f9;
	text-decoration:underline;
}

.large_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#bae0f9;
	text-transform:uppercase;
}

.small_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bae0f9;
}

.address_large {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.4px;
	font-weight:bold;
	color:#3b291a;
}

.address_italic {
	font-family:"Arno Pro";
	font-size:12.4px;
	font-style:italic;
	text-decoration:underline;
	color:#3b291a;
}

.address_phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23.35px;
	font-weight:bold;
	color:#3b291a;
}

.featured_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18.92px;
	font-weight:bold;
	color:#3b291a;
	margin-left:100px;
	margin-top:30px;
	float:left;
}

.project_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14.38px;
	font-weight:bold;
	color:#3b291a;
	margin-left:10px;
	float:left;
}

.project_description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	margin-left:10px;
	float:left;
	clear:left;
	width:95%;
}
	.project_description a {
		color:#0071bc;
		text-decoration:underline;
	}

.inner_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4c4c4c;
	margin-left:10px;
	float:left;
	clear:left;
	width:95%;
}
	.inner_text a {
		color:#0071bc;
		text-decoration:underline;
	}
	
.learn_more_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:right; 
	color:#FFF;
}

.news_date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
}

.news_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3b291a;
}

.news_title a {
	color:#3b291a;
}

.news_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b291a;
	height:auto;
	width:95%;
	margin-top:15px;
	float:left;
}

.news_text img {
	margin-right:9px;
	float:left;
}

.login h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4c4c4c;
}

.login th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#4c4c4c;
}

.head_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18.92px;
	font-weight:bold;
	color:#3b291a;
	margin-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

.section_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#666666;
	margin-left:15px;
	margin-bottom:0px;
	height:auto;
	width:auto;
	float:left;
}

.member_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4c4c4c;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
	width:439px;
	float:left;
}

.member_title a {
	color:#4c4c4c;
}

.member_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-left:20px;
	margin-top:15px;
	float:left;
}

.member_email {
	margin-left:20px;
	margin-top:5px;
	height:auto;
	width:200px;
	float:left;
}

.member_website {
	margin-left:20px;
	margin-top:5px;
	height:auto;
	width:200px;
	float:left;
}

.member_email a,
.member_website a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.pdf_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	height:auto;
	margin-left:20px;
	margin-top:15px;
	width:100%;
	float:left;
}

.pdf_text a {
	color:#FFF;
}