@charset "UTF-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
img {
	border: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:10px;
	color: #FFF;
}

.clear {
	clear: both;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	width: 960px;
	padding-top: 5px;
}

#logo {
	float: left;
	width: 40%;
}

#contact {
	float: right;
	width: 231px;
	height: 37px;
	text-align: center;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 16px;
	padding: 10px 0 5px 0;
}

#navigation {
	width: 220px;
	text-align: center;
	font-size: 14px;
	padding: 0 0 0 740px;
}

#navigation ul {
	margin: 0;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	display:block;
	float:left;
	background-image: url(../images/btn-nav.png);
	background-repeat: no-repeat;
	padding:5px 10px 5px 10px;
	margin-right:10px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-webkit-box-shadow:  2px 0px 1px 0px rgba(12, 12, 12, .6);
    box-shadow:  2px 0px 1px 0px rgba(12, 12, 12, .6);
}


#banner {
	width: 960px;
	height: 300px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	z-index: 99;
}

#mainContent {
	width: 960px;
	margin-top: 30px;
}

#bodyCopy {
	width: 670px;
	float: left;
	background-color: #FFF;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 15px 20px 15px 20px;
	min-height: 210px;
}

#rightCol {
	width: 210px;
	float: right;
	background-color: #F58220;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 10px 10px 15px;
}

#rightCol p {
	color: #FFF;
}

#rightCol a {
	color: #FFF;
	text-decoration: none;
}

#footer {
	width: 960px;
	text-align: right;
	margin: 20px 0 20px 0;
}

#footer p {
	color: #fff;
	font-size: 11px;
	margin: 0;
}

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

/* Typography */

p, td {
	font-size:14px;
	color:#000;
	margin-bottom:1.2em;
	line-height:1.4em;
}

h1 {
	color: #000;
	font-size: 18px;
	margin-bottom: 0.4em;
	font-weight: bold;
}

h2 {
	color: #000;
	font-size: 16px;
	margin-bottom: 0.4em;
	font-weight: bold;
}

h3 {
	color: #F58220;
	font-size: 15px;
	margin-bottom: 0.4em;
	font-weight: bold;
}

.orange {
	color: #F58220;
}