﻿body
{
	background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

h1
{
	padding:5px 0px 0px 20px;
	margin:0px;
	font-style:italic;
	font-size:27px;
}

a
{
	color: #F5873C;
	text-decoration: underline;
}
a:hover
{
	color: #F5873C;
	text-decoration: none;
}


.heading
{
	font-size: 18px;
	font-weight: bold;
	color: #F5873C;
}
.orangebold
{
	font-weight: bold;
	color: #F5873C;
}
.about-bg
{
	background-image: url(/images/pages/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
}
ul, ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.text-button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F5873C;
	border: 1px solid #CCCCCC;
}
.text-box-full
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

/* Site Holder */
.site-holder
{
	width:780px;
}

/* Page Heading */
.header
{
	
}
.header-right
{
	margin-left: 130px;
	height: 120px;
}
.header-content
{
	height: 77px;
}
.header-content-bg
{
	background-image: url(/images/headers/header-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 77px;
}
.header-bottom
{
	background-image: url(/images/header-rule-grad.jpg);
	height: 27px;
}
.tagline
{
	height:20px;
	font-size: 17px;
	font-style: italic;
	padding: 15px 0px 0px 10px;
	color: #afaeb4;
}
.logo
{
	float: left;
	width: 130px;
	height: 120px;
}

/* Top Navigation */
.top-nav
{
	/*background-image: url(/images/tn-left-grad.jpg);*/
	background-image: url(/images/tn-left-grad1.jpg);
	background-position: left;
	height: 16px;
	background-repeat: no-repeat;
	/*margin-left: 104px;*/
	margin-left: -30px;
	
}
.top-nav ul
{
	list-style-type: none;
	display: inline;
}

.top-nav ul li
{
	float: right;
	background-color: #f5873c;
	height: 16px;
	margin-left: 5px;
	padding-left: 18px;
	padding-right: 18px;
}
.top-nav ul li a
{
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.top-nav ul li a:hover
{
	color: #EFEFF0;
}

/* Left Navigation */
.left-nav
{
	background-color: #f5873c;
	float:left;
	width:130px;
	height:auto;
	margin:38px 0 0 0;
	text-align:right;
}
.left-nav ul
{
	list-style-type:none;
	padding-right:12px;
}
.left-nav ul li a
{
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left-nav ul li a:hover
{
	color: #EFEFF0;
}

/* Content */
.content-container
{
	display:inline-block;
}
.content
{
	background-color:#FFFFFF;
	margin-left:130px;
	
}
.content-padding
{
	padding-left:20px;
}
.heading-list ul, .heading-list ol
{
	margin-bottom:10px;
}

/* Footer */
.footer
{
	padding:0 5px 0 5px;
	text-align:center;
	font-size: 11px;
}
.footer hr
{
	height: 1px;
	color: #afb0b4;
}
