@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #12120B;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#outer {
	width: 960px;
	height: 30px;
	float: left;
	position: relative;
}
#navmain {
	width: 680px;
	float: left;
	height: 30px;
	margin-bottom: 0px;
}
#nav li a, #nav li {
	font-family: Rockwell, Georgia, Serif;
	font-size:12px;
	color:#FFF;
	float: left;
	display: block;
}
#nav li {
	list-style: none;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	position: relative;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
}
.hasChildren {
	position: absolute;
	width: 5px;
	height: 5px;
	right : 0;
	bottom: 0;
}
#nav li ul {
	position: absolute;
	left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	top: 100%;
	display: none;
	margin-top: -4px;
	background-image: url(images/navbg.png);
	background-repeat: repeat;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li, #nav li ul li a {
	float: none;
	clear: both;
}
#nav li ul li {
	_display: inline;
}
#nav li ul li a {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 120px;
}
#nav li ul li ul {
 display: none;
}

#nav li ul li:hover {
	text-decoration: underline;
	color: #808c39;
}
#green {
	color:#808c39;
}
#tag {
	font-family: Rockwell, Georgia, Serif;
	font-size:12px;
	color:#FFF;
}
#more {
	font-family: Rockwell, Georgia, Serif;
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-weight: bold;
}
#more:hover {
	background-color: #555555;
}
#head {
	width: 960px;
	height: 360px;
	background-repeat: no-repeat;
}
#box {
	width: 280px;
	float: left;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
}
#line {
	width: 1px;
	height: 90px;
	float: left;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #676767;
}
#title {
	font-family: Rockwell, Georgia, Serif;
	color: #FFF;
	font-size:20px;
	margin-bottom: 12px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	margin-top: 32px;
	float: left;
}
#ss {
	color: #555555;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 36px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-top: 40px;
}
#ss:hover {
	color: #FFF;
}
#countbox {
	width: 620px;
	height: 40px;
	float: left;
	margin-top: 216px;
	margin-left: 340px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
}
#social {
	width: 400px;
	float: left;
	font-size: 10px;
	padding-bottom: 40px;
}
#social a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#copy {
	font-size: 10px;
	color: #FFF;
	float: right;
	width: 400px;
	text-align: right;
}
#copy a {
	color:#FFF;
	font-size: 10px;
}
