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

body {
	font-size:12px;
	line-height:16px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
	
a {
	color:#006600;
	}
	
hr {
	color:#cccccc;
	}

a:hover {
	text-decoration:none;
	}
.green {
	color:#006600;
	}

#header {
	background: url(images/header_bckg.png) repeat-x;
	height:179px;
	}
#landing_page {
	height:350px;
	padding:0px 0 120px 0;
	line-height:24px;
	background-image: url(images/main_image.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#logo {
	width:900px;
	margin:0 auto;
	padding:29px 0 0 0px;
	/* background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 25px; */
	}

#menu {
	color:#fff;
	text-align:center;
	margin-top:2px;
	}
	
#menu ul {
	width:900px;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-align:left;
	}
	
#menu ul li {
	display:inline
	}
	
#menu ul a {
	display:block;
	float:left;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#006600;
	padding:16px 10px;
	width:130px;
	text-align:center;
	text-transform:uppercase;
	}
	
#menu ul a:hover {
	background:url(images/menu_active.png) repeat-x bottom center;
	color:#663366;
	}
	
#menu ul a.active {
	color:#663366;
	background-image: url(images/menu_active.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
	
#menu ul a.active:hover {
	background:url(images/menu_active.png) repeat-x bottom center;
	color:#663366;
	}
	
#main {
	width:100%;
	margin:20px 0 50px 0;
	float:left;
	}
	
#content {
	margin:0 auto;
	padding:0;
	width:780px;
	}
	
#content h1 {
	margin:20px 0 0 0;
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	font-weight:normal;
	}
	
#text {
	float:left;
	width:530px;
	padding-left:20px;
	}
	
#sidebar {
	background:url(images/sidebar_bckg.gif) repeat-x;
	margin:20px 0 0 560px;
	color:#666666;
	padding:20px;
	}
	
#sidebar h2 {
	color:#663366;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}

#footer {
	margin-top:20px;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_bckg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 90px;
	}
	
#left_footer {
	float:left;
	padding:40px 0 0 30px;
	text-transform:uppercase;
	color:#B3B3B3;
	font-weight:bold;
	font-size:11px;
	}
	
#left_footer a {
	color:#B3B3B3;
	}
	
#left_footer a:hover {
	text-decoration:none;
	}
	
#right_footer {
	float:right;
	padding:40px 30px 0 0;
	text-transform:uppercase;
	color:#B3B3B3;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	}
	
#right_footer a {
	color:#B3B3B3;
	}
	
#right_footer a:hover {
	text-decoration:none;
	}
