/* 
---------------------------------------
 Standard HTML
---------------------------------------
*/

body {
   width: 975px;
   margin: 1em auto;
   font-family: Arial;
   background: #ffffff;
}

a {
   text-decoration: none;
   color: #555555;
}
a:hover {
   text-decoration: underline;
}

/* 
---------------------------------------
 Layout Header
---------------------------------------
*/

#header-logo {
   float: left;
   width: 364px;
}

#header-text {
   float: right;
   width: 34em;
   text-align: right;
   color: #555555;
}

#header-text-title {
   display: block;
   font-size:  1.4em;
   font-weight: bold;
}

#header-text-contact {
   display: block;
   font-size:  1.1em;
}

.header-text-contact-link {
   color: #003f79;
}

#header-nav {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #555555;
	border-top-color: #555555;
	border-right-color: #555555;
	border-left-color: #555555;
	margin-bottom: 1.5em;
}

#header-nav ul {
	position: relative;
	list-style-type: none;
	width: 62em;
	margin: 0;
	color: #555555;
	border-top: 1px solid #555555;
	padding: 0em;
	border-right-color: #555555;
	border-left-color: #555555;
}

#header-nav ul li {
	display: inline;
	padding-left: 1.4em;
}

#header-nav ul li ul li{
   display: block;
   padding-left: 0px;
}
.header-nav-highlight {
   color: #708ea9;
}

#header-nav-login-img {
   position: absolute;
   top: -1.2em;
}

#header-clear {
   position: relative;
   z-index: 1;
   height: 1.5em;
   background: #ffffff;
}

/* 
---------------------------------------
 Layout Sidebar
---------------------------------------
*/

#sidebar {
   float: right;
   width: 250px;
}

.sidebar-text {
   clear: both;
   display: block;
   margin-bottom: 0.5em;
   font-size: 1.3em;
   color: #114270;
}

.sidebar-box-text {
   float: left;
   width: 170px;
   height: 80px;
   margin-bottom: 0.6em;
   padding-left: 4px;
   padding-top: 1px;
   background: #114271;
   font-size: 0.7em;
   color: #ffffff;
   text-align: justify;
   line-height: 1.2em;
   border: 1px solid #c0a02f;
   border-right-width: 0px;
}

.sidebar-box-emblem {
   float: right;
   width: 75px;
   margin-bottom: 0.6em;
}

#sidebar-business {
   font-size: 0.8em;
   margin-bottom: 1em;
   border: 1px solid #c0a02f;
}

#sidebar-business ul {
   margin: 0;
   padding: 1em;
   padding-left: 2em;
}

#sidebar-business li {
	color: #000000;
	list-style-image: url(../images/red_bullet.gif); 
}

/* 
---------------------------------------
 Layout Content
---------------------------------------
*/

#content {
	float: left;
	width: 700px;
	font-size: 0.8em;
	color: #383937;
}

#content-left {
   float: left;
   width: 341px;
}

#content-right {
   float: right;
   width: 341px;
}

#content-bottom-img {
   float: left;
}

#content-bottom-text {
	padding-left: 1em;
	width: 285px;
	color: #315b83;
	float: left;
}

#content p {
   text-align: justify;
}

#content h2 {
   font-size: 1em;
   color: #114270
}

.content-box {
   padding-left: 1em;
   padding-right: 1em;
   text-align: justify;
   border: 1px solid #c0a02f;
}

.content-link {
   color: #315b83;
}

.content-red {
   color: #ff0000;
}

#content ul {
   text-align: justify;
   margin-left: 1.5em;
   padding: 0;
   list-style-image: url("../images/content-list.gif");
}

#content li {
   margin-bottom: 1em;
}


/*
for rollovers
*/
#header-nav li ul li {
	height: 22px;
	clear: both;
	width: 180px;
	text-align: left;
	list-style-type: none;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#header-nav li a:hover {
	text-decoration: none;
	color: #b90000;
}
#header-nav li ul li a {
	background-color: #FFFFFF;
	line-height: 22px;
	display: block;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	width: 170px;
	height: 22px;
	text-align: left;
	letter-spacing: normal;
	/* for IE */
 	 filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	font-size: 12px;
}
#header-nav li ul li a:hover {
	background-color: #114271;
	text-decoration: none;
	/* for IE */
 	 filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	color: #FFFFFF;
}

#header-nav li ul { /* second-level lists */
	position: absolute;
	/*left: 0em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	top: -999em;
	clear: both;
	width: 180px;
	z-index: 20;
	border-top: none;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	margin-top: 16px;
	padding-top: 2px;
}

/* Hide from IE */
html>/**/ body #header-nav li ul { /* second-level lists */
	position: absolute;
	/*left: 0em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	top: -999em;
	clear: both;
	width: 180px;
	z-index: 20;
	border-top: none;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	margin-top: -2px;
	padding-top: 2px;
}



#header-nav li:hover ul ul, #header-nav li.sfhover ul ul {
	top: -999em;
}

#header-nav li:hover ul, #header-nav li li:hover ul, #header-nav li.sfhover ul, #header-nav li li.sfhover ul { /* lists nested under hovered list items */
	top: auto;
	zoom: 1;
}


/*
for rollovers
*/
#header-nav ul li a {
	line-height: 20px;
}
#sidebar .sidebar-box {
	width: 250px;
}
#sidebar .sidebar-box a{
	color: #FFFFFF;
	display: block;
}
#content .formline {
	width: 540px;
	margin-bottom: 5px;
	float: left;
}
#content .formlabel {
	width: 180px;
	text-align: right;
	padding-right: 20px;
	float: left;
}
#content .formelement {
	width: 340px;
	float: left;
	
}
#content .formline2 {
	width: 350px;
	margin-bottom: 5px;
	float: left;
}
#content .formlabel2 {
	width: 100px;
	text-align: right;
	padding-right: 20px;
	float: left;
}
#content .formelement2 {
	width: 230px;
	float: left;
	
}
#content input {
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #114270;
}
#content input.eight {
	width: 70px;
	background-color: #FE9F9F;
}
#content input.fourteen {
	width: 100px;
	background-color: #FE9F9F;
}
#content a.submitbutton {
	width: 150px;
	border: 1px solid #FFFFFF;
	background: #114271;
	height: 25px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
}
#content a.submitbutton:hover {
	border: 1px solid #114271;
	background: #FFFFFF;
	color: #000000;
}
#content input.check {
	width: 20px;
}
#content textarea {
	width: 400px;
	height: 200px;
}
#content form {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.red-bullet {
	float: right;
	padding-left: 15px;
	background: url(../images/red_bullet.gif) no-repeat left center;
	padding-top: 11px;
}
.red-bullet:hover {
	text-decoration: underline;
}
#content-bottom {
	width: 700px;
	padding-top: 20px;
	clear: both;
}
#submenu-box {
	height: 118px;
	margin: 0px;
	padding: 0px 1em;
}
#submenu-box a{
	color: #000000;
}
#submenu-box-top {
	padding-left: 1em;
	background-color: #555752;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	margin: 0px;
}
#submenu-box-outer {
	height: 167px;
	margin-bottom: 12px;
	border: 1px solid #555752;
}
#submenu-box ul {
	list-style: url(../images/red_bullet_small.gif);
	margin: 5px;
	padding-left: 10px;
}
#submenu-box li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0em;
}
#submenu-link {
	text-align: right;
	height: 24px;
	
}
a.redlink {
	color: #b90000;
}
#content-bottom-right {
	float: left;
	width: 242px;
	text-align: right;
}
#content input.required {
	background-color: #FE9F9F;
}
#content input.box {
	width: auto;
	text-align: left;
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}
#newsitems .newsitem {
	border-bottom: 2px solid #333333;
}

