
/* HTML ***************************************************************/
body {
	background: #000000 url(images/bg_body.gif) repeat 0px 450px;
	margin: 0;
	padding: 0;
	font: 72% Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
img { display: block; padding: 0; margin: 0; }
object { margin: 0; padding: 0; }
h1 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
	padding: 0;
	height: 22px;
	text-indent: -9999px;
}
table {
	margin: 0;
	font-size: .96em;
}
form { padding: 0; margin: 0; }
input { font-size: 12px; }
textarea { padding: 2px; font: 12px Arial, Helvetica, sans-serif; }

tr td {
	padding: 2px;
	margin: 0;
	text-align: left;
}
tr th {
	padding: 4px;
	font-size: .96em;
	text-align: left;
	background: none;
	text-align: right;
}
a { color: #5C6F7E; text-decoration: none; }
a:hover { text-decoration: underline; }

/* DIV's ***************************************************************/
#containerWrap {
	background: url(images/bg_body_top_fade.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}
#header {
	width: 550px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	text-align: center;
}
#header img { margin: 0 auto; }
#title {
	padding: 20px 0 18px 0;
	background: #F3EDCA url(images/bg_h1.gif) repeat-x left bottom;
}
#nav {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	height: 26px;
	position: relative;
	background: url(images/navigation.gif) no-repeat left top;
}
#container {
	width: 550px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 4px 0;
}
#content {
	border: 1px solid #B8B28F;
	background: #F8F3D5;
	width: 540px;
	margin: 0 4px;
	padding: 0;
}
#contentPad {
	padding: 15px 20px;
}
#footer {
	height: 47px;
	background: #576874 url(images/bg_footer.jpg) repeat-x right top;
	margin: 0 4px;
	padding: 0;
	border-top: 2px solid #FFFFFF;
	border-right: none;
	border-left: none;
	border-bottom: none;
	color: #F8F3D5;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p { margin: 0; padding: 15px 0; }
#footer a { text-decoration: none; color: #F8F3D5; }
#footer a:hover { text-decoration: underline; color: #FFFFFF; }
#aboutLeft {
	float: left;
	width: 185px;
}
#aboutRight {
	float: right;
	padding: 0 0 0 20px;
	width: 295px;
}
#siteBy {
	display: none;
}

/* NAVIGATION ********************************************************/

#nav ul {
	background: url(images/navigation.gif) no-repeat top left;
	list-style: none;
	height: 26px;
	width: 550px;
	position: relative;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	height: 26px;
	display: block;
}
#nav li a {
	margin: 0px;
	text-indent: -9999px;
	height: 26px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

#tabOne 	{ left: 0; width: 91px;}
#tabTwo 	{ left: 91px; width: 88px; }
#tabThree   { left: 179px; width: 112px; } 
#tabFour    { left: 291px; width: 103px;}
#tabFive    { left: 394px; width: 74px;}
#tabSix    	{ left: 468px; width: 82px;}


#tabOne a:hover 	{ background: url(images/navigation.gif) no-repeat 0 -26px; }
#tabTwo a:hover 	{ background: url(images/navigation.gif) no-repeat -91px -26px; }
#tabThree a:hover 	{ background: url(images/navigation.gif) no-repeat -179px -26px; }
#tabFour a:hover 	{ background: url(images/navigation.gif) no-repeat -291px -26px; }
#tabFive a:hover 	{ background: url(images/navigation.gif) no-repeat -394px -26px; }
#tabSix a:hover 	{ background: url(images/navigation.gif) no-repeat -468px -26px; }

#tabOne.on a, #tabOne.on a:hover	{ background: url(images/navigation.gif) no-repeat 0 -52px; }
#tabTwo.on a , tabTwo.on a:hover 	{ background: url(images/navigation.gif) no-repeat -91px -52px; }
#tabThree.on a, tabThree.on a:hover { background: url(images/navigation.gif) no-repeat -179px -52px; }
#tabFour.on a, tabFour.on a:hover  	{ background: url(images/navigation.gif) no-repeat -291px -52px; }
#tabFive.on a, tabFive.on a:hover  	{ background: url(images/navigation.gif) no-repeat -394px -52px; }
#tabSix.on a, tabSix.on a:hover  	{ background: url(images/navigation.gif) no-repeat -468px -52px; }

/* Headers *****************************************************/
#about {
	background: url(images/bg_h1_about.jpg) no-repeat 18px;
}
#contact {
	background: url(images/bg_h1_contact.jpg) no-repeat 18px;
}

/* Classes *****************************************************/
.floatRight {
	float: right;
}
.clear { clear: both; }
.signed { font-size: 1.4em; font-weight: bold; }
