/****** general ******/
body{
	margin:0;
}

.shoehorn{
	clear:both;
	width:0;
	height:0;
}

#container{
	width:1000px;
	min-height:600px;
	margin:auto;
}

/****** Header ******/
#header{
	background:url('../gfx/header.gif') no-repeat;
	width:1000px;
	min-height:600px;
}

#header_pic{
	float:left;
	margin-bottom:0;
	height:152px;
	width:267px;
}

#menu{
	float:left;
	margin:20px 0 0 20px;
	height:121px;
}

#title{
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	font-family:trebuchet ms;
	padding-bottom:10px;
}

ul.menu{
	margin:0;
	padding:0;
}

ul.menu li{
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	list-style-position:inside;
	padding-left:20px;
	margin-right:10px;
	float:left;
	background:url('../gfx/bullet.png') no-repeat;
	list-style:none;
	height:20px;
}

ul.menu li:hover{
	background:url('../gfx/bullet_hover.png') no-repeat;
}

ul.menu li.active{
	background:url('../gfx/bullet_hover.png') no-repeat;
}

ul.menu a{
	color:#ffffff;
	text-decoration:none;
}
/*submenu*/
ul.submenu{
	margin:9px 0 0 0px;
	padding:0;
}

ul.submenu li{
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
	float:left;
	list-style:none;
	height:20px;
	color:#ffffff;
}

ul.submenu a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:8px 20px;
	background: url('../gfx/subnav.gif');
	border:2px #5c5c80 solid;
}

ul.submenu a:hover{
	background: url('../gfx/subnav_active.gif');
}

/****** Content ******/
div.intro{
	margin-top:0;
	width:565px;
	background:#4b4b4b;
	color:#ffffff;
	float:left;
	padding:20px;
	font-family:georgia;
	line-height:18px;
}

div.intro h3{
	margin-top:0;
}

div.intro a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

div.intro a:hover{
	color:#0098da;
}

/******* Footer *******/
#footer {
	padding:12px 20px 12px 20px;
	bottom:0;
	height:22px;
	width:960px;
	background:#0098da;
	color:#ffffff;
}

#footer a{
	color:#ffffff;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
}

#ff_flashwrapper {
   text-align: center;
}
/****** Manuals ******/
.rightColContainer{
	float:right;
	width:382px;
	min-height:200px;
	margin-top:80px;
	font-family: trebuchet ms;
	font-size:12px;
}

.manualtitle{
	color:#0098da;
	font-size:20px;
	font-family:trebuchet ms;
	font-weight:bold;
	margin-top:20px;
}

.block{
	border:1px #d9d9d9 solid;
	width: 360px;
	padding:10px;
	margin-bottom:20px;
}

.block .archivelink{
	text-decoration:none;
	color:#0098da;
	float:right;
}

.block .archivelink:hover{
	text-decoration:underline;
}

.manual{
	/*background:url('../gfx/agenda_button.gif');*/
	padding:11px;
	width: 340px;
	/*height: 16px;*/
	cursor:pointer;
	margin-bottom:10px;
	color:#000000;
	font-family:trebuchet ms;
	font-size:12px;
	border: 1px #D9D9D9 solid;
}

.linkbutton{
	background:url('../gfx/agenda_button_active.gif');
	width: 358px;
	cursor:pointer;
	margin-bottom:10px;
	font-family:trebuchet ms;
	font-size:12px;
	color:#ffffff;
	border: 2px #dc9294 solid;
	padding:10px;
}

.manual .date{
	color:#a7161a;
	padding-right:15px;
}

.manual:hover{
	background:url('../gfx/agenda_button_active.gif');
	color:#ffffff;
	border: 2px #dc9294 solid;
	padding:10px;
}

.linkbutton:hover{
	background:white;
	border: 1px #D9D9D9 solid;
	color:#000000;
	padding:11px;
}

.manual:hover .date{
	color:#ffffff;
}

/**** Breadcrumbs ****/
.breadcrumbs{
	font-family:trebuchet ms;
	font-size:12px;
	margin-top:5px;
}

.breadcrumbs a{
	color:black;
}