/* Core html */
html { height: 100%; margin-bottom: 1px; }

form { margin: 0; padding: 0; }

body {
	background: #FFFFFF;
	font-size: 71%;
	height: 100%;
	margin: 0;
}
body#hs {
	background: #466c92 url(../images/bg.gif) repeat;
}

p {
	color: #000000;
	margin: 1em 0 1em 0;
	text-align: left;
}
a {
	color: #2f3877;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
div, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0.2em 0 0.2em 0;
	padding: 0 0 0 0.2em;
}

h1 { font-size: 145%; font-family: Helvetica, Verdana, Arial, sans-serif; }
h2 {
	font-size: 125%;
	background: url(../images/bg_h2.gif) repeat-x;
	line-height: 35px;
	color: #37597a;
}
h3 { font-size: 110%; font-family: Helvetica, Verdana, Arial, sans-serif; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { border: 0; font-size: 90%; }

/* Template specific layout */
#wrapper {
	background: #FFFFFF;
	width: 800px;
	margin: 0 auto 0 auto;
	border-left: 4px solid #1a344d;
	border-right: 4px solid #1a344d;
	border-bottom: 4px solid #1a344d;
}

.clr {
	clear: both;
}

.module-nav, .module {
	background: #678fb7;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.module-nav h3 {
	background: url(../images/bg_products.gif) repeat-x;
	height: 20px;
	font-size: 1em;
	padding: 2px 0 0 5px;
	margin: 0;
}
.module-nav ul {
	list-style: none;
	margin: 0;
	padding: 3px;
}
.module-nav ul#mainlevel {
	background: url(../images/bg_menus.gif) 0 0 repeat-x;
}
div.module-nav a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_arrow.gif) 4px 6px no-repeat;
	display: block;
	padding: 0 0 0 10px;
	min-height: 20px;
}
div.module-nav a:hover {
	text-decoration: underline;
}
div.module-nav a#active_menu {
	font-weight: bold;
	color: #fcd22d;
}
li.mainlevel_active, li.mainlevel_current {
	background: #7fa7cf;
}

/*
div.module {
  background: #678fb7;
  color: #FFFFFF;
}

div.module div {
}

div.module div div {
  padding: 0;
}

div.module div div div {
  padding: 0;
  width: auto !important;
  width: 100%; 
}
div.module h3 {
	background: url(../images/bg_products.gif) repeat-x;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 0 0 5px;
	margin: 0;
}
div.module ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.module a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_arrow.gif) 4px 4px no-repeat;
	display: block;
	padding: 0 0 0 10px;
}
div.module a:hover {
	text-decoration: underline;
}
div.module a#active_menu {
	font-weight: bold;
	color: #fcd22d;
}
div.module a.mainlevel {
	line-height: 1.4em;
	margin: 5px 0 5px 0;
}
div.module a.sublevel {
	line-height: 1.2em;
}

div.module table {
	background: url(../images/bg_menus.gif) 0 0 repeat-x;
	border-bottom: 2px solid #FFFFFF;
	padding: 3px 0 3px 0;
}
div.module table tr {
	padding: 2px 0 2px 0;	
}
div.module table tr div {
	padding: 3px 0 3px 0;
}*/
td.leftcol {
	background: #678fb7;
	margin: 0 4px 0 4px;
	border: 4px solid #FFFFFF;
}
td.rightcol {
	border: 4px solid #FFFFFF;
}
div#pathway span {
	font-size: 9px;
}
div.search input {
	font-size: 9px;
}
div.module-inquiries {
	background: #516f8c;
	border-bottom: 2px solid #FFFFFF;
}
div.module-inquiries p {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
}
p.footer-copyright {
	text-align: right;
}
p.footer-logos {
	border-top: 1px solid #a4bcd4;
	border-bottom: 1px solid #a4bcd4;
	text-align: right;
}
table.contentpaneopen {
	width: 100%;
}
