﻿
/* CSS layout */
/* COPYRIGHTNOTICE {Copyright of and designed by Brad Edwards - www.BradEdwardsDesigns.com} */

/* >>>>>  Page Elements
------------------------------------------------------------------------*/
body {
	background-position: bottom;
	font-family: "Century Gothic";
	color: #746852; /*	color: #5b2507; */;
	margin: 0;
	background-color: #ffffff; /*	background-color: #f1f1e5; */;
	background-image: url('assets/images/9720328XSmall.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.alignLeft {
	text-align: left;	
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignJustified {
	text-align: justify;
}
.italic {
	font-style: italic;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}

/* >>>>>  Site Container
------------------------------------------------------------------------*/
#container {
	width: 880px;
	margin: auto; /*	background-color: #f1f1e5; */
	padding-bottom: 150px;
}
#containerBG { /*	background-image: url('assets/images/container.BG.png'); */
	background-repeat: repeat-y;
	background-position: center;
}

/* >>>>>  Site Header
------------------------------------------------------------------------*/
#header {
	padding-top: 10px;
}
#logo {
	padding-top: 75px;
	font-size:42px;
	line-height: 40px;
	background-image: url('assets/images/pocLogo.png');
	background-repeat: no-repeat;
	background-position: 552px 20px;
}
#logoln2 {
	font-family: "Angsana New";
	font-size: xx-large;
	text-align: left;
	font-style: italic;
	padding-left: 520px;
}
.logo2 {
	font-family: "Angsana New";
	font-size: 70px;
	color: #99CC00;
}
.logosm {
	font-family: "Angsana New";
	font-size: 30px;
	color: #99CC00;
}

/* >>>>>  Top Navigation
------------------------------------------------------------------------*/
#top_nav {
	
}
.topMenu {
	margin: auto;
	text-align: center;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-shadow:0 1pt 1pt #000000;
}
.topMenu a:link, .topMenu a:visited {
/*	margin-left: 10px;
	margin-right: 10px; */
	color: #800000;
	text-decoration: none;
}
.topMenu a:hover {
	background-color: #caeaa1;
}
.toptMenu- a:active {
	background-color: #e5daab;
	color: #97471b;
}
.pageImage {
	background-image: url('../assets/images/page.ImageBG.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 279px;
}

/* >>>>>  Page Content
------------------------------------------------------------------------*/
#page_content {
	
}
.grounds{
	font-style: italic;
	color: #99cc00;
}
.pageTitle {
	color:#583413;/*	color:#3a4c00; */ /*	color: #5b2507; */
	width: 400px;

}
.pageTitle h1 {
	font-size: large;
	font-weight: bold;
	padding-left: 25px;
	width: 400px;
}
.page_content_title {
	font-family:Georgia;
	font-weight:bold;
	color:#333300; /*	color:#3a4c00; */
}
#buttons {
	float:right;
	padding-right:5px;
}
#page_content p {
	
}
#page_content hr {
	width: 880px;
	height: 3px;
	margin-top: 18px;
	color: #431b00;
}
#page_content #divider {
	width: 788px;
	height: 3px;
	margin-top: 18px;
	color: #431b00;
	text-align: right;
}
#page_content li {
	color:#333300;
	max-width:750px;
	margin-left:25px;
}
#page_content a:link, a:visited { /*	margin-left: 10px; 	margin-right: 10px; */
	color: #333300;
	text-decoration: none;
}
#page_content a:hover {
	background-color: #EDE4C2;
}
#page_content a:active {
	background-color: #e5daab;
	color: #97471b;
}
#holiday a:link, a:visited, a:hover, a:active {
	background-color: transparent;
}
#bottomShadow {
	text-align: center;
}
td {
	color:#333300;
}

/* >>>>>  Site Footer
------------------------------------------------------------------------*/
#footer {
	position: fixed;
	display: table;
	width: 100%;
	min-width: 960px;
	color: #CAEAA1;
	z-index: 10;
}
.copyright {
	font-size: small;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
.credits {
	font-size: small;
	text-align: right;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
}
.credits a:link, a:visited,
.copyright a:link, a:visited { /*	margin-left: 10px; 	margin-right: 10px; */
	color:#ffffff; /*	color: #5B2507; */
	text-decoration: none;
}
.credits a:hover,
.copyright a:hover {
	background-color: #caeaa1;
	color: #746852; /*	background-color: #EDE4C2; */
}
.credits- a:active,
.copyright- a:active {
	background-color: #caeaa1;
	color: #97471b;
}

/* >>>>>  Site Map Styling
------------------------------------------------------------------------*/
li.PopItemStyle {
	line-height: 25px;
}

li.ItemStyle {
	line-height: 25px;
}

















































































/*  >>>> Form Items
-------------------------------------------------------------------------*/
	.styleFormDropdown {font-size: 12px; font-weight: bold; color: #6D7C17; background-color: #caeaa1; }
	.styleFormCheckbox {cursor: pointer; }
	.styleFormButtons {font-size: 12px; font-weight: bold; color: #6D7C17; }
	.styleFormEditField {
		font-size: 12px;
		font-weight: bold;
		color: #4c560f;
		background-color: #caeaa1;
		white-space:pre;
	}
.DefaultErrorFieldStyle {
	background-color: rgb(255,0,0);
}.DefaultErrorLabelStyle {
	background-color: rgb(255,0,0);
}

