@charset "utf-8";
html, body, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
map, area, 
blockquote, a, span, p, 
form, input, textarea, select, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	outline-style: none;
}

img {
	border: none;
	outline-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #827e7e;
	background-color: #ffffff;
}

a:link,
a:visited {
	color: #ff9900;
	text-decoration: none;
}

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

img {
	display: block;
}

div.clear {
	clear: both;
}

div.clear2 {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}

/**
 * Content styles
 */
p, blockquote, table, h1, h2, h3, h4, h5, h6, ul, ol {
	padding-bottom: 15px;
}

p.lead {
	font-size: 13px;
	color: #333333;
}

/* lists */
ul li ul,
ul li ol,
ol li ol,
ol li ul {
	margin-bottom: auto;
}

/* tables */
table {
/*	clear: both;*/
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	color: #fe8e1a;
}

h1 {
	font-size: 19px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

/* Forms */
table.form th,
table.form td {
	padding: 2px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	color: #000000;
	padding: 2px;
}

input.radio, input.checkbox {
	border: none;
}

input.text {
	width: 95px;
	height: 16px;
}


input.image { padding: 0px; border: none; }
textarea {
	width: 300px;
	height: 150px;
}

input.submit {
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ff9900; 
}


/*
 * Layout
 */
#header { width: 767px; margin: 0 auto; padding-top: 20px; padding-bottom: 10px; }

#wrap { width: 767px; margin: 0 auto; border-top: 1px solid #f8a340; }

/**
 * Contentarea
 */
#contentarea { position: relative; }
#contentarea .content { min-height: 250px; }
#contentarea.front { background: 314px 100% no-repeat url(../gfx/bg.jpg); }

/**
 * Menu
 */
#menu { width: 177px; float: right; padding-bottom: 200px; position: relative; z-index: 200; }

/**
 * Content
 */
h1.title { font-size: 32px; font-weight: normal; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; padding: 15px 0px 0px 0px; }
#contentarea .content { width: 500px; padding: 10px 0px 10px 0px; }
#contentarea.front .content { width: 390px; }


.content ul,
.content ol { margin-left: 20px; }

table.files a:link,
table.files a:visited { color: #000000; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 11px; }

table.files a:hover,
table.files a:active { text-decoration: underline; }

/**
 * More
 */
#more { position: absolute; width: 177px; top: 280px; z-index: 400; padding-bottom: 10px; margin-left: 600px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #a1a1a4; }
#more span.title { color: #f49e16; display: block; margin: 0px 0px 10px 0px; }
#more span.info { display: block; margin-bottom: 8px; }

/**
 * News
 */
#news { border-top: 1px solid #f8a340; }
#news .news { padding: 0px 0px 20px 5px; }
#news .first { margin-top: 15px; }
#news .date { color: #B92630; font-size: 12px; float: left; padding: 0px 10px 0px 0px; }
#news .content { width: 600px; float: left; padding: 0px; }

#news .title { font-size: 12px; font-weight: bold; color: #000000; display: block; padding-bottom: 3px; }
#news .title:link,
#news .title:visited { font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }

#news .lead { font-size: 11px; color: #000000; display: block; }
#news .lead:link,
#news .lead:visited { font-size: 11px; color: #000000; text-decoration: none; }

/**
 * Footer
 */
#footer { border-top: 1px solid #f8a340; margin: 20px 0px 0px 0px; padding: 10px 0px 20px 0px; font-size: 11px; text-align: center; }
