/***** reset settings *****/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;}

/***** global settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;}
 
body {
	font: normal 12px 'Trebuchet MS', Arial, Helvetica;
	text-align: left;
	margin-bottom: 15px;
	background: #00006e url(/media/images/bg-header.jpg) top left no-repeat;}
	
/***** structure *****/

.background {
	background: #00006e url(/media/images/bg-header.jpg) top left repeat-x;
	width: 960px;
	margin: 0 auto;}

#header {
	background: transparent url(/media/images/header.jpg) top left no-repeat;
	width: 901px;
	height: 197px;}
	
#bodybg {
	background: #d7e5e6 url(/media/images/bg-body.gif) top left repeat-y;
	width: 960px;}
	
#bodybg-white {
	background: #FFF url(/media/images/bg-body-white.gif) top left repeat-y;
	width: 960px;}
	
#bodybg-black {
	background: #000 url(/media/images/bg-body-black.gif) top left repeat-y;
	width: 960px;}

#bodybg, #bodybg-white, #bodybg-black {
	margin: 0 auto;
}

/* main top nav */


/* Added May11/10 to fix header issue in IE8 */
#header h1 {position: absolute; top: 127px;}
#header ul#breadcrumbs {position: absolute; top: 170px; width: 605px;}

	
ul#topnav {
	float: right;
	list-style: none;
	margin: 115px 0 0 0;
	padding: 0;}
	
ul#topnav li {
	list-style: none;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;}
	
ul#topnav a {
	color: #dfe8ef;
	font: bold 10px Arial, Verdana, Helvetica;}
	
ul#topnav a:hover {
	text-decoration: none;
	color: #f8f195;}
	
/* breadcrumbs */
	
ul#breadcrumbs {
	list-style: none;
	margin: 3px 0 0 279px;
	padding: 0;}
	
ul#breadcrumbs li {
	list-style: none;
	display: inline;}
	
ul#breadcrumbs .bullit {
	background: transparent url(/media/images/bullit.gif) center left no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;}
	
ul#breadcrumbs a {
	color: #dfe8ef;
	font: bold 10px Arial, Verdana, Helvetica;}
	
/* left navigation */
	
#nav {
	float: left;
	width: 130px;
	min-height: 530px;
	margin: 0;
	padding: 0;}
	
#nav ul {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;}
	
#nav li {
	list-style: none;
	margin: 0 12px 16px 0;
	padding: 0 0 0 0;
	text-align: right;}
	
#nav a {
	color: #FFF;
	font: bold 12px Arial, Verdana, Helvetica;
	line-height: 10pt;}
	
#nav a:hover, #nav .current {
	color: #f8f195;
	text-decoration: none;}
	
/* LEFT SUB NAV */

#subnav {
	background: transparent url(/media/images/bg-sub.gif) bottom right no-repeat;}
	
/* store background */	
#subnavWhite {
	background: transparent url(/media/images/bg-subwhite.gif) bottom right no-repeat;}
	
/* gallery background */
#subnavBlack {
	background: transparent url(/media/images/bg-subblack.gif) bottom right no-repeat;}
	
#subnav, #subnavWhite, #subnavBlack {
	float: left;
	width: 122px;
	min-height: 340px;
	/* min-height hack for ie6 sorry */
	height: auto !important;
	height: 340px;
	margin: 0;
	padding: 0 0 20px;}
		
/* sub nav layout for all bg colors */

#subnav .wrap, #subnavWhite .wrap, #subnavBlack .wrap {
	border-right: 1px solid #769DA4;
	width: 119px;
	padding-top: 28px;
}

* html #subnav .wrap, 
* html #subnavWhite .wrap, 
* html #subnavBlack .wrap {
	margin-right: 1px;
	width:  100%;
}

#subnav ul#back, #subnavWhite ul#back, #subnavBlack ul#back {
	list-style: none;
	margin-left:6px;
	padding: 0;}
	
#subnav ul#back li, #subnavWhite ul#back li, #subnavBlack ul#back li {
	background: transparent url(/media/images/icon-arrow.gif) 0 3px no-repeat;
	margin: 0 0 15px 0;
	padding-left:13px;}
	 
ul#back span {
	font-weight: lighter;}
	
#subnav ul, #subnavWhite ul, #subnavBlack ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;}
	
#subnav li, #subnavWhite li, #subnavBlack li {
	list-style: none;
	margin: 0 12px 10px 0;
	padding: 0;
	line-height: 8px;}
	
#subnav ul ul, #subnavWhite ul ul, #subnavBlack ul ul {
	margin: 10px 0 22px 13px;
	padding: 0;}
	
#subnav ul ul li {
	margin: 0 0 12px 0;
	padding: 0;}
	
/* subnav links */

#subnav a, #subnavWhite a {
	font: bold 11px Arial, Verdana, Helvetica;  
}
	
#subnav a, #subnavWhite a, #subnav .here ul a, #subnavWhite .here ul a {
	color: #216086;
	line-height: 13px;}
	
#subnavBlack a, #subnavBlack .here ul a {
	color: #80a3c1;
	font: bold 11px Arial, Verdana, Helvetica;
	line-height: 13px;}

#subnavBlack .lighter a,
#subnavWhite .lighter a,
#subnav .lighter a {
	font-weight: normal;
}
	
#subnab a:hover, #subnavWhite a:hover, #subnavBlack a:hover {
	text-decoration: underline;}
	
#subnav a:hover, #subnav .current, #subnav .here a, #subnavWhite a:hover, #subnavWhite .current, #subnavWhite .here a, #subnavBlack a:hover, #subnavBlack .current, #subnavBlack .here a {
	color: #764f1d;}
	
#subnav ul ul a, #subnavWhite ul ul a, #subnavBlack ul ul a {
	font-weight: normal;
	line-height: 13px;}
	
/* sidebar */
	
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 0 16px;
	padding: 0;}
	
#sidebar h4 {
	font-weight: lighter;
	font-size: 12px;
	line-height: 14pt;
	margin: 6px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #9a9ca2;
	background: transparent url(/media/images/icon-sidelink.gif) top right no-repeat;}
	
#sidebar h4 span {
	font-size: 11px;}
	
#sidebar h4 a {
	color: #000;
	line-height: 14pt;
	text-decoration: none;
	display: block;}
	
#sidebar h4 a:hover {
	color: #333;}
	

/* Footer */
	
#footer {
	background: transparent url(/media/images/bottom.gif) top left no-repeat;
	/*width: 901px;*/
	width: 960px;
	margin: 0 auto;;
	height: 147px;}
	
#footer ul.footHome {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 10px 0 30px 0;}
	
#footer ul.footInside {
	list-style: none;
	margin: 0 0 0 275px;
	padding: 10px 0 30px 0;}
	
#footer li {
	color: #d7e5e6;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;}
	
#footer li span {
	margin-left: 10px;}
	
#footer a {
	color: #d7e5e6;
	font-size: 11px;
	text-decoration: none;}
	
/* main content area */
	

.bodypad {
	padding: 15px 0 0 20px;}
	
/* 1 column page */
		
#content {
	float: left;
	width: 500px;
	margin: 28px 0 0 22px;
	padding: 0 0 30px 0;}
	
/* 2 column page */
	
#contentLeft {
	float: left;
	width: 374px;
	margin: 28px 0 0 26px;
	padding: 0 0 30px 0;}

.wide #contentLeft {
	width: 639px;
}

#home #contentLeft {
	float: left;
	width: 558px;
	margin: 0;
	padding: 0 0 30px 0;}
	
#home #contentLeft p,
#home #contentLeft h3,
#home #contentLeft h2,
#home #contentLeft h1 {
	margin-left: 25px;
}	
	
#contentRight {
	float: left;
	width: 225px;
	margin: 28px 0 0 40px;
	padding: 0;}

.wide #contentRight {
	display: none;
}
	
#home #contentRight {
	margin-top:  0;
}	
	
#contentGallery {
	float: left;
	width: 500px;
	margin: 28px 0 0 20px;
	padding: 0 0 30px 0;}
	
#leftcontent {
	float: left;
	width: 414px;
	margin: 0;
	padding: 28px 0 0 22px;}
	
#content, #homecontent, #contentGallery, #contentLeft, #leftcontent {
	line-height: 1.4em;}
	
/***** Common Formatting *****/
	
#header h1.h1home {
	font: bold 21px 'Trebuchet-MS', Arial, Verdana, 'Sans-Serif';
	color:  #f8f195;
	margin: 24px 0 0 150px;
	padding: 0;}
	
#header h1 {
	font: bold 21px 'Trebuchet-MS', Arial, Verdana, 'Sans-Serif';
	color:  #f8f195;
	margin: 19px 0 -3px 278px;
	padding: 0;}
	
h1 {
	font: bold 18px 'Trebuchet MS', Arial, Verdana; 
	color: #216086;
	margin: 0 0 10px 0;
	padding: 0;}
	
#bodybg-black h1 {
	color: #80a3c1;}
 
h2 {
	font: bold 16px 'Trebuchet MS', Arial, Verdana;
	line-height: 16pt;
	color: #216086;
	margin: 0 0 18px 0;
	padding: 0;}
 
h3 {
	font: bold 14px 'Trebuchet MS', Arial, Verdana; 
	color: #216086;
	margin: 0 0 5px 0;
	padding: 0;}
	
#sidebar h3 {
	font: bold 14px 'Trebuchet MS', Arial, Verdana;}
	
h4 {
	font: bold 13px 'Trebuchet MS', Arial, Verdana;
	color: #000;}
	
/* body images */

.img-left {
	float: left;
	margin: 0;
	padding: 0 20px 15px 0;}
	
.img-right {
	float: right;
	margin: 0;
	padding: 0 0 15px 20px;}
 
p, ul, ol {
	color: #000;
	margin:0;
	padding:0 0 18px 0;}
	
#bodybg-black p, #bodybg-black li {
	color: #fff;}
	
#sidebar p {
	font-size: 11px;}
 
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;}

#contentRight .image p {
	font-size:  11px;
}	
	
/* image list */ 
	
.imagelist {
	list-style: none;
	margin: 0;
	padding: 0;}
	
.imagelist li {
	list-style: none;
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;}

 
blockquote {
	margin:22px 40px;
	padding:0;}
 
small {
	font-size:0.85em;}
 
img {
	border:0;}

 
/***** Links *****/
 
a, a:visited {
	color: #0000ff;
	text-decoration:none;}
	
a:hover {
	text-decoration: underline;}
	
#bodybg-black #content a {
	color: #80a3c1;}
 
/***** Forms *****/
 
form {}
 
input, select, textarea {}
 
textarea {
	line-height:1.25;}
 
label {
	cursor:pointer;}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;}
 
table tr td {
	padding:2px;}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
:focus         { outline: none;}