/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E5E5E5;
	background-image: url(../img/site/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0px 65px;
	text-align: center;
}

div, table, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 11px;
}

p {
	font-size: 11px;
	line-height: 1.5em;
}

h1 {
	font-size: 11px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 13px;
}

a {
	color: #F6821F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.border-white {
	border: 1px solid #FFF;
}

.border-white-top {
	border-top: 1px solid #FFF;
}

.border-white-right {
	border-right: 1px solid #FFF;
}

.border-white-bottom {
	border-bottom: 1px solid #FFF;
}

.border-white-left {
	border-left: 1px solid #FFF;
}

#page {
	text-align: left;
	width: 840px;
	margin: 20px auto 40px auto;	
}

#header {
	height: 205px;
}

#navigation {
	background-image: url(../img/site/bg_navigation.png);
	background-repeat: repeat-y;
	padding: 0px 20px;
	height: 29px;
}

.main-navigation {
	float: left;
}

.global-navigation {
	float: right;
	padding: 9px;
}


#subnavigation table {
	margin-bottom: 40px;
}

#subnavigation td.no a {
	background-color: #CCCCCC;
}

#subnavigation td.act a {
	background-color:#B7B7B7;
}

#subnavigation td.level_01 a {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/site/list_01_no.png);
	background-position: 7px 9px;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 18px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#subnavigation td.level_01 a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../img/site/list_01_act.png);
}

#subnavigation td.level_02 a {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/site/list_01_no.png);
	background-position: 16px 9px;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 26px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#subnavigation td.level_02 a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../img/site/list_01_act.png);
}

#subnavigation td.level_03 a {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/site/list_01_no.png);
	background-position: 25px 9px;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 35px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#subnavigation td.level_03 a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../img/site/list_01_act.png);
}

#content {
	position: relative;
	background-image: url(../img/site/bg_page.png);
	background-repeat: repeat-y;
	padding: 30px 30px 0px 30px;
	min-height: 400px;
}

#content table td {
	vertical-align: top;
}
#rootline {
	padding-bottom: 20px;
}

#col_left {
	left: 30px;
	width: 180px;
}

#col_center {
	width: 360px;
	padding: 10px 30px 30px 30px;
}

#col_center .content-box {
	padding-bottom: 10px;
	clear: both;
}

#col_center .spacer {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#col_right {
	right: 30px;        
	width: 180px;
}

#col_right .box {
	border: 1px solid #F6821F;
	margin-bottom: 10px;
	clear: both;
}

#col_left .box {
	border: 1px solid #999999;
	margin-bottom: 10px;
	clear: both;
}

#col_left .box-padding, #col_right .box-padding {
	padding: 10px;
}

#col_left h2, #col_right h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-color: #333;
	margin-bottom: 10px;
}

#col_left .box h1 {
	margin: 0px;
	background-color: #999999;
}

#col_right .box h1 {
	margin: 0px;
	background-color: #F6821F;
}

#col_right .box h1, #col_left .box h1 {
	display: block;
	color: #FFFFFF;
	padding: 4px;
}

#footer {
	clear: both;
	height: 30px;
	padding: 4px 25px;
	background-image: url(../img/site/bg_footer.png);
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#gifasdata {
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}

#gifasdata a {
	text-decoration: none;
	color: #FFFFFF;
}

#gifasdata a:hover {
	text-decoration: none;
	color: #273591;
}


