/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.jpg) #ffffff no-repeat top fixed;
	color: #000000;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 20px 0;
}
a{
	color: #b54f37;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #767676 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{

}


/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:-2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}	

/*=== Layout ===*/
.page, #page-top, #page-bot{
	background: url(page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 25px 0 12px;
	width: 830px;
}
#page-top{
	background: url(page-top.png) no-repeat top;
	height: 13px;
	overflow: hidden;
}
#page-bot{
	background: url(page-bot.png) no-repeat top;
	height: 25px;

}

#page-bot a{
	margin-top: 10px;
	padding: 0 0 0 8px;
	font-size: 11px;
	float: right;
	color: #000000;
	white-space: nowrap;
}

#page-bot a:link{
	margin-top: 10px;
	padding: 0 0 0 8px;
	font-size: 11px;
	float: right;
	color: #000000;
	white-space: nowrap;
}


/*=== Header ===*/
#header{
	background: url(header-bgr.gif) no-repeat top right;
	border-bottom: 1px solid #e7e7e7;
	font-size: 11px;
	height: 76px;
}
/*- Logo -*/
#header h1{
	background: url(logo.png) no-repeat;
	margin: 8px 0 0 -52px;
	position: absolute;
	text-indent: -9999px;
	width: 281px;
}
#header h1 a{
	display: block;
	height: 85px;
	width: 281px;
}
/*- Top Menu -*/
#topmenu{
	float: right;
	height: 27px;
	line-height: 27px;
	margin: 47px 0 0;
	position: relative;
	width: 535px;
}
#topmenu ul{
	float: right;
}
#topmenu li{
	color: #767676;
	float: left;
}
#topmenu li a{
	color: #767676;
	padding: 2px 7px 0;
}
#topmenu li a:hover{
	color: #b54f37;
	text-decoration: none;
}
/*- Search -*/
#search{
	float: right;
	height: 18px;
	margin: 5px 0 0;
	width: 215px;
}
#search input{
	float: left;
	height: 17px;
	padding: 0 2px;
	width: 155px;
}
#search .btn{
	border: 0;
	height: auto;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Title ===*/
#title{
	height:214px;
	border-bottom: 1px solid #fff
}
#title img{
	float: left;
	margin: 0 1px 0 0;
	width: 215px;
}
#title img.last{
	margin: 0;
	width: 425px;
}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y left;
	height: 1%;
	z-index: 1;
}
#home #columns{
	background: url(home-columns-bgr.gif) repeat-y left;
}
/*--- Left Column ---*/
#leftcol{
	background: url(leftcol-bgr.gif) no-repeat left bottom;
	float: left;
	font-size: 11px;
	margin: 15px 0 0;
	padding: 0;
	width: 188px;
}
#leftcol .spacer{
	padding: 0 10px 0 20px;
}
#leftcol h2{
	color: #b54f37;
	font-size: 11px;
}
#leftcol p{
	padding: 0 0 15px;
}
#leftcol p a{
	color: #000
}
/*- Left Menu -*/
ul.leftmenu{
	margin: 0 1px;
	overflow: hidden;
	padding: 0 0 14px;
}
.leftmenu li{
	clear: both;
}
.leftmenu li a{
	color: #000000;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 27px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: url(ico-arrow.gif) #b54f37 no-repeat left;
	color: #ffffff;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li{
	margin: 0;
}
.leftmenu li.active li a{
	background: #ffffff;
	border-bottom: 0;
	border-top: 0;
	color: #000000;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #f8e7cb;
	color: #b54f37;
	font-weight: bold;
}
/*- Left Sub Menu2 -*/
.leftmenu li.active li.active li a{
	color: #000000;
	font-weight: normal;
	padding: 0 0 0 37px;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	background: url(ico-arrow2.gif) #f8e7cb no-repeat left;
	color: #b54f37;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	margin: 10px 0 0;
	width: 625px;
}
#home #centercol{
width: 641px;
margin: 0;
font-size: 11px;
}
#centercol h2{
	border-bottom: 1px solid #b1b1b1;
	color: #767676;
	font-size: 16px;
	margin: 0 0 12px;
}
#home #centercol h2{
	font:bold 18px "Times New Roman", Times, serif;
	color: #b54f37;
	text-transform: uppercase;
	margin: 0 0 15px 20px;
	border: 0;
	background: url(hdr-bgr.gif) no-repeat left bottom;
}
#centercol h3{
	font-size: 14px;
	padding: 0 0 12px;
}
#centercol h4{
	color: #b54f37;
	font-size: 11px;
	font-weight: normal;
}
#centercol p{
	padding: 0 0 15px;
}
/*--- Sub Columns ---*/
.col{
	float: left;
	margin-right: 1px;
	width: 215px;
	padding:10px 0 0;
}
.col.last{
	margin: 0;
	width: 213px
}
.col img, .col2 img{
	border-bottom: 1px solid #ffffff;
	display: block;
}
.col2{
	float: left;
	margin-right: 1px;
	width: 211px;
	padding:10px 0 0;
}
/*=== Styling Lists ===*/
/*- List1 / List2 -*/
.list1, .list2{
	padding: 0 0 15px 23px;
}
.list1 li, .list2 li{
	margin: 0 0 7px;
}
.list1 a, .list2 a{
	color: #000000;
}
/*- List3 -*/
.list3{
	padding: 0 0 30px 27px;
}
.list3 li{
	padding: 0 0 1px;
}
.list3 li a{
	color: #000
}
/*=== PDF-Print Icons ===*/
#icons{
	margin: 0 0 0 790px;
	position: absolute;
	top: 118px;
	width: 70px;
}
#icons img{
	margin: 0 3px;
}
.ico-top{
	clear: both;
	text-align: right;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.hl{
	border-top: 1px solid #fff;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
}

.pics img{
	border-right: 1px solid #ffffff;
	display: block;
	float: left;
	margin: 0 0 15px;
}




#contentboxsub {
margin: 0px;
padding: 10px 0px 10px 0px;
}


#contentboxsub form td{
	padding: 3px;
}


#contentboxsub form {
	z-index: 99;
}


#contentboxsub  li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub  ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}


#contentboxsub  p{
	padding: 6px 0 10px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #c91500;
}

#contentboxsub font a{
	color: #c91500;
}


#contentboxsub p a{
	color: #c91500;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	background-image: none;
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #000000;
}


#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h5{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #000000;
}

#contentboxsub input{
	font-size: 12px;
	color: #000000;
}


.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}


