@CHARSET "ISO-8859-1";
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", arial;
	background: #045171 url(../img/site/body-bg.jpg) repeat-x;
}

#body {
	width: 1000px;
	height: 707px;
	background: url(../img/site/bg.jpg) no-repeat;
	position: relative;
}

#wrapper {
	width: 1000px;
	height: 807px;
	margin: auto;
	position: relative;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	overflow: hidden;
}

#wrapper-inner {
	width: 1000px;
	min-height: 708px;
	margin: auto;
	position: relative;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#inner-header {
	width: 100%;
	height: 330px;
	background: url(../img/site/header2.jpg) no-repeat;
	position: relative;
}

#inner-header .greeting {
	position: absolute;
	right: 0px;
}

#text-wrapper {
	position: absolute;
	bottom: 80px;
	right: 0px;
	width: 420px;
	height: 250px;
	background: #3d4b65;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#text-content {
	position: absolute;
	bottom: 90px;
	right: 0px;
	width: 400px;
	height: 250px;
	color: #ffffff;
	line-height: 35px;
}

#menu-holder{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#menu-holder-inner{
	position: relative;
	margin-top: -50px;
}

#menu-wrapper {
	width: 100%;
	height: 50px;
	background: #3d4b65;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu-content {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	z-index: 10;
}

#menu-content ul {
	list-style: none;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu-content ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
}

#menu-content ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
}

#menu-content ul li a:hover, #menu-content ul li a.active {
	text-decoration: underline;
}

#inner-content {
	min-height: 415px;
	background: #045171;
	color:#ffffff;
	padding: 0px 0px 20px 0px;
}

#inner-content-admin {
	min-height: 415px;
	background: #045171;
	color:#ffffff;
	padding: 10px 10px 10px 10px;
}

#inner-content-admin  H2{
	margin: -10px -10px 10px -10px;
}

#footer {
	width: 100%;
	height: 100px;
	font-size: 9px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	background: url(../img/site/footer-bg.jpg) no-repeat;
}

#footer p {
	margin: 5px 0px 0px 0px;
	width: 700px;
}

#footer a {
	color: #666666;
}

.pageStyle{
	background: url(../img/site/page-bg.jpg) repeat-x bottom;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	min-height: 400px;
}

.pageNoneStyle{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	min-height: 300px;
}

.pageStyle a{
	color: #ffffff;
}

H2{
	background: #ccc url(../img/site/flist-bg-h2.png) repeat-x;
	color: #045171;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	font-weight: normal;
}

H2 a{
	color: #045171;
	font-size: 15px;
	text-decoration: none;
}

.listings{
	background: url(../img/site/list-bg.png) repeat-x bottom;
}

.flistings{
	background:#efefef url(../img/site/flist-bg.png) repeat-x bottom;
	color: #045171;
}

.listings H3{
	margin-top: 0px;
	color:#cccccc;
}

.imgStrip{
	position: absolute;
}
.paging{
	height: 30px;	
}

.paging a{
	color: #ffffff;
	text-decoration: none;
}
.paging .goleft{
	float: left;
	margin: 5px;
}
.paging .current{
	font-weight: bold;
}
.paging .disabled{
	color:#666;
}
/* Forms */
legend {
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

fieldset {
	border: 0px;	
}

fieldset div {
	width: 80%;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 20px;
	padding-left: 100px;
	border-bottom: 1px dashed gray;
	height: 1%;
}

fieldset label {
	font-weight: normal;
	float: left;
	margin-left: -100px;
	width: 200px;
}

fieldset input[type="text"] {
	width: 180px;
}

fieldset textarea {
	width: 250px;
	height: 150px;
}
.backLink{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}