/*
	Weedon Partnership
	http://www.weedonpartnership.co.uk
*/ 
/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/

/* @group General */

body
{
		font-family: "News Gothic Std", Arial, Helvetica, Geneva, sans-serif;
		font-size: 10pt;
		background-color: #e5e5e5;
/*		text-align: center; /* Centre Alignment for IE. */
		margin: 0px;
}

p
{
		margin: 0px 0px 0.5em 0px;
}

a
{
		color: #333;
}

a:hover
{
		color: #7f7f7f;
		
}
a:visited
{
		color: #7f7f7f;
		
}



li
{
		list-style-type: circle;
}

/* @end */

/* @group Page Container */

#PageContainer
{
		position: absolute;
		height: 600px;
		
		width:900px;

		left: 50%;
		top: 50%;
		margin-top: -300px; /* Half of the heigh */
		margin-left: -450px; /* Half of the width */

		
		border-collapse: collapse;
		
		
		background-color: #ffffff;
}

@media print
{
	#PageContainer
	{
			left: 0%;
			top: 0%;
			margin-top: 0px;
			margin-left: 0px;
	}
}

table#PageContainer tr
{
		margin: 0px;
		border: none;
}

/* @end */

/* @group Navigation Menu */

#Navigation {
		width: 90px;

		padding-top: 160px;
		vertical-align:top;

		background-color: #808080;
		text-align: center;
		text-transform: uppercase;		
		font-size: 8pt;
}

@media print
{
	#Navigation
	{
	display: none;
	}
}

#Navigation a
{
		display: block;
		margin: 0px;
		

		border-top: 1px  #808080 solid;
		border-bottom: 1px  #808080 solid;
		color:#ffffff;
		
		padding-top: 1em;
		padding-bottom: 1em;
		
		text-decoration: none;
		letter-spacing: 0.1em;
}

#Navigation a:hover
{
		border-top:1px #fff solid;
		border-bottom:1px #fff solid;
}



#Navigation a#CurrentPage
{
		border: none;
		background-color: white;
		border-top-color: white;
		border-bottom-color:white;

		
		color: #808080;
}

/* @end */

/* @group Image Area */

#ImageArea
{
		vertical-align: top;
		padding: 80px 20px 40px 20px;
		
		font-size: 8pt;		
		text-align: left;
}

#ImageArea .ScrollView
{
		overflow: auto;
		padding-right: 0px;
		height: 292px;
}



/* @end */

/* @group Text Area */

#TextArea
{
		width: 325px;
		background-color: #ccc;

		vertical-align: top;

		padding: 165px 10px 10px 10px;

		text-align: left;
		font-size: 8pt;
		overflow: auto;
}

h1, h2, h3
{
		font-size: 10pt;
		padding-bottom: 0px;
		margin-bottom: 0.5em;
}
h2, h3
{
		font-size: 8pt;
		padding-bottom: 0px;
		margin-bottom: 0.25em;
		margin-top: 0.75em;
}


#TextArea .ScrollView
{
		overflow: auto;
		padding-right: 10px;
		height: 350px;
}


@media print
{
	#TextArea .ScrollView
	{
		overflow: visible;
	}

}


#Address
{
		margin: 3em 0 3em 0;
}

#TextArea .Highlight
{
		background: #e5e5e5; 
		border: 1px #e5e5e5 solid; 
		padding: 0px 10px 10px 10px;
		margin: 10px 10px 10px 10px;	

}
@media print
{
	#TextArea .Highlight
	{
		background: inherit;
		border: none;
		padding: 0px;
		margin: 0px;
	
	}
}


#Links a
{
		display: block;
		text-decoration: none;
		font-weight: bold;
		margin: 1.5em 0 0 0;
}


/* @end */

/* @group Title Text */


#Title
{
		
		font-size: 14pt;
		color: #000000;
		font-family: Arial, san-serif;
		letter-spacing: 0.2em;
		margin-bottom: 60px;
}
#Logo
{
		width: 361px;
		height: 20px;
		
}
#Weedon
{
		font-weight: bold;
}
#Partnership
{
		letter-spacing:0.1em;
}
#Architects
{
		color: #008339;
}

/* @end */

/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/


