/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 22px "Century Gothic";
	color: #FFF;
	background: #3B9B7C url('/i/title-bg.jpg') no-repeat;
	width: 868px;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
}

h2 {
	font: 16px Georgia;
	color: #002938;
	margin: 0 0 25px 0;
}

h3 {
	font: italic 33px Georgia;
	color: #F5EFCC;
	margin: 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #002938;
	text-decoration: underline;
}

a:hover {
	color: #002938;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 25px 0;
	line-height: 1.3em;
}

/* Lists */

.content ul {
	margin: 0 0 15px 15px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 16px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #002938;
	background: #B7AB7A url('/i/page-bg.jpg');
}

.all {
	width: 946px;
	margin: 0 auto;
	padding: 0 0 35px 0;
}

.header {
	position: relative;
	height: 126px;
	overflow: hidden;
}

.head {
	background: url('/i/head.png') no-repeat;
	position: absolute;
	top: 10px;
	left: 694px;
	width: 161px;
	height: 116px;
}

.logo {
	margin: 25px 0 0 50px;
}

/* Frame */

.frame {
	background: url('/i/frame-bg-mid.gif') repeat-y 50% 0;
}

.frame-top {
	background: url('/i/frame-bg-top.gif') no-repeat 50% 0;
	overflow: hidden;
	position: relative;
	padding: 0 0 11px 0;
}

.frame-bottom {
	background: url('/i/frame-bg-bottom.gif') no-repeat 50% 100%;
	height: 11px;
}

.shadow-top-left {
	background: url('/i/shadow-top-left.png') no-repeat;
	width: 23px;
	height: 304px;
	position: absolute;
	top: 0;
	left: 0;
}

.shadow-top-right {
	background: url('/i/shadow-top-right.png') no-repeat;
	width: 23px;
	height: 304px;
	position: absolute;
	top: 0;
	right: 0;
}

.shadow-bottom-left {
	background: url('/i/shadow-bottom-left.png') no-repeat;
	width: 23px;
	height: 305px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shadow-bottom-right {
	background: url('/i/shadow-bottom-right.png') no-repeat;
	width: 23px;
	height: 305px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.wrapper {
	margin: 0 32px 0 32px;
	background: url('/i/top-pic.jpg') no-repeat;
	overflow: hidden;
}

.welcome {
	margin: 40px 0 0 55px;
	height: 208px;
}

.welcome p {
	font: 16px "Trebuchet MS";
	color: #F5EFCC;
	margin: 0 0 0 3px;
	width: 570px;
	line-height: 1.4em;
}

/* Menu */

.menu {
	margin: 0 0 0 10px;
	height: 55px;
}

.menu li {
	float: left;
	display: inline;
}

.menu li a:link, .menu li a:visited {
	display: block;
	float: left;
	height: 55px;
	color: #FFF;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li.current_page_item a:link, .menu li.current_page_item a:visited {
	color: #4C3000;
	text-decoration: none;
}

.menu li .m-left {
	display: block;
	float: left;
	width: 23px;
	height: 55px;
	cursor: pointer;
}

.menu li.current_page_item .m-left {
	background: url('/i/menu-left.png') no-repeat;
}

.menu li .m-right {
	display: block;
	float: left;
	width: 24px;
	height: 55px;
	cursor: pointer;
}

.menu li.current_page_item .m-right {
	background: url('/i/menu-right.png') no-repeat;
}

.menu li .m-mid {
	float: left;
	display: inline;
	font: 21px "Century Gothic";
	height: 35px;
	cursor: pointer;
	padding: 20px 8px 0 9px;
}

.menu li.current_page_item .m-mid {
	background: url('/i/menu-mid.png') repeat-x;
}

.menu li.current_page_item .m-mid {
	font-weight: bold;
}

/* Photos */

.photos {
	background: #F5EFCC;
	padding: 7px 0 7px 0;
}

.photos img {
	margin: 0 8px 0 0;
}

.photos img.last {
	margin: 0;
}

/* Content */

.content-area {
	background: url('/i/content-bg.jpg') 0 49px;
	overflow: hidden;
}

.content {
	margin: 20px 20px 0 20px;
	padding: 0 0 20px 0;
}

.pic-right {
	float: right;
	display: inline;
	margin: 0 0px 0 25px;
}

.pic {
	float: left;
	display: inline;
	margin: 0 25px 0 0;
}


/* Footer */

.footer {
	width: 900px;
	margin: 5px auto 0 auto;
	text-align: center;
	font: 22px "Century Gothic";
	color: #002938;
}

.footer a:link, .footer a:visited {
	color: #002938;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.left-column {
	float: left;
	display: inline;
	width: 400px;
}

/* Box */

.box {
	background: url('/i/box-bg.gif') no-repeat;
	width: 409px;
	height: 341px;
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	overflow: hidden;
}

.box .inner {
	margin: 22px 0 0 28px;
	font: 16px Georgia;
	color: #002938;
}

/* Form */

.formBuilderField {
	clear: both;
	width: 100%;
	margin: 0 0 3px 0;
}

.formBuilderField:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.formBuilderField:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .formBuilderField {height: 1%;}

.formBuilderLabelRequired, .formBuilderLabel {
	float: left;
	width: 150px;
	display: block;
	display: inline;
}

.formBuilderInput, .formBuilderLargeTextarea, .formBuilderSmallTextarea {
	width: 172px;
	display: block;
	float: left;
}

.formBuilderInput input {
	border: 1px solid #002938;
	font: 14px Georgia;
	padding: 2px 0;
	width: 99%;
}

textarea {
	border: 1px solid #002938;
	font: 14px Georgia;
	width: 99%;
}

textarea#fieldformBuilderFieldComments {
	height: 50px;
}

.formBuilderSubmit {
	margin-left: 150px;
}

.formBuilderSubmit input {
	font: bold 14px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: #389677;
	color: #FFF;
	padding: 2px 15px;
	border: 0px solid transparent;
	cursor: pointer;
}

.formBuilderFailure {display: none;}
label.error {display: none !important;}
input.error, textarea.error {
	border: 1px solid #ff0000 !important;
}

.date {font-size: 12px; margin: 0 0 15px 0;}

.content ul.p2c_catlist li {
	margin: 0 0 15px 0;
}