@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul {
    padding-left:1.2em;
}
#main h1 {
	font-weight: bold;
	font-size: 22px;
}
#header-top h1 {
font-weight: bold;
font-size: 22px;
}
h1, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}
h1 {
	color: #BE1E2D;
}
h2, h3, h4 {
	color: #4D4D4D;
}
h1 {
	font-size: 25px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
p {
	line-height: 1.5em;
} 
a img {
	border: none;
}
a, a:link, a:active, a:visited {
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
}
a, a:hover {
	color: #BE1E2D;
}
body {
	background-color: #BF1E2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4D4D4D;
}
blockquote {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
	line-height: 1.5em;
}
blockquote label {
	color: #920031;
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.accessibility {
	display: none;
}
#container {
	padding: 50px;
}
#body {
	background-color: #FFF;
	width: 880px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#footer {
	clear: left;
	width: 880px;
	color: #FFF;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0;
}
#header {
	padding: 15px 40px 0 40px;
}
#header-top {
	height: 145px;
}
#header-top p.float-right {
	width: 40%;
}
#header-top p.float-left {
	width: 60%;
}
#header-bottom {
	background-image: url(../images/header_o.jpg);
	height: 169px;
}


#menu {
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	height: 40px;
}
#menu ul{
	display: inline;
	list-style-type: none;
	margin: 0 auto;
}
#menu ul li{
	display: inline;
	line-height: 32px;
}
#menu ul li.first a {
	border-left: 1px solid #BF1E2D;
}
#menu ul li a{
	font-weight: normal;
	color: #BE1E2D;
	font-size: 16px;
	padding: 7px 30px 7px 30px;
	text-decoration: none;
	border-right: 1px solid #BF1E2D;
}
#menu ul li a:hover, #menu ul li a.current {
	background-color: #BF1E2D;
	color: #FFF;
}
#main {
	padding: 40px;
}
.panel {
	background-image: url(../images/bg_panel.png);
	background-repeat: no-repeat;
	width: 196px;
	height: 127px;
	padding: 35px 28px;
	color: #FFF;
}
.panel p {
	line-height: 1.25em;
}
.panel p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
.panel-large {
	background-image: url(../images/bg_panel_large.png);
	background-repeat: no-repeat;
	width: 284px;
	height: 228px;
	padding: 35px 28px;
	color: #FFF;
}
.panel-large h2 {
		font-weight: bold;
		color: #FFF;
		font-size: 18px;
}
.panel-large p {
	font-size: 16px;
}
.panel-large p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.panel-long {
	background-image: url(../images/bg_panel_long.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 461px;
	padding: 22px;
	color: #FFF;
}
.panel-long h2 {
		font-weight: bold;
		color: #FFF;
		font-size: 18px;
}
.panel-long img {
margin-left: -7px;
}

label {
	font-weight: bold;
	color: #BF1E2D;
}

#panel1 {
	float: left;
	margin-right: 20px;
	margin-bottm: 20px;
}
#panel2 {
	float: left;
	margin-right: 20px;
	margin-bottm: 20px;
}
a.footerlink{color:#fff}
a.footerlink:hover{color:#333}
