/* CSS Document */
/* Site Colors - Drk Brown (#32291E), Drk Red (#660000), Drk Green (#5B5B44), Rich Blk (#1B1313) */
/**** Default Styles ****/

*	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #32291E;
}

html {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote {
	padding: 0;
	margin: 0;

}

body	{	
	background: #7F969C;
	padding: 20px 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

td {vertical-align: top;}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #B3B29E ;
	text-transform: capitalize;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

h2 {
	font-size: .88em;
	color: #B3B29E;
	text-transform: uppercase;
	margin: 14px 0px 6px 0px;
}

h3 {
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 6px 0px;
}

p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 4px 10px 6px 10px;
	text-align: left;
	color: #666;
}

a img {
	border: none;
}

ul	{
	margin: 4px 0px 6px 10px;

}

ol	{
	font-size: .75em;
	margin: 4px 20px 6px 25px;

}

li	{
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 15px;
	list-style-image: url(/images-index/pointer.gif)

}

.bold {
	font-weight: bold;
}

/**** Start Wrapper Content Styles ****/

#siteContainer	{
	width: 800px;
	background: #7F969C;
	margin: 0 auto;
	text-align: left;
}

/**** Start Top Navigation Styles ****/

#siteContainer #topNavWrapper {
	padding: 5px 0px;
	height: 15px;
	background: #4D4D4D;
	font-size: .75em;
	text-transform: uppercase;
}

#siteContainer #topNavWrapper a {
	text-decoration: none;
	color: #B3B29E;
}

#siteContainer #topNavWrapper a:hover {
	text-decoration: underline;
}

#siteContainer #topNavWrapper ul {
	list-style: none;
	margin: 0;
 	text-align: right;
}

#siteContainer #topNavWrapper li {
	display: inline;
	margin: 0 0 0 10px;
	color: #B3B29E;
}

/**** Start Header ****/

#siteContainer #headerContainer	{
	background: #FFF url(images_index/headerBg-img.png) no-repeat;
	height: 142px;
}

#siteContainer #headerLogo {
	width: 332px;
	padding: 0;
	position: relative;
	top: 50px;
	left: 345px;
}

/**** Start Main Navigation Styles ****/

#siteContainer #mainNav {
	height: 41px;
	padding: 25px 0 0 20px;
	font-size: .88em;
	text-transform: uppercase;
	background: #FFF url(images_index/mainNavBg-img.png) no-repeat;
}

#siteContainer #mainNav ul {
	list-style: none ;
	margin: 0;
}

#siteContainer #mainNav li {
	display: inline;
	margin: 0;
	color: #660000;
}

#siteContainer #mainNav a {
	color: #32291E;
	text-decoration: none;
}
#siteContainer #mainNav a:hover {
	text-decoration: underline;
}

/**** Start Body Content Styles ****/

body #siteContainer #mainContentContainer {
	width: 100%;
	height: 500px;
	background: #FFF;
	padding: 20px;
	margin: 0px;
}

body #siteContainer #mainContentContainer td {
	vertical-align: top;
}

/**** Start Footer Styles ****/

#siteContainer #footerContainer {
	height: 25px;
	background: #4D4D4D;
	margin: 0px;
	padding: 5px 5px 0 0;
	font-size: .75em;
	font-weight: normal;
	color: #B3B29E;
	text-align: right;
}

#siteContainer #footerContainer a {
	text-decoration: none;
	color: #B3B29E;
}

#siteContainer #footerContainer a:hover {
	text-decoration: underline;
}

#siteContainer #footerContainer ul {
	list-style: none;
	margin: 0;
 	text-align: center;
}

#siteContainer #footerContainer li {
	display: inline;
	margin: 0 0 0 10px;
	color: #B3B29E;
}
