/* YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,images {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a img {
	border:0;
}
/* end of reset */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;

	color: #ffffff;
}
.anchor {
	visibility: hidden;
}

#wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

#header {
	height: 425px;

	background-image: url('/images/struct/gradient_top.png');
	background-repeat: repeat-x;
}

#header img {
	margin-top: 25px;
	margin-left: 80px;
}

#quicknav {
	display: table-row;
}

#quicknav ul {
	margin-bottom: 100px;
}

#quicknav ul li {
	width: 300px;
	height: 50px;

	margin: 10px 10px 10px 80px;
	padding: 0px 15px 0px 15px;

	text-align: left;
	vertical-align: middle;
	line-height: 50px;
	letter-spacing: 5px;

	font-size: 120%;

	background-image: url('/images/struct/trans_black.png');
	background-repeat: repeat;

}

#quicknav ul li:hover {
	background-color: #000;
}

#quicknav ul li a {
	color: #fff;
	text-decoration: none;
}

#quicknav ul li a span {
	display: block;
	background: url('/images/struct/bullet.png') no-repeat 100% 50%;
}

#credo {
	display: table-row;
	height: 30px;

	background-image: url('/images/struct/trans_black.png');
	background-repeat: repeat;

	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size:80%;
}

#mainnav {
	display: table-row;

	background-color: #000;
}

#categories {
	display: table;
	border-collapse: collapse;

	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

	border-top: 1px solid #212121;
}

.category {
	display: table-cell;

	padding-top: 50px;
	padding-left: 12px;
	padding-right: 12px;

	width: 310px;
}

.category h1 {
	padding-bottom: 5px;

	border-bottom: 2px solid red;
}

.category ul li {
	padding: 5px;
	border-bottom: 1px solid #212121;

	color: lightgray;
	text-decoration: none;

	font-size: 80%;
}

.category p {
	padding: 5px;
	border-bottom: 1px solid #212121;

	color: lightgray;
	text-decoration: none;

	font-size: 80%;
}

.category p a {
	text-decoration: none;
	color: lightgray;
}

.category p a:hover {
	color: white;
}

#footer {
	display: table-row;

	color: gray;
	background-color: #000;

	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size:60%;
}

#footer p {
	padding-top: 50px;
}

#footer p a {
	color: gray;
	text-decoration: none;
}

#footer p a:hover {
	color: white;
}

#content {
	display: table-row;
}

.sections {
	margin-left: 80px;
	margin-bottom: 100px;
}

.section {
	margin-bottom: 10px;
	padding: 50px;

	background-image: url('/images/struct/trans_black.png');
	background-repeat: repeat;
}

#content a {
	color: #fff;
}

.email a {
	text-decoration: none;
}

.email a span {
	display: block;

	padding-left: 25px;

	background: url('/images/struct/email.png') no-repeat 100% 50%;
	background-position:left;
}

.warning span {
	display: block;

	padding-left: 25px;

	background: url('/images/struct/warning.png') no-repeat 100% 50%;
	background-position:left;
}

#content a:hover {
	color: red;
}

.section h1 {
	margin-bottom: 25px;

	color: red;

	letter-spacing: 2px;
}

.section h2 {
	margin-top: 30px;
	font-size: 80%;
	font-weight: bold;
}

.section p {
	margin-top: 15px;

	font-size: 80%;
}

.section ul {
	margin-top: 15px;
	padding-left: 20px;
}

.section ul li {
	margin-bottom: 10px;

	font-size: 80%;

	list-style-type: square;
}

.section img {
	margin: 0px 0px 25px 25px;
}
