﻿/* CSS layout */
body{
	margin:0;
	padding:0;
	background:url('images/bg.png') repeat-x top left #717f8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	
}

#wrap {
	width:870px;
	margin:auto;
}
#masthead {
	margin-top:15px;
	width:870px;
	height:97px;
	background:url('images/header_top.png') no-repeat top left;
}
#top_nav {
	width:228px;
	height:325px;
	background-color:#31393f;
	float:left;
}

#nav {
	color:white;
	padding:25px;
	
}

#nav a{
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:151px;
	height:23px;
	background:url('images/link_bg.png') repeat-x top left;
	padding-left:25px;
	padding-top:4px;
}

#nav a:hover{
	background:url('images/link_hover.png') no-repeat top left;
	color:black;
}

#nav a:active {
	background:url('images/link_hover.png') no-repeat top left;
	color:black;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav li{
	margin-bottom:5px;
	height:23px;
}


#quote{
	padding-top:15px;
	font-size:12px;
	font-style:italic;
}

#page_content {
	background:url('images/sidebar.png') repeat-y top right;
	width:870px;
}

#page_content_left{

	width:842px;
	background:#71818d;
	height:100%;
	padding-left:10px;
}

#flash {
	float:right;
	border:5px solid #31393F;
}

#content_area{
color:white;
margin-top:10px;	
}

#content_title
{
	background:url(images/title_bg.png) repeat-y top left;
	height:19px;
	color:#31393f;
	font-weight:bold;
	font-size:16px;
	padding:7px;
}

#content {
	color:white;
	font-size:12px;
	padding-top:10px;
	overflow:auto;
}

#content p{
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	
}

.p_large{
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-size:14px;
}

#content h3
{
	padding:10px 0px 10px 0px;
	font-size:15px;
	color:#fdf4de;
	margin:0px;
}

#content_img {
	float:right; padding:5px 0px 10px 5px;
	margin:0px;
}

#content a{
	color:#fdf4de;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}

#page_content_right {
	float:right;
	background:url('images/sidebar.png') repeat-y top right;	
}

.clear{
	
	clear:both;
}

#footer {
min-height:74px;
background:url('images/footer_bottom.png') bottom left no-repeat;
}

#footer_right{
	background:url('images/sidebar.png') repeat-y top right;
	width:870px;
}

#footer_inner{
	background:url('images/footer_bg.png') repeat-x top left;
	min-height:46px;
	width:850px;
	padding-left:10px;
	padding-top:20px;
	color:black;
	font-size:12px;
	line-height:20px;
}

#footer_inner a{
	
	color:black;
	text-decoration:none;
}

#footer_inner a:hover{
	text-decoration:underline;
}

#logo {
	width: 69px;
	height: 63px;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 10px;
	float:left;
}

#title{
	margin-left:105px;
	padding-top:40px;
}

.gallery {
	float:left;
	margin-right:32px;
}

.gallery_right{
	float:left;
	margin:0px;
}

.gallery_right img{
	border:3px solid #fff;
}


.gallery img{
	border:3px solid #fff;
}

.clear_gallery{
	clear:left;
	height:20px;
}

#gallery_nav{
	text-align:center;
}

#gallery_nav a{
	background-color:black;
	color:white;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

#gallery_nav a:hover{
	background-color:#31393F;
	
}


