html {
	height: 101%;
}
html, html * {
	border-width: 0;
	border-color: #363636;
	border-style: solid;
	margin: 0;
	padding: 0;
}
body { 
	height: 99.9%;
	margin: 0;
	padding: 0;
	/*font-family: Calibri, Arial, sans-serif;*/
	font-family: Verdana, Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 15px;
	/*font-size: 1em;*/
	line-height: 1.5em;
	color: #363636;
	background-color: #ffffff;
}
#container {
	border-width: 0;
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	
}
#header {
	position: relative;
	clear: both;
	height: 190px;
	background-color: #ffffff;
	overflow: none;
	width: 100%;
	max-width: 100%;
}
#header #headImage img {
	width: 100% !important;
}
#main {
	width: 100%;
}
#right2{
	float:right;
	background-color: #d2df97;
	background-position: center right;
	background-repeat: repeat-y;
}
#side{
	z-index:2;
	position: relative;
	background-color: #d2df97;
	background-repeat: repeat-y;
	border-left-width: 1px;
}
#left2{
	float:left; 
	background-color: #ffffff;
}
#mainTable, #content, #side {
	vertical-align: top;
}

#content{
	z-index:1;
	position: relative;
	background-color: #ffffff;
	height: auto !important;
}
#footer {
	clear: both;
	height: 60px;
	padding-top: 9px;
	background-color: #ffffff;
	color: #78994a;
	border-top-width: 5px;		
}
.brclear {
	clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}
.brspace {
	font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}

/* IE mac hack */
* html>body #colRight{
	display:inline-block;
	overflow: auto;
}

* html>body #colLeft{
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	line-height: 2em;
	/*font-family: Calibri, Arial, sans-serif;*/
	font-family: Palatino Linotype, Book Antiqua, Palatino, "Times New Roman", Times, serif;
	color: #363636;
	margin: 0 5%;
}
h1 {
	font-size: 1.75em;
}
h2 {
	margin-top: 2em;
	font-size: 1.25em;
	font-style: italic;
}
h3 {
	margin-top: 2em;
	font-size: 1.25em;
}
h4 {
	margin-top: 2em;
	font-size: 1.1em;
	font-style: italic;
}
h5 {
	margin-top: 2em;
	font-size: 1.1em;
}
h6 {
	margin-top: 2em;
	font-size: .8em;
	font-style: italic;
}
#side h2 {
	margin-top: 0;
}
#header h1 {
	color: #78994a;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 3.75em;
	line-height: 150px;
	position: relative;
	z-index: 2;
}
#header h1 img {
	width: 100%;
	height: 150px;
}
#headImage {
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	width: 100%;
	overflow: none;
}
#headImage img{
	width: 100%;
	height: 187px;
}

#header p {
	display: none;
}
#content h1, #side h1 {
	padding: 0;
	text-align: center;
}
#content p {
	padding: 1em 9px 0;
	margin: 0 5%;	
	display: block;
}
#main p.padding, #side p.padding {
	padding: 0;
	margin-top: 0;
	font-size: 1em;
	line-height: 2em;
	color: transparent;
	background-color: transparent;
}
#content div.center {
	margin: 0 auto;
	text-align: center;
}
#content p img.left {
	margin: .3em 9px 9px 0;
	float: left;
}
#content p img.right {
	margin: .3em 0 9px 9px;
	float: right;
}
#content p.center {
	text-align: center;
}
#content p.tiny,#side p.tiny {
	text-align: center;
	font-size: .65em;
}
#side p {
	margin: 0 9px;
	text-align: center;
	line-height: 1.25em;
}
.photo {
	border-width:0;
	display: inline;
	margin: 0;
	padding: 0;
}
.photo a {
	border-width:0;
}
.photo img {
	margin: 0;
	padding: 6px 6px 0 0;
}
#content #map_canvas {
	width: 90%;
	border-width: 1px;
	height: 400px; 
	margin: 0 auto;
}
img.center {
	text-align: center;
	margin: 18px auto;
}
a {
outline: none;
}
#content a {
	color: #363636;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
ul.topMargin{
	margin-top: 9px;
}
#footer p {
	text-align: center;
	font-size: .8em;
}
#footer a, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color: #78994a;
}
#footer a:hover {
	text-decoration: none;
}
#content ul, #content ol {
	margin-left: 9px;
}
#content ul ul, #content ol ol {
	margin-left: 18px;
}
#content ul ul ul, #content ol ol ol{
	margin-left: 18px;
}

#content ul {
    list-style-type: disc;
	padding-left: 9px;
	margin: 0 5%;
}
#content ol {
    list-style-type: decimal;
	padding-left: 9px;
	margin: 0 5%;
}
#content ul ul {
    list-style-type: circle;
}
#content ol ol {
    list-style-type: lower-alpha;
}
#content ul ul ul {
    list-style-type: square;
}
#content ol ol ol {
    list-style-type: lower-roman;
}
#content ul ul ul ul {
    list-style-type: disc;
}
#content ol ol ol ol {
	list-style-type: decimal;
}
#side ul, #side ol {
	margin-left: 9px;
}

#topMenu{
	margin:0 auto;
	text-align:left;
	border-bottom-width: 5px;
	height: 37px;
	padding-right: 1px;
	z-index: 2;
	position: relative;
}
#topMenu ul, #topMenu ul li{
	list-style-type:none;
}
#topMenu ul{
	float:right;
	font-size: 1em;
	padding-right: 3px;
	background-color: #ffffff;
}
#topMenu li{
	float:left;
	margin-left: 3px;
	text-align: center; 
	border-width: 0px; 
	border-bottom-width: 0px;
}
#topMenu a{
	line-height: 37px;
	float:left;
	padding: 0;
	text-decoration:none;
	background-color: #d2df97;
	color: #363636;
	width: 130px;
}
#topMenu a:hover, #topMenu li a.active {
	text-decoration: underline;
	background-color: #78994a;
	color: #ffffff;
}
#topMenu li a.active {
	text-decoration: none;
}
#topMenu li a.active:hover {
	text-decoration: underline;
}



#side ul {
	list-style-type: none;
}
#side a {
	color: #555;
	text-decoration: underline;
}
#side a:hover {
	text-decoration: none;
}
#side a.active {
	text-decoration: none;
	list-style-type: none;
	background-image: url("right_arrow_black.gif");
	background-repeat: no-repeat;
	background-position: 0 .25em;
	padding-left: .6em;
}

#content #triple {
	clear: both;
	padding: 18px 0;
	margin: 0 auto;
	width: 96%;
}
#content #triple .column {
	width: 30.5%;
	margin: 0 1%;
	float: left;
	border-top-width: 5px;
}
#content #triple .column h1 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 9px 0;
	padding: 0;
}
#content #triple.column p {
	margin: 0 9px;
}
#content #triple .column img{
	margin: 9px auto;
	display: block;
	text-align: center;
}


table.calendar td {
	border-width: 1px;
	border-style: solid;
	text-align: center;
	height: 36px;
}	
table.calendar {
	font-size: 1.2em;
	width: 98%;
	margin: 0 auto;
}
table.calendar tr.caption td {
	font-size: 1.2em;
	border: 0;
}
table.calendar th, table.calendar td {
	font-size: .75em;
}
table.calendar td.linked-day a {
	color:  !important;
}

#news-ticker {
	border-width: 1px 0;
	height:180px;
	overflow: hidden;
}
#news-ticker div {
	height: 1000px;
}
#news-ticker h1 {
	color: ;
	font-size: 1.25em;
	text-align: center;
}
#news-ticker p {
	width: 96%;
	margin: 0 auto;
	line-height: 1em;
}


table.single_gallery {
	width: 90%;
	margin: 18px auto;
}
table.single_gallery td {
	width: 48%;
	text-align: center;
}













/* Table Styles */

table.frm {
	width: 90%;
	margin: 10px auto;
	border-collapse: collapse;
}

table.frm td {
	padding: 5px;
	overflow: hidden;
	/*border-bottom-width: 1px;*/
}

tr.sbmt td {
	text-align: center;
	border-bottom: none;
}

tr td.lbl p {
	margin: 0;
	text-align: right;
}

tr td.fld p, tr td.mce p {
	font-size: 80%;
	margin: 0;
	text-align: center;
}

td.lbl {
	width: 145px;
	text-align: right;
	/* border-right-width: 1px; */
	text-transform: capitalize;
}

/* form styles */
form td.fld input[type="text"], form td.fld input[type="password"], form td.fld form input[type="submit"], form td.fld  textarea, form td.fld select, #side form textarea  {
	border-width: 1px ;
	width: 99%;
}

form input[type="text"]:focus, input[type="password"]:focus, form input[type="submit"]:focus, form textarea:focus, form select:focus  {
background-color: #d2df97;
}

form td.fld select {
	width: 99.25%;
}

form#form table.frm tr td.fld input {
	border-width: 1px;
}

form td.fld table td select {
	border-width: 1px ;
	width: 100%;
}

form td.sbmt input {
	width: 50%;
	text-align: center;
	border-width: 1px ;
	background-color: #d2df97;
	margin-left: 25%;
}

form td table.mceEditor img {
	margin: 0;
	padding: 0;
}
table.mceEditor select {
	width: auto;
	border: 0;
}
table.mceEditor img, td.mce img {
	margin: 0;
	padding: 0;
	display: inline;
}
td.mce span select {
	border: 1px;
}
table.mcEditor tbody tr td  {
	height: 100px;
}






