/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#capsule {
	margin: 9px auto;
	padding: 0;
	width: 780px;
}

#mainpanel {
	background-image: url(../images/homebg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	text-align: left;
	margin: 0;
	padding: 0;
}

#nav {
	height: 26px;
	background-color: #2d2d2d;
}

#nav ul {
	padding: 4px 0;
	margin: 0;
	font-size: 80%;
	color: #fff;
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 0 2px;
}

#nav ul li a {
	color: #fadfdf;
	padding: 1px 6px;
	text-decoration: none;
	background-color: #2d2d2d;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #FFF;
	background-color: #373737;
	border: 1px solid #666;
}

#menu {
	float: left;
	padding: 150px 10px 11px 20px;
	width: 250px;
	text-align: left;
}

#menu p {
	font-size: 80%;
	margin: 0 0 20px 0;
	padding: 0;
}

#menu p a:link, #menu p a:visited, #menu p a {
	color: #b83236;
	text-decoration: none;
}

#menu p a:hover, #menu p a:focus, #menu p a:active {
	text-decoration: none;
	border-bottom: 1px dotted #b83236;
}

#minbox {
	width: 400px;
}

#minbox .left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#minbox .right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

#minbox .clear {
	clear: both;
}

#menu .vision a, #menu .vision a:link, #menu .vision a:visited {
	clear: left;
	display: block;
	height: 35px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #fadfdf;
	background-image: url(../images/hb_vision.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 40px;
}

#menu .vision a:hover, #menu .vision a:focus {
	color: #fff;
	background-image: url(../images/hb_visionRO.png);
	text-decoration: none;
}

#menu .word a, #menu .word a:link, #menu .word a:visited {
	clear: left;
	display: block;
	height: 35px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #fadfdf;
	background-image: url(../images/hb_word.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 40px;
}

#menu .word a:hover, #menu .word a:focus {
	color: #fff;
	background-image: url(../images/hb_wordRO.png);
	text-decoration: none;
}

#menu .news a, #menu .news a:link, #menu .news a:visited {
	clear: left;
	display: block;
	height: 35px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #fadfdf;
	background-image: url(../images/hb_news.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 40px;
}

#menu .news a:hover, #menu .news a:focus {
	color: #fff;
	background-image: url(../images/hb_newsRO.png);
	text-decoration: none;
}

#menu .contact a, #menu .contact a:link, #menu .contact a:visited {
	clear: left;
	display: block;
	height: 35px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #fadfdf;
	background-image: url(../images/hb_contact.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 40px;
}

#menu .contact a:hover, #menu .contact a:focus {
	color: #fff;
	background-image: url(../images/hb_contactRO.png);
	text-decoration: none;
}

#footer {
	background: url(../images/footer_bg.gif) repeat-x;
	margin: 0;
	clear: both;
	padding: 0;
	height: 34px;
	text-align: center;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 8px;
	color: #999;
}

#footer p a {
	text-decoration: none;
	color: #ccc;
}

#footer p a:hover, #footer p a:focus {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#footer_shadow {
	background: url(../images/footer_shadow_bg.jpg) repeat-x;
	height: 52px;
	width: 780px;
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-align: center;
}

#footer_shadow p {
	margin: 0;
	padding: 0;
}

#footer_shadow a {
	color: #2d2d2d;
	text-decoration: none;
}

#footer_shadow a:hover, #footer_shadow a:focus {
	border-bottom: 1px dotted #2d2d2d;
}

.access, .access a {
	display: none;
}

.redtext {
	color: #b83236;
}