/*************************************************************************
  (c)2007 Sheets Smith. All Rights Reserved
  AUTHOR: PAVE Creative Group (http://www.paveways.com)
  EDITED: 08.12.2007

  (c)2007 PAVE Creative Group
**************************************************************************/

/*************************************************************************
  CSS Includes
**************************************************************************/
@import url('norm.css');	/* Normalize the environment */

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	margin-bottom: 1px;
	min-height: 100%;
}

body {
	background: #b8b6b7 url(../images/layout/page_shadow.gif) top center repeat-y;
}

h1 {
	margin-bottom: 10px;
	color: #537084;
	font-size: 116%;
}

h2 {
	color: #537084;
}

/*************************************************************************
// Primary Navigation
**************************************************************************/
#head ul {
	margin: 5px 130px 0 0;
	_margin: 0 70px 5px 0;
	list-style-type: none;
	text-align: center;
	float: right;
}

#head ul li {
	display: block;
	float: left;
}

#head ul li a {
	margin-bottom: 10px;
	_margin-bottom: 0;
	margin-right: 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 93%;
	letter-spacing: .5px;
}

#head ul li a:hover, #head ul li a:active {
	color: #367c2b;
}

/*************************************************************************
// Footer Navigation (Mirrors Primary Navigation)
**************************************************************************/
#foot {
	font-size: 77%;
}

#foot ul {
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}

#foot ul li {
	display: block;
	float: left;
	border-left: 1px solid #c8c7c8;
}

#foot ul li.first {
	border: 0;
}

#foot ul li a {
	margin: 0 15px;
	color: #626162;
	text-decoration: none;
	display: block;
	text-align: right;
	letter-spacing: .5px;
}

#foot ul li a:hover, #foot ul li a:active {
	color: #b0aeaf;
}

#foot ul li.first a {
	margin-left: 0;
}

#foot ul li.last a {
	margin-right: 0;
}

/*************************************************************************
// Misc Styles
**************************************************************************/
#logo {
	margin: 3px 20px;
}

#feat .center {
	margin-top: 65px;
	text-align: center;
}

#body .left .content {
	padding: 0 0 15px 28px;
	font-size: 93%;
	color: #4b4b4c;
}

#body .rite p {
	padding: 0 40px 15px 0;
	font-size: 93%;
	color: ;
}

#body .left ul {
	margin: 0 0 0 40px;
	list-style-type: none;
}

#body .left ul li a{
	text-decoration: none;
	color: #346f91;
}

#body .left ul li a:hover;{
	text-decoration: underline;
}

.portrait {
	margin: 0 10px 10px 0;
	float: left;
}

.no_pad {
	margin: 0;
	padding: 0;
}

.gSecImage {
	float: left;
	padding: 0 15px 5px 0;
}

.hbar {
	margin-bottom: 20px;
	height: 1px;
	font-size: 1px;
	background: #c8c7c8;
}