@charset "utf-8";
/* CSS Document */
/*--Main Layout--*/
body, html {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-position: left -10px;
	padding-top: 10px;
}
#container {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 825px;
	border: 2px solid #C1B15C;
	background-image: url(../images/col.gif);
	background-repeat: repeat-y;
}
#container #header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	/*Mike - border-bottom: #C1B15C solid 1px; - Dark Gold*/
	border-bottom: #d6c880 solid 1px;
	height:126px;
	padding-bottom:5px;
}
#container #header img#logo {
	float:left;
	padding-top:12px;
	padding-left:10px;
}
#container #main {
	float:right;
	width:652px;
	border-left:#C1B15C dashed 1px;
}
#container #sidebar {
	padding-top: 40px;
	float:left;
	width:172px;
	height:100%;
	text-align:center;
}
#footer {
	border-top: 20px solid #00a000;
	text-align: center;
}
.clearall{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
#Nav{
	float:right;
	width: 666px;
	padding: 0;
	margin: 0;
	margin-left:40px;
	height: 20px;
}



/* Default Global HyperLinks  */
a:link,a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: underline;	
}

/*--Text format--*/

#container #main h1 {
	font-size:1.5em;
	margin-top:1.5em;
	padding-left:10px;
	padding-right:10px;
}

#container #main h2 {
	font-size:1.25em;
	margin-top:1em;
	padding-left:10px;
	padding-right:10px;
	clear:left;
}

#container #main h3 {
	padding-left:10px;
	padding-right:10px;

}
#container #main p {
	padding-left:10px;
	padding-right:10px;
}

#container #main hr {
	border:0;
	color:#000000;
	background-color:#000000;
	height:3px;
	width:95%;
}

/*--Special for the home page*/
#container #main div.quarters {
	float:left;
	position:relative;
	margin-left:-1px;
	width:49%;
	border-left:#C1B15C dashed 1px;
	height:300px;
}
#container #main div.quarters p {
	padding-top:5px;
}

#container #main div.quarters img {
	position:relative;
	margin:4px auto;
	margin-bottom:10px;
	display:block;
}

#container #main div.quarters .photo {
	margin:4px;
	border:#FFFFFF 2px solid;
}


/*--Side Bar Styles--*/
#container #sidebar fieldset {
	border:#009900 1px solid;
	width:160px;
	margin:0 auto;
	padding:0;
}

#container #sidebar fieldset label {
	display:block;
	width:100%;
	color:#FFFFFF;
	background-color: #009900;
	font-size:1.25em;
	font-weight:600;
	margin:0 auto;
}
#container #sidebar fieldset h4 {
	font-size:1.1em;
	margin-top:0;
	margin-bottom:0;
	white-space: nowrap;
}
#container #sidebar fieldset span {
	font-size:1em;
}
#container #sidebar fieldset a.email {
	color: #009900;
	font-size: 1.2em;
	font-weight:bold;
}


/*--Special Case styles--*/

#container #main #eventsframe {
	position:relative;
	display:inline;
	height: 950px;
	width: 100%;
	border:none;
}
#container #main #calendar {
	position:relative;
	display:inline;
	height: 950px;
	width: 100%;
	border:none;
}

#container #main div.charter {
	position:relative;
	clear:both;
}

#container #main div.charter p.left {
	position:relative;
	float: left;
	width: 45%;
	margin-bottom:2em;
}
#container #main div.charter p.right {
	position:relative;
	float: right;
	width: 45%;
	margin-bottom:2em;
}
/* Mike - Global Styles for Form Field Inputs & Buttons*/
.button {
  font-family      : "Trebuchet MS",Verdana, Arial,sans-serif;
  font-style       : normal;
  font-size        : 11.5px;
  font-weight      : bold;
  background-color : #009900;
  color            : #fff;
  border           : 1px solid #333;
}
.buttonOvr {
  font-family      : "Trebuchet MS",Verdana, Arial,sans-serif;
  font-style       : normal;
  font-size        : 11.5px;
  font-weight      : bold;
  background-color : #00a000;
  color            : #fff;
  border           : 1px solid #333;
}

INPUT, SELECT, TEXTAREA {
  font-family      : "Trebuchet MS",Verdana, Arial,sans-serif;
  font-size        : 11.5px;
  color            : #000;
  background-color : #fff;
  border           : 1px solid #00a000;
}


/*List styles*/
li{
	margin-left:10px;
}
/*--Arrows - Added for special bullet list--*/

ul.arrows{
/*	list-style-image:url(../images/menu/arrow_r.gif);*/
}

#container #main ol li {
	margin-bottom: 1.5em;
}
#container #main ol.sub-alpha {
	list-style-type: lower-alpha;
}
#container #main ol.sub li, #container #main ol.sub-alpha li {
	margin-bottom: .5em;
}
ol.roman {
	list-style-type: upper-roman;
}

dl{
	margin:20px;
}
dt{
	font-weight:bold;
	font-size:1.1em;
}
dd{
	margin-bottom:1.5em;
}






img.right {
	position:relative;
	float: right;
	margin:10px;
	border:#FFFFFF 2px solid;
}
img.left {
	position:relative;
	float: left;
	margin:10px;
	margin-right:3em;
	border:#FFFFFF 2px solid;
}

#container #main .flt-right a {
	float: right;
	margin-top: 1em;
}

/* Mike Style for Red Attention Getting Text...9262008 */

.redfont{
  font-style       : normal;
  font-size        : 14px;
  font-weight      : bold;
  background-color : #ff0000;
  color            : #fff;
}


#container #main h2.bigngreen{
	font-size: 2em;
	color: #009900;
	text-align: center;
	font-weight: bold;
	
}

#container #main h4 {
	font-size:1.25em;
	margin-top:1em;
	padding-left:10px;
	padding-right:10px;
	clear:left;
	display:inline;
}

#container #sidebar fieldset label.alert{
	background-color:#FFFF66;
	color:#000000;
}

/**/
#container #sidebar form{
	width:160px;
	margin:0 auto;
}

#container #sidebar form fieldset{
	width: 160px;
}

#container #sidebar form ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:2em;
	width: 160px;
}

#container #sidebar form ul li {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 1em;
	margin-left:0;
}
#container #sidebar form ul .submit {
	border-style:none;
}



div.third{
	float:left;
	width:31.5%;
	margin-left:7px;
	border: #000000 solid 1px;
	height:350px;
}

#container #main .third .third_title {
	font-size: 1.2em;
	text-decoration: underline;
	text-align: center;
}
#container #main .third ul li {
	margin-left: -15px;
}
#container #main .third ul {
}
#container #main .third img {
	float: left;
	width: 45%;
	margin: 2px;
}

#container #main p.center60{
	width:60%;
	margin:0 auto;
	text-align:center;
	font-size:.85em;
}

#container #main hr.hrcenter80{
	width:80%;
	margin:0 auto;
}
#container #main span.ALLCAPS{
	font-variant:small-caps;
	font-weight: bold;
}