/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #363636;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #fff; 
	text-align: center;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}

/* links */
a:active {
	color: #5e89cf;
	background: inherit;
}
a, a:visited, a:hover {
	text-decoration: underline;
	color: #5e89cf; 
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;	
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}

h1, h2, h3, p {
	padding: 0px 0px 10px 0px;	
	margin: 0px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 994px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#header {
	text-align: center;
	background-color: #020202;
	padding: 0px;
	margin: 0px;
}
#logo-wrap {
	width: 994px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#logo-wrap #search {
	display: none;
	float: right;
}
#logo-wrap #search input {
	margin-top: 40px;
	border: 1px solid #363636;
	height: 20px;
}
#logo-wrap #search input.submit {
	padding: 2px 0px;
	border: 1px solid #363636;
	font-size: 10px;
	color: #ccc;
	background: #000;
	text-transform: uppercase;
	height: auto;
}
#logo {
	float: left;
	margin: 0px;
	width: 414px;
	height: 100px;
	background: url(img/logo.gif) top;
}

#menu-top {
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 0px;
	height: 33px;
	clear: both;
	text-transform: uppercase;
	background: url(img/menu-bg.gif) repeat-x;
}
#menu-top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 7px 
}
#menu-top ul li {
	margin: 0px;
	padding: 2px 0px;
	display: inline;
	font-size: 12px;
	border-right: #999 1px solid;
}
#menu-top ul li.last {
	border-right: none;
}
#menu-top ul li a {
	color: #4b4b4b;
	text-decoration: none;
	padding: 2px 25px;
}
#menu-top ul li a:hover {
	color: #3769b7;
}
#subheader-wrap {
	height: 317px;
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 0px;
	background-color: inherit;
	background: url(img/dots.gif) repeat-x bottom;
}
#flash {
	margin: 0px auto;
	margin-bottom: 10px;
	height: 311px;
	padding: 0px;
}
#content-wrap {
	width: 994px;
	padding: 0px;
	margin: 0px auto;
	clear:both;
}

#main {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 20px 0px;
}

#content {
	width: 650px;  /* width needs to account for 1px borders on left and right */
	float: left;
	padding: 0px;
	font-family: Verdana, sans-serif;
	display: block;
	border-top: none;
	border-bottom: none;
}
#content h3 span {
	color: #3F85FF;
}
#content p {
	padding-bottom: 15px;
}
#content ul, ol {
	margin: 0px 0px 0px 25px;
	padding: 0px 30px 0px 10px;
}
#sidebar-right {
	float: right;
	width: 290px;
	padding: 0px 25px 0px 0px;
	margin: 0px;
}
#sidebar-right .stockquote {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/dots.gif) repeat-x bottom;
}
#sidebar-right h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/dots.gif) repeat-x bottom;
}
#sidebar-right .news {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(img/dots.gif) repeat-x bottom;
}
#sidebar-right .news p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
}
#sidebar-right .news p.headline {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
}
#menu {
	margin: 0px;
	padding: 0px;
	background: url(imgs/menu.jpg) repeat-y center top;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
}
#menu ul li {
	font: bold 10px Verdana, Arial, Tahoma, Sans-serif;
	margin: 0px; 
	padding: 5px 0px 5px 5px;
}
#menu ul li.last {
	padding-bottom: 0px;
}
#menu ul li a {
	color: #fff;
	text-decoration: underline;	
}
#menu ul li a:hover {
	color: #bf0b17;
	background-color: #fff;
}

ul#submenu {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
ul#submenu li {
	padding: 0px;
	padding-bottom: 5px;
}
ul#submenu li.last {
	padding-bottom: 0px;
}

#footer {
	margin: 0px auto;
	margin-top: 20px;
	padding-top: 10px;
	color: #ccc;
	clear: both;
	width: 994px;
	height: 63px;
	text-align: left;	
	font-size: 11px;
	background:url(img/dots.gif) repeat-x top;
}
#footer p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #5e89cf;
}
#footer .left {
	float: left;
	text-align: left;
	text-transform: uppercase;
}
#footer .right {
	float: right;
	text-align: right;
}