@charset "UTF-8";

/**************************************
/*		Element Styling
/*************************************/
html {
	background: #1B1B1B;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	font-weight: normal;
	color: #999;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 14px;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 10px;
}
a {
	
}
ul {
	list-style: disc;
	margin: 0 0 9px 25px;
}
.bottom_divider {
	padding-bottom: 8px;
	border-bottom: 1px solid #AAA;
}

/**************************************
/*		Header Styling
/*************************************/
#navigation {
	background: #254779 url('../_images/nav_bg_tile.png') repeat-x scroll 0 0;
	border-bottom: 1px solid #1D3A63;
	height: 38px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 38px;
}
#navigation ul li {
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	color: #D1D4DA;
	line-height: 38px;
	padding: 0px 12px;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #1D3A63;
}
#navigation ul li.last a {
	border-right: 1px solid #1D3A63;
}
#navigation ul li a.selected {
	background: #1E3B66 none;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: #2C5794;
	background: #2C5794 url('../_images/nav_selected_bg_tile2.png') repeat-x scroll 0 0;	
	text-decoration: underline;
}
#navigation ul li a:active {
	background: #1E3B66 none;
	text-decoration: none;
}
#banner {
	background: #1E3B66 url('../_images/header_bg_tile.png') repeat-x scroll 0 0;
	height: 88px;
}
#title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #D1D4DA;
	line-height: 88px;
}

/**************************************
/*		Page Content Styling
/*************************************/
#content {
	padding: 20px 0px;
	background-color: #D8DFEA;
}

/**************************************
/*		Footer Styling
/*************************************/
#footer p,
#footer a {
	color: white;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#footer p {
	padding:10px;
}
