@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 10px;	
}

strong {
	font-weight: bold;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background:url(../images/bg.jpg) repeat-x;
	background-color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color: #252525;
}

.wrapper {
	width:718px;
	margin: 0 auto;
}

.header {
	height:24px;
}

.header .top .left {
	float:left;
	width:338px;
	padding: 0 0 0 12px;
}

.header .top .left a {
	text-indent: -10000px;	
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
}

.header .top .left a.home {
	background-image: url(../images/home.gif);
}

.header .top .left a.calendar {
	background-image: url(../images/calendar.gif);
}

.header .top .left a.rss {
	background-image: url(../images/rss.gif);
}

.header .top .left a.contact {
	background-image: url(../images/contact.gif);
}

.header .top .left h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#d9d9d9;
	text-transform:uppercase;
	float:left;
	line-height:24px;
}

.header .top .right {
	float:right;
	width:300px;
	padding:0 14px 0 0;
}

.header .top .right form {
	text-align:right;	
}

.header .top .right form input {
	background:url(../images/input-bg.gif) no-repeat;
	width:100px;
	height:17px;
	border:none;
	line-height:17px;
	padding: 0 6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color:#5a5a5a;
	margin-left:9px;
	float: left;
	margin-top: 4px;
}

.header .top .right form input.submit {
	background:url(../images/login-bg.gif) no-repeat;
	width:49px;
	height:17px;
	padding:0;
	float:right;
	margin:4px 0 0 6px;
}

.header .top .left a {
	margin:7px 20px 0 0;
	float:left;
}

.main {
	background:url(../images/main-bg.png) repeat-y;
	padding: 1px 16px;
	border-top: 1px solid #797979;
	z-index: 1000;
	position: relative;
}

.intro {
	border:1px solid #dfdfdf;
	height:230px;
	width:678px;
	margin:1px 0 1px 3px;
	position: relative;
}

* html .intro {
	float: left;
	margin-left: 1px;
	margin-top: 0px;
}

.intro img {
	float: left;
	margin: 0;
	padding: 0;
}
 
.intro div {
	height:70px;
	margin: 0;
	padding: 0;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	position: absolute;
	top: 160px;
	left: 0;
	width: 678px;
}

.intro div .logo {
	background:url(../images/logo.png) no-repeat;
	float:left;
	width:53px;
	height:53px;
	margin:8px 11px 0 12px;
}

.intro div .mclub {
	background:url(../images/nvmc.png) no-repeat;
	height:70px;
	width:309px;
	float:left;
	text-indent: -10000px;
}

.navigation {
	height:60px;
	margin:-1px -7px 8px -7px;
	background:url(../images/navigation-bg.gif) repeat-x;
	padding:0 10px;
	position:relative;
}

* html .navigation {
	margin-top:0px;
}

*+ html .navigation {
	margin-top:0px;
}

.navigation ul li {
	float:left;
	margin-right:15px;
}

.navigation ul li a {
	float:left;
	padding: 13px 6px 0 6px;
	font-size:11px;
	text-transform:uppercase;
	color:#717171;
	line-height:11px;
	height:27px;
}

.navigation ul li:hover, .navigation ul li.selected {
	background:url(../images/nav-hover-bg.gif) no-repeat;
	background-position:top center;
	text-decoration:none;
}

.navigation ul li a:hover, .navigation ul li.selected a {
	text-decoration:none;
}

.navigation ul li.last {
	margin-right:0;
}

.navigation ul ul {
	display:none;
	width: 697px;
	position:absolute;
	left:0px;
	padding-left: 3px;
	top:40px;
}

.navigation ul li:hover ul {
	display:block;
	background-color: #e9e9e9;
	font-size:10px;
}

.navigation ul ul li {
	margin:0;
}

.navigation ul li:hover ul li {
	background-image: none;	
}

.navigation ul li ul a, .navigation ul li:hover ul li a, .navigation ul li li a:hover, .navigation ul li.selected li a {
	background:url(../images/nav-level-2-border-bg.gif) no-repeat;
	background-position:right center;
	padding:4px 12px 6px 12px;
	font-size:10px;
	height:10px;
	line-height:10px;
}

.navigation ul li ul li.last a, .navigation ul li:hover li.last a {
	background:none;
}

.navigation ul li ul a:hover {
	text-decoration: underline;	
}

.content {
	overflow: hidden;	
}

.content .left {
	float: left;
	width: 450px;
}

.content .right {
	float: right;
	width: 220px;
}

.forum {
	clear: both;
	padding-top: 30px;
}

.ad {
	margin-bottom: 20px;
	display: block;
}

.article {
	line-height: 18px;	
}

.article h1 {
	background-image: url(../images/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 0 -4px;
	font-size: 20px;
	line-height: 22px;
	color: #252525;
	padding-bottom: 10px;
	padding-left: 4px;
	position: relative;
}

.article .post-info {
	color: #747474;
	font-style:italic;
	padding-bottom: 10px;
}

.article p {
	padding-bottom: 15px;	
}

.article a {
	color: #336ecc;
}

.article a.previous {
	float: left;
	color: #336ecc;
}

.article a.next {
	float: right;
	color: #336ecc;
}

.content h2 {
	background-image: url(../images/h2-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	color: #252525;
	padding-bottom: 4px;
	margin-bottom: 7px;
}

.content .box {
	padding-bottom: 31px;	
	overflow: hidden;
}

.content .box a {
	color: #252525;	
}

.content .box img {
	float: left;
	margin: 0 10px 0 0;
}

.content .box ul {
	float: left;
	width: 220px;
	padding: 5px 0;
}

.content .box ul li {
	float: left;
	height: 20px;
	width: 220px;
}

.content .box ul li a {
	float: left;
	height: 20px;
	font-size: 12px;
	color: #1552b5;
	line-height: 20px;
	width: 196px;
	padding-left: 24px;
	background-image: url(../images/box-ul.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

.content .box ul li a:hover, .content .box ul li.selected a {
	background-image: url(../images/box-ul-hover.gif);
	text-decoration: none;
	color: #3180ff;
}

.content .box a.image {
	float: left;
	margin: 0 0 10px 10px;
}

.content .box a.image img {
	float: none;
	margin: 0;
	padding: 0;
}

.forum table {
	border: 1px solid #bababa;
	border-right: none;
	width: 686px;
	font-size: 10px;
}

.forum table th {
	background-image: url(../images/th-bg.gif);
	height: 34px;
	line-height: 34px;
	border-bottom: 2px groove #3e8197;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #bababa;
}

.forum table th h1 {
	float: left;
	text-transform: none;
	font-weight: normal;
}

.forum table th .count {
	float: right;
	margin-right: 38px;
}

.forum table th a {
	float: right;
	margin: 7px 0 0 12px;
}

.forum table th a.action {
	margin-top: 9px;	
}

.forum table th h1 a, .forum table th .count a {
	float: none;	
	color: #186c88;
	margin: 0;
}

.forum table td {
	border-right: 1px solid #bababa;
	height: 27px;
	padding: 6px 5px;
}

.forum table tr td {
	background-color: #FFF;	
}

.forum table tr.checked td {
	background-color: #ebebeb;	
}

.forum table td h2 {
	color: #186c88;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0;
	text-transform: none;
	display: inline;
}

.forum table td a {
	color: #186c88;	
}

.forum table td.align-center {
	text-align: center;	
}

.table {
	padding-bottom: 1px;
	border-bottom: 2px groove #3e8197;
	margin-bottom: 8px;
}

.footer {
	background-color: #696868;
	z-index: 1;
	margin-top: -107px;
	padding-top: 117px;
	background-image: url(../images/footerbg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	overflow: hidden;
}

.footer .wrapper {
	position: relative;
}

.main-bottom {
	background-image: url(../images/main-bottom-bg.gif);
	background-repeat: no-repeat;
	background-color: #F00;
	height: 18px;
	width: 718px;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 2000;
}

.footer .block {
	float: left;
	width: 216px;
	padding-left: 22px;
	background-image: url(../images/footer-block-separator.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.footer .no-separator {
	background: none;
}

.footer .block h2 {
	font-size: 14px;
	color: #fdfdfd;
}

.footer .block ul {
		
}

.footer .block ul li {
	float: left;
}

.footer .block ul li a {
	float: left;
	line-height: 31px;
	height: 31px;
	width: 179px;
	padding-left: 15px;
	font-size: 12px;
	color: #fcfcfc;
	background-image: url(../images/footer-ul.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
}

.footer .block ul li a:hover {
	text-decoration: none;	
	background-image: url(../images/footer-ul-hover.gif);
}

.footer .copyright {
	padding-top: 12px;
	height: 23px;
	line-height: 23px;
	font-size: 9px;
	color: #fcfcfc;
	clear: both;
	padding-left: 22px;
}

.footer .copyright a {
	color: #fcfcfc;
}
