/* CSS for isee systems thinking last edited by SC 7.17.06 */

* { 
	padding: 0; 
	margin: 0;
	}
	
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9CAACC;
	text-align: center;
	}

/* structure */

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: white;
	text-align: left;
	}
	
#home #wrapper {
	width: 750px;
	background: #050A22 url(../images/home.jpg) no-repeat;
	}
	

#banner {
	height: 141px;
	background: #3682CD url(../images/banner.jpg) 0 0 no-repeat;
	width: 100%;
	position: relative;
	border-bottom: 2px solid #0B6630;
	}
	
#home #banner {
	background: none;
	height: auto;
	border: none;
	}
	
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#home #logo {
	top: 15px;
	left: 15px;
	} 
	
#content {
	float: left;
	width: 100%;
	background: white url(../images/yellow.gif) 25% 0 repeat-y;
	max-width: 1100px;
	}
	
#content {
	width:expression(document.documentElement.clientWidth > 1100? "1080px" : "100%");
	}
	
#home #content {
	background: none;
	border-bottom: 3px solid white;
	width:expression(document.documentElement.clientWidth > 1? "100%" : "100%");
	}

#main {
	float: right;
	width: 74%;
	overflow: hidden;
	}
	
#main .gutter {
	padding: .625em 2.5em 1em 1em;
	}
	
#home #main {
	width: 468px;
	}
	
#home #main .gutter {
	padding-right: 1.5em;
	}

#sidebar {
	float: left;
	width: 24%;
	overflow: hidden;
	}
	
#sidebar .gutter {
	padding: .75em 0 1em 0;
	}
	
#home #sidebar {
	width: 212px;
	}
	
#footer {
	clear: both;
	position: relative;
	height: 34px;
	background: #113868;
	border-top: 2px solid #0B6630;
	}
	
#footer .gutter {
	padding: 8px 190px 8px 232px;
	}
	
#footer-top {
	clear: both;
	height: 2px;
	background: #0B6630;
	width: 100%;
	font-size: 0;
	line-height: 0;
	}
	
#home #footer .gutter {
	padding-left: 297px;
	} 

	
/* type */

p, ul, ol, dl, h1, h2, h3 {
	margin-bottom: 1em;
	}
	
p, ol, #main ul, dl {
	color: black;
	/* font-size: .6875em; /* 11px */
	font-size: .75em; /* 12px */ 
	}
	
#footer p, #home #footer p {
	color: white;
	/* font-size: .625em; /* 10px */
	font-size: .6875em; /* 11px */
	}

	
#main ul, ol {
	margin: 0 0 1em 1.5em;
	}

h1 {
	color: #1F3D85;
	/* font-size: .6875em; 11px */
	font-size: .75em; /* 12px */
	font-weight: bold;
	}
	
h2 {
	color: black;
	/* font-size: .625em; /* 10px */
	font-size: .6875em; /* 11px */
	font-weight: bold;
	}
	
h3 {
	color: black;
	/* font-size: .875em; /* 14px */
	font-size: .9375em; /* 15px */
	font-weight: bold;
	}
	
h4 {
	color: black;
	/* font-size: .6875em; /* 11px */
	font-size: .75em; /* 12px */
	font-weight: bold;
	}
	
#home h1 {
	font-size: .9375em; /* 15px */
	color: white;
	padding: 74px 150px 0 212px;
	text-align: center;
	}
	
#home h2 {
	color: white;
	/* font-size: .75em; /* 12px */
	font-size: .8125em; /* 13px */
	margin-bottom: 0;
	margin-top: 320px;
	line-height: 130%;
	}
	
#home p {
	color: white;
	/* font-size: .75em; */
	font-size: .8125em; /* 13px */
	line-height: 130%;
	}
	
#home p.more {
	float: right;
	/* font-size: .625em; */
	font-size: .6875em; /* 11px */
	font-weight: bold;
	font-style: italic;
	margin-right: 2em;
	line-height: 200%;
	}
	
#home a {
	color: white;
	text-decoration: none;
	}
	
#home a:hover {
	text-decoration: underline;
	}
	
	
/* page nav */

.pageNav {
	list-style: none;
	position: absolute;
	top: 17px;
	right: 17px;
	}
	
#footer .pageNav {
	top: 8px;
	}

.pageNav li {
	float: left;
	color: white;
	font-size: .6875em;
	}
	
.pageNav a {
	display: block;
	float: left;
	padding: 0 .5em;
	color: white;
	text-decoration: none;
	}
	
.pageNav a:hover {
	text-decoration: underline;
	}
	
/* nav */

.nav {
	/* font-size: .625em; */
	font-size: .6875em; /* 11px */
	list-style: none;
	}
	
.nav li {
	margin-top: .25em;
	color: #113868;
	list-style: none;
	}
	
#home li, #home li a {
	color: white;
	font-weight: bold;
	}
	
#home .pageNav li, #home .pageNav li a {
	font-weight: normal;
	} 
	
.nav li a {
	text-decoration: none;
	color: #113868;
	padding: .25em 1em;
	display: block;
	height: 1%; /* for ie */
	}
	
.nav li a:hover {
	text-decoration: underline;
	}
	
.nav ul {
	margin: 0;
	}

.nav li ul li, .nav li ul li ul li {
	margin-top: 0;
	}
	
.nav li ul li a {
	padding: .15em 1em .15em 21px;
	background: url(../images/nav-bullet.gif) 12px .5em no-repeat;
	}	
	
.nav li ul li ul li a {
	padding-left: 30px;
	background: url(../images/nav-bullet-2.gif) 22px .5em no-repeat;
	}

.nav li ul li ul li  {
	/* font-size: .95em; */
	font-size: 1em; 
	}
	
.nav li a.here {
	background: #FEEAB5;
	font-style: italic;
	}

.nav li ul li a.here {
	background: #FEEAB5 url(../images/nav-bullet-here.gif) 12px .5em no-repeat;
	font-style: italic;
	}
	
.nav li ul li ul li a.here {
	background: #FEEAB5 url(../images/nav-bullet-2-here.gif) 22px .5em no-repeat;
	font-style: italic;
	}
	
/* images */
a img {
	border: 0;
	}
	
img.center {
	display: block;
	}
	
/* misc */
.center {
	margin: 1em auto;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.mb0 {
	margin-bottom: 0;
	}

/* added by Chris Egner at isee systems */

.nav li ul li ul li ul li a.here {
	padding-left: 39px;
	background: #FEEAB5 url(../images/nav-bullet-here.gif) 32px .5em no-repeat;
	}
	
.nav li ul li ul li ul li a {
	padding-left: 39px;
	background: url(../images/nav-bullet-here.gif) 32px .5em no-repeat;
	}
	
#main ul ul li, ol ol, ol ol li {
	color: black;
	/* font-size: .6875em; /* 11px */
	font-size: 12px; /* 12px */ 
}

@media print {
    #sidebar,#footer,#banner { 
		display: none; 
		width: 0px;
		height: 0px;
	}
	
	#main {
		float: left;
		width: 60%;
	}
	
	h1, a {
		color: black;
	}

 }

