@charset "utf-8";
/* CSS Document */

/* ********************* 
 Headings 
************************ */
h1 {
	font-size: 24px;
	color: #6E881A;
	padding: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: 23px;
}
h2, .heading {
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 25px;
	color: #6E881A;
}
h3, .subheading {
	font-size: 15px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
h4, .paragraphheading {
	color: #6B1329;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFC9D3;
}
/* ********************* 
 Floats
************************ */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
/* ********************* 
 Forms
************************ */
form {
	margin: 0;
	padding: 0;
}
.styledinput {
	background-color:#F0EEEC;
}
.submitbutton {
	font-size: 13px;
	font-weight: bold;
	color: #E7E9E0;
	background-image: url(../images/layout/submit_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	width: 140px;
	height: 35px;
	background-color: #536615;
	border: 1px solid #608000;
}
.submitbutton a:hover, .submitbutton:hover {
	color: #FFFFFF;
}
.imageinputbuttons {
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ********************* 
 Images 
************************ */
img {

}
.imageleft, .imageleftbordered {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imageright, .imagerightbordered {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.imageleftbordered, .imagerightbordered {
	border: 1px solid #000000;
}
/* ********************* 
 Text styles 
************************ */
.normaltext {
	font-weight: normal;
}
.xsmall {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 15px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 18px;
}
.black {
	color: #000000;
}
.red {
	color: #CC0000;
}
.red2 {
	color: #990000;
}
.redsmall {
	font-size: 10px;
	color: #990000;
}
.color1 {
	color: #3068B4;
}
.color2 {
	color: #8F3054;
}
.color3 {
	color: #AD1126;
}

.disabledtext {
	color: #999999;
}
.highlighted {
	background-color: #FFFFFF;
	padding: 5px;
}
.emphasized {
	font-size: 14px;
	color: #335E1A;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #334E23;
}
.centered {
	text-align: center;
}
/* ********************* 
 Lists, <hr> rulers, and dividers
************************ */
.liststyle1 {
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 15px;
}
.liststyle1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.liststyle2 {
	margin-top: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-bottom: 5px;
}
.liststyle2 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.divider {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}
/* ********************* 
 Tables 
************************ */
td, tr, th {
	padding: 0px;
	margin: 0px;
}
.tableoutline {
	border: 1px solid #C1BA83;
	background-color: #FAF8EB;
}
.tableheading {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #889BB3;
	background-color: #608000;
}
.tablesubheading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #E4E4E4;
	background-color: #999999;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tablesubheadingsmall {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
	background-color: #CACEBB;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tablerow {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9E998D;
	background-color: #FEF1DE;
}
.tablerowlight {
	background-color: #E7E9E0;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #3F5300;
}
.tablerowdark {
	background-color: #EEE9E3;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tablerowdisabled {
	color: #989481;
	background-color: #CCC8B5;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5BBA0;
}
.tablerowbottom {
	background-color: #EDF2FA;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #CACEBB;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
}
.tablefooter {
	font-size: 13px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6D9B3C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCBB2;
	text-align: right;
}
/* ********************* 
 Miscellaneous 
************************ */
.padded {
	padding: 5px;
}
.bordered {
	border: 1px solid #000000;
}
.noborders {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.usermessage {
	overflow: visible;
	font-size: 13px;
	display: block;
	min-height: 40px;
	background-color: #F5EFE4;
	border: 1px solid #999999;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.usermessage img {
	margin-right: 8px;
	float: left;
	margin-top: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.usermessage p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.breadcrumb, .adminbreadcrumb {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: right;
	float: right;
}
.breadcrumb a, .breadcrumb img, .adminbreadcrumb a, .adminbreadcrumb img {
	border: none;
}
.quote {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E2F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9E2F0;
	margin-top: 20px;
}
.quotetext {
	margin-right: 20px;
}
.quoteauthor {
	font-size:11px;
	text-align:center;
}
.green {
	color: #6E881A;
}
.bluelinks a:link, .bluelinks:hover, .bluelinks a:visited {
	color: #0A427D;
}

