/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
}

body, td, p, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
}

.accessibility {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -3000px;
}

#image-area {
	display: block;
	margin: 0;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-color: #f0e5db;
}
#image-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-area li {
	float: left;
	width: 25%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

h2.heading {
	padding: 3px 0;
	background-color: #d8c6b5;
}

.main-image {
	float: left;
	margin: 0 10px 10px 0;
}

#page {
	width: 766px;
	position: relative;
	left: 50%;
	margin: 10px 0 0px -383px;
	padding: 0;
	background: url('/images/page_shadow_right') repeat-y top right;
}
#shadow-top-corner {
	float: right;
	width: 4px;
	height: 6px;
	background: url('/images/page_shadow_top_corner.gif') no-repeat top right;
}
#shadow-bottom {
	clear: both;
	height: 4px;
	width: 766px;
	position: relative;
	left: 50%;
	margin: 0px 0 0px -383px;
	background: url('/images/page_shadow_bottom.gif') repeat-x top left;
}
#shadow-bottom-corner {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 6px;
	background: url('/images/page_shadow_btm_corner.gif') no-repeat top right;
}

.small {
	font-size: 70%;
}

#wrapper {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	background: url('/images/left_col.gif') repeat-y top left;
	background-color: #FFFFFF;
	border: solid 1px #990000;
}
#header {
	width: 760px;
	padding-top: 86px;
	background: url('/images/header.jpg') no-repeat top;
}

#bar {
	clear: both;
	margin: 0;
	padding: 4px 0 0 0;
	height: 18px;
	text-align: center;
	color: #FFFFFF;
	background: url('/images/bar_bck.gif') repeat-x;
	background-color: #990000;
}

#container {
	clear: both;
	overflow: visible;
	width: 760px;
}
#left-col {
	float: left;
	padding: 5px 10px 5px 5px;
	width: 165px;
	text-align: left;
}
#left-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left-col ul li {
	padding: 5px 0;
}
#left-col ul li ul li {
	padding: 2px 0 2px 10px;
}

#content {
	float: right;
	padding: 0px 0 0px 5px;
	width: 575px;
}
#main-content {
	float: right;
	width: 555px;
	padding: 10px;
}
#home-content {
	float: left;
	width: 429px;
	margin: 10px 0 0 0;
	padding-top: 270px;
	background: url('/images/home_main.jpg') no-repeat top;
}
#right-col {
	float: right;
	padding: 0;
	margin: 0;
	width: 146px;
}

#footer {
	clear: both;
	width: 766px;
	position: relative;
	left: 50%;
	margin: 0px 0 0px -383px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

.hr {
	margin: 10px 0;
	height: 1px;
	width: 95%;
	background-color: #990000;
}

/** = text styles **/

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #990000;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #990000;
}

/** = link styles **/

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}

h2 a {
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover {
	font-weight: bold;
	text-decoration: none;
}

/** = form styles **/
#contact fieldset
{
	border: 0px;
	margin: 0 20px;
	padding: 0;
}

#contact legend
{
	margin: 0px;
	font-weight: bold;
	color: #990000;
}

#contact fieldset label
{
	margin-left: 3px;
	font-size: 10px;
	color: #990000;
}

#contact input
{
	margin: 3px;
	padding: 2px;
	vertical-align: middle;
	width: 50%;
	font-size: 11px;
	border: solid #999999 1px;
}

#contact textarea {
	width: 300px; 
	margin: 3px;
	padding: 2px;
	border: solid #999999 1px;
	font-size: 11px;
}

#contact .submit-button {
	margin: 5px 0 0 234px;
	padding: 2px;
	width: 75px;
	border: 0;
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
}