/* 

red: 	#830e0e
green:	#859731

 */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	top: 0px;
	overflow: hidden;
}

#container #navigation {
	position: absolute;
	padding-top: 25px;
	padding-bottom: 12px;
	text-align: right;
	width: 780px;
	margin-left: 50%;
	left: -390px;
	background-image: url(../images/line-break.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 12px;
}

#container #navigation a {
	text-decoration: none;
	color: #830e0e;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 8px;
}

#container #navigation a:hover {
	color: #000000;
	background-image: url(../images/navigation-link.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#container #header {
	position: relative;
	left: -390px;
	margin-left: 50%;
	top: 65px;
	width: 780px;
	height: 100px;
	background-image: url(../images/header_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#container #header #logo {
	width: 570px;
	height: 100px;
}

#container #content {
	position: relative;
	margin-top: 40px;
	left: -390px;
	width: 750px;
	margin-left: 50%;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#container #content #featured {
	width: 750px;
	margin: 0px;
	padding: 0px;
}

#container #content #featured #fone {
	margin-left: 5px;
	margin-right: 2px;
}

#container #content #featured #fmiddle {
	margin-left: 2px;
	margin-right: 2px;
}

#container #content #featured #flast {
	margin-left: 2px;
	margin-right: 5px;
}

#container #content p {
	font-size: 0.8em;
	line-height: 2em;
}

#container #content #strong {
	font-weight: bold;
	color: #333333;
}

.tabletext {
	font-size: 0.8em;
}

#container #content ul {
	font-size: 0.8em;
	line-height: 2em;
	list-style-image: url(../images/bullet_blue.gif);
	margin-left: 0px;
	padding-left: 24px;
}

#container #content li {
	margin-left: 0px;
	padding-left: 5px;
}

#container #content h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#container #content a {
	text-decoration: none;
	color: #830e0e;
}

#container #content a:hover {
	color: #000000;
	border-bottom: solid 1px #830e0e;
}

#container #content #imageright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#container #content #thumbnail {
	width: 186px;
	text-align: center;
	font-size: 0.8em;
	line-height: 2em;
	float: left;
	margin-bottom: 15px;
}

#container #content #thumnbail img {
	margin-bottom: 5px;
}

#container #content #thumbnail a:hover {
	bottom-border: 0px;
}

#container #content #backnext {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

#container #content #latest {
	float: right;
	width: 230px;
	padding-left: 50px;
	margin-left: 50px;
	background-image: url(../images/line-break_up.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(../images/line-break.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.7em;
	line-height: 1.4em;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	color: #830e0e;
}

#footer a:hover {
	color: #000000;
	border-bottom: solid 1px #830e0e;
}

/* contact form parts */

.textfield {
	font-size: 12px;
	color: #830e0e;
	border: solid 1px #79bacc;
	padding: 3px;
	margin: 2px;
	width: 315px;
}

.textarea {
	font-size: 12px;
	color: #830e0e;
	border: solid 1px #79bacc;
	padding: 3px;
	margin: 2px;
	width: 315px;
	max-width: 315px;
	height: 50px;
	max-height: 100px;
}

.submitbutton {
	font-size: 12px;
	color: #830e0e;
	border: solid 1px #79bacc;
	padding: 3px;
	margin: 2px;
	width: 125px;
	text-align: center;
	background-color: #FFFFFF;
}


#container #content #featured a:hover {
	border-bottom: none;
}