/*
	Customer specific styling.
	main.css holds the standard styling that is applied across the application
*/

body {
	font: 12px arial, sans-serif;
	color: #333;
	border-top: 4px solid #bc002b;
}

a {
	text-decoration: none;
	color: #b60225;
	font-weight: bold;	
}

a:hover {
	color: #d11045;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	padding-left: 0px;
}

/* - Banner Layer - */

#banner {
	background: #FFF url(images/banner.jpg);
	background-repeat: no-repeat; 
	background-position: right;		
	height: 130px;
	padding: 0px;
	padding-left: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 131px;
}

	html>body #banner {
		height: 130px;
	}
	
	#banner p {
		color: #777777;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
	}

/* - Menu Layer - */

#menu {
	background: #363636 url(images/nav_bar_tile.jpg);
	background-repeat: repeat-x;
	height: 30px;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #CCCCCC;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;	
}

	html>body #menu {
		height: 30px;	
	}

	#menu p {
		margin: 0px;
		padding: 0px;
		padding-top: 2px;
		padding-left: 10px;
		color: #ffffff;
	}

/* - Footer Layer - */

#footer {
	background: #fafafa;
	height: 30px;
	border: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


#mainNav li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#mainNav li a:hover {
	color: #d11045;
	text-decoration: underline;
}

#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: 246px;
}

#Bodies {
	top: 272px;
}

#Documents {
	top: 298px;
}

#Search {
	top: 324px;
}