@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  text-align: center;
  background: url('../img/global/bg5.png') repeat-x 0px 0px;
}

/* Main Sections */
#wrapper {
   margin: 0 auto;
   width: 960px;
   overflow: auto;
   color: #999999;
   background-color: #ffffff;
   border: 1px solid #7d7d7d;
   border-top: 0px solid #7d7d7d;
   margin-bottom: 20px;
}

#main_port {
  background: url('../img/global/lax_960_fade_60.png') no-repeat 0px -70px;
  text-align: center;
}

/* Top Navigation */
#topnav {
	margin: 0 auto;
	background: url('../img/global/header_gradient6.png') no-repeat 320px -10px;
	background-color: #31363E;
	height: 90px;
	border: 0px solid orange;
}

#topnav a:link {
text-decoration: none;
}

#topnav ul {
	list-style: none;
	text-align: center;
	padding: 16px;
}

#topnav ul.left {
	float: left;
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	font-size: 24px;
}

#topnav ul.right {
	float: right;
	font-weight: normal;
	font-size: 14px;
}

#topnav ul li {
	display: inline;
	text-align: center;
	margin: 0px 18px 0px 18px;
	border: 0px solid blue;
	line-height: 60px;
}

#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
	color: #c18a6c;
	border:0px solid green;
}

#topnav ul li a:hover {
	text-decoration: none;
	color: #d0a087;
	border: 0px solid green;
}

#topnav ul li a.active {
	text-decoration: none;
	color: #f0f0ee;
	border: 0px solid green;
}

#topnav img {
	height: 60px;
	width: 60px;
	text-align: center;
	margin-left: 20px;
	border: 0px solid green;
}

#header {
  height: 140px;
  padding-bottom: 10px;
  border: 0px solid #000;
}

#header img.logo {
    padding: 20px;
	float: left;
}

/*left nav section*/
#nav {
  float: left;
  width: 200px;
  border: 0px solid #000;
  margin: 10px;
  background-color: #fff;
}

#nav ul {
  list-style: none;
}
#nav li {
  font-size: 0.8em;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #d7c9b9;
}
#nav a:hover {
  border-bottom: 4px solid #fff;
}

/* gallery */
#gallery {
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	width: 760px;
	padding: 20px;
	border: 0px solid red;
}

#gallery h1 {
	color: #333;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding-left: 31px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .6px;
}

#gallery h2 {
	color: #333;
	margin: 35px 0 0 55px;
	width: 650px;
	font-size: 23px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: .4px;
}
#gallery p {
	color: #333;
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: .4px;
}
#gallery hr {
	margin: 0px 0 25px 14px;
	border-bottom: 1px dotted #333;
	border-top: none;
	border-left: none;
	border-right: none;
	clear: both;
}
#gallery hr.divide {
	margin: 16px 0px -20px 0px;
	border-bottom: 1px dotted #2f2f4f;
	border-top: none;
	border-left: none;
	border-right: none;
	clear: both;
}
#gallery p.subnav_links {
	margin: 0px auto;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .6px;
}
	
#gallery p.top {
	color: #b9b8b8;
	margin: -28px 52px 0 0;
	width: 650px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .4px;
	text-align: right;
	float: right;
}
#gallery a {
	color: #2f2f4f;
	font-weight:normal;
	text-decoration: none;
}

#gallery a:hover {
	text-decoration: none;
	color: orange;
}

ul.items {
	list-style: none;
	margin: 0px 0px 0px 9px;
	padding: 0px;
}
ul.items li {
	width: 144px;
	margin: 21px;
	display: block;
	float: left;
	text-align: left;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	border: 0px solid blue;
}
ul.items li img {
	margin-bottom: 4px;
	padding: 10px;
	background: #fff;
	border: 1px solid #333; 
}
ul.items li a {
	color: #b9b8b8;
	font-weight: normal;
	text-decoration: none;
}
ul.items li a:hover {
	text-decoration: underline;
	color: orange;
}
ul.items li span.hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	color: #2f2d2d;
}

/*footer section*/
#footer {
  border-top: 0px solid #2f2f4f;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  padding: 0.2em 10px 0.2em 0;
  text-align: center;
}

#footer img{
  padding: 16px;
  border: 0px solid #000;
}

#footer img.roundlogos{
  border: 0px solid #000;
  padding: 10px 26px 30px 20px;
}

#footer a:link{
  text-decoration: none;
}

.clear {
	clear:both;
}

/*type*/
h1 {
color: #333;
padding-top: 20px;	
font-size: 24px;
line-height: 24px;
font-weight: normal;
letter-spacing: .8px;
}

p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
}

.title {
  font-weight: bold;
}

/*subnav*/
#navigation ul {
	margin: 0px auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .6px;
	}
	
#navigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
	line-height: 18px;
	}
	
#navigation a {
	color: #184551;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: underline;
	}
	
#navigation a:hover {
	color: #50a2c4;
	}
	
#navigation #currentpage a {
	color: #31363E;
	text-decoration: none;
	}
	
#more {
	margin: 0px 40px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .4px;
	text-align: right;
	float: right;
	font-style: italic;
	}

#more a {
color: #c18a6c;
}

#more a:hover {
color: #d0a087;
}
