body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 5px;
	padding: 0 ;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#000000;	/*0C0E00;  	 						  
*/
	background-image: url('../images/template/mbg_05.jpg');
	background-position: center;
	background-repeat: repeat-y;
	font-size: small;
}
img { border: 0 }
.oneColFixCtrHdr
{
	background-color: transparent;
}
.container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	vertical-align: top;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: transparent;
}
.header 
{
	position: relative;
	margin-bottom: 8px;
}
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headermiddle
{
	background:url(../images/template/h_mdl.jpg) top left repeat-x;
}
.headerleft
{
	background:url(../images/template/h_l.jpg) top left no-repeat;
}
.headerright
{
	height:116px; background:url(../images/template/h_r.jpg) top right no-repeat; width:100%;
}
.headercontent
{
	position: absolute;
	margin-left: 20px;
	margin-top: 5px;
	width: 820px;
}
.headercontentright
{
	float: right;
	width: 360px;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10pt;
	text-align: center;
}
.headercontentrightaddress
{
	position: relative;
	width: 250px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.headercontentlogo
{
	width: 400px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mainnavigation
{
	position: relative;
	margin-bottom: 8px;
}
.mainnavigationmiddle
{
	height:46px; background:url(../images/template/m_bg_mdl.jpg) top left repeat-x;
}
.mainnavigationleft
{
	height:46px; background:url(../images/template/m_bg_l.jpg) top left no-repeat;
}
.mainnavigationright
{
	height:46px; background:url(../images/template/m_bg_r.jpg) top right no-repeat; width:100%;
}
.mainnavigationcontent
{
	padding-top:15px;
	margin-left:15px;
	text-align: center;
	height:31px;
}
.tableContent
{
	width: 850px;
}
.contentmiddle
{
	background:url(../images/template/xxxx3.gif) top left repeat-y;
}
.contentleft
{
	background:url(../images/template/contentTopLeft.jpg) top left no-repeat;
}
.contentright
{
	background:url(../images/template/contentTopRight.jpg) top right no-repeat; 
}
.contentlower
{
	background:url(../images/template/xxxx5.gif) bottom left no-repeat; 
}
.mainContent {
width:850px;
overflow:hidden;
	
}


/*Two column style*/

 #twoColSidebar1 {
	width: 242px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:5px;
	text-align: center;
}
 #twoColMainContent { 
	width:600px;
} 
 #twoColSidebar1 .content
{
	text-align: center;
	padding-top: 16px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 #twoColSidebar1 .contentSub2
{
	width: 210px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center;
}
 #twoColSidebar1 .contentSub
{
	width: 195px;
	margin: 0;
	padding: 0;
	text-align: left;
}
 .photoContent
{
	text-align: left;
	width: 810px;
	padding-top: 15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 #twoColMainContent #twoColMainContentTop
{
	
}
 #twoColMainContent #twoColMainContentMiddle
{
	background-image:url(../images/template/SectionBG.jpg);
	background-repeat:repeat-y;
}
 #twoColMainContent #twoColMainContentBottom
{
	background:url(../images/template/SectionBot.jpg) bottom left no-repeat;
}

 #twoColMainContent #twoColMainContentArea
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
}

/*End Two column style*/

.footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0;
	vertical-align: top;
	height: 73px;
}
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footermiddle
{
	height:73px; background:url(../images/template/fm.jpg) top left repeat-x;
}
.footerleft
{
	background:url(../images/template/fl.jpg) top left no-repeat;
	height: 73px;
}
.footerright
{
	background:url(../images/template/fr.jpg) top right no-repeat; height:73px; width:100%; color:#535039;
}
.footercontent
{
	position: absolute;
	margin-left: 25px;
	margin-top: 15px;
	background-color: transparent;
	height: 73px;
	font-size: 12px;
	width: 800px;
}
.footer a{color:#660000; text-decoration: none;}
.footer a:visited{color:#660000; text-decoration: none;}
.footer a:hover{color:#660000; text-decoration: underline;}

.headerlinks { margin-top: 14px; width:360px; font-weight:bold;}
.headerlinks a{color:#660000; text-decoration: none;}
.headerlinks a:visited{color:#660000; text-decoration: none;}
.headerlinks a:hover{color:#660000; text-decoration: underline;}

.contentbottom
{
	background:url(../images/template/2btm.jpg) bottom left no-repeat;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #ffffff;
}

#headerlinks li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#headerlinks li, #headerlinks a
{
	height: 26px;
	
}

/*this covers the home item*/

.AspNet-Menu-Vertical ul.AspNet-Menu 
{
	margin:0;
	padding:0 10px 0 0;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-Leaf
{
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
}

.AspNet-Menu-Vertical
{
	margin-left:auto;
	width:100%;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.AdminGridControlLine
{
	border-bottom: solid 1px #332709;
	border-top: solid 1px #332709;
}
.pageContent
{
	min-height: 200px;
	padding-bottom: 8px;
}
.pageContent h3
{
	font-size: 14px;
	font-weight: bold;
	color: #255295;	
}
.pageContent h4
{
	font-size: 14px;
	font-weight: bold;
	color: #255295;	
	margin: 0;
	padding: 8px 0 5px 0;
}
.pageTitle h1
{
	font-size: 18px;
	color: #660000;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.pageTitle h2
{
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
}
/* 
	green: #56720a;  skin: 84A70F 
	blue: #255295
	burgandy: #660000
*/
.secondaryNavigation
{
	color: #660000;
	font-size: 10pt;
	font-weight: bold;
}
.secondaryNavigation a
{
	text-decoration: none;
	color: #660000;
}
.secondaryNavigation a:visited
{
	text-decoration: none;
	color: #660000;
}
.secondaryNavigation a:hover
{
	text-decoration: none;
	color: #000000;
}
.adminLink
{
	float: right;
	font-size: 10pt;
}
.adminSectionTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.adminSectionSubtitle
{
	margin: 0;
	padding:0 0 0 25px;	
}
.adminSectionSubtitle a
{
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
.adminSectionSubtitle a:visited
{
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
.adminSectionSubtitle a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.adminUL
{
	list-style-type:disc;
}
.adminUL li
{
	padding-bottom: 10px;	
}
#ContentAdmin
{
	padding-bottom: 8px;
	font-size: small;
}
#ContentAdmin a
{
	color: #660000;
	text-decoration: none;
}
#ContentAdmin a:visited
{
	color: #660000;
	text-decoration: none;
}
#ContentAdmin a:hover
{
	color: #000000;
	text-decoration: underline;
}
#ContentAdmin h2
{
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
}

.logoutLink
{
	font-weight: bold;
	font-size: 11pt;
	color: #d72300;
	text-align: left;
	padding-bottom: 5px;
}
.logoutLink a
{
	color: #d72300;
	text-decoration: none;
}
.logoutLink a:visited
{
	color: #d72300;
	text-decoration: none;
}
.logoutLink a:hover
{
	color: #000000;
	text-decoration: none;
}

.AspNet-Menu-Leaf
{
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}
.AspNet-Menu-Leaf a
{
	text-decoration: none;
	color: #ffffff;
}
.AspNet-Menu-Leaf a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.AspNet-Menu-Leaf a:hover
{
	text-decoration: none;
	color: #000000;
}
.AspNet-Menu-Link
{
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}
.AspNet-Menu-Link a
{
	text-decoration: none;
	color: #ffffff;
}
.AspNet-Menu-Link a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.AspNet-Menu-Link a:hover
{
	text-decoration: none;
	color: #000000;
}
.adoptionFieldname
{
	text-align:left;
	width:15%;
	font-weight:bold;	
}
.adoptionFieldnameShort
{
	text-align:left;
	width:5%;
	font-weight:bold;	
}
.adoptionQuestion
{
	font-weight:bold;	
}
.fieldname
{
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}
.profileFieldname
{
	font-weight: bold;
	font-size:small;
	color: #000000;
	text-align: left;
	width: 25%;
	vertical-align:top;
}
.profileField
{
	font-size:small;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.profileTextboxShort
{
	width: 50%;
}
.profileTextboxMid
{
	width: 75%;
}
.profileTextboxLong
{
	width: 99%;
}

.sectionLongTop
{
	background:url(../images/template/SectionTopLong.jpg);
	background-repeat:no-repeat;
}
.sectionLongMiddle
{
	background-image:url(../images/template/SectionBGLong.jpg);
	background-repeat:repeat-y;
}
.sectionLongBottom
{
	background:url(../images/template/SectionBotLong.jpg) bottom left no-repeat;
width:834px;
}

.sectionLongContentArea
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
}
.sectionLongContentArea 
{
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.sectionLongContentArea  .twoColSidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:5px;
	background:url(../images/template/l.jpg) top right repeat-y;

}
.sectionLongContentArea  .twoColMainContent { 
	margin: 0 0 0 224px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:580px;
	padding-left:10px;
} 
.sectionLongContentArea  .twoColSidebar1 .content
{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
.pageImage
{
	padding-top: 10px;
	width: 400px;
}
.footercontentright
{
	float: right;
	width: 200px;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
}
.footercontentleft
{
	width: 500px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}
.leftNavTable
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.leftNavTR
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.leftNavTD
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.leftNavTDActive
{
	color: #000000;
}
.leftNavTDActive a
{
	color: #000000;
}
.leftNavTDActive a:visited
{
	color: #000000;
}
.siteMapLinks
{
	color: #000000;
	font-size: 10pt;
}
.siteMapLinks a
{
	text-decoration: none;
	color: #000000;
}
.siteMapLinks a:visited
{
	text-decoration: none;
	color: #000000;
}
.siteMapLinks a:hover
{
	text-decoration: none;
	color: #660000;
}
.breadCrumbDiv
{
	padding-bottom: 10px;
}
.breadCrumb
{
	font-size: 8pt;
	color: #000000;
}
.breadCrumb a
{
	color: #000000;
}
.breadCrumb a:visited
{
	color: #000000;
}
.breadCrumb a:hover
{
	color: #660000;
}
/*Contact Us*/
.ContactFieldLabel
{
	font-weight: bold;
	width: 25%;
}
.ContactField
{
	width: 75%;
	text-align: left;
}
.ContactTextBox
{
	width: 97%;
}
.ContactSubmit
{
	width: 50%;
	text-align: right;
}
.divFarReachFooter
{
	text-align: center;
	font-size: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.divFarReachFooter a
{
	color: #ffffff;
}

.divFarReachFooter a:visited
{
	color: #ffffff;
}
.divFarReachFooter a:hover
{
	color: #ffffff;
}
#divAddress
{
	float:left; 
	vertical-align:top; 
	padding-bottom:0px; 
	padding-top:30px;
	position:relative;
	margin: 0;
	width: 220px;
}
#divPicture
{
	position:relative;
	margin:0 0 0 270px;
	vertical-align:top; 
	padding-right:0px; 
	width:300px;	
}
#divContactForm
{
	vertical-align:top;
	padding-top:50px;
}
.eventFilters
{
	color: #660000;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align:top;
}
.eventFilters a
{
	text-decoration:underline;
	color: #660000;
}
.eventFilters a:visited
{
	text-decoration: none;
	color: #660000;
}
.eventFilters a:hover
{
	text-decoration: none;
	color: #000000;
}
.EventHeaderLabel
{
	margin: -10px 0 20px 0;
	font-weight: bold;
	color: #660000;
	font-size: 14pt;
}
.EventDetails { position:absolute; left:0px; top:0px; visibility:hidden;}
















