html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, sub, sup, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: #666666;
	background: #431106;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	font-weight: normal;
	text-align: left;
	}


/* Link Styles */

a {
	color: #003366;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline; 
	cursor: pointer;
	}


/* General Styles */

.clear {
	clear: both;
	}

.marTop10 {
	margin-top: 10px;
	}

.spacer {
	padding-top: 5px;
	}

.right {
	float: right;
	overflow: hidden;
	}

.left {
	float: left;
	overflow: hidden;
	}

.boldText {
	font-weight: bold;
	}

.italicText {
	font-style: italic;
	}

.normalText {
	font-weight: normal;
	}

.divider {
	border-bottom: 1px solid #cccccc;
	}

.borderless {
	border: none;
	}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding: 10px 0px 10px 0px;
	}


/* Header */

#header {
	height: 127px;
	position:relative;
	}
	
#headerMain {
	width: 1066px;
	height: 127px;
/*	background: url(/images/webbed-bg.gif) repeat;  */
	background-color:#B0AEA0; 
	margin: 0 auto;
	}
#headerLogo {
	position:absolute;
	top:0;
	left:0;
}

/* Top Nav */

#topNavBar {
	width: 1066px;
	}

.topNavMain {
	position:absolute;
	top:0;
	right:0;	
	width: 830px;
	margin: 90px 0px 0px 0px
	}

.topNavMain .title {
	padding: 14px 10px 0 0;
	}

.topNavMain ul {
	}

.topNavMain ul li {
	float: left;
	padding: 3px 10px;
	background: #666666;
	height: 15px;
	line-height: 15px;
	margin: 8px 10px 0 0;
	font-size: 13px;
	}

.topNavMain ul li a {
	color: #ffffff;
	text-decoration: none;
	}





#mainWrapper {
	width: 1066px;
	margin: 0 auto;
	border: 1px solid #999999;
	margin-top: 0px;
	background: #ffffff;
	padding: 0;
	}

#main {
	width: 1000px;
	padding: 15px 30px 20px 34px;
	}

.searchBoxWrapper {
	width: 1000px;
	height: 30px;
	padding: 9px 0px 9px 0;
	margin: 0 auto;
	border: 1px solid #cccccc;
	}

.searchBox {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	}

.searchBox input {
	width: 310px;
	margin: 0px 9px 0px 9px;
	}

.searchBox .goBtn {
	vertical-align: middle;
	margin: 0px 12px 0px 0px;
	}

input, textarea {
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 13px;
	color: #666666;
	background: #e0e0e0;
	}




#uSection {
	margin-top: 10px;
	}



.uLeft {
	width: 230px;
	margin-right: 10px;
	}

.uLeft .leftNav {
	background: #ffffff;
	border: 1px solid #cccccc;
	height: 650px;
	margin: 0;
	}

.uLeft .leftNav ul {
	margin: 10px 0 20px;
	}

.uLeft .leftNav ul li {
	padding: 5px 27px;
	font-weight: normal;
	}

.uLeft .leftNav ul li a {
	color: #003366;
	font-size:16px;
	line-height:24px;
	}




.uRight {
	width: 760px;
	}

.uRight .centerCol {
	border: 1px solid #cccccc;
	width: 520px;
	height: 650px;
	margin-right: 10px;
	}

.uRight .centerCol .mainImage {
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;
	width: 500px;
	}

.uRight .centerCol .listItems {
	margin: 5px 0 15px;
	}

.uRight .centerCol ul li {
	width: 235px;
	float: left;
	padding: 7px 0 0;
	font-weight: normal;
	margin-left: 25px;
	display: inline;
	height:30px;
	font-size:16px;
	}
	
.centerDescription {
	padding:0 15px 0 15px;
}


.uRight .rightCol {
	border: 1px solid #cccccc;
	width: 220px;
	height: 650px;
	}

.uRight .rightCol .secondaryImage {
	border: 1px solid #cccccc;
	margin: 10px 10px 0px 10px;
	width: 200px;
	}

.uRight .rightCol h5 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
	}



h3.sponsoredLinksText {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 19px 0 0px 27px;
	}




/* Topic Story Posts List */

#storySection {
	width: 940px;
	margin-left: 30px;
	}

.storyPost {
	float: left;
	width: 450px;
	}

.storyPost h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	}


.storyPostByline {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	}
	
.storyPostContent {
	padding: 0px 0px 5px 0px;
	}

.storyBottomLinks {
	padding-bottom: 15px;
	}

.storyBottomLinks a {
	color: #cc0000;
	}

#tweetupSection {
	margin-top: 20px;
	width: 170px;
	}

.resultSponsoredLinks a {
	color:#3B73B9;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
h1.topicTitle {
	color:#333;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	border:0;
	text-transform:uppercase;
	padding:6px 0 0 27px;
	vertical-align: baseline;
}


/* Pagination */

.pagePagination {
	margin-top: 5px;
	padding: 15px 0;
	display: inline-block;
	}

.pagePagination a, .pagePagination span.selected, .pagePagination span.disabled {
	border: 1px solid #bbbbbb;
	background: #e0e0e0;
	font-weight: normal;
	color: #555555;
	padding: 5px 10px;
	margin: 0px 2px 0px 2px;
	}

.pagePagination a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #555555;
	}

.pagePagination span.selected {
	background: #ffffff;
	color: #555555;
	}

.pagePagination span.disabled {
	color: #aaaaaa;
	}






/* Footer */

#footer {
	margin: 25px 0px 20px 0px;
	}

.footerContent {
	margin: 0;
	}

.footerContent h7 {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	}

.footerContent ul {
	margin-top: 5px;
	width: 600px;
	}

.footerContent li {
	float: left;
	width: 180px;
	padding: 5px 0 0;
	font-size: 13px;
	height: 14px;
	overflow: hidden;
	}

.footerContent a {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	}

.footerContent a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	}



