*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #676767;
	background-color: #fff;
}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select
{
	width: 95%;
}

.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #c70000; }
a:visited										{ color: #c70000; }
a:hover											{ color: #c70000; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.7em 0; }

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	padding-bottom: 10px;
}

#header h1
{
	font-size: 100%;
	width: 185px;
	float: left;
	margin: 0;
	margin-right: 5px;
}

#header h1 a
{
	height: 100px;
	display: block;
	background: url(../pics/logo.gif) 10px 50% no-repeat;
}

#header #options
{
	float: left;
}

#header #options .tagline
{
	float: left;
	width: 375px;
	margin-right: 5px;
	border-bottom: 1px solid #e6e5e5;
}

#header #options ul
{
	float: left;
	width: 185px;
	border-bottom: 1px solid #e6e5e5;
}

#header #options li
{
	float: left;
}

#header #options li a
{
	float: left;
	padding: 0 3px;
}

#header #options a
{
	color: #757575;
	text-decoration: none;
}

#header #options a:hover
{
	text-decoration: underline;
}

#nav
{
	float: left;
	background-color: #f2f2f2;
	width: 100%;
}

#nav li
{
	float: left;
	padding: 0.5em 0;
}

#nav li a
{
	float: left;
	color: #757575;
	padding: 0 10px;
	background: url(../pics/bg/nav_line.gif) 100% 0 repeat-y;
}

#nav li a:hover,#nav li a:focus
{
	color: #c70000;
}

#visual
{
}

#visual img
{
	display: block;
}

#visual .teaser
{
	float: left;
	width: 379px;
	margin-right: 1px;
	background-color: #f2f2f2;
}

#visual .last
{
	width: 380px;
	margin: 0;
}

#visual .teaser a
{
	display: block;
	padding: 0.75em 10px;
	color: #757575;
	text-decoration: none;
	background: url(../pics/bg/arrow.gif) 96% 80% no-repeat;
}

#visual .teaser a:hover, #visual .teaser a:focus
{
	background-color: #e9e8e8;
}

#visual .teaser strong
{
	display: block;
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.7em;
}

#desk
{
	padding: 1.5em 10px;
}

#footer
{
	border-top: 1px solid #e6e5e5;
	padding-bottom: 3em;
	float: left;
	width: 100%;
}

#footer li
{
	float: left;
}

#footer li a
{
	float: left;
	background: url(../pics/bg/footer.gif) 3px 0.5em no-repeat;
	padding: 0 10px;
}

#footer li a:hover,#footer li a:focus
{
	text-decoration: underline;
}

/* ******************** elements styles */
h1
{
	font-family: Arial Narrow,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 170%;
	color: #c70000;
	margin-top: 0.75em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2
{
	font-size: 100%;
}

.halfleft
{
	float: left;
	width: 48.5%;
}

.halfright
{
	float: right;
	width: 48.5%;
}

ul.more, ul.downloads
{
	background: url(../pics/bg/dots.gif) 0 100% repeat-x;
}

ul.more li, ul.downloads li
{
	background: url(../pics/bg/dots.gif) 0 0 repeat-x;
	padding: 0.2em 0;
}

ul.more li a,ul.more li span
{
	background: url(../pics/bg/arrow.gif) 0 0.2em no-repeat;
	color: #757575 !important;
	padding-left: 25px;
}

ul.more li span
{
	background-color: #f2f2f2;
	display: block;
}

ul.downloads li a
{
	background: url(../pics/bg/pdf.gif) 0 0.1em no-repeat;
	color: #757575;
	padding-left: 25px;
}

ul.more li a:hover, ul.more li a:focus,ul.downloads li a:hover,ul.downloads li a:focus
{
	color: #c70000;
}

ul.std
{
	border-bottom: 1px solid #e6e5e5;
}

ul.std li
{
	border-top: 1px solid #e6e5e5;
}

.last
{

}