body {
  background:black; 
  color:#ccc;
  font-size:13px;
  font-weight:normal;
  font-style:normal;
  font-family:Verdana,sans-serif;
}

#body_inner{
	margin-left:50px;
    background:black;
    color:#ccc;
    font-size:13px;
}
h1{
    color:#eee;
    font-size:48px;
    font-weight:normal;
    font-style:normal;
    font-family:daniel;
}
h2{
    color:#eee;font-size:36px;
    font-weight:normal;
    font-style:normal;
    font-family:daniel;
}
h3{
	color:#eee;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-family:daniel;
}
h4{
	color:#eee;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	font-family:daniel;
}
h5{

	font-size:9px;
	font-weight:normal;
	font-style:normal;
	font-family:inherit;
}
h6{
	color:#aaa;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	font-family:inherit;
}

a{
   color:white;
   text-decoration:none; 
} 
a:hover{
   color:red;
   text-decoration:none;
}
a:active{
   color:blue;
   text-decoration:none;
}
img {
    border: none;
}


p {
	margin:.4em 0 .8em 0;
	padding:0;
}


/* Header styles */
#header {
	background:black;
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:white;
	background:black;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

#header_inner{}
.logo{text-align:left;}
.logo a:hover{text-decoration:none;}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:black;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/*  BANNER DEFINITIONS */
/* column container */
.hcolmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.hcolright,
.hcolmid,
.hcolleft {
	float:left;
	width:100%;
	position:relative;
}
.hcol1,
.hcol2,
.hcol3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.hleftmenu {
	background:black;		/* right column background colour */
}
.hleftmenu .hcolleft {
	right:80%;			/* right column width */
	background:black;	/* left column background colour */
}
.hleftmenu .hcol1 {
	width:74%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	background: black;	
}
.hleftmenu .hcol2 {
	width:16%;			/* left column content width (column width minus left and right padding) */
	left:11%;			/* (right column left and right padding) plus (left column left padding) */
	background: black;	
}



/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background: black;	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background: black;			/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background: black;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Menu */
#primary_menu{
	margin:0 auto;
	z-index:2000;
	position:relative;
	width:140px;
	margin-bottom:30px;
}
{letter-spacing:.25px;text-transform:uppercase;}
ul>li{
	border-bottom:1px solid rgba(255,255,255,0.03);
	font-size:18px;
}
ul{
	list-style:none;
	line-height:30px;
	margin:0;padding:0;
	text-align:right;
}
ul ul{display:none;visibility:visible;line-height:20px;opacity:0.7;padding-right:10px;text-transform:none;margin-bottom:5px;}
ul ul ul{line-height:20px;}
a{margin-right:10px;}
ul ul a{font-size:10px;}
ul ul ul a{font-size:9px;}
a:hover{text-decoration:none;}
ul li small{display:none;}
li{position:relative;}
ul ul .primary_menu_icon{top:6px;}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}