/* 
	ONE Website Design
	http://wwww.onewebsitedesign.co.uk
	
	Cream BG: #EBE7DB
	Brown: #7C664E
	Green: #607762
	Dark Green: #226641
*/


/*
	RESET
*/
html,body 			{
	height: 100%;
	margin: 0px;
}
body 				{
	font-size: 12px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-repeat: no-repeat;
	background-color: #A5997F;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-position: center top;
}
table				{
	border-collapse: collapse;
}
.noindent				{ 
	margin: 0px; 
	padding: 0px; 
}
a:link 				{
	text-decoration: underline;
	color: #504122;
}
a:visited  			{
	text-decoration: underline;
	color: #3C3728;
}
a:hover 				{
	text-decoration: none;
	color: #3D3525;
}
a:active				{
	text-decoration: underline;
	color: #443E28;
}




/*
	UTILITY
*/
.floatLeft			{ 
	float: left; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
.floatRight			{ 
	float: right; 
	margin: 0px 0px 0px 20px; 
}
.clear				{ 
	clear: both; 
}
.button				{ 
	border: 1px solid #333333; 
	background: #CCCCCC; 
	padding: 3px 8px; 
	color: #FFFFFF; 
}
.button:hover			{ 
	background: #FF0000; 
	color: #FFFFFF; 
}




/*
	STRUCTURE
*/
#page-wrap 			{
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border: 10px double #FFFFFF;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#main-col				{
	float: left;
	width: 530px;
	height: auto;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.sidebar				{
	float: right;
	width: 290px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #685E48;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
.sidebar img		{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sidebar a, .sidebar a:visited		{
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebar a:hover		{
	text-decoration: none;
}
#banner				{
	float: left;
	width: 880px;
	height: 185px;
	margin: 0px 0px 20px 0px;
	padding: 25px 10px 20px 30px;
	color: #FFFFFF;
	background-image: url(images/banner.html);
	background-repeat: no-repeat;
}

#block				{ 
	float: left; 
	width: 860px; 
	padding: 30px 30px 0px 30px; 
	background: #FFFFFF; 
	border: 1px solid #E0EEFF; 
}
#leftblock			{ 
	float: left; 
	width: 400px; 
	height: 195px; 
	margin-bottom: 40px; 
	padding: 10px 30px 20px 30px; 
}
#rightblock			{ 
	float: right; 
	width: 460px; 
	height: 225px; 
	margin-bottom: 40px; 
}
hr {
	width:90%;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D1BB;
}





/*
	HEADER
*/
#logo 				{
	width: 260px;
	height: 100px;
	background-image: url(images/greenacres-dovercourt-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#header    			{
	height: 570px;
	width: 900px;
	float: left;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
#header p				{ 
	float: left; 
	margin: -234px 0px 0px 160px; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: normal; 
}





/*
	MENU
*/
#top-menu 			{
	width: 900px;
	height: 40px;
	float: left;
	text-align: left;
	margin-top: 440px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #685E48;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #665440;
}
#top-menu ul			{ 
	margin: 0px; 
	padding: 0px;
}
#top-menu li			{
	list-style-type: none;
	float: left;
	background-image: url(images/nav-spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#top-menu a, #top-menu a:visited	{ 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
	padding: 9px 35px 9px 35px; 
	display: block; 
}
#top-menu a:hover 		   	{ 
	color: #FFFFFF; 
	text-decoration: underline; 
}




/*
	TYPOGRAPHY
*/
h2 				{
	font-size: 18px;
	color: #685E48;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 				{ 
	font-size: 16px; 
	color: #FFFFFF; 
	margin: 0px; 
	padding: 0px; 
}
.heading				{ 
	color: #CCCCCC; 
	text-transform: uppercase; 
}
.sub-heading			{ 
 color: #CCCCCC; 
 }
.introduction			{
	color: #FFFFFF;
	font-weight: bold;
}
.signature				{
	font-weight: bold;
	font-style: italic;
}



/*
	FOOTER
*/
#footer				{
	float: none;
	width: 900px;
	color: #FFFFFF;
	background-color: #685E48;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	clear: both;
}
#footer ul			{ 
	float: left; 
	margin: 0px; 
	padding: 0px; 
}
#footer li			{ 
	list-style-type: none; 
	padding: 0px 40px 0px 0px; 
}
#oneweblink			{
	width: 910px;
	color: #403217;
	padding-right: 10px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#oneweblink a, #oneweblink a:visited		{
	color: #7C664E;
	text-decoration: none;
}
#oneweblink a:hover		{
	text-decoration: underline;
}
