body {
	margin: 50px 0px;
	background-color: #6E6582;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #424241;
}

a:focus, a:hover, a:active { outline:none }

a {
	color: #5A3E99;
	text-decoration: none;
}
a:hover {
	color: #6E6582;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	background: #EBEBEB;
	border: solid #797880 1px;
	color: #000000;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

input[type=button], input[type=submit], input[type=reset] {
	font-size: 11px;
	border: solid #797880 1px;
	background-color: #6E6582;
	color: #EBEBEB;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	text-transform: uppercase;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	color: #6E6582;
	background: #6E6582;
}


/*******************************************************/

div#main-wrap {
	width:900px;
	margin: 0px auto;
}

div#main {
	border: solid black 0px;
	background: #ffffff;
	padding: 0px 25px 25px 25px;

}

div#main-inner {
	border: solid #797880 1px;
}


#pagecontent {
	padding: 10px 0px;
	line-height: 20px;
}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

#innermenu a:hover {
	color: #D17A2D;
}

div#pagefooter {
	margin-top: 8px;
	text-align: center;
	font-size: 11px;
}
div#pagefooter, div#pagefooter a {
	color: #B4B2B3;
}
div#pagefooter a:hover {
	color: #DBDCDA;
}



/***************** mainmenu styles *********************/


#mainmenu {
	margin: 0px 5px 10px 10px;
	padding: 8px;
}

#mainmenu a {
	font-weight: bold;
	font-size: 11px;
	color: black;
}

#mainmenu a:hover {
	color: #800080;
}

#mainmenu .submenu {
	padding-left:25px;
	padding-bottom: 3px;
	display: none;

}
#mainmenu .menuitem-on {
	padding-left: 10px;
	background: url(../images/icon-arrow-1.png) no-repeat left center;

}

#mainmenu .menuitem-on a {
	color: #6E6582;
	text-decoration: underline;
}



/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	color: #7C7164;
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #CFCFCF 3px 4px 2px;
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7c7164 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #7c7164;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}



/********  ********/
.leftcolumn {
	background: #E1DFD2;
}





div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #6E6582 1px;
	top: 0px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #6E6582;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #EBEBEB;
	color: #000000;
}
.divPopForm {
	text-align:left;
	position:absolute;
	background: #ffffff;
	border:solid #6E6582 1px;
 	z-index: 100;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}


