* {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #000000;
}

h1, h1 em {
	color: #89AD06;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #6b8309;
		font-style: normal;
	}

/* Button */

a.button {	
	background: #89AD06;
	color: #000000 !important;
	display: inline-block;	
	font-weight: bold;
	line-height: 22px;
	margin: 0;	
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none !important;	
}

	a.button:hover {
		background: #6b8309;
		color: #ffffff !important;
	}
	
/* Nav Contact Information */

#contactInfo {
	background: #333333;
	margin: 10px 0;
	padding: 10px;
}

#contactInfo address, #contactInfo p, #contactInfo ul li, #contactInfo ul li span {
	font-size: 11px;
}

#contactInfo address, #contactInfo p {
	padding-bottom: 10px;
}

#contactInfo ul {
	overflow: hidden;
}

	#contactInfo ul li {
		margin: 0;
		padding: 0;
	}
	
	#contactInfo ul li span {
		display: block;
		float: left;
		width: 30px;
	}
	
/* Home Page */

#homeMain {
	float: left;
	width: 600px;
}

	#homeMain img.homeImage {
		float: right;
		margin: 0 0 10px 10px;
	}

#homeNews {	
	float: right;	
	width: 180px;
}

	.news {
		border: 1px #666666 solid;
		margin-bottom: 10px;	
		width: 180px;
	}

		.news h2 {
			background: url(../images/top-menu-bg.png) repeat-x top left;
			color: #89AD06;
			font-size: 16px;
			font-weight: bold;	
			height: 31px;
			margin: 1px;
			padding: 5px 0 0 5px;
		}
		
			.news h2 img {
				display: inline-block;
				margin: 0 5px 0 0;
				vertical-align: text-bottom;
			}
		
		.news ul {
			overflow: hidden;
			margin: 0 5px;
		}
		
			.news ul li {
				border-bottom: 1px #666666 solid;
				margin-bottom: 5px;
				padding: 0 0 5px;				
			}
				
				.news ul li.last {
					border: none;
				}
				
				.news ul li strong {
					display: block;
					padding-bottom: 5px;
				}
				
				.news ul li p {
					text-align: left;
				}
				
					.news ul li p a {
						color: #89AD06;		
					}
					
						.news ul li p a:hover {
							text-decoration: underline;
						}

/* Video */

div#video {
	background: #E1E1E1;
	height: 320px;
	padding: 5px;
	width: 480px;
}

/* Add This */

#at15s_head span, .at_item span {
	color: #999999 !important;	
}