/*** GLOBAL STYLES ***/

body {
	background: url(../images/pageBg.gif) left repeat-y #081127;
	margin: 0px;
	padding: 0px;
}
div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #5188d9;
}
br {
	height: 1px;
	line-height: 1px;
}

/*** HEADER ***/

#header {
	position: relative;
	background: url(../images/headerBg.gif) top repeat-x;
	height: 180px;
}
#topNav {
	position: absolute;
	top: 10px;
	left: 10px;	
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	background: url(../images/topNavDivider.gif) top right no-repeat;
	float: left;
	padding-right: 2px;
}
#topNav ul li a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 0px 8px 0px 10px;
}
#topNav ul li a:hover {
	background: url(../images/topNavOvr.gif) top repeat-x;
}

#logo {
	position: absolute;
	top: 60px;
	left: 40px;
}

/*** MAIN CONTENT ***/

#wrapper {
	width: 960px;
}

/*** LEFT COLUMN ***/

#leftCol {
	float: left;
	width: 200px;
}

/*** SEARCH ***/

#search {
	background: url(../images/searchBg.gif) top repeat-x;
	height: 40px;
	padding: 20px 0px 0px 20px;
}
#inputSearch {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 3px;
	width: 125px;
	height: 16px;
	background-color: #002470;
	border: 1px solid #004f96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5188d9;
}
#btnSearch {
	float: left;
}

/*** LEFT NAVIGATION ***/

#leftNav {
}
#leftNav ul {
	background: url(../images/leftNavDivider.gif) bottom right no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	background: url(../images/leftNavDivider.gif) top right no-repeat;
}
#leftNav ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0px 0px 20px;
}
#leftNav ul li a:hover {
	font-weight: bold;
	color: #ed1c24;
}
#leftNav a#level0Selected {
	background: url(../images/bullet_leftNavActive.gif) 20px center no-repeat;
	padding-left: 30px;
	font-weight: bold;
	color: #ed1c24;
}
#leftNav ul li ul {
	padding-bottom: 10px;
	background: none;
}
#leftNav ul li ul li {
	background: none;
}
#leftNav ul li ul li a {
	background: url(../images/bullet_leftNavOpen.gif) 40px center no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0px 0px 0px 50px;
	font-size: 11px;
}
#leftNav a#level1Selected {
	font-weight: bold;
}

/*** BOOKMARKS ***/

#bookmarks {
	padding-top: 20px;
}
#bookmarks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bookmarks ul li {
}
#bookmarks ul li a {
	display: block;
	padding-left: 50px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
}
#bookmarks ul li a:hover {
	color: #FFF;
}
#rss {
	background: url(../images/icon_rss.gif) 20px center no-repeat;
}
#delicious {
	background: url(../images/icon_delicious.gif) 20px center no-repeat;
}
#google {
	background: url(../images/icon_google.gif) 20px center no-repeat;
}
#yahoo {
	background: url(../images/icon_yahoo.gif) 20px center no-repeat;
}

/*** RIGHT COLUMN ***/

#rightCol {
	background: #001342;
	float: right;
	width: 758px;
	border: 1px solid #102963;
	border-top: none;
}
#rightCol hr {
	border-top: 1px solid #00487c;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #001342;
}

/*** COLUMN 1  ***/

#col1 {
	float: left;
	width: 460px;
	padding: 20px;
}

.item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #002862;
}
.item h1 a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
.item h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	color: #FFF;
}
#featured h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 1px 5px;
	background-color: #ed1c24;
	color: #FFF;
}
.itemContent {
	font-size: 14px;
	line-height: 18px;
}
.infoBar {
	text-align: right;
	color: #ed1c24;
}
.infoBar a {
	color: #ed1c24;
	text-decoration: none;
}
.itemImage {
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
.itemImage div {
	padding: 10px;
	border: 1px solid #003d82;
	margin-bottom: 5px;
}
.lastItem {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*** COLUMN 2 ***/

#col2 {
	background: url(../images/rightColBg.gif) top left no-repeat;
	float: right;
	width: 218px;
	padding: 20px;
}

/*** HEADLINES ***/

#headlines {
}
.categoryImage {
	margin-top: 3px;
	float: left;
	margin-right: 10px;
}
.categoryName {
	font-size: 14px;
	color: #ed1c24;	
}
.headlinesBlock {
	margin-bottom: 10px;
}
#headlines ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headlines ul li a {
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/*** NEWSLETTER ***/

#newsletter {
	padding-bottom: 10px;
}
#newsletter p {
	font-size: 11px;
	margin-bottom: 20px;
}
#inputNewsletter {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 5px;
	width: 135px;
	height: 17px;
	border: none;
	background-color: #5e96de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#btnNewsletter {
	float: left;
}

/*** LINKS ***/

#links {
}
#links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#links ul li {
	margin-bottom: 3px;
}
#links ul li a {
	background: url(../images/bulletBlueSmall.gif) left center no-repeat;
	font-weight: normal;
	padding-left: 10px;
}
#links ul li a:hover {
	color: #FFF;
}

/*** FOOTER ***/

#footer {
	width: 720px;
	float: right;
	background: #0c1938;
	margin-bottom: 40px;
	float: right;
	text-align: center;
	padding: 20px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0px 20px;
	text-decoration: none;
	font-weight: normal;
}
#copyright {
	margin: 0px;
	padding: 20px 150px 0px 150px;
	color: #2f5189;
}
#copyright a {
	color: #2f5189;
}

/*** TEXT STYLES ***/

.titleLarge {
	font-size: 24px;
	margin-bottom: 10px;
}
