@charset "utf-8";
* {
margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #e6e6e6;
	margin: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
.adminMenu {
	margin-left: 740px;
	width: 150px;
	position: absolute;
}
.adminMenu a, a:active, a:visited{
	color: #000;
	text-decoration: none;
}
.adminMenu a:hover {
	font-style: italic;
}
.adminNewsContainer {
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
}
.adminNewsHeadline {
	font-size: 130%;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #000;
}
.adminNewsInfo {
	background-repeat: repeat-x;
	width: 100%;
	color: #000;
	height: 13px;
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	padding: 1px;
}
.adminNewsText {
	color: #929292;
	margin-top: 8px;
	font-size: 90%;
}
.mainContainer {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-right: 7px;
	padding-left: 7px;
	display: block;
}
img {
	border: 0;
}
.topBar {
	padding-top: 18px;
	padding-left: 28px;
	background-color: #FFFFFF;
}
.topBar a {
    color: #666666;
	text-decoration: none;
}
.topBarImg {
	margin-right: 30px;
}
.facebook {
	padding-left: 513px;
}
.content {
	height: 100%;
}
.menuContainer {
	width: 167px;
	padding-left: 15px;
	margin-top: 4px;
	height: 100%;
	float: left;
}
.sponsContainer {
	margin-top: 200px;
	position: absolute;
}
.hotspot {
	margin-top: 50px;
	position: absolute;
	width: 150px;
}
.hotspotText {
	color: #929292;
	font-size: 80%;
}
.hotspot a {
	color: #686868;
}
.hotspot a:hover{
	color:#42c3e3;
}
.menuLinks {
	margin-top: 22px;
	margin-left: 7px;
	font-size: 84%;
	color: #686868;
}
.menuLinks a {
	color: #686868;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.contentContainer {
	margin-left: 185px;
	width: 495px;
	padding-right: 23px;
	padding-left: 23px;
	height: 100%;
}
.contentContainer a, .contentConatiner a:visited, .contentContainer a:active {
	color: #666666;
	text-decoration: none;
}
.contentContainer a:hover  {
	text-decoration: none;
}
.splash {
	background-color: #f3f1f2;
	padding-top: 16px;
	padding-right: 13px;
	padding-bottom: 16px;
	padding-left: 13px;
	color: #a09e9f;
	font-size: 90%;
	min-height: 133px;
}
.splashImage {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
}
.newsContainer {
	height: 100%;
	width: 100%;
	margin-bottom: 50px;
}
.newsCommentCounter {
	background-image: url(../images/comment_counter_bg.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 85%;
	text-transform: lowercase;
	float: left;
}
.newsCommentCounterNumber {
	font-size: 240%;
}
.newsCommentCounter a {
	color: #FFFFFF;
	text-decoration: none;
}
.newsHeadline {
	font-size: 130%;
	width: 423px;
	margin-left: 60px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #6a6a6a;
}
.newsInfo {
	background-repeat: repeat-x;
	width: 423px;
	margin-left: 70px;
	color: #939393;
	height: 13px;
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	padding: 1px;
}
.newsText {
	color: #929292;
	margin-top: 8px;
	font-size: 90%;
}
.newsText a:hover{
    color: #42c3e3;
}
.newsPic {
	float: right;
	margin-right: 10px;
	width: 200px
}
.newsCommentText {
	font-size: 78%;
	color: #929292;
	width: 200px;
}
.gearSubject{
	color: #6a6a6a;
	font-size: 15px;	
	font-weight: bold;
}
.gearHeadline{
	color:#6a6a6a;
	font-size: 12px;
	font-weight: bold;
}	
.headline {
	font-size: 130%;
	font-weight: bold;
	color: #6a6a6a;
}
.text {
	color: #929292;
	font-size: 90%;
}
.text a:hover {
	color: #42c3e3;
}
.link a:hover {
	color: #42c3e3;
}
.commentBox {
	color: #929292;
}
.commentInfo{
	background-repeat: repeat-x;
	width: 493px;
	color: #939393;
	height: 13px;
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	padding: 1px;
}
.commentSpacer {
	width: 493px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c3c3c3;
}
.pic {
	float: right;
	margin-right: 23px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
    text-align: center;
}
.welcome{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;	
}
.box {
	border-width: 1px;
	border-style: dotted;
	border-color: #c3c3c3;
}
.bottomContainer {
	color: #CCCACB;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
}
#ie6_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	z-index: 50;
	visibility: hidden;
	filter: alpha(opacity=75);
	}	
#ie6_overlay_content{
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 490px;
	margin-left: -220px;
	margin-top: -200px;
	padding: 10px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	border: 1px;
	border-style: dotted;
	border-color: white;
	}
#ie6_overlay_content img { 
	margin-right: 5px; 
	}
#ie6_overlay_content .close { 
		float: right; 
}