/*****************************************
******************************************
Sections:

1.GENERAL
2.PAGE CONTAINERS
3.HEADER / MENU
4.GENERAL CONTENT
5.CONTACT FORM
6.PRINTER FRIENDLY STYLES
7.FOOTER

******************************************
******************************************/


/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
	line-height: 16px;
	font-family: arial, sans serif;
	font-size: 12px;
	color: #717074;
	background: transparent;
}
body {
	background: #939598;
}
body.printer {
	background: #FFF;
}
a, a:visited, a:hover, a:active {
	color: #6180A8;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #003768;
}

/* 2.PAGE CONTAINERS --------------------------- */

#main-container {
	position: relative;
	width: 900px;
	height: 620px;
	margin: 0 auto;
	background: #FFF;
}
#content-container {
	float: left;
	width: 705px;
	height: 485px;
	padding-left: 15px;
	background: #FFF;
}
#home {
	/*float: left;*/
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 600px;
}

/*--- the following rules are for browsers that
do not show the flash intro because of javascript
being disabled, or because flash is not installed ---*/

#home-img {
	display: inline;
	float: left;
	margin: 200px 0 0 150px;
}
#home-menu {
	display: inline;
	float: left;
	width: 470px;
	height: 18px;
	margin-left: 270px;
	text-align: center;
}
#home-menu li {
	display: inline;
	font-size: 11px;
	color: #033767;
}
#home-menu li a {
	color: #033767;
}
#home-menu li em {
	margin: 0 10px;
	color: #666;
}
#home-footer {
	z-index: 500;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 75px;
	letter-spacing: 1px;
	text-align: center;
}
#home-footer p {
	display: inline;
	float: left;
	width: 470px;
	margin: 0 0 0 215px;
	text-align: center;
}
#home-footer span {
	display: block;
	margin-top: 10px;
	letter-spacing: 0;
	font-size: 9px;
	color: #999;
}
#home-footer a {
	font-size: 9px;
	color: #999;
}
#footer-menu {
	display: inline;
	float: left;
	width: 470px;
	height: 18px;
	margin: 10px 0 0 215px;
	text-align: center;
}
#footer-menu li {
	display: inline;
	font-size: 10px;
	color: #888;
}
#footer-menu li a {
	display: inline;
	color: #888;
}
#footer-menu li em {
	margin: 0 2px 0 5px;
}

/* 3.HEADER / MENU --------------------------- */

#header {
	float: left;
	width: 900px;
	height: auto;
	padding-top: 90px;
	background: url(/images/header_logo.gif) top left no-repeat;
}
#header h2 {
	float: left;
	width: 880px;
	height: 25px;
	padding-right: 20px;
	font: normal 12px/25px "times new roman", serif;
	letter-spacing: 1px;
	text-align: right;
	color: #FFF;
	background: #6180A8;
}
#header h2 em {
	padding: 0 5px;
	color: #A4ACC2;
}
#menu {
	float: left;
	top: 495px;
	left: 0;
	width: 180px;
	height: 458px;
	padding-top: 30px;
	background: #FFF url(/images/menu_border.gif) top right repeat-y;
}
#menu ul {
	height: 408px;
}
#menu li {
	position: relative;
	width: 178px;
	height: 25px;
	list-style: none;
	color: #6180A8;
	background: #FFF;
}
#menu li a {
	padding-left: 20px;
	line-height: 25px;
	font-size: 12px;
}
#menu li.here {
	color: #003768;
	background: #E6E7E8;
}
#menu li.here a {
	color: #003768;
}
#menu li.hover, #menu li.here ul li.hover {
	color: #003768;
	background: #F9F9F9;
}
#menu li ul {
	z-index: 10000;
	display: none;
	position: absolute;
	top: 0;
	left: 100px;
	width: 150px;
	height: auto;
	background: #FFF;
	border: 1px solid #999;
}
#menu li ul li {
	z-index: 10000;
	width: 148px;
	background: #FFF;
}
#menu li ul li a {
	z-index: 10000;
	width: 128px;
}
#menu li.hover ul {
	z-index: 10000;
	display: block;
}
#inblf {
	display: inline;
	float: left;
	width: 136px;
	height: 50px;
	margin-left: 22px;
	background: url(/images/inblf_logo.jpg) 0 0 no-repeat;
}
#inblf:hover {
	background-position: 0 -50px;
}

/* 4.GENERAL CONTENT --------------------------- */

.content-header {
	float: left;
	width: 100%;
	height: 35px;
}
.content-header a {
	display: inline;
	float: right;
	margin: 5px 20px 0 0;
}
.content-menu {
	float: left;
	width: 700px;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
}
.content-menu em {
	padding: 0 5px;
	color: #717074;
}
.content-menu a.here,
.content-menu a:hover{
	color: #003768;
}
#scrolling-content {
	float: left;
	width: 400px;
	height: 415px;
	padding-right: 15px;
	overflow: auto;
}
#scrolling-content h3 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #003768;
}
#scrolling-content h5 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
#scrolling-content p span.u {
	text-decoration: underline;
	font-weight: normal;
}
#scrolling-content p {
	display: block;
	margin-top: 15px;
}
#scrolling-content p em {
	font-style: italic;
}
#scrolling-content p strong {
	font-size: 12px;
	font-weight: bold;
}
#scrolling-content p span {
	text-decoration: underline;
	font-weight: bold;
}
#scrolling-content p span.mail {
	text-decoration: none;
	font-weight: normal;
}
#scrolling-content blockquote {
	display: block;
	margin: 15px 0 0 25px;
	font-style: italic;
}
#scrolling-content img {
	float: left;
	margin: 0 10px 2px 0;
	color: #003768;
}
#scrolling-content ul {
	display: block;
	margin-top: 15px;
}
#scrolling-content ul li {
	margin-top: 10px;
	padding-left: 10px;
	list-style: none;
	background: url(/images/blue_bullet.gif) 0 5px no-repeat;
}
#scrolling-content ul li.sub-item {
	margin: 0 0 10px 40px;
	padding-left: 10px;
	background: url(/images/grey_bullet.gif) 0 5px no-repeat;
}
#scrolling-content a.top {
	display: block;
	width: 75px;
	margin: 5px 0 30px 0;
	font-size: 12px;
	font-weight: bold;
	color: #003768;
}
#scrolling-content .first {
	margin-top: 0;
}
img.right-img {
	display: inline;
	float: right;
	margin-right: 60px;
}
img.border {
	border-bottom: 10px solid #003768;
	margin-right: 0;
}

/* 5.CONTACT FORM --------------------------- */

#contact-form {
	float: left;
	width: 340px;
	height: auto;
	color: #999;
}
#contact-form p {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
}
#contact-form p.big {
	margin-top: 15px;
}
#contact-form p strong {
	float: left;
}
#contact-form input {
	float: right;
	width: 290px;
	padding: 0 5px;
	color: #666;
	background: #EEF1F6;
	border: 0;
}
#contact-form input.small {
	width: 240px;
}
#contact-form textarea {
	float: right;
	width: 260px;
	height: 100px;
	padding: 0 5px;
	font: normal 12px arial, sans serif;
	color: #666;
	background: #EEF1F6;
	overflow: auto;
}
#contact-form input.submit {
	width: auto;
}
#contact-form .error {
	display: block;
	float: left;
	margin: 5px 0 3px 0;
	padding: 1px 0 1px 5px;
	font-size: 12px;
	color: #F00;
	border-left: 3px solid #F00;
	clear: both;
}
h4#thanks {
	display: block;
	float: left;
	width: 650px;
	margin-top: 200px;
	font-size: 12px;
	text-align: center;
	color: #6180A8;
}

/* 6.PRINTER FRIENDLY STYLES --------------------------- */

.printer .content-header {
	display: none;
	float: none;
}
#printer-header {
	width: 480px;
	height: 50px;
	margin-bottom: 20px;
}
#printer-header img {
	float: left;
}
#printer-header #address {
	float: right;
	font-size: 11px;
	color: #000;
}
.printer #content-container {
	float: none;
	width: 480px;
	height: auto;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
.printer .content-menu em {
	color: #000;
}
.printer .content-menu a,
.printer .content-menu a.here,
.printer .content-menu a:hover {
	color: #000;
}
.printer #scrolling-content {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	color: #000;
	overflow: visible;
}
.printer #scrolling-content h3 {
	color: #000;
}
.printer #scrolling-content a {
	color: #000;
}
.printer #scrolling-content img {
	color: #000;
}
.printer #scrolling-content ul li,
.printer #scrolling-content ul li.sub-item {
	margin-left: 10px;
	padding-left: 0;
	list-style-type: disc;
	background: none;
}
.printer #scrolling-content ul li.sub-item {
	margin-left: 50px;
	list-style-type: circle;
}
.printer #scrolling-content a.top {
	color: #000;
}
.printer  img.border {
	border-bottom: 10px solid #000;
}

/* 7.FOOTER --------------------------- */

#footer {
	float: right;
	width: 680px;
	padding-right: 20px;
	font-size: 10px;
	text-align: right;
	color: #999;
	background: #FFF;
}
#footer a {
	color: #717074;
}
#footer a:hover {
	text-decoration: underline;
}