 /* CSS Document */
body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#FFFFFF;
}

#header{
    position:relative; 
    height:140px; 
    background-image: url(/images/header_bg.jpg);
}
#logo {
	position: absolute;
	width:454px;
	height:140px;
	top: 0px;
	left: 0px;
}
/** menu stuff **/
#slider {
	border-bottom: 4px solid #92ABDB;
}	
#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
.contentheading,
.componentheading {
font-family: Helvetica, Arial, sans-serif;
}
div#horizmenu {
background: url(/images/mb_menu_horiz_bg.png) 0 0 repeat-x;
height: 45px;
position: relative;
}
/* top level links */
#navheader li {
z-index: 3;
position: relative;
float: left;
padding: 0;
margin: 0;
list-style: none;
}
#navheader li a {
display: block;
font-size: 12px;
font-weight: bold;
padding: 0 14px;
text-decoration: none;
color: #bbb;}
#navheader li a:hover {
color: #fff;}
#navheader li.active {
z-index: 1;
height: 17px;
border-bottom: 4px solid #000;
}
#navheader {
z-index: 2;
position: absolute;
height: 20px;
margin-top: 15px;
}
#slider {
z-index: 2;
position: absolute;
height: 20px;
}
#footer{
        
        width:100%;
        background-image: url(/images/background-bottom-shade.gif);
        background-repeat: repeat-x;
        color: #666;
        border-top: 1px solid #000;
        text-align: center;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

a:link {
	color:#999;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h5 {
        font-size: 1.0em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
}
h6 {
        font-size: 0.8em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
}

img {
	border: 0;
}

ul,ol {
	width: 100%;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type:none;
}

li {
	width: auto;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 0 0 3;
	border: 0;
	padding: 0 0 0 0;
	list-style-type:none;
}
form {
	padding: 0;
	margin: 0;
}

strong, b {
	font-weight: bold;
}
