/*
	Customer specific styling.
	main.css holds the standard styling that is applied across the application
*/

body {
	font: 10px Verdana, Helvetica, sans-serif;
	color: #333;
}

a {
	text-decoration: none;
	color: #0F6635;
	font-weight: bold;	
}

a:hover {
	color: #74bb43;
	text-decoration: underline;	
}

a:visited

{
	color: #0F6635;
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* - Banner Layer - */

#banner {
	background: #0F6635;			
	height: 45px;
	margin: 0px;
	padding-left:20px;
	padding-top: 1px;
}

	#banner p {
		color: #777777;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}

	#banner img {
		padding-top: 5px;
	}
	
/* - Menu Layer - */

#menu {
	background: #74BB43;
	background-image:url(images/menu_bg.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-align: right;
	padding-right: 10px;
	height: 3em;
	border-bottom: 1px solid #74BB43;
}

	#menu p {
		margin: 0px;
		padding: 0px;
		padding-top: 2px;
		padding-left: 10px;
		color: #ffffff;
	}

/* - Footer Layer - */

#footer {
	background: #74BB43;
	height:2.1em;
	border: none;
	border-top: 1px solid #74BB43;
	border-bottom: 1px solid #74BB43;
}


#mainNav li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#mainNav li a:hover {
	color: #0F6635;
	background: #fff;
}

#mainNav ul.sub {
	background-color: #fff;
	border: 1px solid #0F6635;
	border-left: 5px solid #0F6635;	
}

#login .loginButton {
	font: 10px arial, sans-serif;
}

/* Set position of sub-menus */

#Representatives {
	top: 148px;
}

#Bodies {
	top: 171px;
}

#Documents {
	top: 194px;
}

#Search {
	top: 217px;
}