/* CSS Document */

* {
 padding: 0px;
 margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/wide_bg.gif) repeat-y #000 center;
	font-size: 14px;
}

h1 {
	font-size: 18px;
	color: #003366;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #036;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 14px;
	color: #003366;
	margin-bottom: 10px;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
	background-color: #fff;
}

#leftcolumn ul {
	padding-left: 30px;
	margin-left: 0px;
	line-height: 22px;
}

/*begin content*/

/*Header Content + Navigation*/

#header {
 height: 189px;
 width: auto;
 background-image: url(images/bilheader.jpg);
 }

#nav {
 padding: 163px 0px 0px 325px;
 width: auto;
}

/*Main Content Area*/

#contentshell {
	min-height: 600px;
	width: auto;
	background-image: url(images/top_maincontentbg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#leftcolumn {
	float: left;
	margin: 20px 0px 20px 20px;
	width: 750px;
	background-color: #CAE8FF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#leftcolumn p {
	margin-bottom:10px;
}

#leftcolumnheader {
	margin: 0px;
	padding: 0px 0px 3px 10px;
	font-size: 1.3em;
	color: #003366;
	border-bottom: solid 2px;
	border-bottom-color: #608BBB;
}

#leftcolumncontent {
 min-height: 485px;
 padding: 5px 10px 0px 10px;
}

#leftcolumntop {
	height: 15px;
	background-image: url(images/leftcontent_top.gif);
	background-color: #CAE8FF;
}

#leftcolumnbottom {
	height: 15px;
	background-image: url(images/leftcontent_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
}

#rightcolumn {
	float: right;
	width: 215px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#rightcolumnheader {
	margin: 0px;
	padding: 0px 0px 2px 5px;
	font-size: 18px;
	border-bottom: solid 2px;
	border-bottom-color: #608BBB;
}

#rightcolumncontent {
 padding: 0px 5px 0px 5px;
}

.boldblue {
 font-weight: bold;
 color: #003366;
}

/*--Footer*/

#footer {
	clear: both;
	float: left;
	position: relative;
	width: 1024px;
	background-color: #0072cf;
	padding: 5px 0px 5px 0px;
	color: #fff;
	padding-top: 10px;
}

.footerText {
 text-align: center;
 font-size: 10px;
 color: #003366;
}

/*---Links--*/

a:link {color:#99CCFF; text-decoration:none;}
a:visited {
	text-decoration:none;
	color: #9cf;
}
a:hover {
	text-decoration:underline;
}
a:active {}

.light a:link {
	color:#0066CC;
	text-decoration:none;
}
.light a:visited {
	color: #0066cc;
}
.light a:hover {
	text-decoration:underline;
}
.light a:active {}

/*--Images--*/

.floatright {
 float: right;
 padding: 5px;
 margin: 5px;
 border: 1px solid #ccc;
}

/*---Navigation--*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 600px; /*For KHTML*/
  list-style: none;
  height: 26px;
  text-shadow: 2px 2px 2px #036
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 26px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px;
  list-style: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	padding: 2px 15px 2px 15px;
	border-right: 1px solid #003366;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #0072cf;
	color: #fff;
	font: bold 12px/22px Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #cae8ff;
	color: #003366;
        text-shadow: 2px 2px 2px #fff
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	border: 1px solid #003366;
	float: none;
	background: #0072cf;
	color: #fff;
        text-shadow: 2px 2px 2px #036
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, 
ul#navmenu-h li:hover li:hover a, 
ul#navmenu-h li.iehover li a:hover, 
ul#navmenu-h li.iehover li.iehover a {
	background: #cae8ff;
	color: #003366;
        text-shadow: 2px 2px 2px #fff
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 199px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

