@charset "utf-8";
/* CSS Document */

body {
	background-color:#efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0054a6;
	line-height:18px;
	background:url(../images/bg2.gif) top repeat-x;
}

#container {
	width:900px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#header {
	padding: 0px 0px 0px 0px;
	width:900px;
	height:170px;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	
}

#nav {
	margin: 0px 0px 0px 0px;
	width:900px;
	height:51px;
	float:left;
	background:url(../images/nav_bg.png) top no-repeat;
}

#content {
	padding: 10px 50px 0px 50px;
	width:800px;
	float:left;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
}

#footer {
	padding: 30px 0px 0px 0px;
	width:900px;
	height:60px;
	float:left;
	background:url(../images/footer_bg.png) top no-repeat;
	text-align:center;
	color:#999;
	font-size:11px;
}

#footer p, #footer a {
	color:#999;
	font-size:11px;
}

h1{
font-weight:bold;
font-size:17px;
color:#82ca9c;
letter-spacing:-1px;
}

h2{
font-weight:bold;
font-size:14px;
color:#8bc3e0;
letter-spacing:-1px;
}

h3{
font-weight:bold;
font-size:18px;
color:#444;
letter-spacing:-1px;
width:830px;
border-bottom:1px dotted #999;
}

h4{
font-weight:bold;
font-size:14px;
color:#444;
letter-spacing:-1px;
border-bottom:1px dotted #999;
}

h5{
font-weight:bold;
font-size:14px;
color:#444;
letter-spacing:-1px;
}

a {
color:#f38588;
text-decoration:none;
}

a:hover {
color:#82ca9c;
text-decoration:none;
}

hr {color: #FFF; background-color: #FFF; border: 1px dotted #CCC; border-style: none none dotted;}

/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 90px; /*offset of tabs relative to browser left edge*/
font: bold 14px Arial, Helvetica, sans-serif;
list-style-type: none;
margin-top:3px;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 20px 14px 20px; /*padding inside each tab*/
border-right: 1px solid #FFF; /*right divider between tabs*/
color: white;
background: #143f91; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover{
background: #f38588; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFF;
}

.mattblacktabs li.selected a, .mattblacktabs li.selected a:hover{
background: #86c1e1; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFF;
}


.small {
	font-size: 11px;
	color:#F00;
}

.small_black {
	font-size: 11px;
	color:#333;
}

.red {
	color: #F00;
}


.is-cms .AccordionPanelContent {
    height: auto !important;
    display: block !important;
}
