@charset "UTF-8";
/*
------------------------------------------------------------
FurstPerson.com CSS Style
Title:	  /assets/css/screen.css
Media:    Screen, Projection
Author:   Stephen J. Withington, Jr. (steve@ignition-studio.com)
Version:  03/06/2009
------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	background-color: #6EA0B7;
	/*background-color: #FFFFFF;*/
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* ============================================================================================== */
/*		GLOBAL HEADING EFFECTS			*/
/* ============================================================================================== */
p {
	padding: 0 5px 6px 5px;
}
h1 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	background-color: #B3D5E8;
	display: block;
	padding: 5px;
}
h2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 5px 0 5px;
}
h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 5px 0 5px;
}
h4, h5, h6 {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 5px 0 5px;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a,  a:link, a:active, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* ============================================================================================== */
/*		GLOBAL UNORDERED AND ORDERED LIST ITEMS		*/
/* ============================================================================================== */
ul {
	padding: 0 0 0 24px;
}
ol {
	padding: 0 0 0 24px;
}
li {
	padding: 0 0 5px 0;
}
/* ============================================================================================== */
/*		GLOBAL FORM FIELDS		*/
/* ============================================================================================== */
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* ============================================================================================== */
/*		CLASSES			*/
/* ============================================================================================== */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #CB2027;
}
.smalltxt {
	font-size: 80%;
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#container { 
	width: 910px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#header {
	background-image: url(/assets/images/banners/ies_banner_home.jpg);
	background-repeat: no-repeat;
	height: 319px;
}
#headerHome {
	background-image: url(/assets/images/layout/header_home.jpg);
	background-repeat: no-repeat;
	height: 358px;
} 
#headerInside {
	background-image: url(/assets/images/layout/header_inside.jpg);
	background-repeat: no-repeat;
	height: 200px;
} 
#mainContent {
	margin: 0;
	padding: 15px;
	border: 1px solid #999999;
	width: 580px;
	float: right;
	background: #FFFFFF;
} 
#mainContent li {
	padding-bottom: 3px;
}
#contentWrapper {
	padding: 20px 20px 20px 20px;
	clear: both;
	float: left;
	width: 870px;
	background: #FFFFFF;
	/*width: 868px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 3px solid #999999;*/
}
#leftColWrapper {
	float: left;
	width: 250px;
}
/* ============================================================================================== */
/*		TOP NAVIGATION			*/
/* ============================================================================================== */
.topNav {
	clear: both;
	display: block;
	text-align: right;
	text-transform: uppercase;
	padding: 20px;
}
.topNav a:link, .topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover, 
.topNav a:focus,
.topNav a:active, 
.topNav a.nav_on,
.topNav a.nav_on:link,
.topNav a.nav_on:visited,
.topNav a.nav_on:active,
.topNav a.nav_on:hover,
.topnav a.nav_on:focus {
	color: #003366;
	text-decoration: none;
}
.topNav li {
	display: inline;
	padding-left: 9px;
	list-style-type: none;
}
/*------------------------------------------------------------------------------*/
/*	lefcolText		*/
/*------------------------------------------------------------------------------*/
#leftcolText {
	clear: left;
	float: left;
	width: 224px;
	padding: 10px;
	border: 1px solid #999999;
}
/*------------------------------------------------------------------------------*/
/*	leftcolPictures		*/
/*------------------------------------------------------------------------------*/
#leftcolPictures {
	clear: left;
	float: left;
	width: 247px;
	padding: 0;
	border: none;
}
#leftcolPictures p {
	padding: 0 0 6px 0;
}
/*------------------------------------------------------------------------------*/
/*	SUBNAV		*/
/*------------------------------------------------------------------------------*/
#subNav {
	clear: left;
	color: #333333;
	float: left;
	width: 224px;
	background-color: #999999;
	padding: 10px;
	border: 1px solid #999999;
}
#subNav h1 {
	background-color: #999999;
}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
#subNav ul ul ul {
	padding: 5px 0 0 15px;
}
#subNav li {
	padding: 0 0 6px 0;
	position: relative;
}
#subNav a {
	display: block;
}
#subNav a, 
#subNav a:link, 
#subNav a:active, 
#subNav a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#subNav a:hover, 
#subNav a:focus {
	color: #003366;
	text-decoration: none;
}
#subNav a.nav_on,
#subNav a.nav_on:hover,
#subNav a.nav_on:visited,
#subNav a.nav_on:active,
#subNav a.nav_on:focus {
	color: #003366;
}
/*------------------------------------------------------------------------------*/
/*	FOOTER		*/
/*------------------------------------------------------------------------------*/
#footer {
	padding: 0;
	clear: both;
	display: block;
	padding: 10px 25px;
	background-image: url(/assets/images/layout/bg_footer.gif);
	background-repeat: repeat-y;
	font-size: 90%;
	height: 40px;
	overflow: hidden;
} 
#footer #footerRight {
	float: right;
	text-align: right;
	color: #003366;
	width: 400px;
}
#footer #footerLeft {
	float: left;
	text-transform: uppercase;
	width: 400px;
}
#footer #footerLeft ul {
	padding: 0;
}
#footer #footerLeft li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 5px;
	border-right: #FFFFFF solid 1px;
}
#footer #footerLeft li.last {
	border-right: none;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
, #footer a:focus
, #footer a:active
, #footer a.nav_on
, #footer a.nav_on:link
, #footer a.nav_on:visited
, #footer a.nav_on:hover
, #footer a.nav_on:focus
, #footer a.nav_on:active {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
/* ============================================================================================== */
/*		SITE MAP		*/
/* ============================================================================================== */
#siteMap a {
	display: block;
	padding: 3px 0;
	border-top: 1px dashed #999999;
}
#siteMap a:hover {
	background: #F3F3F3;
}
#siteMap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#siteMap a.heading {
	border-top: none;
	font-size: larger;
	padding: 10px 0 5px 0;
}
#siteMap a.heading:hover {
	background: none;
}
#siteMap ul li {
	padding: 0;
}
#siteMap ul ul li {
	padding: 0 0 0 20px;
}
#siteMap a.heading {
	border-top: none;
	font-size: larger;
	padding: 10px 0 5px 0;
}
#siteMap a.heading:hover {
	background: none;
}
.borderTop {
	border-top: 1px solid #999999;
}
.moreSpace {
	padding: 5px;
}