
/* HTML ELEMENT DEFINITIONS */
body {
	font-family: "Lucida Grande", Arial, sans;
	color: #333333;
	/*background: #003399;*/
	background: #fff;
}
body * {
	line-height: 140%;
}
h1 { 
	font-size: 182%;
	color: #C54D30;
	font-weight: bold;
	margin-bottom: 0.5em;
}

goodspan {
  color: #b09c06;
  font-size: 1.4em;
  margin:0;
}

h2 {
	color: #ee9c06;
	/*color: #b09c06;*/
	font-size: 1.1em;
  margin-left: 1.2em;
	/*margin:0;*/
}
h2 span {
	font-weight: normal;
	margin: 0 10px;
 }

h1 span.normal, h2 span.normal {
  font-size: 85%;
  color: #666;
  font-weight: normal;
}
h3 { 
	font-size: 114%;
	font-weight: bold;
	margin-top: 1.5em;	
	margin-bottom: 0.35em;
	
}
	h3.sectionDivider {
		color: #666666;
		border-bottom: 2px solid #999999;
		margin-top: 1.5em;
		margin-bottom: 0.5em;	
	}
h4 { 
	font-size: 107%;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0.25em;	
}
h4.normal {
  font-weight: normal;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
blockquote {
	font-size: 93%;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	padding: 0.5em;
	margin: 0.5em 0 1em;
}
code {
  color: #060;
}
em, strong, .bold {
	font-weight: bold;
}
a:link { color: #456793; }
a:visited { color: #7C9AC2; }
a:hover, a:active { color: #C54D30 }

ol, li {
  margin-top: 1em;
}
ol {
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
ul, ul.bulleted
{
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}
ul.clean {
  list-style: none;
}
li {
	margin: 0 0 .5em;
}
.compact li {
	margin: 0 0 .25em;
}

/* TEXT STYLE DEFINITIONS */
.callout {
	color: #00B765;
}
.copyright {
	color: #999999;
	margin-right: 2em;
}
.subhead {
	margin-top: -1em;
	margin-bottom: 1em;
	color: #666;
}


.boxhead {
  font: 14px / 15px helvetica;
  font-weight: bold;
  color: #333333;
}

.boxbody {
  font: 10px / 10px helvetica;
  font-weight: normal;
  color: #555555;
}

.boxtail {
  font: 9px / 9px helvetica;
  font-weight: normal;
  color: #555555;
  text-align: right;
}

#mainCol {
  background: #eee url("../images/brainback.png") bottom center repeat-x;
  float: right;
	margin-right: 0px;
  margin-left: 10px;
  width: 520px;
  padding: 10px;
}


#centerCol {
  background: #eee url("../images/brainback.png") bottom center repeat-x;
  float: none;
	margin-right: 50px;
  margin-left: 50px;
  width: 520px;
  padding: 10px;
}

#leftCol {
	clear: both;
  float: left;
	margin-right: 10px;
	padding-bottom: 30px;
	width: 290px;
}

#leftCol ul {
	margin: 0 0 0 40px;
}

/* GLOBAL PAGE ELEMENTS */
#doc {
  margin-top: 25px;
	width: 61.53em; /* 800px standard browsers */
	min-width: 860px;
}

#doc {
	background: #FFFFFF;
}

#footer {
	clear: both;
  color: #0397d6;
  font-size: .9em;
	font-weight: 600;
	margin: 0 auto;
  margin-top: 40px;
  text-align: right;
	width: 850px;}
#footer a {
	color: #b09c06;
	text-decoration: none;}

#headerbar {
  height: 27px;
}
#bluebar {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 30px;
  height: 15px;
  background-color: #0397d6;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

#hd {
	margin: 0 40px;
	*margin-bottom: 40px;
	*clear: both;
}

#hd img {
  margin-top: 20px;
  }

#bigbanner {
  margin-top: 40px;
  padding-top: 1.5em;
}

#bd {
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
	
/* Catch-all to clear floated content in these containers             */
/* Please add new containers that need this here, not in other places */
/* See http://www.positioniseverything.net/easyclearing.html          */
#hd:after,
#bd:after,
#ft:after,
.module:after,
.hd:after,
.bd:after,
.ft:after,
.item:after,
.testimonial:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear { clear: both; }


/* HEADER AND GLOBAL NAV */
#hd {
	height: 50px;
		background-position: bottom right;
		background-repeat: no-repeat;
		position: relative;
}
#hd #logo {	
	margin-top: 24px;
	float: left;
}


#nav {
	font-size: 1.2em;
	font-weight: 600;
	float: right;
	margin: 50px 0 0 0;
	padding: 10px 0;
	text-align: left;}
#nav ul {}
#nav li {
	display: inline;
	padding: 0;}
#nav a {
	color: #0397d6;
	padding: 9px;
	text-decoration: none;}
#nav a:hover, #nav a:active {
	background: #003399;
	color: #cbf1f9;
}
#nav a.selected {
	background: #003399;
	color: #fff;}
	


.module {
	padding: 0em;
	margin-bottom: 1em;
}
.hd {
	padding: 0em; /* use ems here to keep consistent across font sizes */
}
.bd {
	padding: 0em; /* use ems here to keep consistent across font sizes */
}
.ft {
	padding: 0em; /* use ems here to keep consistent across font sizes */
}

	

/* --- UTILITIES --- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.centered { text-align: center; }
.noborder { border: 0; }
.margin-top { margin-top: 1em; }
.margin-top-0 { margin-top: 0; }
.margin-top-double { margin-top: 2em; }
.nowrap { white-space: nowrap; }

/* See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* --- / UTILITIES --- */


/* ********************************       IE HACKS       *********************************** */

.clearfix { display: inline-block; } /* reset for IE Mac */

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; } /* this is for IE PC */
.clearfix {display: block;} /* this is the real value used by all other browsers except IE mac */
/* End hide from IE-mac */

/* And this is for IE6 -- goodness! */
* html .clearfix {height:1px;}


/* use this to fix three pixel job in IE or any other IE weirdness */
* html .jogfix, * html .haslayout {
  height: 1%;
}

/* If a div's style attributes (bg, border) don't appear until you scroll */
/* off the page and back again, try appying this style */
* html .ieBGFix {
	background: url(null) fixed no-repeat;
}

/* ********************************       / IE HACKS       *********************************** */
