/*
	Customer specific styling.
	main.css holds the standard styling that is applied across the application
*/

body {
	font: 10px helvetica, verdana, arial, sans-serif;
	color: #666;
}

a {
	color: #0e6f45;
	font-weight: bold;	
	text-decoration: none;
}

a:link {

}

a:visited {

}

a:hover {
	color: #0e6f45;
	text-decoration: underline;	
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* - Banner Layer - */

#banner {
	background: #0e6f45 url(images/banner.jpg);
	background-repeat: no-repeat; 
	background-position: left;		
	height: 70px;
	padding: 0px;
}
	
	#banner p {
		color: #777777;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}
	
/* - Menu Layer - */

#menu {
	background: #81b174;
	text-align: right;
	padding-right: 10px;
	height: 27px;
	border-top: 1px solid #81b174;
	border-bottom: 1px solid #81b174;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;	
}

	html>body #menu {
		height: 25px;	
	}

	#menu p {
		margin: 0px;
		padding: 0px;
		padding-top: 2px;
		padding-left: 10px;
		color: #ffffff;
	}

/* - Footer Layer - */

#footer {
	background: #EEEEEE;
	height: 30px;
	border: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


#mainNav li a {
	text-decoration: none;
	font-weight: bold;
	color: #0e6f45;
}

#mainNav li a:hover {
	color: #0e6f45;
	background: #fff;
}

#mainNav ul.sub {
	background-color: #fff;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;	
}

#login .loginButton {
	font: 10px arial, sans-serif;
}

/* Set position of sub-menus */

#Representatives {
	top: 171px;
}

#Bodies {
	top: 195px;
}

#Documents {
	top: 219px;
}

#Search {
	top: 243px;
}
