@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
ol, ul {
	list-style:none;
	padding:0;
	margin:0;
}
div, img {
	border:none;
	outline:none;
	border-width:0;
}
.clear {
	line-height:0;
	font-size:0;
	height:0;
	letter-spacing:0;
	clear:both;
	float:none;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	
}
a {
	font-weight:normal;
	text-decoration:none;
	color: #FFF;
}
a:hover {
	text-decoration:none;
	color:#000;
}
p {
	margin-bottom:12px;
	display:block;
	text-align:justify;
}
#wrapper{
	background-color: #DBAC76;
	margin-top: 20px;
	
	
}
#header{
	height:217px;
	position:relative;
	width:1000px;
	margin:0px auto;
	background-image: url(images/background/title.gif);
	
}
.lefthead{
	float:left;
	width:250px;
	padding-left:15px;
	padding-top:15px;
	font-weight:normal;
	position: absolute;
	font-size: 11px;
	line-height: 14px;
}
.righthead{
	float:right;
	width:100px;
	padding-top: 15px;
}
.middlehead{
	float:left;
	width:400px;
	margin-top:5px;
	padding-left: 330px;
	position: absolute;
}
.rbutton{
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:none;
	-moz-border-radius:5px;
	cursor:pointer;
	margin-top:50px;
	margin-left:10px;
	height:33px;
	width:89px;
}
.menucon{
	position:absolute;
	padding-left:25px;
	bottom:-1px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.menucon ul{
	font-weight:bold;
}
.menucon ul li.parent{
	float:left;
	display:block;
	-moz-border-radius:5px 5px 0px 0px;;
	margin-left:5px;
	position:relative;
	width:89px;
	text-align:center;
}
.menucon ul li.parent:hover{
	background:url(images/menubg.jpg) no-repeat scroll 0 0 #243DD3;
	color:#fff;
}
.menucon ul li.active{
	color: #FFF;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
}
.menucon ul li.active a {
	color: #FFF;
	background-repeat: no-repeat;
}

.menucon ul li a{
	display:block;
	color:#000;
	padding:5px 5px;
}
.menucon ul li ul{
	position:absolute;
	top:28px;
	z-index:9999;
	background:none;
	width:auto;
	display:none;
	padding-top:12px;
	background-color: #243ED3;
	border-bottom: 2px;
	border-bottom-color: #6173DF;
	border-bottom-style: solid;
	border-left: 2px;
	border-left-color: #0000C0;
	border-left-style: solid;
	border-right: 2px;
	border-right-color: #6173DF;
	border-right-style: solid;
	min-width: 125px;
	height: auto;
}
.menucon ul li.active ul{
	color: #FFF;
	/*display:block;*/
}
.menucon ul li ul li{
	float:left;
	padding:0px 10px;
	display:block;
	background:none;
	border:none;
	color: #FFF;
}
.menucon ul li ul li a{
	padding:7px 0px;
	color: #FFF;
}
.menucon ul li.active a:hover{
	color:#FFF;
}
.menucon ul li ul.child li a:hover{
	color:#FFF;
	background-color: #4F64DB;
	width: auto;
}
.menucon ul li a:hover{
	color:#2E3699;
}
.menucon ul li.parent a:hover{
	color:#fff;
}
#container{
	min-height:350px;
	padding-top:0px;
}
#container h2{
	margin-bottom:0px;
}
#page{
	margin:0px auto 0px auto;
	border-color: #1C0404;
	background-image: url(images/background/tile.gif);
	min-height: 465px;
	border-style: solid;
	border-width: 3px;
	width: 994px;
}
#page_tall {
	width:996px;
	margin:0px auto 0px auto;
	height: 900px;
}

#footer{
	padding-top:0px;
	padding-left:0px;
	background-color: #DBAC76;
}
#footercon{
	width:990px;
	margin:0px auto;
	font-size: 12px;
	padding: 5px;
	background-color: #240404;
	color: #E1B88A;
}
#page-left {
	width:290px;
	margin:0px;
	height: 570px;
	float: left;
	position: absolute;
	background-color: #FEFEFE;
	border-color: #333;
	border-width: 2px;
	border-style: solid;
	margin-left: 10px;
}
#page-left-sm {
	width:250px;
	margin:0px;
	height: auto;
	float: left;
	position: absolute;
}

#page-line {
	width:10px;
	margin:0px;
	height: 500px;
	background-repeat: repeat-y;
	background-image: url(/nwn/images/nwnf.jpg);
	position: absolute;
	margin-left: 325px;
}
#page-right {
	width:665px;
	margin:0px;
	position: absolute;
	margin-left: 315px;
	background-color: #FEFEFE;
	border-color: #333;
	border-width: 2px;
	border-style: solid;
	height: 570px;
}
#page-right-lg {
	width:730px;
	margin:0px;
	position: absolute;
	margin-left: 260px;
}

#page-all {
	margin:0px;
	margin-left: 0px;
}

#fred {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #2C45D5;
	padding: 40px 0px 20px 0px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 5px 0px 0px 0px;
}
#title_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#title_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #243ED3;
	padding: 0px 0px 0px 15px;
}

#title_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: bold;
	color: #000;
	padding: 20px 0px 25px 0px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	padding: 15px 15px 15px 15px;
	font-weight: normal;
	list-style-type: square;
}
#text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #243ED3;
	font-weight: normal;
}
#text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: normal;
}

#title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #243ED3;
	padding: 20px 0px 10px 0px;
	line-height: 30px;
}
#title_lg2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #243ED3;
	padding: 20px 0px 25px 0px;
}
#title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #243ED3;
	padding: 5px 0px 5px 0px;
	line-height: 30px;
}
#form3 {
	width: 640px;
	margin-left: 0px;
}
#form4 {
	width: 550px;
	margin-left: 30px;
	margin-top: 0px;
	padding: 20px;
	margin-bottom: 20px;
	color: #666;
	font-weight: bold;
	background-color: #F2F5FC;
	border: 1px solid #4D4D4F;
	font-size: 11px;
}
#title3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #243ED3;
	padding: 5px 0px 5px 0px;
	line-height: 30px;
}
#title3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	padding: 5px 0px 5px 0px;
	line-height: 30px;
}
#menu_low {
	padding-top:0px;
	padding-left:0px;
	background-color: #FFF;
}
#menu_low_con {
	width:996px;
	margin:0px auto;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu_low_con a {
	margin:0px auto;
	font-size: 14px;
}
#menu_low_con a:hover {
	font-size: 14px;
	color: #F00;
}
#footercon a {
	color: #FEFEFE;
}
#page-right_low {
	width:996px;
	margin:0px;
	position: absolute;
	margin-left: 0px;
	background-color: #FEFEFE;
	border-color: #333;
	margin-top: 585px;
}
#text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #2C45D5;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	list-style-type: disc;
	text-transform: uppercase;
}
.vote {
	position: relative;
	background-position: top;
	float: left;
	display: block;

}
.vote a {
	background-image: url(Templates/images/vote_up.png);
	background-repeat: no-repeat;
	position: absolute;
}
.vote a:hover {
	background-image: url(Templates/images/vote_down.png);
	background-repeat: no-repeat;
	position: absolute;
}
#text3 {
	border-color: #333;
	border-width: 2px;
	border-style: solid;
	width: 290px;
	height: 200px;
	background-color: #FFF;
}
#text4 {
	border-color: #333;
	border-width: 2px;
	border-style: solid;
	width: 325px;
	height: 200px;
	background-color: #FFF;
}
#title a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B5213A;
}
#title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#countdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	list-style-type: square;
	background-color: #000;
	margin: 0px 13px 15px 0px;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #E1B88A;
}
#credits {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #823211;
}
#titles {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}
#menu {
	margin:0px auto 0px auto;
	background-image: url(images/background/menu_plain.gif);
	width: 1000px;
	height: 29px;
}
#content2 {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding: 15px;
}

