@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0 none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, table, address{
	margin-bottom: 14px;
} 
dd {
	margin-bottom: 5px;
}
img{
	border: 0;
}
ul, ol, dd{
	padding-left: 24px;
}
a{
	text-decoration: underline;
	color: #d5d5d5;
}
a:hover{
	text-decoration: none;
}
label{
	cursor: pointer;
}
table {
	width: 100%;
	border: 0 none;
	border-collapse: separate;
	border-spacing: 0;	
}
th {
	text-align: left;
}
th, td {
	padding: 0;
}

/* Typography */
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
	background: #000 url(../img/bg.jpg) repeat-y;
	color: #fff;
	padding: 60px 0;
}
h1 {
	height: 237px;
	width: 531px;	
	margin-bottom: 40px;
}
h1 a {
	background: url(../img/logo.jpg) no-repeat;
	height: 237px;
	width: 531px;	
}
h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing:0px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing:0px;
}
h4 {
	font-size: 16px;	
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
dt{
	font-weight: bold;
}
p, table, ol, ul, dl, pre, blockquote, address {
	font-size: 18px;
}

/* Clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display: inline-block;
}
html[xmlns] .clearfix{
	display: block;
}
* html .clearfix{
	height: 1%;
}

/* Phark Image Replacment Method */
.imgheader, .imgbutton{
	text-indent: -9999px;
	overflow: hidden; 
	background-repeat: no-repeat;
}
.imgbutton{
	display: block;
}
    
#container {
	width: 790px;
}
#container .column {
	float: left;	
}
#nav {
	width: 180px;
}
#nav ul {
	padding: 0;
}
#nav li {
	margin-bottom: 3px;
}
#nav li a {
	display: block;	
	color: #fff;
	text-decoration: none;
	padding: 2px 0 2px 35px;
}
#nav li a:hover,
#nav li a.active {
	color: #000;
	background: #fff;
}

#nav p {
	padding-left: 35px;
}
#nav p img {
	margin-right: 2px;	
}

#content {
	width: 590px;
	padding-left: 20px;
	line-height: 28px;
}

#content .footer {
	color: #818181;
	font-size: 11px;
	line-height: 14px;
	padding-top: 35px;
	letter-spacing:0px;
}

