body, html{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font: 11px Verdana;
	color: #94966f;
	text-align: justify
}

p{
	line-height:15px;
	margin: 6px 0px 6px 0px;
}

a{
	text-decoration: underline;
	color: #925855;
}

a:hover{
	color: #94966f;
}

body {
  background: #f0f4e3;
  	padding-bottom: 37px;  
}



.SeparatorContent{
		background: url("../images/separators/separator-content.jpg") no-repeat center;
		overflow: hidden;
		height: 40px;
		clear: both;
		width: 465px;
}

.SpacerContent{
		overflow: hidden;
		height: 20px;
		clear: both;
}


/*Photo Frame  */
.PhotoFrameFloatRight{
	float: right;
	margin: 0px 0px 16px 16px;
}

.PhotoFrameFloatLeft{
	float: left;
	margin: 0px 16px 16px 0px;
}

.PhotoFrame{
	background: #f0f4e3 ;
}

.PhotoFrameTopLeft{
	background: url("../images/photoframes/photoframe-top_left.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PhotoFrameTopRight{
	background: url("../images/photoframes/photoframe-top_right.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PhotoFrameTop{
	background: url("../images/photoframes/photoframe-top.jpg") repeat-x;
	height: 9px;
}

.PhotoFrameLeft{
	background: url("../images/photoframes/photoframe-left.jpg") repeat-y;
	width: 9px;
}

.PhotoFrameRight{
	background: url("../images/photoframes/photoframe-right.jpg") repeat-y;
	width: 9px;
}


.PhotoFrameBottomLeft{
	background: url("../images/photoframes/photoframe-bottom_left.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PhotoFrameBottomRight{
	background: url("../images/photoframes/photoframe-bottom_right.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PhotoFrameBottom{
	background: url("../images/photoframes/photoframe-bottom.jpg") repeat-x;
	height: 9px;
}



/*Visitations */

.visitationsrow{
	background: url("../images/visitations/row.jpg");
	background-repeat: no-repeat;
	width: 442px;
	height: 21px;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #925855;
	line-height: 19px;
}

.visitationname{
float: left;
display: inline;
margin-left: 5px;
font-weight: bold;
}

.visitationdate{
float: right;
display: inline;
margin-right: 16px;
color: #98a104;
}


/* Inputs */

.radioOn, .radioOff{

	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 6px;
}

.radioOn{
	background-image : url("../images/forms/radio_a.jpg");
}

.radioOff{
	background-image : url("../images/forms/radio.jpg");
}



.input1{
	background: #fff url("../images/forms/background-input1.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-left:8px;
	padding-top:6px;
	padding-bottom:6px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #8f8f8e;
}

.Select{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #8f8f8e;

}

.TextInput{
	background: #fff url("../images/forms/background-input1.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-left:8px;
	padding-top:6px;
	padding-bottom:6px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #8f8f8e;
}

.textarea1container{
	width: 440px;
	height: 190px;
	background: url("../images/forms/background-textarea1.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
	margin-top: 10px;
}


.textarea1{
	border: 0px;
	margin: 8px;
	width: 424px;
	height: 174px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8f8f8e;
	overflow: auto;
	scrollbar-base-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-arrow-color:#fcfdf7;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#e7e7e7;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

.resourcesitemtext{
	font-size: 11px;
	color:#6e1f1f;
	font-weight: bold;
	text-transform: uppercase;
}

.resourcesitemurl{
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	color:#98a104;
	
}


.list1, ul{
float: left;
margin: 0px;
padding: 0px;
}

.list1 li{
	padding-left: 18px;
	list-style-type:none;
	background: url("../images/bullets/bullet.gif");
	background-repeat:no-repeat;
	background-position: left top;
	color:#6e1f1f;
	line-height:16px;
	font-size: 11px;
}


.staffname{
	font-size: 12px;
	color:#6e1f1f;
	font-weight: bold;
}

.staffposition{
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	color:#98a104;
}

.backtotop{
	background: url("../images/icons/top.gif") no-repeat;
	width: 18px;
	height: 23px;
	position: relative;
	float: right;
	cursor: hand;
}

.IconMagnify{
	position: absolute;
	margin-left: 127px;
	display: inline;
	background:url(../images/icons/magnify.gif) no-repeat;
	width: 18px;
	height: 18px;
	cursor: hand;
	}
	
	
	
	
	
	
	
	
	
	
	
	
/*Panel Frame  */
.PanelFrameFloatRight{
	float: right;
	margin: 0px 0px 16px 16px;
}

.PanelFrame{
	background: #fffffd ;
}

.PanelFrameContent{
padding: 4px;
}

.PanelFrameTopLeft{
	background: url("../images/panelframes/panelframe-top_left.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PanelFrameTopRight{
	background: url("../images/panelframes/panelframe-top_right.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PanelFrameTop{
	background: url("../images/panelframes/panelframe-top.jpg") repeat-x;
	height: 9px;
}

.PanelFrameLeft{
	background: url("../images/panelframes/panelframe-left.jpg") repeat-y;
	width: 9px;
}

.PanelFrameRight{
	background: url("../images/panelframes/panelframe-right.jpg") repeat-y;
	width: 9px;
}


.PanelFrameBottomLeft{
	background: url("../images/panelframes/panelframe-bottom_left.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PanelFrameBottomRight{
	background: url("../images/panelframes/panelframe-bottom_right.jpg") no-repeat;
	width: 9px;
	height: 9px;
}

.PanelFrameBottom{
	background: url("../images/panelframes/panelframe-bottom.jpg") repeat-x;
	height: 9px;
}



.ShoppingListItem{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 91px;
	font-size: 10px;
}


/* Merchandise */


.CatHolder td{
text-align: center;
padding-bottom: 20px;

}

.CatholderOpt{
	color:#908468;
}

.GallThumb{
display: block;
margin-bottom: 5px;

}

.CatItemTitle{
	font-weight: bold;
}

.CatItemDesc{
	text-decoration: none;
}