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

/********************************************
   HTML
********************************************/ 
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	background: #ffffff url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	
	font-family:arial,sans-serif;
	font-size:small;
	color: #000000;
	
}

img {
	border:0;

}

/********************************************
   MAIN CONTAINER
********************************************/ 
/* WHOLE BODY WRAPPER */
div#container {	
	margin:auto;
	padding:auto;
	width:1061px;	
	padding-bottom:40px;
}

div#footer {
	padding-top:10px;
	margin-top:30px;	
	font-size:12px;
	border-top: 1px solid #E1E1E1
}

div#leftFooter{
	float:left;
}

div#rightFooter{
	padding-left:14px;
}

/********************************************
   TOP
********************************************/ 
#top {
	margin:0;
	padding:0;
	margin-top:20px;
	background-color:#000;
	
}

#top-nav {
	background: #000 url(../images/top-bg-logo.gif);
	height:62px;
}

#top-banner {
	display:inline;
	margin:0;
	padding:0;
}

#banner {
	float:left;
}

#banner2 {
	float:right;
}


/* header links */
#top ul#header-links {
	list-style: none;	
	font-size: 11px;
	letter-spacing: 1px;	
	/*border: 1px solid #2C2929;*/
	padding-top:25px;
	padding-right:25px;
	font-weight: normal;
	float:right;
}

/* footer links */
#footer ul#footer-links li {
	float: left;
}

#footer ul#footer-links {
	list-style: none;	
	font-size: 11px;
	letter-spacing: 1px;
	color:#000;	
	/*border: 1px solid #2C2929;*/
	padding-right:35px;
	font-weight: normal;
	width:350px;float:left;
}

#footer ul#footer-links li a {	
	color: #000;
	text-decoration: none;		
	display: block;
	padding: 0px 7px;
	border-bottom: 0px dotted #CCCCCC;		
	float:left;
}

#footer ul#footer-links li a:hover {
	color: #49a331;
	float:left;
}

.select {	
	color:green;
	font-weight:bold;
}

#top ul#header-links li {
	float: left;
}

#top ul#header-links li#select2 {
	color: #89c85a;
	font-weight: bold;
	border-bottom: 4px solid #89c85a;
	padding: 0px 0px 2px 0px;
	margin: 0px 12px 8px 8px;
}

#top ul#header-links li a {	
	color: #ffffff;
	text-decoration: none;		
	display: block;
	padding: 0px 10px;
	border-bottom: 0px dotted #CCCCCC;		
}

#top ul#header-links li a:hover {
	color: #c8c75a;
}



/********************************************
   TEXT
********************************************/ 
p {
	font-size: 15px;
	/*color:#000000;*/
	line-height:150%;
	padding-left:80px;
}


/********************************************
   CONTENT
********************************************/ 
#left {
	float:left;
	width:314px;	
}

#left-image {
	margin-top:20px;
	

}

#main {
	float:right;
	width:747px;

}

/********************************************
   LINKS
********************************************/ 

a:link {text-decoration: none; color: #49a331;}
a:visited {text-decoration: none; color: #49a331;}
a:active {text-decoration: none; color: #49a331;}
a:hover {text-decoration: none; color: #49a331; text-decoration: underline;}







