/*------------------------------------------------
CSS for Montagu Community Living

Version:	1.0 June 06
Author:		Nick Lancaster
Email:		n.lancaster@mac.com
-----------------------------------------------*/

/* General Styles
-----------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: url(images/topGrad.gif) repeat-x top;
}

h4
{
	font-weight: lighter;
	font-size: 14px;
	color: #3866A7;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

a
{
	text-decoration: none;
}

ul
{
	list-style: none;
}

ol
{
	list-style: none;
}

.clear
{
	clear: both;
	width: 100%;
	height: 1px;
}

#wrapper
{
	width: 750px;
	margin: 50px auto 0;
}

/* Main Navigation
-----------------------------------------------*/
#primaryNav
{
	float: left;
	width: 100%;
	height: 100px;
	background: url(images/nav/topbar.gif) no-repeat bottom;
}
			
#primaryNav ul 
{
	float: left;
}

#primaryNav ul li
{
	float: left;
}

#primaryNav ul li a 
{
	float: left;
	height: 30px;
	margin: 11px 2px 0 0;
	text-indent: -9999px;
	display: inline;
}


#primaryNav a:hover
{
	height: 35px;
	margin: 6px 2px 0 0;	
}

#primaryNav a#home
{
	width: 76px;
	height: 23px;
	background: url(images/nav/homeButton.gif) no-repeat top;
	margin: 30px 0 0 32px;
}
			
#primaryNav a#home:hover
{
	background: url(images/nav/homeButton.gif) no-repeat bottom;
}
			
#primaryNav a#about
{
	width: 80px;
	background: url(images/nav/aboutButton.gif) no-repeat top;
	margin-left: 20px;
}
			
#primaryNav a#about:hover
{
	background: url(images/nav/aboutButton.gif) no-repeat bottom;
}
			
#primaryNav a#residents
{
	width: 118px;
	background: url(images/nav/residentButton.gif) no-repeat top;
}
			
#primaryNav a#residents:hover
{
	background: url(images/nav/residentButton.gif) no-repeat bottom;
}
			
#primaryNav a#staff
{
	width: 85px;
	background: url(images/nav/staffButton.gif) no-repeat top;
}
			
#primaryNav a#staff:hover
{
	background: url(images/nav/staffButton.gif) no-repeat bottom;
}
			
#primaryNav #facilities
{
	width: 115px;
	background: url(images/nav/servicesButton.gif) no-repeat top;
}
			
#primaryNav #facilities:hover
{
	background: url(images/nav/servicesButton.gif) no-repeat bottom;
	margin-top: 6px;
}
			
#primaryNav a#policy
{
	width: 150px;
	background: url(images/nav/policyButton.gif) no-repeat top;
}
			
#primaryNav a#policy:hover
{
	background: url(images/nav/policyButton.gif) no-repeat bottom;
}

/* Site Banners
-----------------------------------------------*/
.home #banner, .thanks #banner, .about #banner, .resident #banner, .staff #banner, .facilities #banner, .policy #banner
{
	clear: left;
	position: relative;
	width: 750px;
	height: 265px;
	background: url(images/banners/homeBanner.jpg) no-repeat;
}

.thanks #banner
{
	background: url(images/banners/thanksBanner.jpg) no-repeat;
}

.about #banner
{
	background: url(images/banners/aboutBanner.jpg) no-repeat;
}

.facilities #banner
{
	background: url(images/banners/servicesBanner.jpg) no-repeat;
}

.policy #banner
{
	background: url(images/banners/policyBanner.jpg) no-repeat;
}

.resident #banner
{
	background: url(images/banners/residentBanner.jpg) no-repeat;
}

.staff #banner
{
	background: url(images/banners/staffBanner.jpg) no-repeat;
}

#banner h2
{
	position: absolute;
	top: 20px;
	right: 15px;
	text-indent: -9999px;
	width: 461px;
	height: 120px;
	background: url(images/banners/montaguWelcome.gif) no-repeat center;
}

.thanks #banner h2
{
	background: url(images/banners/montaguThanks.gif) no-repeat center;
}

.about #banner h2
{
	background: url(images/banners/montaguCommunity.gif) no-repeat center;
	top: 30px;
}

.resident #banner h2
{
	background: url(images/banners/montaguResident.gif) no-repeat center;
	top: 40px;
}

.staff #banner h2
{
	background: url(images/banners/montaguStaff.gif) no-repeat center;
	height: 125px;
	top: 40px;
}

.resident #banner h2
{
	background: url(images/banners/montaguResident.gif) no-repeat center;
	top: 40px;
}

.facilities #banner h2
{
	background: url(images/banners/montaguServices.gif) no-repeat center;
}

.policy #banner h2
{
	background: url(images/banners/montaguPolicy.gif) no-repeat center;
	top: 40px;
}

#banner h3
{
	position: absolute;
	top: 140px;
	right: 30px;
	width: 410px;
	color: #A39D91;
	font-weight: lighter;
	font-size: 14px;
	line-height: 22px;
}

.about #banner h3, .policy #banner h3
{
	top: 155px;
}

.resident #banner h3
{
	top: 150px;
}


#banner a
{
	position: absolute;
	top: 220px;
	right: 65px;
	text-indent: -9999px;
	width: 103px;
	height: 20px;
	background: url(images/nav/readMore.gif) no-repeat top;
}

.thanks #banner a
{
	background: url(images/nav/thanksHome.gif) no-repeat top;
}

#banner a:hover
{
	background: url(images/nav/readMore.gif) no-repeat bottom;
}

.thanks #banner a:hover
{
	background: url(images/nav/thanksHome.gif) no-repeat bottom;
}

/* Main Content Area
-----------------------------------------------*/
#content
{
	display: inline;
	float: right;
	width: 410px;
	margin: 10px 40px 10px 0;
} 

#content h2
{
	font-weight: lighter;
	font-size: 20px;
	color: #3866A7;
	margin: 10px 0;
	padding: 0 10px 10px; 
	border-bottom: 1px solid #ccc;
} 

#content p
{
	margin: 10px;
}

#content a
{
	text-decoration: underline;
	color: #3866A7;
}

.home #content ul
{
	list-style: disc outside;
	margin: 10px 0 10px 23px;
}

.policy #content h3
{
	margin: 5px 10px;
	color: #3866A7;
}

.policy #content ul
{
	list-style: disc outside;
	margin: 10px 0 10px 40px;
}

.policy #content ul ul
{
	margin-left: 20px;
	list-style: circle;
}

/* .highlight
{
	padding: 10px 0;
	background-color: #ccc;
	margin-bottom: 20px;
} */

		/*
		.pics
		{
			width: 100%;
			padding: 2% 0 2% 2%;
			background: #f8f8f8;;
		}
		
		.pics img
		{
			width: 28%;
			margin-right: 2%;
			padding: 1%;
			border: 1px solid #999;
			background: #fff;
		} 
		*/
	

/* Contact Info. and Form
-----------------------------------------------*/
#contactInfo, #sideBar
{
	display: inline;
	float: left;
	width: 275px;
	margin: -1px 0 10px 25px;
	background: url(images/sidePanelBG.jpg) no-repeat -12px -61px;
	z-index: 2;
}

#contactInfo h1, #sideBar h1
{
	text-indent: -9999px;
	line-height: 0px;
	font-size: 1px;
}

#sideBar h1
{
	margin-bottom: 75px;
}

address
{
	font-size: 14px;
	color: #A39D91;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	margin: 85px 0 10px -35px;
}

#sideBar img
{
	width: 200px;
	border: 3px solid #CCC;
	margin: 10px 0 0 18px;
}

#sideBar #base
{
	width: 100%;
	height: 30px;
	background: url(images/sidePanelBG_B.jpg) no-repeat -12px bottom;
}	

/* Contact Form Elements
-----------------------------------------------*/
form
{
	background: url(images/sidePanelBG_B.jpg) no-repeat -12px bottom;
	padding: 0 0 15px 0;
}
 
fieldset
{
	width: 210px;
	margin: 5px 0 5px 10px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #f8f8f8;
	color: #A39D91; 
	font-weight: bold;
}

legend
{
	font-weight: bold;
}

label
{
	display: block;
	margin: 0 10px;
}

input
{
	width: 190px;
	margin: 2px 10px;
	border: 1px solid #ccc;
}

input:focus, textarea:focus
{
	background: #ffc;
}

input#submit
{
	width: 5em;
	color: #A39D91;
}

input#submit:hover
{
	cursor: pointer;
}

textarea
{
	width: 190px;
	height: 80px;
	margin: 3px 10px;
	border: 1px solid #ccc;
}

/* Footer Information
-----------------------------------------------*/
#footer
{
	clear: both;
	display: inline;
	float: left;
	width: 100%;
	padding: 30px 0 40px;
	background: url(images/footerBG.gif) repeat-x top;
}

#copyright
{
	position: relative;
	width: 750px;
	margin: 0 auto;
}

#copyright p
{
	display: inline;
	float: left;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}

#copyright ul
{
	display: inline;
	float: right;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 9px;
	color: #fff;
	margin: -10px 0 0 0;
}

#copyright ul li
{
	padding: 0 10px 0 40px;
}

#copyright ul li a
{
	color: #fff;
}

#first
{
	border-bottom: 1px solid #fff;
}



