/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #000;
	color: #fff;
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 13pt;
}


/* anchors
----------------------------------------------- */
a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding: 0;
}
a:hover {
	color:#ccc;
}
.nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
}
.nav a:hover {
	background: #000;
}
/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#000;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}



/* boxes
----------------------------------------------- */
.box {
	background:#333;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.nopadding {
	padding: 0px;
}
.box h2 {
	font-size:12pt;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: /*#E16040*/#E20E0D;
	background:#010200 url("../img/h2bg.gif") right top no-repeat;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	border: 3px solid #333333;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.box h2 a:hover {
	background-color:#111;
}
a.footerlink , a.footerlink:active, a.footerlink:visited {
	display: inline;
	background: none;
	color: #E20E0D;
	margin: 0px;
	padding: 0px;
}
a.footerlink:hover {
	color: #FFF;
	background: none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	text-align: justify;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* sections
----------------------------------------------- */
.topbar {
	background:url(../img/topbar.jpg) center center no-repeat;
	width: 100%;
	height: 12px;
}
.bottombar {
	background: url(../img/bottombar.jpg) center center no-repeat;
	width: 100%;
	height: 12px;
}
.header {
	width: 100%;
	height: 162px;
	background: #000000 url(../img/header.jpg) center top no-repeat;
}
.nav {
	padding: 5px;
	text-align: center;
	background:#464545 url(../img/navbg.png) repeat-x;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
}
#news p:before {
	content: "* ";
}
