/* last updated by david 08/02/2010 */

/* @group layout */

body {
	background: #000 url(../images/page.bg.gif) no-repeat center top;
}

a:link, a:visited { 
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	color: #ee3524; 
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #f37321;
	margin: 0 0 1em 0;
	font-size: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1.3em;
}

blockquote {
	color: #f37321;
	margin: 0 0 1em 0;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	border: none;
}

.container {
	border: 0;
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}

.header {
	text-align: right;
}

.header img {
	margin: 30px 0 15px 0;
}

.header p {
	color: #ee3524;
	margin-bottom: 20px;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}

.main {
	background-color: #5b5b5b;
	color: #fff;
	text-align: left;
}

img.person {
	float: right;
	margin: 0 0 20px 20px;
}

.flank {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

.content {
	width: 490px;
	float: right;
}

.sub_logos {
	margin-right: -15px;
}

.sub_logos img {
	float: right;
	margin: 5px 0 30px 5px;
}

.pad {
	margin: 5px 30px 20px 0;
}

.footer {
	text-align: right;
}

.footer p {
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 18px;
}

/* @end */

/* @group navigation */

.nav {
	margin: 10px 0 0 0;
}

ul.menu, ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 166px;
}

ul.menu a {
	display: block;
	background-color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

ul.menu li {
	margin: 1px 0 0 0;
}

ul.menu li a {
	color: #fff;
	text-decoration: none;
	background: #000 url(../images/nav.stripe.gif) repeat-y left;
	padding: 5px 0 5px 20px;
}

ul.menu li a:hover, ul.menu li a.active {
	color: #000;
	background-color: #f37321;
}

ul.menu li ul li a {
	color: #fff;
	background: #1d1d1d none;
	margin-left: 14px;
}

ul.menu li ul li a:hover, ul.menu li ul li a.active {
	color: #f37321;
	background: #1d1d1d none;
	margin-left: 14px;
}

.buttons {
	margin: 75px 0 0 15px;
}

.buttons ul, .buttons ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.buttons ul li {
	width: 152px;
	height: 63px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.buttons ul li a {
	color: #ee3524;
	text-decoration: none;
	display: block;
	padding: 15px 0 0 20px;
}

.buttons ul li.pds {
	background: transparent url(../images/btn.pds.bg.gif) no-repeat;
	margin-bottom: 20px;
}

.buttons ul li.one {
	background: transparent url(../images/btn.1.bg.gif) no-repeat;
}

.buttons ul li.two {
	background: transparent url(../images/btn.2.bg.gif) no-repeat;
}

.buttons ul li.three {
	background: transparent url(../images/btn.3.bg.gif) no-repeat;
}

span.download {
	color: #fff;
}

/* @end */

/* @group forms */

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

form#contact_form {
	width: 360px;
}

input.text, textarea.text {
	width: 355px;
	font: inherit;
}

label.error {
	margin-top: 3px;
}

/* @end */




