* {
	margin:0;
	padding:0;}

body {font-family:georgia,arial,sans-serif; font-size:13px; color: #00004e;}

/******HEADERS*********/

h1#header_logo {
	width:239px; 
	height:151px; 
	
	position:absolute;
	top: 0;
	left: 330px;
	background-image:url('../images/logo.jpg'); 
	background-repeat:no-repeat;
	
	}
		
h1 span {display:none;}

h1 { font-weight:normal; padding:0 0 20px 0; font-size:28px; line-height:30px !important; }
h2 { font-weight:normal; padding:0 0 20px 0; font-size:20px; line-height:1em !important; }
h3 {font-weight:normal; padding:10 0 10px 0; font-size:20px; }
h4 {font-weight:normal; padding:10 0 10px 0; font-size:17px; }
h5 {font-weight:normal; padding:8px 0 7px 0; font-size:14px; }
h6 {font-weight:bold; padding:8px 0 5px 0; font-size:12px; }

/******LINK SPECS*********/

a {text-decoration:none; outline:none; color: #D0BF69;}
a:hover{text-decoration:underline;}
a:active {color:#D0BF69;}
a img {border:0;}

img.img-right {float: right; margin: 0 0 5px 10px;}
img.img-left {float: left; margin: 0 10px 5px 0;}

ul, ol {margin: 10px 10px 10px 25px;}
li {margin: 3px 0;}
/****************************************
	general page structure aspects
*****************************************/
#container {
	width:900px;
	margin:auto;/*centered*/
	}
	
.header {
	height: 171px;
	position: relative;
	margin-top: 10px;
}

.search {
	float:right;
	margin: 135px 20px 0 0;
	padding:6px 4px 4px 2px;
	}

input.searchbox{ border:solid 1px #d0bf69; padding:3px ; width:100px;}

input.searchbutton { 
	padding: 3px 5px;
	margin-left: 5px;	
	background-color: #00004e; 
	border:0; 
	color: #fff;
	cursor: pointer;
	}
	
.home-pg-content, .pg-content {
	margin: 0 20px;
	border-top: solid 10px #e0d49a;
	border-bottom: solid 10px #e0d49a;
	}	
/*******************************
            MAIN NAV 
********************************/

.nav-bar {
	width: 860px; 
	height:25px; 
	
	padding: 5px 20px 0 20px;
	text-align: center;
	border-top: solid 1px #d0bf69; 
	border-bottom: solid 1px #d0bf69;
	overflow: hidden; 
	}

a.nav-item {padding:10px; font-size: 16px; color: #080e58; line-height: 25px;}

.nav-bar a:hover, .nav-bar a#active {background-color: #e0d49a;}

.hero-nav {
	width: 67px;
	position: absolute; 
	top: 350px; 
	left: 180px; 
	z-index: 1;
	color: #fff; 
	text-align: center;
	}
	
a.prev {float: left; margin: 0;}
a.next {float: left; margin: 0;}

span.slide-count {line-height: 20px; width: 30px; display: block; float: left; margin:0 8px;}

div.slide-square-box{margin: 5px auto; }

span.slide-square {
	width: 8px; 
	height: 8px; 
	display: block;
	float: left;
	
	background-color: #E0D49A;   
	margin-right: 5px;
	}
span.current-slide {background-color: #fff;}

/*******************************
          SUB-NAV  
********************************/
ul.sub-nav, ul.sub-nav ul {margin: 0; list-style-type: none;}

ul.sub-nav ul {margin-left: 15px;}

ul.sub-nav li {margin: 5px 0;}

ul.sub-nav li a {display: block;padding: 0 0 0 30px;font-size: 16px; color: #080E58;}

ul.sub-nav li a.active, ul.sub-nav li a:hover {
	background-image: url('../images/sub-nav-bg-active.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	}


/*******************************
          HOMEPAGE  
********************************/

.home-pg-content {
	background-image: url('../images/hp-bg.gif');
	background-repeat: repeat-y;
	}

.left-col {
	float: left;
	width: 260px;
	}
	
.right-col {
	margin: 30px 0 15px 300px;
	}
	
.hero-caprion {
	padding: 10px;
	font-style: italic; 
	font-size: 11px; 
	color: #fff; 
	}
	
/*******************************
          INT STYLE 
********************************/
.pg-content {
	background-image: url('../images/int-bg.gif');
	background-repeat: repeat-y;
	}

.int-left-col {
	float: left;
	width: 260px;
	}
	
.int-middle-col {
	width: 360px;
	float: left;
	margin: 30px 20px 15px 40px;
	overflow: hidden;
	}
	
.int-right-col {
	width: 180px;
	float: left;
	overflow: hidden;
	
	}
	
/*******************************
            FOOTER 
********************************/

#footer {
	padding: 20px; 
	text-align: center;
	font-size: 10px;
	font-style: italic;
	border-top: solid 1px #d0bf69;
	}
#footer a, #footer a:visited {color: #00004e;}

	
	
.cleaner {
	clear:both;
	background:transparent;
	font-size:1px;
	border:0;}