@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 80% Georgia, "Times New Roman", Times, serif; /* normalize font size across browsers */
	background: #1a3526;
	/*font-weight: lighter;*/
	color: #ffffff;
}

ul, li, h1, h2, h3, p
{
	padding: 0;
	margin: 0;
	
}

h1
{
	font-size: 200%;
}

h2
{
	font-size: 120%;
}

h3
{
	font-size: 180%;
}

img
{
	border: none;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 19px;
}

#outer
{
	margin: 0 auto;
	width: 995px;
	text-align: center;
	margin-top: 20px;
}

#inner
{
	text-align: left;
	border: solid 1px #ffffff;
}

#header
{
	background: url('../images/header.jpg') top left no-repeat;
	height: 216px;
}

#header h1
{
	text-align: right;
	font-size: 300%;
	width: 300px;
	font-weight: lighter;
	margin-left: 50px;
	padding-top: 120px;
}

#header #headingtop
{
	
}

#header #headingbottom
{
	font-size: 340%;
	margin-top: -10px;
	padding-top: 0;
}

#header .blacktint
{
	color: #010b15;
}

#nav
{
	background: url('../images/nav.jpg') top left no-repeat;
	height: 31px;
	padding: 5px;
}

#nav ul
{
	
}

#nav li
{
	list-style: none;
	float: left;
	padding: 0 0px 0 20px;
}

#nav a
{
	display: block;
	text-decoration: none;
	color: #62846b;
}

#nav a:hover
{
	color: #ffffff;
}

#nav .currentPage
{
	color: #ffffff;
}

#content
{
	background: url('../images/content.jpg') top left no-repeat;
	padding-top: 15px;
}

#leftcol
{
	float: left;
	width: 245px;
	padding: 0 20px 0 80px;
	text-align: right;
}

#leftcol a
{
	text-decoration: none;
	color: #88b892;
}

#leftcol a:hover
{
	text-decoration: underline;
}

#leftcol .email
{
	background: url('../images/email.jpg') top left no-repeat;
	background-position: -0px 0px;
	padding: 5px 10px 5px 40px;
	color: #ffffff;
	position: relative;
	left: -57px;
}

#leftcol .spacer
{
	height: 22px;
}

#leftcol p
{
	padding: 10px;
	padding-right: 0px;
	text-align: justify;
	width: 230px;
	margin-left: -6px;
}

#leftcol ul
{

}

#leftcol li
{
	list-style: none;

}

#search
{
	height: 20px;
	margin-top: 20px;
}

#search #searchbtn
{
	margin-bottom: -12px;
	/**margin-bottom: -11px;*/
}

#search #searchbox
{
	width: 150px;
	
}

#subnav ul
{
	margin-left: 21px;
}

#subnav li
{
	background: url('../images/subnavbg.jpg') top left no-repeat;
	height: 25px;
	margin-bottom: 5px;
	padding-right: 35px;
	padding-top: 5px;
}

#subnav a
{
	display: block;
}

#subnav a:hover
{
	
}

#main
{
	margin: 0 320px 0 360px;
}

#main .item
{
	background: url('../images/itemback.jpg') top left no-repeat;
	width: 298px;
	height: 111px;
	padding-bottom: 15px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}

#main .item a
{
	text-decoration: none;
	color: #92886d;
}

#main .item a:hover
{
	text-decoration: underline;
}

#main .item h3
{
	color: #7da988;
}

#main .item .tint
{
	color: #ffffff;
	border-bottom: 1px solid #92886d;
}

#main .item .underline
{
	border-bottom: 1px solid #92886d;
}

#main .item p
{
	font-size: 90%;
	padding: 5px 0 5px 0;
}

#main .item a
{
	padding: 0 38px 0px 0;
}

#maininner
{
	margin: 0 320px 0 360px;
	min-height: 370px;
}

#maininner h1, #maininner h2, #maininner h3
{
	padding: 5px;
	color: #92886d;
	font-weight: lighter;
}

#maininner p
{
	padding: 5px;
}

#maininner a
{
	text-decoration: none;
	color: #88b892;
}

#maininner a:hover
{
	text-decoration: underline;
}

#maininner ul{
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;

}

#footer
{
	clear: both;
	padding: 10px;
	border-top: 1px solid #92886d;
	margin: 0 20px 0 20px;
	color: #92886d;
	height: 65px;
	text-align: center;

}

#footer ul
{
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

#footer li
{
	padding: 0 0px 0 20px;
	display: inline;
}

#footer a
{
	display: inline;
	text-decoration: none;
	color: #92886d;
}

#footer a:hover
{
	text-decoration: underline;
}

.center{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.Brown{
color: #92886d;
}

.BoldBrown{
font-weight:bold;color: #92886d;
}

.ItalicBrown{
font-style:italic; color: #92886d;
}

.UnderlinedBrown{
text-decoration:underline; color:#92886d;
}

.BoldItalicBrown{
color: #92886d; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedBrown{
text-decoration:underline; color:#92886d;font-weight:bold;
}

.ItalicUnderlinedBrown{
text-decoration:underline; color:#92886d; font-style:italic;
}

.BoldUnderlinedItalicBrown{
color: #92886d; font-weight:bold; font-style:italic; text-decoration:underline;
}
.Green{
color: #88b892;
}

.BoldGreen{
font-weight:bold;color: #88b892;
}

.ItalicGreen{
font-style:italic; color: #88b892;
}

.UnderlinedGreen{
text-decoration:underline; color:#88b892;
}

.BoldItalicGreen{
color: #88b892; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedGreen{
text-decoration:underline; color:#88b892;font-weight:bold;
}

.ItalicUnderlinedGreen{
text-decoration:underline; color:#88b892; font-style:italic;
}

.BoldUnderlinedItalicGreen{
color: #88b892; font-weight:bold; font-style:italic; text-decoration:underline;
}

/*SEARCH*/

.searchPanel{
position: relative;
top: -20px;
left: -2px;
}

.searchPanel input{
margin-left: -8px;	
}

.searchFieldFull
{
position: relative;
top: -13px;
width: 165px;
margin-left: 0px!important;
}
