/*
	Customer specific styling.
	main.css holds the standard styling that is applied across the application
*/

body {
	font: 10px verdana, helvetica, arial, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;	
}

a:visited {
	color: #790035;
}

a:hover {
	color: #790035;
	text-decoration: none;	
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* - Banner Layer - */

#banner {
	background: #fff url(images/banner.jpg) repeat-x left;	
	height: 93px;
	padding: 0px;
	padding-left: 10px;
}
	
	#banner p {
		color: #777777;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}
	
	#banner img {
		padding-top: 10px;
	}
	
/* - Menu Layer - */

#menu {
	background: #5C5B5F;
	text-align: right;
	padding-right: 10px;
	height: 27px;
	border-bottom: 1px solid #999999;
	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: #000;
}

#mainNav li a:hover {
	color: #790035;
	background: #fff;
}

#mainNav ul.sub {
	background-color: #fff;
	border: 1px solid #790035;
	border-left: 5px solid #790035;	
}

#login .loginButton {
	font: 10px arial, sans-serif;
}

/* Set position of sub-menus */

#Representatives {
	top: 190px;
}

#Bodies {
	top: 213px;
}

#Documents {
	top: 236px;
}

#Search {
	top: 259px;
}
