
/*---------------------------------
Author: brian hasenkamp
Version: 07.25.07
Asenka Creative Services
http://www.asenka.com
---------------------------------*/


body {
	margin:0;
	padding:0;
	background-color:#002540; /*00427c  and   *EFF7FD*/
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color:#2E67B2;
}
#wrapper {
	margin-top:20px;
}
#page {
	width:1050px; /* added 150px */
	position:relative;
	text-align:left;
	background-color:#2E67B2;
	background-repeat:no-repeat;
	min-height:530px; /* was 500 */
}
#header {
	margin:0;
	height:58px;
	_margin-bottom:-2px;	
/*	*margin-bottom:50px; /* IE7 was overlapping MAIN div and NAV div */
/*	_margin-bottom:0; /* IE6 is working OK */
}
#header img {
	float:left;
	border-width:0;
}
#nav {
	display:block;
	width:1050px; /* added 150px */
	height:40px;
	float:left;
	background-color:#00529B;
}
#menu {
	margin-left:320px;
	margin-top:15px;
	*margin-top:13px;
	color:#FFF;
	font-size:13px;
}
#menu a, #menu a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	font-weight:bold;	
}

#breadcrumb {
	margin:0;
	height:18px;
	width:566px; /* minus one for border */
	float:right;
	color:#2E67B2;
	font-size:11px;
	border-right:1px solid #2E67B2;	
}
#breadcrumb a, #breadcrumb a:visited {
	color:#2E67B2;
	text-decoration:none;
	font-weight:bold;	
}
#breadcrumb a:hover {
	text-decoration:underline;
	font-weight:bold;
}
/* TESTING .js :path */
#breadcrumb a.active {
	font-weight:normal;
}
#breadcrumb a.active:hover {
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb img {
	margin-right:6px;
}
#trail {
	margin-top:4px;
	*margin-top:2px;
}

#mainWell {
	display:block;
	min-height:515px; /* was 475 */
	text-align:left;
	_margin-bottom:-2px;	
}
#left {
	float:left;
	width:305px;
	background-color:#009ADE;
	background-repeat:no-repeat;
	margin-top:400px;
	height:120px; /* was 90 */
}
#center {
	float:left;
	width:517px; /* added 90px */
}
#right {
	float:left;
	width:227px; /* minus one for border & added 60px */
	background-image:url(/images/sidebarBkrnd_blueWide.jpg);
	border-right:1px solid #2E67B2;
	border-bottom:1px solid #2E67B2;
}
.footer {
	padding-top:50px; /* was 20 */
	padding-left:100px;
	margin-top:15px;
	*margin-top:0; /* paddings is read differently in IE */
}
.liveArea {
	padding:20px 20px 0 170px;
	height:500px; /* was 450 */
	overflow:auto;
}
.liveArea img {
	float:left;
	margin-right:15px;
}
.inset {
	padding:20px;
	height:480px; /* was 450 */
	_height:494px;  /* was 464 */
	overflow:auto;	
}
/*
.inset p, .inset a, .inset a:visited, .inset a:hover {
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
} 
*/
.inset a, .inset a:visited {
	/* color defined by section below */
	text-decoration:underline;
	font-weight:bold;
}
.inset a:hover {
	text-decoration:none;
}
.inset p {
	color:#000; /*00529B*/
	font-size:11px;
	line-height:1.3em;
}
.inset span.head {
	color:#00529B;
	font-weight:bold;
}
h1.newsHead {
	font-size:14px;
	padding:0 0 0 20px;	
	margin-top:5px;
/*	color:#FFF;
	font-weight:bold; */
}

.caption {
float:none;
margin-top:0;
line-height:12px;
border-bottom:1px solid #FFF;
width:225px;
}
.caption p {
margin-top:3px;
margin-bottom:6px;
font-style:italic;
font-size:10px;
}
.copyright {
	background-color:#00529B;
	text-align:center;
	height:18px;
	margin:0;
}

/* for flash movies */
embed {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

.clear {
	clear:both;
	height:0;
	font-size:1px; /* in case you put a NBSP in the div */
}

/*   Page specific styles  */

.about #breadcrumb {
	background-color:#F7EB65;
}
.services #breadcrumb {
	background-color:#F7B965;
}
.projects #breadcrumb {
	background-color:#A0F765;
}
.contact #breadcrumb {
	background-color:#EB65F7;
}

#menu a.about:hover {
	color:#F7EB65;
}
#menu a.services:hover {
	color:#F7B965;
}
#menu a.projects:hover {
	color:#A0F765;
}
#menu a.contact:hover {
	color:#EB65F7;
}


/* TESTING :path jQuery */
.about #menu a.active {
	color:#F7EB65;
}
.services #menu a.active {
	color:#F7B965;
}
.projects #menu a.active {
	color:#A0F765;
}
.contact #menu a.active {
	color:#EB65F7;
}


.about .inset a, .about .inset a:visited, .about a:hover {
	color:#d5c51e; /* darker - so you can read it */
}
.services .inset a, .services .inset a:visited {
	color:#00529B;
}
.services .inset a:hover, .services a:hover {
	color:#F7B965;
}
.projects .inset a, .projects .inset a:visited {
	color:#00529B;
}
.projects .inset a:hover, .projects a:hover {
	color:#6fd62a; /* darker - so you can read it */
}
.contact .inset a, .contact .inset a:visited, .contact a:hover {
	color:#EB65F7;
}
.home .inset a, .home .inset a:visited {
	color:#2E67B2;
}

/* TESTING .js :path */
.services .inset a.active, .services .inset a.active:visited {
	color:#F7B965;
	text-decoration:none;
}
.projects .inset a.active, .projects .inset a.active:visited {
	color:#6fd62a; /* darker - so you can read it */
	text-decoration:none;
}
.services .inset a.active:hover, .projects .inset a.active:hover {
	text-decoration:none;	
}


.home #left {
	background-image:url(/images/lowerCap_blue.gif);
}
.about #left {
	background-image:url(/images/lowerCap_yellow.gif);
}
.services #left {
	background-image:url(/images/lowerCap_orange.gif);
}
.projects #left {
	background-image:url(/images/lowerCap_lime.gif);
}
.contact #left {
	background-image:url(/images/lowerCap_purple.gif);
}


/*  text styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, li, ol, td, tr, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:1.4em;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#EFF7FD;
	text-decoration:underline;
/*	font-weight:normal; */
}
a:hover {
	color:#FFF;
	text-decoration:none;
}

h1, h2, h3 {
	color:#FFF;
	font-weight:bold;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
}

h2 {
	font-size:13px;
	font-style:italic;
	margin-top:0;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
p.bios, p.biosON  {
	margin-top:7px;
	margin-bottom:0;
	padding-left:8px;
}
.contact p.bios {
	margin-top:10px;
	padding-left:0;
}
/* TESTING .js :path */
.about #right a.active {
	text-decoration:none;
	font-weight:bold;
	color:#d5c51e;
}
.inset .bios a, .inset .bios a:visited {
	color:#00529B;
	font-weight:normal;
}
.inset .bios .active a, .inset .bios .active a:visited {
	color:#999;
	text-decoration:none;
}

.inset .directory a, .inset .directory a:visited {
	color:#000;
	font-weight:normal;
}
.teaser {
	color:#FFF;
	text-align:center;
	margin:4px 0;
}
.copyright p {
	font-size:9px;
	line-height:13px;
	color:#FFF;
}
.copyright a, .copyright a:visited {
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.copyright a:hover {
	text-decoration:underline;
}
.small {
	font-size:9px;
	line-height:13px;
	color:#FFF;
}

form#form p {
	line-height:28px;
}

/* BH uses one include file to control CONTACT and BIOS */

.about .contactTitle {display:none;}
.about .aboutTitle {display:block;}
.contact .aboutTitle {display:none;}
.contact .contactTitle {display:block;}

.about #directory p.info {display:none;}
.contact #directory p.info {
	display:block;
	margin:0;
	}
.contact #directory p.bios {
	color:#00529B;
	font-weight:bold;	
}
.contact #directory p.info a, .contact #directory p.info a:visited {
	color:#000;
	font-weight:normal;
}
.contact #directory p.info a:hover {
	color:#EB65F7;
	font-weight:normal;	
}
