* {
	margin: 0;
	padding: 0 }

#page-wrapper {
	text-align: left;
	margin: 0;
	min-width: 980px; }

/****** HEADER STYLES *******/

div.header-wrapper { 
	width: 100%; 
	clear: both; }
 
#toolbar-wrapper {
	clear: both;
	text-align: center;
	background-color: #333;
	padding: 2px 0;
	border-bottom: 1px solid #1F1F1F;
	color: #fff; 
	font-size: 11px; }
 
	#toolbar {
		width: 980px;
		margin: 0 auto;
		text-align: left; }
	
		#toolbar a:link, #toolbar a:visited { 
			color: #fff; 
			font-weight:bold; 
			font-size: 11px; }
		
		#toolbar a:active, #toolbar a:hover { 
			color: #fff; 
			text-decoration: none; }
	 
		#toolbar .search { float: right }
		
		#toolbar input {
			margin: 0 2px 0 0;
			padding: 1px;
			float: left;
			background-color: #fff;
			border-color: #303030;
			color: #333;
			font-size: 12px; }
	 
		#toolbar button {		
			background: none;
			border: 0;
			margin: 0;
			padding: 0;
			clear: none;
			position: absolute;
			top:1px;
			width: 25px;
			height:17px !important; }
 
#header-main-wrapper {
	clear: both;
	text-align: center; }
 
	#header-main {
		width: 970px;
		margin: 0 auto;
		text-align: left;
		padding: .5em 0; }
	 
		#header-main > a.logo { float: left }
	 
		#header-main > div { float: right; margin: 10px 0; }
 
#menu-wrapper {
	clear: both;
	text-align: center; }
 
	#menu {
		width: 980px;
		margin: 0 auto;
		text-align: left; }
	
/****** END HEADER STYLES *******/
 
h1.page-title { display: none; }
 
h1.title, h2.title {
	letter-spacing: -1px;
	line-height: 95%;
	margin: .5em 0;
	color: #000;
	font-weight: bold;
	font-size: 2.5em;
	width: 100%;
	display: block; }
 
#page-body {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background: url(../images/common/body-gradient.gif) repeat-x #fff;
	min-height: 500px; }
 
#content-wrapper {
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	background: url(../images/common/content-gradient.gif) repeat-x #f5f5f5;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e5e5e5; }
 
.gridContainerTable td { padding: 0; }
 
#footer {
	clear:both;
	clear: both;
	min-width: 1000px;
	padding:20px 0; }
 
	#footer #footer-content {
		width: 980px;
		margin: 0 auto;
		text-align:center; }
 
		#footer #footer-content .credits {
			margin: 0 auto;
			float: left;
			width: 50%;
			padding-left: 15px; }
 
		#footer #footer-content > ul {
			margin: 0 auto;
			float: left;
			width: 40%;
			text-align: right; }
 
			#footer #footer-content > ul > li {
				list-style-type: none;
				padding-right: 10px; }
 
				#footer #footer-content > ul > li > ul { display: none; }
 
		#footer #footer-content p { margin: 0px }
 
/* Commenting styles */

.wmd-preview {
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	padding: 10px; }
 
.dijitTitlePaneTitle {
	background-image: none;
	padding: 6px 0 6px 6px;
	border: 0; }
 
.align-left { text-align: left; }
 
.align-right { text-align: right; }
 
.align-center { text-align: center; }
 
/* Link Styles */

a:link, a:visited {
	text-decoration: none;
	color: #004276; }
 
a:hover, a:active {
	text-decoration: underline;
	color: #CA0002; }

 
#footer a:link,#footer a:visited { color: #EFD1D3; }
 
* input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px }
 
/* defines standard content box look for site */
.main-item, .secondary-item {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	float: left;
	width: 100%;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:0 0 1px; }
 
.main-item > h4, .secondary-item > h4 {
	padding: 6px 9px;
	font-size: 100%;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	font-weight: bold; }
 
.inner {
	padding: 0 10px;
	margin: 0;
	list-style-type: none; }
	
	.inner > ul { margin: 0; }
 
li.main-item p:first-child, li.secondary-item p:first-child {  }
 
.feed h5 { margin: 0; }
 
ul.feed {
	list-style-type: none;
	margin-left: 0; }
 
.betaburst {
	position: absolute;
	top: 18px;
	left: 4px; }
 
.pagination { text-align: center; }
 
	.pagination a.page, .pagination span.page { font-weight: bold; }
 
	.pagination span.current {
		background-color: #000;
		color: #fff;
		padding: 0 3px; }
 
#breaking-news {
	display: block;
	margin: 5px 0 10px 0;
	padding: 6px 10px;
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
 
	#breaking-news span.date {
		font-size: .75em;
		font-weight: normal;
		font-style: italic }
 
	#breaking-news a:link, #breaking-news a:active, #breaking-news a:hover, #breaking-news a:visited { color: #fff; }
 
	#breaking-news a:hover { text-decoration: underline }
 
.bar {
	overflow: hidden;
	background-color: #FFFFFF;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: .5em 0 1em 0 !important;
	padding: 6px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear:both }
 
	.bar > ul > li,
	.bar  li {
		float: left;
		list-style-type: none; }
 
	.bar *, .bar > ul { margin: 0 }
 
	.bar .col-1 { margin-left: 8px; }
 
	.bar .col-2 {
		float: right;
		margin-right: 8px; }
 
span.date {
	font-size: .9em;
	font-weight: normal;
	font-style: italic }
	
.graphic {
	width: 300px;
	margin: 0 0 10px 0;
	list-style-type: none }
 
.skyscraper { text-align: center }
 
	.skyscraper .left { float: left; }
 
	.skyscraper .right { float: right; }
	
div.audio {
	background-color: #f3f3f3;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: .5em 0 1em 0 !important;
	padding: 6px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	padding: 10px;	
	width: 200px; }

div.audio p.caption {
	font-size: 1em;
	font-style: italic;
	margin:.2em 0 0 0 !important; }

div.audio p.caption { margin:0; }

#col1 {
	width: 660px;
	list-style-type: none;
	float: none;
	display: inline-block;
	margin: 0; }
 
	#col1 #row1,#col1 #row2 {
		width: 100%;
		list-style-type: none;
		margin: 0; }
 
	#col1 #row1,#col1 #featured { margin-bottom: 10px; }
 
	#col1 > ul, #col2 > ul { list-style-type: none; }
 
	#col1 #row2 #subcol1 {
		float: left;
		width: 49%; }
 
	#col1 #row2 #subcol2 {
		float: right;
		width: 49%; }
 
#col2 {
	width: 300px;
	float: right;
	list-style-type: none;
	display: inline-block;
	margin: 0; }
 
#col1>ul,#col2>ul,#col1 #row2 ul { margin: 0; }
 
/****** MENU STYLE ******/
 
#menu {
	font-family: arial, sans-serif;
	font-size: 11px;
	z-index: 100; }
 
	#menu ul li a, #menu ul li a:visited {
		background: transparent;
		border: 0;
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		text-transform: uppercase; 
		text-decoration: none;
		text-align: center; }
 
	#menu ul {
		padding: 5px 0;
		margin: 0;
		list-style: none; }
 
		#menu ul li {
			float: left;
			position: relative; }
			
			#menu > ul > li { padding: 0 1.5em; }
 
			#menu ul li ul { display: none; }
 
				#menu ul li ul li a { text-align: left !important; }
 
				#menu ul li ul li {
					border-top: 1px solid #494949;
					border-right: 1px solid #2B2B2B;
					border-bottom: 1px solid #2B2B2B;
					border-left: 1px solid #494949; }
 
			#menu ul li:hover a {
				color: #fff;
				background: transparent; }
 
			#menu ul li:hover ul {
				display: block;
				position: absolute;
				top: 20px;
				left: 0;
				margin-left: 15px; }
 
				#menu ul li:hover ul li a.hide {
					background: #888;
					color: #fff; }
 
				#menu ul li:hover ul li:hover a.hide {
					background: #996666;
					color: #000; }
 
				#menu ul li:hover ul li ul { display: none; }
 
				#menu ul li:hover ul li a {
					display: block;
					background: #3A3A3A;
					color: #FFF;
					padding: 5px 0 5px 5px;
					width: 200px; }
 
					#menu ul li:hover ul li a:hover {
						background: #4C4C4C;
						color: #FFF; }
 
				#menu ul li:hover ul li:hover ul {
					display: block;
					position: absolute;
					left: 190px;
					top: 0; }
 
					#menu ul li:hover ul li:hover ul.left { left: -105px; }
 
#menu2 {
	width: 100%;
	position: relative;
	z-index: 100; }
 
	#menu2 ul li a, 
	#menu2 ul li a:visited {
		display: block;
		text-decoration: none;
		overflow: hidden;
		color: #fff;
		font-weight: bold;
		padding: 0 0 1px 0; }
 
	#menu2 > ul > li:hover > ul {
		display: block;
		position: absolute;
		top: 20px;
		left: 0; }
 
	#menu2 ul {
		padding: 0;
		margin: 0;
		list-style: none; }
 
	#menu2 > ul > li {
		float: left;
		position: relative;
		padding: .15em 2em; }
 
		#menu2 > ul > li > ul {
			display: none;
			width: 400px;
			border: 2px solid #F0D8C0;
			-moz-border-radius: 10px;
			background-color: #FFF7EF; }
 
			#menu2 > ul > li > ul > li {
				display: block;
				background-color: #F0D8C0;
				font-weight: bold;
				clear: both;
				padding: .2em .5em; }
 
				#menu2 > ul > li > ul > li a:link,
				#menu2 > ul > li > ul > li a:visited { color: #000; }
 
				#menu2 > ul > li > ul > li a:hover { text-decoration: underline }
 
				#menu2 > ul > li > ul > li > ul > li {
					width: 50%;
					float: left;
					font-weight: normal; }
 
					#menu2 > ul > li > ul > li > ul > li a {
						padding: 4px 0;
						display: block; }
 
						#menu2 > ul > li > ul > li > ul > li a:link {
							color: #005FCF;
							font-weight: normal; }
 
						#menu2 > ul > li > ul > li > ul > li a:visited {
							color: #005FCF;
							font-weight: normal; }
 
						#menu2 > ul > li > ul > li > ul > li a:hover {
							color: #00418F;
							font-weight: normal;
							text-decoration: underline }
							
/****** END MENU STYLE ******/