/* ----- end float fix ----- */
body{
	background: #d5d5d7;
	color:#fff;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin: 35px 0;
	padding:0;
}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color: #bbb;
	text-decoration:none;
	font-weight: bold;
}
a:hover{color:#bbb;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4{margin: 0;}
p{margin: 0 0 1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:110%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:750px; 
	text-align:left;
	position:relative;
	padding: 0;
	background: url(../i/bgtile.gif) top left repeat-y;
}

/* ----- header area ----- */
#header{
	height:127px; /* edited by Rob */	
	position:relative;
	margin:0;
	background: #fff url(../i/logo.gif) top left no-repeat;
}


/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;

}

.navStatic li{
	border-bottom:1px solid #fff; /* is this needed? */
	/*display: inline; /* fixes whitespace bug */
	height:28px;
	width: 205px;
	background: #0b2b41;
	font-size:110%;
}
.navStatic li a, .navStatic li a:visited{
	display:block;
	color:#fff;
	text-decoration:none;
	background: #537096 url(../i/on.gif) top left no-repeat;
	width: 205px;
}

.navStatic li a:hover, .navStatic li a.active {
	color:#fff;
	text-decoration:none;
	background: #537096 url(../i/off.gif) top left  no-repeat;
}

.navStatic li a span{
	display:block;
	line-height: 28px;
	padding: 0 0 0 45px;
	font-weight: bold;
}


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	margin: 0;
	width: 205px; 
}
#side p{
	margin: 1.5em 24px .5em 24px;
	line-height: 120%;

	
}
/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin:0 0 0 0px;
	width:545px;
	/*background: #202537;*/
	/*border-left: 1px solid #fff;*/


}
#main h2{
	font-weight:normal;
	padding:0;
	color:#5e3485;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight: bold;
	margin: 0;	
	padding: .7em 18px 9px 18px;
	color: #fff;
	font-size:210%;
}
#content h3, #content2 h3{
	font-weight: bold;
	margin: 0 0 0.1em 0;	
	padding: 0 0 0 0px;
	color: #ffce00;
	font-size:130%;
}

#content h4, #content2 h4{
	font-weight: bold;
    margin: 1em 0 0 0;	
	padding: 0 0 0 0;
	color: #fff;
	font-size:110%;

}

.highlight{
	font-size:140%;
	color: #ffce00;
	line-height: 180%;
	font-weight: bold;
	list-style:none;
	padding-left:24px;
	margin-left:0;
}

strong{
	font-weight: bold;
}

img#banner{
	display: block;  /* Fixes problem of firefox adding 3px to bottom. See http://garyblue.port5.com/webdev/object-gap.html and http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
}

#content {
	float:left;
	width: 245px;
	padding: 0 18px;
}

#content2 {
	float:left;
	width: 245px;
	padding: 0;
}

#content_lightbox {
	float:left;
	width: 508px;
	padding: 0 18px;
}

/* ----- footer area ----- */

#footer{
	clear:both;
	background: #dee4f2;
	margin:0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height:28px;
	padding:0;
	width:750px; 
}




#foot{
	padding:0 0 0 24px;
	margin: 0px ;
	text-align:left;
	background: #b6c2d7;
	width: 181px;
	line-height: 28px;
	border-right: 1px solid #fff;
	height: 28px;
}



/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* see www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.inner{display:inline-block;}

.inner{display:block;}

/* * html .products, * html .products li - removed as height given in these to fix ie bug */
* html .inner {height: 1%;}

/* ----- end float fix ----- */

#topstrip{
	border-bottom: 1px solid #fff;
}

#bottomstrip{
	display:block;
}

/* ----- main nav ----- */
#mainNav, #mainNav li{
	margin:0;
	padding:0;
	list-style:none;
	height:28px;
}
#mainNav{
	/*width:718px;*/
	background: #dee4f2;
	margin:0;
	padding: 0 24px;
}
#mainNav li{
	float:left;
	display:inline;
	font-size:110%;
	padding:0 12px 0 0;
	line-height:28px;
	height:28px;
}
#mainNav li a{
	color:#202537;
	line-height:28px;
	font-weight:bold;
	text-decoration:none;
	border-left: 1px solid #fff;
}
#mainNav li a:hover, #mainNav li a.selected{color:#537096;}
#mainNav li a span{
	padding-left:12px;
}
#mainNav li.first a span{
 	padding-left:0;
}
#mainNav li.first a{
	border: 0;
}

/* Credits */

div#credits{
	width:750px;
	margin: 8px auto;
}

div#credits ul a:link, div#credits ul a:visited{
	text-decoration:none;
	color: #537096;
	font-weight: normal;
}

div#credits ul a:hover, div#credits ul a:active{
	text-decoration:none;
	color: #202537;
	font-weight: normal;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}
div#credits ul{
	padding:0 0 10px 24px;


}
div#credits ul li{
	float:left;
	margin: 0;
	padding: 0 13px;
	background: url(../i/sep.gif) no-repeat;
	background-position: 0 .5em;
}

/* general lists */

ul {
	margin: 1em 0 1em 10px;
	padding:0;
}

ul li {
	margin: 0 0 .1em 20px;
}

/* lightbox */

.lightbox{
	width:69px;
	height:69px;
	border:3px solid #537096;
	margin:0 9px 9px 0;
	display:block;
	float:left;
}
