iframe {border-width: 0}

html {
	background: transparent url('../images/htmlbg.jpg') left top repeat-x;
}

#bigwrap {
	/* 760 minimum width + padding for dropshadows */
	width: 779px;
	margin: 0 auto;
	background: transparent url('../images/border.gif') left top repeat-y;
	text-align: left;
	font-size: 100%;
font-family: arial, sans-serif;
font-size: .8em;
color: #4d4d4d;
position: relative;
}

/* ============================================================
	Main
============================================================ */

#wrap {
margin: 0 6px;
background-color: white;
}

#nav {
background: transparent url('../images/subnav.gif') left bottom repeat-x;
padding-bottom: 28px;
}

#nav ul {
background: #f1f1f1 url('../images/navbg.gif') left top repeat-x;
padding-left: 16px;
height: 32px;

}

#nav li {
float: left;
position: relative;
}

#nav li a {
display: block;
text-decoration: none;
padding: 10px 24px;
text-transform: uppercase;
font-size: 9px;
color: #0552a0;
}

#nav li.current, #nav li:hover {
background: transparent url('../images/navtab.gif') left top no-repeat;

}

#nav li.current a, #nav li:hover a {
background: transparent url('../images/navtabend.gif') right top no-repeat;
color: white;
}

#nav li ul {
position: absolute;
display: none;
top: 32px;
left: 0;
width: 400px;
background-image: none;
background-color: transparent;
color: white;
height: 28px;
}

#nav li:hover ul {
display: block;
}

#nav li ul li {
background-image: none !important;
}

#nav li ul li a {
position: relative;
top: -2px;
}

#nav li:hover ul li a {
display: block;
padding: 8px 12px;
color: white;
background-image: url('../images/subnav.gif') !important;
}

#nav li ul li a:hover {
text-decoration: underline;
}

#middle {
font-size: .9em;
}

h1 {
display: none;
}

h2 {
color: #0552a0;
font-weight: bold;
font-size: 1.2em;
padding: 5px 10px;
background: transparent url('../images/header.gif') left top repeat-x;
}

div.slide {
float: left;
width: 335px;
height: 194px;
margin: 0 14px;
background: transparent url('../images/slide.gif') left top no-repeat;
padding: 10px;
}

div.slide h3 {
color: #0552a0;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
border-bottom: 2px dotted #c4c8c7;
margin-bottom: 10px;
padding-left: 15px;
padding-bottom: 5px;
}

div.split div.left {
float: left;
width: 59%;
}



div.split div.rightbar {
float: right;
width: 39%;
}

div.split div.rightbar div.news a {
text-decoration: none;
color: #0552a0;
display: block;
text-align: right;
font-size: .8em;
}

div.split div.rightbar h2 {
background-image: url('../images/footerbg.gif');
color: white;
padding: 0 8px;
line-height: 28px;
}

div.split div.rightbar h3 {
font-weight: bold;
padding: 5px 8px 0 8px;
}

div.split div.rightbar p {
padding: 0 8px;
}

div.split div.left p {
margin-bottom: 1em;
padding-left: 15px;
}

div.split div.left h3 {
font-weight: bold;
padding-left: 15px;
}

div.split div.left ul {
list-style-type: disc;
padding-left: 15px;
}

div.split div.left ul li {
margin-left: 2em;
}

#bottom {
padding-top: 1em;
clear: both;
height: 28px;
background: transparent url('../images/footerbg.gif') left bottom repeat-x;
color: white;
font-size: .8em;
line-height: 28px;
text-align: center;
}

#nav li a.no_page {cursor: default;}

/* ============================================================
	Clearfix
============================================================ */

