﻿/* CSS Document */

/********************************************************************************
			NORMALIZATION
********************************************************************************/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, label, p, td {

	margin: 0;
	padding: 0;
}
ul, ol {

	list-style: none;
}
html {

	font-size: 125%; /* normalizes font size for all child elements to 20px font */
}
html body {

	font-size: 50%; /* normalizes font size for all child elements to 10px font */
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}

/********************************************************************************
			BODY
********************************************************************************/

body {

	background: #302e17 url(../images/bgExtend.jpg) repeat-x left top;
}

/********************************************************************************
			MAIN CONTAINER
********************************************************************************/

#container {

	width: 900px;
	height: auto;
	margin: auto;
}

/********************************************************************************
			MAIN NAV
********************************************************************************/

#mainNav {

	width: 900px;
	height: 40px; /* 48px (actual width) - 8px (padding) = 40px */
	background: url(../images/navBG.jpg) no-repeat left top;
	padding-top: 8px;
}
#mainNavLinks li {

	display: inline;
	float: left;
	margin: 0;
	padding: 0px 15px;
}
#mainNavLinks a {

	display: block;
	font: normal 16px "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#mainNavLinks a:hover {

	font-weight: normal;
	color: #ffffff;
	border-bottom: #ffffff solid 1px;
	text-decoration: none;
}
#mainNavLinks a#dropdown:hover {

	font-weight: normal;
	color: #ffffff;
	border-bottom: none;
}
#mainNavLinks a#activeLink {

	font-weight: normal;
	color: #ffffff;
	border-bottom: #ffffff solid 1px;
}

/********************************************************************************
			FLASH HEADER
********************************************************************************/

#flashHeader {

	width: 900px;
	height: 208px;
}

/********************************************************************************
			CONTENT CONTAINER
********************************************************************************/

#contentContainer {

	width: 900px;
	height: auto;
	background: #ffffff;
	float: left;
}

/********************************************************************************
			CONTENT LEFT
********************************************************************************/

#contentLeft {

	width: 227px; /* 279px (actual width) - 52px (padding) = 227px */
	height: auto;
	background: url(../images/sidebarBG.jpg) no-repeat left top;
	float: left;
	padding: 20px 26px;
}
#contentLeft h1 {

	font: normal 19px "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: #ffffff solid 1px;
}
form#login {

	text-align: right;
	margin-bottom: 50px;
}
form#login label {

	width: 80px;
	font: normal 14px "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	float: left;
}
form#login input {

	width: 130px;
	background: #ffffff;
	font: normal 12px "Trebuchet MS", Verdana, sans-serif;
	color: #49472b;
	border: none;
	padding: 5px;
	margin-bottom: 10px;
}
form#login input.button {

	width: auto;
	background: #4c9a8a;
	padding: 5px 20px;
	font-size: 12px;
	color: #ffffff;
}
br.clearfix {

	display: block;
	height: 1px;
	visibility: hidden;
	clear: both;
}
#contentLeft img {

	border: #007660 solid 2px;
	padding: 1px;
}
img.bottomMargin {

	margin-bottom: 40px;
}

/********************************************************************************
			CONTENT RIGHT
********************************************************************************/

#contentRight {

	width: 571px; /* 621px (actual width) - 50px (padding) = 571px */
	height: auto;
	font: normal 15px/150% Tahoma, Verdana, sans-serif;
	color: #49472b;
	padding: 17px 25px 20px 25px;
	float: left;
}
#contentRight h1 {

	font: normal 24px/110% Tahoma, Verdana, sans-serif;
	color: #49472b;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: #4c9a8a solid 2px;
}
.floatRight {

	float: right;
	margin: 0 0 0 20px;
}
#contentRight ul {

	margin-left: 30px;
	list-style: disc;
}
#contentRight li {

	padding-bottom: 10px;
}
#contentRight ul li ul {

	margin-top: 15px;
	list-style: circle;
}
ul#anchorLinks {

	margin: 0;
	list-style: none;
}
ul#anchorLinks li {

	margin: 0;
	padding: 0;
	display: inline;
}
ul#anchorLinks li a {

	display: block;
	float: left;
	color: #2d8d7b;
	text-decoration: underline;
	padding: 0 17px;
	font-size: 15px;
}
ul#anchorLinks li a:hover {

	display: block;
	float: left;
	color: #2d8d7b;
	text-decoration: none;
}
ul#anchorLinks a#first {

	padding-left: 0;
}
ul#anchorLinks a#last {
	
	padding-right: 0;
}
a.backToTop, a.backToTop:hover {

	display: block;
	text-align: right;
	color: #2d8d7b;
	font-size: 10px;
	text-decoration: underline;
	margin-bottom: 40px;
}
a.backToTop#last, a.backToTop#last:hover {

	display: block;
	text-align: right;
	color: #2d8d7b;
	font-size: 10px;
	text-decoration: underline;
	margin-bottom: 0;
}
a, a:hover {

	color: #2d8d7b;
	text-decoration: underline;
}
.underline {

	text-decoration: underline;
}

/* contact form */

form#contact label {

	color: #49472b;
	text-align: left;
	float: left;
}
form#contact input, form#contact textarea {

	width: 300px;
	background: #def9f3;
	font: normal 18px "Trebuchet MS", Verdana, sans-serif;
	color: #49472b;
	border: #007660 solid 1px;
	padding: 5px;
	margin: 3px 0 15px 0;
}
form#contact input.button {

	width: auto;
	background: #4c9a8a;
	padding: 5px 20px;
	font-size: 12px;
	color: #ffffff;
	border: #007660 solid 1px;
}
form#contact textarea {

	height: auto;
}

/* ------------ */

/********************************************************************************
			COPYRIGHT
********************************************************************************/

#copyright {

	font: normal 11px Arial, Helvetica, sans-serif;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding: 25px 0 30px 0;
	clear: both;
	
}
#copyright a {

	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {

	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}.ListBox {
	margin-bottom: 10px;
	border-bottom-width: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}.ListBoxLive {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}.ListBoxHold {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	color: #333333;
	background-color: #eaeaea;
}
