html 
{
	padding:0;
	margin:0;
	overflow: -moz-scrollbars-vertical;
}
	
body 
{
	margin: 0 auto;
	width:1000px;
	font-family: Arial, sans_serif;
	font-size: 14px;
	color: #434343;
	text-align:center;
	background: #e2e4e6 url(../images/bg.gif) repeat-x;
}

body * {
	text-align:left;
}

#menu
{
	position: relative;
	height: 36px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	padding-left:1px;
	background: transparent url(../images/menu_bg.gif) no-repeat;
	display: block;
}

#menu ul li
{
	display: block;
	float:left;
}

#menu ul li a
{
	display: inline-block;
}

#main_menu a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#main_menu a.active:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

#submenu
{
	height: 36px;
	background: transparent url(../images/sub_menu_bg.png) no-repeat;
	margin-bottom: 18px;
}

#submenu ul
{
	margin: 0;
	padding: 0;
	padding-left:20px;
	display: block;
	clear: left;
}

#submenu ul li
{
	display: block;
	float:left;
	margin: 4px 15px;
}

#submenu ul li a
{
	display: block;
	display: inline-block;
	/* background-position: left center;*/ 
	background-repeat: no-repeat;
}

#submenu a:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
}


#header
{
	background: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 84px;
}

#header a
{
	display: block;
	float:right;
	width: 182px;
	height: 84px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#content
{
	position:relative;
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	border-left-color: #dadbdb;
	border-right-color: #dadbdb;
	/* border-bottom: 2px grove #dadbdb; */
	border-bottom: 0px;
	background: #ffffff url(../images/content_bottom_border.png) bottom no-repeat;
	
}

#content.text
{
	width: 640px;
	/* padding: 22px 30px 62px 30px; */
	/* min-height: 318px; */
	padding: 22px 30px 37px 30px;
	min-height: 343px;
}

#content.text dl.list dt
{
	display:block;
	width: 45px;
	float:left;
}

#content.text dl.list dd
{
	display:block;
	float:left;
	width:595px;
	margin: 0 0 10px 0;
}

#content.text ol li 
{
	margin: 5px 0;
	line-height: 18px;
}

#content.image
{
	padding: 0;
	width: 700px;
	height: 402px;
	background-image: url(../images/content_bottom_border_image.png)
}

#teaser
{
	diplay: block;
	width: 292px;
	float: right;
	position:relative;
}

#footer
{
	margin: 30px 0 0 0;
	padding: 0 10px;
	border-top: 1px solid #dddddd;
}

#footer li.right
{
	float:right;
	background: none;
}

h1
{
	margin:0 0 26px 0;
	padding:0;
	color: #990000;
}

h2
{
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
}

h3
{
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin: 0;
	margin-bottom: 15px;
}

h6
{
	margin: 30px 0 0 0;
	padding: 8px 10px;
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #e2e4e6;
}

p
{
	margin: 0 0 25px 0;
	line-height: 18px;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	outline: none;
}

a.arrow
{
	padding-left: 10px;
	background-image: url( ../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.text p.first,
.text h1+p
{
	margin-top: 26px;
}

.text p img
{
	float: left;
	margin: 0 20px 25px 0;
	border: 0;
	border-top: 4px solid transparent;
}

.text p img.fullsize
{
	margin: 0 0 25px 0;
	border:0;
}

/* Survey */

dl.survey dd
{
	margin:0;
}

dl.survey dt
{
	margin-bottom: 10px;
}

dl.survey dt div, table td div
{
	padding: 6px 1px;
	/* background: url(../images/survey_bar.gif) repeat-x; */
	background: #e2e4e6;
	color: #666666;
	font-weight: bold;
	/* border: 1px solid #dcc794;
	border-bottom-color: #baa373; */
}

table
{
	margin:0;
	padding:0;
	width:100%;
	border: 1px solid #f2f2f2;
	border-collapse:collapse;
	font-size: 12px;
	/* color: #006699; */
}

tr.alt_row 
{
    background-color: #f2f2f2;  
}

td, th
{
    padding: 5px 10px;
    text-align: left;
    font-weight: normal;
}

th a
{
	padding-left: 10px;
	background-image: url( ../images/list_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

td.right, th.right
{
	text-align: right;
}

td.right a, th.right a {
	padding-left: 0;
	background: none;
}

thead td, thead th
{
	padding: 11px 10px;
}



thead tr, tbody tr.head
{
	border-color: #e9e9e9;
	background-color: #e9e9e9;
	color: #666666;
}

thead tr th, tbody tr.head th
{
	font-weight: bold;
}

tbody td a img
{
	border:0;
	vertical-align: middle;
}

p span.label
{
	display: inline-block;
	width: 70px;
}

.paginationControl {
	margin: 6px 0;
	text-align: center;
}

.paginationControl span
{
	color:#cc0000;
}

ul.errors
{
	margin: 5px 0;
	padding: 0;
}

ul.errors li
{
	color: #cc0000;
	margin: 0;
	padding: 0;
}

ul.form-errors
{
	padding: 10px;
	margin: 0;
	list-style-type: none;
	background: #ffcccc;
}

ul.form-errors li ul.errors 
{
	margin: 0;
	padding:0;
	list-style-type: none;
	display: inline;
}

ul.form-errors li b {
	display:none;
}

ul.form-errors li ul.errors li 
{
	margin: 2px 0;
	padding:0;
	/*padding-left: 10px;*/
	display: inline;
	float: none;
	color: #000000;
}

p.message 
{
	color: #006699
}

input.file {
	cursor: default;
	height: 22px;
	width: 10px;
	margin-left: -122px;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}

div.fileinputs {
	overflow: hidden;
	width: 200px;
}

#teaser a.alpha
{
	display:block;
	position: absolute;
	width: 116px;
	height: 35px;
	left: 147px;
	top: 227px;
	background: #ffffff;
	opacity: 0;
	filter:alpha(opacity=0);
}

#teaser a.alpha:hover
{
	opacity: 0.2;
	filter:alpha(opacity=20);
}

#marquee a {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.thumbnails 
{
	margin: 0 0 30px -1px;
}
.thumbnails a
{
	margin:0;
	padding:0;
	display:block;
	float:left;
	border: 0;
	margin-left: 1px;
}

.thumbnails a img
{
	border:0;
}

.thumbnails #dojox_image_Lightbox_0
{
	margin:0;
}

span.inline_button {
	display:inline-block;
	padding: 10px;
	background: url( ../images/inline_button_bg.gif) center right no-repeat;
}

span.inline_button a {
	padding-left: 10px;
	font-weight:bold;
	font-size: 14px;
	color: #434343;
	background: url( ../images/inline_button_arrow.gif) center left no-repeat;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
