/* CSS Document */

html, body {
	margin: 0 auto;
	padding: 0;
}

body {
	background-image: url(/images/bg.jpg);
	background-color: #bde37e;
	background-repeat: repeat-x;

}

html, body, #wrapper {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	behavior: url("includes/pngbehavior.htc");
}

#background {
	margin: 0 auto;
	background-image: url(/images/bg-tree.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	width: 100%;
}

#wrapper {
	margin: 5px auto;
	width: 950px;
}

.preheader {
	margin: 0 80px 5px 0;
	font-size: 10px;
	color: #336600;
}

a {
	color: #003366;
}
a:hover {
	color: #006699;
}

#titlebar {
	margin: 0;
}

#logo {
	padding: 20px 0 20px 20px;
	background: #FFFFFF;
	width: 830px;
}

#motto {
	padding: 6px 0 0 0;
	position: relative;
	left: 50px;
}

#curve {
	background-image: url(/images/titlebar-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100px;
	height: 106px;
}

#tnav {
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}

#tnav ul {
	padding: 0;
	/*height: 40px;*/
	background-color: #f0a901;
	margin: 0;
	padding: 10px 0 9px 0;
	float: left;
	width: 870px;
}

#tnav ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	color: #FFFFFF;
	list-style-position: inside;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}

#tnav ul li.last {
	border-right: 0;
}

#tnav ul li.active a {
	background: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #000000;
}

#tnav ul li.active a:hover {
	color: #CC3300;
}

#tnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 0 5px;
}

#tnav ul li a:hover {
	color: #CC3300;
	text-decoration: none;
	display: block;
	padding: 3px;
	background: #FFFFFF;
}

#footer {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 910px;
}

#bnav {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #f0a901;
	width: 870px;
	margin: 0 auto;
	padding: 13px 0;
	display: block;
}

#bnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#bnav a:hover {
	color: #CC3300;
	text-decoration: underline;
}


.left {
	float: left;
}

.right {
	float: right;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

.both {
	clear: both;
}

#content {
	margin: 0;
	background: #FFFFFF;
	padding: 0 20px;
}

#leftcol, #rightcol {
	width: 200px;
	margin: 0 0 10px 0;
	display: block;
}


#leftcol ul {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 100%;
}

#leftcol ul li {
	list-style-type: none;
	list-style-position: inherit;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
}

#leftcol ul li.active a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 5px 4px;
	margin: 0;
	background: #D8EFAC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#leftcol ul li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 5px 5px;
	margin: 0;
	background: #FFFFFF;
}

#leftcol ul li a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	background: #D8EFAC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
	padding: 5px 4px;
	margin: 0;
	width: 190px;
}

#main, #main-admin, #main-full, #main-two {
	display: block;
	height: 100%;
}

#main {
	margin: 0 210px 20px 210px;
	width: 490px;
}

#main-admin {
	margin: 0 0 20px 220px;
	width: 690px;
}

#main-full {
	margin: 0 20px 20px 20px;
	width: 870px;
}

#main-two {
	margin: 0 210px 20px 20px;
}

#main-two-1 {
	margin: 0 20px 20px 220px;	
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #336600;
	width: 940px;
	padding: 5px;
	display: block;
	line-height: 16px;
}

#copyright a {
	color: #336600;
	text-decoration: underline;
}

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

#login {
	background-color: #c2e281;
	background-image: url(/images/rcol-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box {
	padding: 10px 15px;
}

#contact {
	background: #f7fcee;
	border: 2px solid #c2e281;
	display: block;
	width: 45%;
	float: left;
}

.details {
	border: 1px solid #c2e281;
	display: block;
	width: 45%;
	float: right;
	margin: 0 0 20px 0;
}

.kids {
	display: block;
	width: 200px;
	height: 100px;
}

#leftcol h1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

#rightcol h1 {
	color: #003300;
	font-size: 18px;
	margin: 5px 0;
}

h1 {
	color: #CC3300;
	font-size: 20px;
	margin: 0 0 10px 0;
}

h2 {
	color: #666666;
	font-size: 16px;
}

h3 {
	color: #336699;
	font-size: 14px;
}


#breadcrumb {
	display: block;
	position: relative;
	line-height: 25px;
	font-size: 11px;
	color: #999999;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
}

#breadcrumb a {
	margin: 0 2px;
	color: #999999;
	text-decoration: none;
}

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

#login input#username, #login input#password {
	margin: 0 0 10px 0;
	border: 0;
	font-size: 16px;
	padding: 5px;
	width: 160px;
}

#main input#username, #main input#password {
	margin: 0 0 10px 0;
	border: 1px solid #999999;
	font-size: 16px;
	padding: 5px;
	width: 160px;
}


input#submit {
	font-size: 16px;
}

#update, #deleted, #insert, #required {
	display: block;
	padding: 10px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#update, #insert {
	background-color: #00CC33;	
}

#deleted, #required {
	background-color: #CC0000;	
}

#update h1, #deleted h1, #insert h1, #required h1 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

/* Status */

.Active, .Pending, .Inactive {
	font-weight: bold;
}

.Active {
	color: #009933;
}

.Pending {
	color: #FF6600;
}

.Inactive {
	color: #FF0000;
}

/* Form Fields */

input.field, textarea.field {
	border: 1px solid #c2e281;
	padding: 5px;
	font-size: 16px;
	width: 97%;
}

textarea.field {
	font-family: Arial, Helvetica, sans-serif;
}

input.submit {
	font-size: 16px;
}

/* Required */

.red {
	font-weight: bold;
	color: #FF0000;
}