td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.border {
	border: solid 2px #756330;
}
.buttons a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
.buttons a:link, .buttons a:visited {
	background-color: #2f7f3a;
}
.buttons a:hover {
	background-color: #b7a130;
}
.photoborder {
	border: solid 1px #ffffff;
	height: 100px;
}
.photoborder img{
	text-decoration: none;
}
.phototext {
	color: #FFFFFF;
	font-weight: bold;
}
.phototext a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.phototext a:hover {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.phototext a:active {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.form td {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
}
.form input {
	border: solid 1px #787878;
	padding: 1px;
	font-size: 14px;
}
.title, .title a {
	/*color: #535353;*/
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 5px;
	text-decoration: none;
}
.title p {
	/*color: #535353;*/
	color: #FFFFFF;
	font-size: 18px;
}

.lowtitle, .lowtitle a {
	color: #535353;
	font-size: 18px;
	/*background-color: #a8a8a8;*/
	text-decoration: none;
	padding-left: 5px;
}
.text td, .pad {
	padding: 5px;
}
.text  #Table1 td
{
	padding: 2px;
}
.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color:#000000;
}
.contentbox {
	height: 425px; 
	overflow:auto;
	padding: 4px;
	/*width: 614px;*/
}
.contactcontentbox {
	/*height: 425px; */
	overflow:auto;
	padding: 4px;
	/*width: 614px;*/
}
.homecontentbox {
	height: 220px; 
	overflow:auto;	
	padding: 4px;
	/*width: 614px;*/
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: #2f7f3a;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.main_dnnmenu_itemhover {  
	background-color: #b7a130;
}

.main_dnnmenu_itemhover td {  
	background-color: #b7a130;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	text-align: left;
}
