/* CSS Document */

/* standard */

* {
	margin: 0;
	padding: 0;
}

div {
	display: block;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* html/body/td */

html, body {
	height: 100%;
}

body, .bodyNoBg {
	margin: 0 0 0 0;
	background-color: #131313;
	background-image: url(../images/layout/bodyBg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
}

.bodyNoBg {
	background-image: none;
}

/* Main Body Layout/Positioning */

.container {
	clear: both;
	display: block;
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
	background-color: #000;
}

.mainHeader {
	display: block;
	height: 135px;
	padding: 0 0 0 0;
	background-image: url(../images/layout/headerBg.gif);
	text-align: left;
}

.mainHeader .right {
	font-size: 15px;
	padding: 50px 50px 0 0;
}

.main {
	clear: left;
	float: left;
	width: 645px;
	margin: 0 0 15px 0;
}

.main .content {
	padding: 0 25px 15px 25px;
}

.rotator {
	width: 616px;
	margin: 0 10px 20px 18px;
	background-color: #222;
}

.sideBar {
	clear: right;
	float: right;
	width: 235px;
	margin: 0 15px 15px 0;
}

.sideBar .header {
	background-color: #161616;
	border: 1px #222 solid;
	border-bottom: none;
	padding: 6px 4px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.sideBar .content {
	border: 1px #222 solid;
	padding: 15px;
	color: #666;
	font-size: 13px;
}

.leftThumb {
	float: left;
	width: 125px;
	padding: 5px 0 20px 0;
}

.leftText {
	float: left;
	width: 435px;
	padding: 10px 0 20px 0;
	font-size: 14px;
}

/* Footer */

.footer {
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	font-size: 12px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* Graphics & Text Blocks */

/* Text & Headers */

p {
	line-height: 1.35em;
	margin: 0 0 20 0;
}

strong {
	color: #FFF;
}

.small {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.mid {
	color: #999;
}

.low {
	color: #666;
}

h1 {
	font-size: 19px;
	color: #999;
	margin: 5px 0 12px 0;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 13px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #999;
}

/* Lists */

ul {
	list-style-type: square;
	margin: 0 0 10px 15px;
}

li {
	margin: 0 0 2px 0;
}

#twitter_update_list li {
	margin: 0 0 10px 0;
}

/* Links */

a {
	color: #AD1919;
}

a:hover {
	text-decoration: none;
}

a.nodec {
	text-decoration: none;
}

a:hover.nodec {
	text-decoration: underline;
}

a.gray {
	color: #666;
	text-decoration: none;
}

a:hover.gray {
	color: #FFF;
}

#twitter_update_list a {
	color: #333;
	text-decoration: none;
}

/* mainNav */

a.mainNav1, a.mainNav2, a.mainNav3, a.mainNav4, a.mainNav5,
a.mainNav1On, a.mainNav2On, a.mainNav3On, a.mainNav4On, a.mainNav5On {
	display: block;
	float: left;
	height: 40px;
	margin: 0 0 16px 0;
	background-image: url(../images/buttons/mainNav.gif);
}

a.mainNav1, a:hover.mainNav1, a.mainNav1On {
	width: 162px;
}

a.mainNav2, a:hover.mainNav2, a.mainNav2On {
	width: 161px;
	background-position: -162px 0;
}

a.mainNav3, a:hover.mainNav3, a.mainNav3On {
	width: 162px;
	background-position: -323px 0;
}

a.mainNav4, a:hover.mainNav4, a.mainNav4On {
	width: 164px;
	background-position: -485px 0;
}

a.mainNav5, a:hover.mainNav5, a.mainNav5On {
	width: 251px;
	background-position: -649px 0;
}

a:hover.mainNav1 {
	background-position: 0 -40px;
}

a:hover.mainNav2 {
	background-position: -162px -40px;
}

a:hover.mainNav3 {
	background-position: -323px -40px;
}

a:hover.mainNav4 {
	background-position: -485px -40px;
}

a:hover.mainNav5 {
	background-position: -649px -40px;
}

a.mainNav1On {
	background-position: 0 -80px;
}

a.mainNav2On {
	background-position: -162px -80px;
}

a.mainNav3On {
	background-position: -323px -80px;
}

a.mainNav4On {
	background-position: -485px -80px;
}

a.mainNav5On {
	background-position: -649px -80px;
}

/* Images */

.mainImage {
	width: 616px;
	height: 250px;
	border: none;
	margin: 0 0 20px 18px;
}

.thumb {
	width: 100px;
	height: 100px;
	border: 1px #666 solid;
}

/* Misc */

iframe {
	border: none;
}

fieldset {
	border: none;
}
