/* ############################ [ Tag Redeclerations ] ############################## */
body, html {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #4D5344;
	background: #737D67;
	margin: 0px;
	height: 100%;
}
p {
	margin: 0px 0px 10px;
}
a {
	text-decoration: underline;
	color: #4D5344;
}
a:hover {
	text-decoration: none;
	color: #D16338;
}

/* ############################ [ Layout Declerations ] ############################# */
#container {
	background: #C7C9C1;
	left: 50%;
	position: relative;
	width: 760px;
	margin-left: -380px;
	border: 2px solid #fff;
}
#top {
	height: 48px;
	background-color: #D16338;
	border-bottom: 2px solid #fff;
}
#header {
	background: url('/img/_layout/header.gif');
	height: 227px;
	border-bottom: 2px solid #fff;
}
#content {
	margin: 0px 10px;
}
#footer {
	background: url('/img/_layout/footerBG.gif') repeat-x;
	border-top: 2px solid #fff;
	height: 48px;
}

/* ############################ [ Navigation Menu ] ################################# */
.navcenter {
  text-align:center;}
ul#navlist {
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
}
#navlist li{
	list-style-type: none;
	display: inline;
}
#navlist a {
	display: block;
	float: left;
	padding: 15px 19px 0px;
	height: 33px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#navlist a:link, #navlist a:visited {
	color: #000;
	background-color: #D16338;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #BF4418;
	text-decoration: none;
	border-bottom: 5px solid #000;
	height: 28px;
}

/* ############################ [ Content Declerations ] ############################ */
#content h1 {
	margin: 10px 0px;
	background: url('/img/_layout/titleBG.gif') repeat-x;
	font-size: 17px;
	height: 23px;
	padding: 3px 3px 0px;
	border-right: 4px solid #D16338;
}
#content h2 {
	background-color: #aeaeae;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 25px;
	padding: 2px 10px;
	text-align: right;
	color: #fff;
	border-left: 25px solid #bbb;
}
#content p {
	margin-left: 25px;
	text-align: justify;
}
.subscript {
	font-size: 12px;
}
.quote {
	padding-left: 120px;
	padding-right: 120px;
}
#footer p {
  font:10px verdana, arial, helvetica, sans-serif;
  text-align:center; padding:3px 0 0 0;
}
/* ############################ [ Form Styling ] ############################ */
input, textarea {font-size:14px; border:1px solid #666; padding:2px; font-style:italic;}
.frmtxt { 
  font:14px verdana, arial, helvetica, sans-serif;
  font-weight:normal;}
  
#content .testamonial {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
