* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #d10019;
}

a:hover {
	text-decoration: underline;
}

body {
	font-size: 13pt;
	line-height: 1.75em;
	color: #000;
	background: #f6de8a url(images/layout/background.jpg) top center repeat-x; 
	background-attachment: fixed;
	letter-spacing: -0.02em;
	font-family: Arial, sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 40px;
}

h2,h3,h4 {
	color: #222;
	font-family: Arial, sans-serif;
	font-weight: 800;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

#content {
	width: 655px;
	padding: 0;
	float: left;
}

#footer {
	text-align: left;
	padding: 25px 0 25px 35px;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
}

#footer a {
	color: #999999;
}

#menu {
	line-height: 60px;
	font-family: Arial, sans-serif;
	font-weight: 800;
	padding: 0 15px 0 15px;
	width: 922px;
	height: 60px;
	font-size: 14px;
	background: #d10019 url(images/layout/menu.jpg) top left no-repeat;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#menu {
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
	padding-left: 23px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 12px 0 12px;
	height: 60px;
	display: inline-block;
}

#menu ul li:hover {
	background: #ec8d18;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.active {
	background: #ec8d18;
}

#page {
	padding: 35px 35px 0px 35px;
	margin: 0;
	width: 890px;
	position: relative;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 20px 0 20px 0;
	clear: both;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #CCC;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#col1 {
	float: left;
	width: 310px;
	overflow: hidden;
}

#col2 {
	width: 310px;
	overflow: hidden;
	margin: 0 0 0 340px;
}

#sidebar {
	width: 225px;
	margin: 0 0 0 685px;
	padding: 0;
}

#header {
	height: 380px;
	position: relative;
	width: 960px;
	background: #ec8d18 url(images/layout/header.jpg) top left no-repeat;
	overflow: hidden;
}

#wrapper {
	width: 960px;
	position: relative;
	background: #fff;
	margin: 0px auto 0 auto;
}

.dropotron {
	min-width: 200px;
	padding: 10px 10px 10px 10px;
	background: #ec8d18;
	list-style: none;
	line-height: 2.75em;
}

.dropotron li {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	position: relative;
	padding: 0 10px 0 10px;
}

.dropotron li:hover {
	background: #d10019;
}

.dropotron li:hover .arrow {
	border-left-color: #d10019;
}

.dropotron li.first {
	border-top: 0;
}

.dropotron li.last {
	border-bottom: 0;
}

.dropotron li a {
	color: #ffffff;
	text-decoration: none;
}

.dropotron .arrow {
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #d10019;
}