/*body definition*/
/*admin text editor will take on body element characteristics so be careful when editing*/
body {
	margin: 0px;
	background-repeat: repeat-x;
	font:normal normal 100% Arial, Helvetica, sans-serif;
	color: #333333;
}
.mainbody{background-image: url(../images/BG_banner.jpg);}
a:link {color: #333333;text-decoration:none;}
a:hover {color: #E89328;text-decoration:underline;}
a:visited {color: #333333;text-decoration:none;}
a:visited:hover {color: #333333;text-decoration:underline;}

p {
	margin:0 0 10px 0;
	padding:0;
	font-size:90%;
	line-height:13pt;
}

h1 {
	font-size: 110%;
	/*color: #ADB77B;*/
	color: RGB(235,156,55);
}

h2 {
	font-size: 100%;
	/*color: #ADB77B;*/
	color: RGB(173,183,148);
}

ul { 
	margin:-10px 30px 35px 21px;
	padding:0;
}

ul li{
	list-style-image: url(../images/bullet_check.gif);
	margin:0 25px 20px 30px;
	padding:0;
}

ul li p{
	margin:0 0 10px 0;
	padding:0;
	font-size:80%;
	line-height:13pt;
}

ul li h2 {
	font-size: 100%;
	color: #ADB77B;
	margin:10px 0 0 0;
	padding:0;
}

.editor-content-left
{
    padding-left: 5px;
    padding-right: 10px;
    font-size: 90%;
}

#homeContent {
	
	margin:0;
	padding:0px 35px 30px 27px;
	text-align:left;
}  

.formTitle {font-size:80%;color:#376421;font-weight:bold;border-bottom:1px dotted #999;padding-bottom:2px;}

#footerArea {font-size:70%;} 
#footer {
	width: 100%;
	color:#666;
	font-size:110%;
	white-space:nowrap;
	text-align:center;
	border-top:5px solid #E79124;
	border-bottom:0px solid #E79124;
	border-left:0px solid #E79124;
	border-right:0px solid #E79124;			
	padding:10px 0;
	margin:0;
}


#footer a{color:#999999;text-decoration:none;}
#footer a:hover {color: #999999;text-decoration:underline;}
#footer a:visited {color: #999999;text-decoration:none;}
#footer a:visited:hover {color: #999999;text-decoration:underline;}


#uisTopMenu li
{
    list-style-image: none;
    margin: 0;
}

.breadcrumb
{
	font-weight: bold;
	text-align: justify;
	color: #333333;
	padding: 10px 0px;
}
.breadcrumb a
{
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.breadcrumb a:hover
{
	text-decoration: none;
}

/*it looks like these should be top left and bottom area links, but they're used throughout so color has been removed*/

/*forms design*/
.button
{
	color: #FFFFFE;
	border: 1px solid #FFFFFE;
	background-color: #f19f3d;
}
.button:hover
{
	color: #f19f3d;
	border: 1px solid #f19f3d;
	background-color: #FFFFFE;
}
.txtbox_small
{
	background-color: #FFFFFF;
	color: black; /*to be safe when backgrounds are dark and text is light*/
}
.frmTable
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.frmTable td
{
	padding: 2px;
}

.frmLabel
{
}

.frmRequired
{
	font-weight: bold;
}
.errMsg
{
	font-weight: bold;
	color:Red;
}
.msg
{
	font-weight: bold;
}

/*formatting for modules*/
/* membership module */
.directory th{
  font-weight:bold;
  border-bottom:2px solid #333333;
 	color: #FFFFFE;
	background-color: #f19f3d;
	border-right:1px solid #333333;
	padding:3px;
}
.directory{
  border:1px solid #333333;
}
.directory{
  border-collapse:collapse;
}
.directory td{
 padding:3px;
 border-bottom:1px solid #333333;
 border-left:1px solid #333333;
 text-align:left;
}

.featured {
  font-weight:bold;
}

.member-details {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	table-collapse:collapse;
}
.member-details td{
  padding:3px;
  border-bottom:1px dotted #333333;
}

/*testimonials / guestbook module */
.testimonials
{
	width: 100%;
}
/* CALENDER module */
#calendar-icon
{
	width: 175px;
}
#calender-icon .day, #calender-icon .day-event
{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
}
#calendar-main
{
	width: 100%;
}
#calendar-main .dayheading
{
	color: #FFFFFE;
	background-color: #f19f3d;
}
#calendar-main .tablerow
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	background:#FFFFFF;
}

#calendar-main .day, #calendar-main .today
{
	width: 14%;
	padding-top: 10px;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	/*border: 1px solid #333333;*/
}
#calendar-main .today
{
	color: #FFFFFE;
	background-color: #f19f3d;
}

#search-results-calendar td
{
	vertical-align: middle;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	border: 1px solid #333333;
}


.newsTextLarge
{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.month
{
	background-color: #ffffff;
	font: bold 10px verdana;
	color: #77768F;
	text-decoration: none;
}
.daysofweek
{
	background-color: #221D54;
	font: bold 10px verdana;
	color: white;
}
.days
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #FFFFFF;
	padding: 2px;
}
.days a
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}
.days #today
{
	font-weight: bold;
	color: red;
}



.links_text
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFE;
}
.calContent
{
	font-size: 9px;
	text-align: center;
}

/* CALENDER CSS Ends*/

/* Editor CSS*/

.info_text
{
	color: #333333;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	margin-bottom: 3px;
}
.succ_text
{
	color: #333333;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
}
.errtext
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}





/*
CSS FOR SEARCH RESULT*/

.searchTitle
{
	background: #f19f3d;
	font-weight: bold;
	color: #FFFFFE;
}
td.searchTitle
{
	padding: 3px 0px 0px 3px;
}
.searchTitle a
{
	background: #f19f3d;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFE;
}

.searchTitle a:hover
{
	background: #f19f3d;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
	text-decoration: underline;
}
.searchResult
{
	color: #333333;
}
.searchKey
{
	color: #FFFFFE;
	background: #f19f3d;
	font-weight: bold;
}
.tableHeader
{
	background: #f19f3d;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
}

.searchLinks
{
	color: #FFFFFE;
}

/**legacy css**/
.text
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: normal;
}
.tablerow
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
}
/*These are the classes that I think are not being used*/
.rightnav
{
	color: #999999;
}
.rightnav a
{
	color: #999999;
	text-decoration: underline;
}
.rightnav a:hover
{
	text-decoration: none;
}

.rightnav1 a
{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.imageborder
{
	border-color: #FFFFFF;
}
/*used?*/
.maintable
{
	background-color: #FFFFFF;
	border: 1px solid #ffe6b1;
}
.tablebornbg
{
	border: 1px solid #b5b29d;
	background-color: #e5e2cf;
}

.newsText
{
	color: #FFFFFE;
	text-decoration: none;
}

.newsLink
{
	color: #FFFFFE;
	text-decoration: underline;
}
.newsLink a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFE;
	text-decoration: underline;
}
.newsLink a:hover
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.brcrmb
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2a2a2a;
}
.brcrmb a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2a2a2a;
	text-decoration: none;
}
.mainTitle
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 24px;
	color: #7e110b;
	text-decoration: none;
}
.readmore
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #7e110b;
}
.footer
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}



/***sitemap styling**/
.sitemap{
  width:100%;
}
.sitemap td{
  width:50%;
	vertical-align:top;
	text-align:left;
}
.sitemap a{
 text-decoration:none;
}
.sitemap a:hover{
  text-decoration:underline;
}

.sitemap .level1{
	margin-top:10px;
}
.sitemap .level1 a{
  font-weight:bold;
	font-size:100%;
}
.sitemap .level2{
  margin-left:10px;
  font-size:90%;
}
.sitemap .level3{
 margin-left:20px;
 font-size:80%;
}

/***special for ie6 ****/
.aopen {
    color: #f19f3d;
 }
 .Answers
{
	width:40%;
}
.commentheading
{
    background:#f19f3d;
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
    font-family:Tahoma;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
}
.subheading
{
    padding-bottom:5px;
    padding-top:5px;
    background:#d9d9d9;
    color:#11212c;
    font-family:Tahoma;
    font-size:14px;
    padding-left:5px;
    
}
.commenttext
{
    padding-bottom:5px;
    padding-top:5px;
    font-size:12px;
    padding-left:10px;
    padding-right:5px;
    
}

