/* @override http://localhost:9001/site_resources/style.css */

body,td,th {
	color: #333333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #272d4a;
	background-image: url(background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
h1 {
	font: normal 24px Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3 {
	font: normal 16px/21px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;

}
h3 a:link, h3 a:visited {
	color: #000000;
}

h4 {
	font: normal 13px/17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

p {
	margin: 0;
	padding: 0;
}

p.dateline {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

.newsblurb {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(logo2.gif) no-repeat;
	width: 760px;
	height: 50px;
}

#banner {
	background-image: url(header.gif);
	height: 70px;
	width: 760px;
}

#navigation {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li
{
display: inline;
list-style-type: none;
	padding: 0 30px 0 0;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
}

#mainpromo {
	position: relative;
}

#promodropdown {
	position: absolute;
	top: 180px;
	left: 25px;
}

#maincontent {
	width: 760px;
	padding:  0px;
	background-color: #FFFFFF;
}

#maincolumn {
	width: 480px;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}

#sidebar {
	width: 220px;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}

#bottominfo {
	width: 720px;
	clear: both;
	background: #FFFFFF url(footer_background.gif) left bottom;
	padding: 20px;
	margin-top: 20px;
}

#footer {
	width: 760px;
	height: 10px;
	padding-top: 12px;
	background: url(footer_bottom.gif) no-repeat 0 top;
	color: #ffffff;
	font-size: .9em;
}

/* @group Gray pod */
.graypod { 
  background: #ededed;
	margin-top: 20px;
}


.graypod h3 {
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
}
.graypod .boxtop { 
  background: url(gray_ne.gif) no-repeat top right;
}
.graypod .boxtop div { 
  height: 20px; 
  background: url(gray_nw.gif) no-repeat top left; 
}
.graypod .boxbottom { 
  background: url(gray_se.gif) no-repeat bottom right; 
}
.graypod .boxbottom div { 
  height: 20px; 
  background: url(gray_sw.gif) no-repeat bottom left; 
}
.graypod .boxcontent {
  padding: 0px 20px 0px 20px;
}

/* @end */

/* @group Blue pod */
.bluepod { 
  background: #272D4A;
	margin-top: 20px;
	color: #FFF;
}

.bluepod p, .bluepod h3 {
	color: #fff;
}

.bluepod h3 {
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
}
.bluepod .boxtop { 
  background: url(blue_ne.gif) no-repeat top right;
}
.bluepod .boxtop div { 
  height: 20px; 
  background: url(blue_nw.gif) no-repeat top left; 
}
.bluepod .boxbottom { 
  background: url(blue_se.gif) no-repeat bottom right; 
}
.bluepod .boxbottom div { 
  height: 20px; 
  background: url(blue_sw.gif) no-repeat bottom left; 
}
.bluepod .boxcontent {
  padding: 0px 20px 0px 20px;
}

/* @end */

div.newsblurb div.guests {
	padding-left: 15px;
}

#categorysidebar {
	margin-top: 50px;
}

.graypod ul {
		margin-left: 0;
	text-indent: -.5em;
	padding: 0 0 0 3em;
}

.graypod li {
	list-style-type: none;
	list-style-image: url(bullet-333.gif);
	padding-left: 0;
	margin-left: 0;
	list-style-position: outside;
}

