/* RESET */

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	margin: 0;
	font: normal 12px/24px Helvetica, Arial, Sans-serif;
	color: #ffffff;
	background-color: #0f2c10;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #419845;
	text-decoration: none;
}

a:hover, a:active {
	color: #419845;
	text-decoration: underline;
}

h1 {
	font: normal 24px "Futura Std", Futura, Helvetica, Arial, Sans-serif;
	color: #ffffff;
	padding: 0 0 10px 0;
}

h2 {
	font: normal 18px "Futura Std", Futura, Helvetica, Arial, Sans-serif;
	color: #ffffff;
	padding: 0 0 15px 0;
}

p {
	padding: 0 0 15px 0;
}

hr {
	background-color: #999999;
	height: 1px;
	border: 0;
	margin: 15px 0 30px 0;
}

/* DIVS */

#header {
	height: 130px;
	padding: 10px 0 0 0;
	background: url(../images/header-bg.jpg) top center repeat-x;
}

#header .container {
	margin: 0 auto;
	width: 960px
}

#header .logo {
	width: 230px;
	float: left;
	padding: 0 0 0 10px;
}

#nav {
	padding: 30px 0 0 65px;
	float: left;
	width: 655px;
	height: 50px;
}

#nav .navButton {
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
}

#main {
	padding-top: 10px;
	background-color: #12220c;
}

#content .logo {
	padding: 0 0 20px 0;
}

#content .left {
	width: 220px;
    padding: 0 20px 0 10px;
	float: left;
}

#content .sidebar {
	padding: 0 0 20px 0;
}

#content .right {
	width: 700px;
	float: left;
	padding: 0 10px 20px 0;
}

#content .col1 {
	padding: 0 20px 0 10px;
	width: 460px;
	float: left;
}

#content .col2 {
	padding: 0 10px 0 0;
	width: 460px;
	float: left;
}

#content .col2 .photo {
	padding: 0 0 30px 0;
}

#content .col3 {
	padding: 0 30px 0 10px;
	width: 450px;
	float: left;
}

#content .col4 {
	padding: 0 10px 0 0;
	width: 460px;
	float: left;
}

#content .col4 .photo {
	padding: 0 0 30px 0;
}


#content .col5 {
	padding: 0 30px 0 10px;
	width: 140px;
	float: left;
}

#content .col5 .photo {
	padding: 0 0 30px 0;
}

#content .col6 {
	padding: 0 10px 0 0;
	width: 770px;
	float: left;
}

#content .col7 {
	padding: 0 30px 0 0;
	width: 380px;
	float: left;
}

#content .col8 {
	padding: 0 0 0 0;
	width: 360px;
	float: left;
}

#content .col8 ul{
	list-style-type: disc;
    padding: 0 0 20px 15px;
}

#content .col9 {
	padding: 0 10px 0 10px;
	width: 940px;
	float: left;
}

#content .col9 h2 {
	padding-bottom: 0px
}

#content .col9 th {
	text-align: left;
	padding: 0 15px 0 0;
}

#content .col9 td {
	text-align: left;
	padding: 0 15px 0 0;
}

#footer {
	font: normal 11px/14px Helvetica, Arial, Sans-serif;
	color: #ffffff;
	margin: 0 auto;
	background: #0f2c10 url(../images/footer-bg.jpg) top left repeat-x;
}

#footer .container {
	padding: 20px 10px 10px 10px;
	border: 0;
	width: 940px;
}

#footer .button {
	width: 160px;
	float: left;
}

#footer ul {
	float: right;
	padding: 0;
	text-align: right;
}

#footer ul li {
	display: inline;
}

#footer ul li em {
	color: #419845;
	font-style:normal;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* CLASSES */

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
