@CHARSET "ISO-8859-1";

/* Standard Tags  */
*
{
	margin: 0px; 
	padding: 0px; 
	border:none;
}
a:link
{
	color: #91A477;
}
a:visited
{
	color: #965035;
}
a:hover
{
	color: white;
}
body
{
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: white;
	font-size: 11px;
	letter-spacing: -.5px;
	font-family: verdana, arial, helvetica;
	background-image: url('/images/pagebackground.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
p
{
	color: white;
	font-size: 11px;
	font-family: verdana, arial;
}

/* Footer Styles  */
.footermenu
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footermenu tr td
{
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	text-align: center;
}
.footermenu tr td a
{
	padding: 0px;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.footermenu a:hover
{
	color: #463F47;
}
.footertext
{
	float: none;
	clear: both;
	font-size: 10px;
	letter-spacing: -.5px;
}

/* Crumb Trail Style */
.crumbtrail
{
	margin: 0px;
	padding: 0px;
	display: block;
}
.crumbtrail ul
{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: disc inside none;
	padding: 4px;
}
.crumbtrail li {
	padding: 4px;
	float: left;
	font-size: 11px;
	color: white;
	line-height: 15px;
	text-decoration: none;
}
.crumbtrail a {
	text-decoration: none;
}
.crumbtrail a:hover {
	text-decoration: underline;
}

/* ContentBox Styles*/
.contentbox
{
	border: 1px solid #858585;
	width: 100%;
    height: 100%;
	margin: 0px;
    padding: 0px;
    display: inline-block;
}
.contentbox h1
{
    display: inline-block;
	letter-spacing: -1px;
	font-family: "Verdana","Arial";
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dashed gray;
    margin-left: 4px;
    width: 98%;
}
.contentbox ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	letter-spacing: -.5px;
    padding-right: 4px;
    padding-left: 4px;
    display: inline-block;
    height: 100%;
}
.contentbox li
{
	margin: 0px;
	padding: 0px;
    display: inline-block;
}

/* Testimonial Specialized ContentBox */
.testimonial
{
	background: transparent url('/images/463F47back50.png'); 
	height: 200px;
}
.testimonial h1
{
	margin-bottom: 6px;
	color: #B3C0C3;
}
.testimonial ul
{
    height: 160px;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	/*scrollbar-face-color: #1E3012; */
	scrollbar-face-color: #463F47;
	scrollbar-track-color: #252525;
	scrollbar-arrow-color: #858585; 
	scrollbar-shadow-color: #0F1809; 
	scrollbar-dark-shadow-color: black; 
	scrollbar-3dlight-color: #858585; 
	scrollbar-highlight-color:#858585;
	padding-right: 4px;
    width: 298px;
}
.testimonial li
{
    margin: 0px;
    width: 270px;
}
.testimonial li.quote
{
	margin: 0px;
	padding: 4px;
	margin-top: 4px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
    display: inline-block;
}
.testimonial li.location
{
	font-size: 11px;
	font-weight: normal;
	color: #B3C0C3;
    text-align: right;
    margin-bottom: 8px;
    display: inline-block;
}

/* News Specialized ContentBox */
.news
{
	background: transparent url('/images/273522back50.png'); 
	height: 634px;
}
.news h1
{
	color: #91A477;
}
.news ul
{
    overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	scrollbar-face-color: #1E3012; 
	scrollbar-track-color: #0F1809; 
	scrollbar-arrow-color: #858585; 
	scrollbar-shadow-color: #0F1809; 
	scrollbar-dark-shadow-color: black; 
	scrollbar-3dlight-color: #858585; 
	scrollbar-highlight-color:#858585;
    height: 590px;
}
.news li.header
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 15px;
    display: inline-block;
}
.news li.date
{
	color: #91A477;
	font-size: 9px;
	letter-spacing: 0px;
	font-family: Verdana, Arial;
	font-weight: bold;
    display: block;
    clear: both;
}
.news li.content
{
	font-size: 11px;
	border-bottom: 1px dashed gray;
	padding-bottom: 4px;
    display: inline-block;
    clear: left;
}
.news li.next
{
	background: transparent url('/images/273522back75.png');
}
.news li.past
{
	color: gray;
}
/* General green ContentBox */
.green
{
	background: transparent url('/images/273522back50.png'); 
	margin-left: 4px;
}
.green h1
{
	color: #91A477;
	margin-bottom: 5px;
}
.green h2
{
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 4px;
    margin-top: 12px;
}
.green h3
{
	color: #91A477;
	color: #965035;
	font-size: 14px;
	font-weight: bold;
	margin-left:15px;
	margin-bottom: 2px;
    margin-top: 12px;
	/*border-bottom: 1px dashed #91A477;*/
}
.green p
{
	font-size: 14px; 
	margin-left: 0px;
	margin-bottom: 4px;
	letter-spacing: normal;
	font-weight: normal;
}
.green p.bodytext {
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 8px;
	letter-spacing: normal;
	font-weight: normal;
}
.green img {
	margin: 10px;
	padding: 1px;
	border: 1px solid gray;
}

/* General gray ContentBox */
.gray
{
	background: transparent url('/images/463F47back50.png'); 
}
.gray h1
{
	color: #B3C0C3;
	margin-bottom: 5px;
}
.gray p
{
	font-size: 13px; 
}

/* Special Content Items */
table.download
{
	border: 1px solid #72321B;
}
td.image
{
	width: 50px;
	height: 50px;
	padding: 2px;
	margin: 0px;
	text-align: left;
	vertical-align: text-top;
}
td.image img
{
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: left;
	vertical-align: text-top;
}
td.title
{
	padding: 2px;
	background: transparent url('/images/72321Bback75.png');
}
td.title a
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
td.description
{
	background: transparent url('/images/72321Bback50.png');
	font-size: 12px;
	font-family: "Verdana", "Arial";
	font-weight: normal;
	letter-spacing: 1px;
	color: #897952;
	padding: 2px;
}
table.simple1
{
	font-size: 12px;
	width: 98%;
	border: 1px solid #72321B;
	background: transparent url('/images/72321Bback50.png');
    margin-left: 4px;
}
table.simple1 th
{
	padding: 4px;
	background: transparent url('/images/72321Bback75.png');
}
table.simple1 td
{
	letter-spacing: 1px;
	color: #897952;
	padding: 2px;
	border-bottom: 1px dashed gray;
}
