/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #d2cfc1;
	color: #000000;
	font: 12px Arial,Verdana,Helvetica,Sans-Serif;
	padding: 10px 0
}
a{
	color: #d90110;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #d90110;
	font-size: 14px;
	margin: 0 0 15px
}
p{
	padding: 0 0 15px
}
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{
	background: url(page-bgr.gif) #ffffff repeat-y right;
	margin: 0 auto;
	padding: 0 3px 0 0;
	width: 840px
}
/*=== Header ===*/
#header{
	
	height: 163px
}
#home #header{
	background: url(header-bgr.jpg) no-repeat top;
	height: 181px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 183px
}
#header h1 a{
	display: block;
	height: 163px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	text-align: right;
	width: 840px
}
#nav1 ul{
	padding: 0 100px 0 0
}
#home #nav1 ul{
	padding: 0
}
#nav1 li{
	display: inline;
	padding: 0 1px 0 15px
}
#nav1 li a{
	color: #000000
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #ce0000;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	padding: 10px 0 0
}
.nav2 li a{
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 4px 0 3px 20px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(nav2-ico.gif) no-repeat 10px 8px;
	color: #ffffff;
	text-decoration: none
}
/* Nav2 Sub Menu */
.nav2 li.active li a{
	background: #efefef;
	color: #000000;
	font-weight: normal
}
.nav2 li.active li.active a,
.nav2 li.active li a:hover{
	font-weight: bold
}
/* Nav2 Sub Menu 2 */
.nav2 li.active li.active li a{
	background: #efefef;
	font-weight: normal;
	padding: 4px 0 3px 30px
}
.nav2 li.active li.active li.active a,
.nav2 li.active li.active li a:hover{
	background: url(nav2-ico2.gif) #efefef no-repeat 22px 7px;
	font-weight: bold
}
/*=== All Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y;
	height: 1%
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 183px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 15px 0 0 15px;
	width: 610px
}
#home #centercol{
	float: right;
	margin: 0;
	width: 646px
}
#home #centercol img{
	display: block
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0
}
/*- Search -*/
#search{
	background: #ebebeb;
	height: 33px
}
#home #search{
	background: #ffffff
}
#search fieldset{
	float: right;
	height: 18px;
	padding: 8px 3px 0 0;
	width: 300px
}
#search label{
	color: #d90110;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 7px 0 0
}
#search input{
	background: #d7d7d7;
	border: 0;
	float: left;
	padding: 1px 2px;
	width: 184px
}
#search .btn{
	background: none;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	position: relative;
	width: auto
}
#search ul{
	float: left;
	padding: 7px 0 0 20px
}
#search li{
	display: inline;
	color: #e20026;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0
}
/*=== Styling Buttons ===*/
/*- PDF, Print -*/
#icons{
	margin: 0 0 0 460px;
	position: absolute;
	top: 198px;
	width: 90px
}
#icons img{
	margin: 0 3px
}
#bird{
	background: url(bird.gif) no-repeat top;
	height: 199px;
	margin: 0 0 0 730px;
	position: absolute;
	top: 10px;
	width: 158px
}
/*=== Footer ===*/
#footer{
	clear: both;
	height: 35px;
	letter-spacing: 1px;
	line-height: 35px;
	padding: 0 0 0 15px
}
#footer a{
	color: #000000
}
#page-bot{
	background: url(page-bot.gif) no-repeat top;
	height: 5px;
	margin: 0 auto;
	overflow: hidden;
	width: 843px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}



#icmswebcam ul li{
margin: 0px;
}


#contenttab {
	width: 630px;
	height: 484px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}


#contentboxsub {
margin: 0px;
padding: 30px 0px 10px 0px;
}

#contentboxsub td {
padding: 2px 3px 2px 3px;
}


#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: 4px 0 5px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #ff0000;
	}

#contentboxsub font a{
	color: #ff0000;
	}


#contentboxsub p a{
	color: #ff0000;
}

#contentboxsub a:visited{
	color: #666666;
	text-decoration: none;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	background-image: none;
	font-size: 16px;
	font-weight: bold;
	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;
	}




