/*=== 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.gif) #FAFAF8 repeat-x top;
	color: #757575;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #c91500;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 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, #header, #footer{
	background: url(page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 4px 0 0;
	width: 789px;
	
}
#page, #page-bot{
border-left: #dbdbda 1px solid;
}

#page-bot{
	background: url(page-bot.png) no-repeat bottom;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	width: 793px;
}

#page-bot-sub{
border-left: #dbdbda 1px solid;
}

#page-bot-sub a img{
float: right;
}

*html #page-bot-sub a img{
z-index: 99;
}

#page-bot-sub{
	background: url(page-bot-sub.png) no-repeat bottom;
	height: 80px;
	margin: 0 auto;
	width: 793px;
}


/*=== Header ===*/
#header{
	background: none;
	color: #505050;
	height: 47px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 47px;
	width: 206px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	padding: 25px 0 0;
}
#header li{
	display: inline;
	font-size: 11px;
	margin: 0 5px;
}
#header li a{
	color: #505050;
}
#header li a:hover,
#header li.active a{
}
/*=== Search ===*/
#search{
	float: right;
	height: 16px;
	margin: 10px 0 0;
	width: 185px;
}
* html #search{
	width: 188px;
}
#search label{
	color: #c91500;
	float: left;
	margin: 0 5px 0 0;
}
#search input{
	background: #d7d7d7;
	border: 0;
	float: left;
	height: 16px;
	padding: 0 2px;
	width: 120px;
}
#search .btn{
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
}
/*=== Title ===*/
.title{
	background: url(title2.jpg) no-repeat top;
	height: 150px;
}
.homepage .title{
	background: url(title.jpg) no-repeat top;
}
#blazon{
	background: url(logo-blazon.gif) no-repeat top;
	height: 194px;
	margin: 0 0 0 -83px;
	position: absolute;
	top: 47px;
	width: 167px;
}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) no-repeat right top;
	height: 1%;
	margin: 40px 0 0;
}
#columns h2{
	color: #4f4f4f;
	font-size: 14px;
	padding: 0 0 20px;
}
#columns h3{
	font-size: 12px;
	padding: 0 0 15px;
}
.homepage #columns h2{
	background: url(hdr-bgr.gif) no-repeat left top;
	color: #505050;
	font: 18px/25px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0 0 -5px -10px;
	padding: 0 0 0 5px;
	position: relative;
}
.homepage #columns h2.red{
	background: url(hdr-bgr2.gif) no-repeat left top;
	color: #e61c05;
}
#columns p{
	line-height: 16px;
	padding: 0 0 20px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	margin: 15px 0 0;
	width: 150px;
}
/*- Left Menu -*/
ul.leftmenu{
	padding: 0 0 15px;
}
.leftmenu li a{
	color: #505050;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 15px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	color: #e61c05;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li ul{
	background: #eaeaea;
	padding: 5px 0;
}
.leftmenu li.active li a{
	background: none;
	color: #757575;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	color: #e61c05;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li ul ul{
	background: #f0f0f0;
	padding: 0;
}
.leftmenu li.active li.active li a{
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 28px;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	background: url(ico-sublist.gif) no-repeat left;
	font-weight: bold;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	padding: 0 3px 0 0;
	width: 605px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	margin: 0 0 0 50px;
	width: 318px;
}
* html .col1{
	margin: 0 0 0 25px;
}
.col2{
	float: right;
	width: 181px;
}
/*=== Styling Boxes ===*/
.box{
	background: #f4f2f2;
	margin: 0 0 15px;
	width: 318px;
}
.box-top,.box-bot{
	background: url(box-top.gif) no-repeat top;
	clear: both;
	height: 16px;
	overflow: hidden;
}
.box-bot{
	background: url(box-bot.gif) no-repeat top;
}
.box-bot a{
	background: url(ico-more.gif) no-repeat right;
	display: block;
	padding: 0 20px 0 0;
	text-align: right;
}
.box .spacer{
	padding: 10px 15px 0;
}
/*=== Styling Lists ===*/
.list1 li{
	margin: 0 0 10px;
}
.list1 li a{
	color: #757575;
}
.list2{
	padding: 20px 0;
}
.list2 li{
	margin: 0 0 10px;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 530px;
	position: absolute;
	top: 203px;
	width: 90px;
}
#icons img{
	margin: 0 3px;
}
/*=== Footer ===*/
#footer{
	background: none;
	clear: both;
	color: #234d77;
	font-size: 11px;
	padding-top: 5px;
}
#footer a{
	color: #234d77;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 2px solid #e61c05;
	clear: both;
	height: 2px;
	margin: 15px 0;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 15px 10px 0;
}
.fr{
	float: right;
}



#contentboxsub {
margin: 0px;
padding: 10px 10px 10px 10px;
}


#contentboxsub form td{
	padding: 3px;
}


#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{
	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;
	}
