﻿body {
	background-image: url('../Images/BlackMesh2.jpg');
}
#wrapper {
	width:1000px;
	text-align:left;
	margin: 0 auto;
	background-color:#ffffff;
}
#nav {
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:20px;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#ff0200;
}
#nav ul li {display:inline;}

#nav ul li a {
	float:left;
	width:11%;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#nav ul li a:hover {color:#000000;}
.area {
	overflow: hidden;
	text-align:center;
}
.area .header {
	background-color:#ff0200;
	text-align:center;
	padding:3px;
	color:#ffffff;
	font-weight:bold;
}
.area .header span{
	text-transform:uppercase;
}

/*Generic Colors*/
.white {color:#ffffff;}
.black {color:#000000;}
.blackBg {background-color:#000000;}
.redLt {color:#fe7877;}
.redLtBg {background-color:#fe7877;}
.red {color:#ff0200;}
.redBg {background-color:#ff0200;}
.redDk {color:#e80200;}
.redDkBg {background-color:#e80200;}
.greyLt {color:#e5e5e5;}
.greyLtBg {background-color:#e5e5e5;}
.grey {color:#6b6b69;}
.greyBg {background-color:#6b6b69;}
.greyDk {color:#878787;}
.greyDkBg {background-color:#878787;}

/*Generic Border Colors*/
.greyDkBorder {border:solid 1px #6b6b69;}
.redDkBorder {border:solid 1px #cd3b3b;}

/*Site Color Box Borders*/
.borderL {border-left:solid 1px #6b6b69;}
.borderR {border-right:solid 1px #6b6b69;}
.borderTp {border-top:solid 1px #6b6b69;}
.borderBt {border-bottom:solid 1px #6b6b69;}
.borderAll {border:solid 1px #6b6b69;}

/* Corner radius */
.cornerTl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; }
.cornerTr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; }
.cornerBl { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 12px; border-bottom-left-radius: 12px; }
.cornerBr { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 12px; border-bottom-right-radius: 12px; }
.cornerTp { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; }
.cornerBt { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 12px; border-bottom-left-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; border-bottom-right-radius: 12px; }
.cornerR {  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; border-bottom-right-radius: 12px; }
.cornerL { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; border-bottom-left-radius: 12px; }
.cornerAll { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }

.fontSm{font-size:12px;}
.fontMed{font-size:16px;}
.fontLg{font-size:18px;}

/*Item Padding*/
.padSm {padding:3px;}
.padMd {padding:5px;}
.padLg {padding:10px;}
.padNo {padding:0;}

/* Odd Stuff */
.pointer {cursor:pointer;}
.hidden {visibility:hidden; display:none;}
.visible {display:inline-block; visibility:visible;}
.center {text-align:center;}
.middle {vertical-align:middle;}
.bold {font-weight:bold;}
.blank {border: none; background: none;}		
.right {text-align:right;}
.left {text-align:left;}
.inline {display:inline-block;}
.top {vertical-align:top;}
.underline {text-decoration:underline;}
.hideButton {border: 0 none;height: 0;width: 0;padding: 0;margin: 0;overflow: hidden;}
.clear {border: 0 none;height: 0;width: 0;padding: 0;margin: 0;overflow: hidden;}
.caps{text-transform:uppercase;}
.justify{text-align: justify;}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: top; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		font: 14px Vendana, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 37px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }