/* Peter's Form Styles */
#form{
	width: 760px;

}
#form .hd{
	margin-left: -10px;
	background-image: url(../images/form_hd.png);
	background-repeat:no-repeat;
	height:50px;
}
#form .txt{
	background-image: url(../images/form_md.png);
	background-repeat: repeat-y;;
	margin-left: -10px;
	margin-top: -25px;
	width: 750px;
	padding-left: 20px;


}
#form .ft{
	background-image: url(../images/form_ft.png);
	background-repeat:no-repeat;
	height:50px;
	margin-left: -10px;	
	margin-top: -20px;
}
#formdiv{
	width: 760px;

}
#formdiv .hd{
	margin-left: -10px;
	background-image: url(../images/form_hd.png);
	background-repeat:no-repeat;
	height:50px;
}
#formdiv .txt{
	background-image: url(../images/form_md.png);
	background-repeat: repeat-y;;
	margin-left: -10px;
	margin-top: -25px;
	width: 750px;
	padding-left: 20px;


}
#formdiv .ft{
	background-image: url(../images/form_ft.png);
	background-repeat:no-repeat;
	height:50px;
	margin-left: -10px;	
	margin-top: -20px;
}

/***** HOMEPAGE STYLES *****/

#leftcolumn.home {	
	width: 647px;
	height:327px;
	float: left;
	padding:1px;
	border:1px solid #858b56; 	
	background-color:#fff;
	margin-right:2px;
	margin-bottom:2px;
	overflow:hidden;
}

#leftcolumn.home #inner {
	display:block;
	background-color:#858b56;
	color:#fff;
	height:317px;
	padding:5px;
	overflow:hidden;
}

#leftcolumn.home #video {
	display:block;
	background-color:#858b56;
	color:#fff;
	width:395px;
	float:left;
}

#leftcolumn.home #text {
	display:block;
	background-image:url(../images/hd_permanent-sanctuary.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#858b56;
	color:#fff;
	padding:65px 10px 10px 10px;
	width:212px;
	float:left;
	margin-top:10px;
}

/* Featured Resident */

#rightcolumn.featured-resident {	
	width:316px;
	float:left;
	border:1px solid #858b56; 	
	color:#fff;
	margin:0px;
	margin-bottom:2px;

}

#rightcolumn.featured-resident h3 {	
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}

#rightcolumn.featured-resident #featured-photo {
	width:316px;
	height:218px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;

}

#rightcolumn.featured-resident #info {
	width:316px;
	height:61px;
	border:1px solid #fff;
	background-color:#7499b6;

}

#rightcolumn.featured-resident #text {

	width:290px;
	height:40px;
	float:left;
	padding:5px;
	font-size:12px;
	overflow:hidden;
}


#rightcolumn.featured-resident #button {
	width:29px;
	float:left;
	
}

#rightcolumn.featured-resident #line {
	border-top:1px solid #858b56; 
}

.featured-resident {
	border:1px solid #fff;
}
	
#rightcolumn.featured-resident a {
	color:#fff;
	text-decoration:none;
}

/* Announcements */

#announcements {	
	/*width: 970px;*/
	margin-left: 2px;
	/*background-image:url(../images/bg_announcements.gif);*/
	/*background-repeat:no-repeat;*/
	/*float:left;*/
	/*min-height: 35px;*/
}

#announcements .text {
	padding-left:20px;
	padding-top:8px;
	margin-bottom: -8px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

#announcements a {
	color: #fff;
	text-decoration:none;
	display:block;
	width: 970px;
	min-height: 35px;
}

#announcements-left {	
	width: 188px;
	background-image:url(../images/bg_announcements-left.gif);
	background-repeat:no-repeat;
	float:left;
	min-height: 35px;
}

#announcements-center {	
	width: 662px;
	background-image:url(../images/bg_announcements-center.gif);
	background-repeat:no-repeat;
	float:left;
	min-height: 35px;
}

#announcements-right {	
	width: 80px;
	padding-left: 15px;
	background-image:url(../images/bg_announcements-right.gif);
	background-repeat:no-repeat;
	float:left;
	min-height: 35px;
}


#footer.home {
	width:1012px;
	margin:0px auto;
	text-align:center;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding:33px 0px 0px 0px;	
	height:60px;

}

/* Callout Boxes */

#callouts {
	margin-top:2px;
	overflow:auto;
	width:974px;
	margin-left: 20px;
}

#callouts #box {
	width:319px;
	height:96px;
	float:left;
	overflow:hidden;
	display:block;
	padding:1px;
	border:1px solid #858b56; 	
	background-color:#fff;
}

#callouts #image { 
	float:left;
	width:136px;
}

#callouts #text { 
	float:left;
	width:163px;
	height:76px;
	overflow:hidden;
	color:#fff;
	font-size:11px;
	padding:10px;
	background-color:#7499b6;
}

#callouts #text a {
	color:#fff;
	text-decoration:underline;
} 
#callouts #text a:hover {
	color:#fff;
	text-decoration:none;
} 

#callouts #text ul {
	 margin: 0px;
	 margin-top:2px;
	 padding: 0px;	
	 list-style: none;
}
#callouts #text li {
	margin-bottom:1px;
	background-image:url(/images/bullet_01.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:2px 3px; 
	
}

/**** RESIDENTS PAGE STYLES ****/

.resident-thumb {  
	width:180px;
	height:150px;
	background-image:url(/images/picframe.jpg);
	background-repeat:no-repeat;
	padding:10px;
	vertical-align:top;
}

.resident-name {
	color:#e5bb55;
	font-weight:bold;
	font-size:14px;
}

.resident-name a{
	color:#e5bb55;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}


.resident-name a:hover {
	text-decoration:underline;
}

/***** GENERAL SUBPAGE CONTENT STYLES *****/

#contentbox {
	width:746px;
	float:left;
	margin-bottom:20px;
}
#contentbox #image {
	width:255px;
	float:left;
}
#contentbox #text {
	width:491px;
	float:left;
	margin-top:40px;
}
#contentbox td {
	padding:0px;
}

#news {
	width:746px;
	float:left;
}
#news #left {
	width:500px;
	float:left;
	padding-right:20px;
	min-height:500px;
	border-right:1px dashed #b7bc91; 
}
#news #right {
	width:185px;
	float:left;
	padding-left:20px;
	min-height:500px;	
}