
/* ANFord Chartered Surveyors: Stylesheet			*/
/* Copyright 2010 Heddon Consulting Ltd., all rights reserved	*/

/* Logo blue:	0,160,255	#00A0FF */
/* Dark blue:	0,80,128	#005080 */
/* Light blue:	192,232,255	#C0E8FF */
/* Grey:	192,192,192	#C0C0C0 */
/* Dark grey:	96,96,96	#606060 */
/* Light grey:	224,224,224	#EEEEEE */

BODY {
	margin: 25px 25px 0px 25px;
	background: white;
	color: black;
	font-size: 10pt;
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
}

@media print {
	BODY {
		margin: 0px;
	}	
}

/* page structure */

H1 {
	height: 135px;
	background: url('/images/mainlogo300.png') top left no-repeat;
	border-bottom: 2px solid #00A0FF;
}

H1 SPAN {
	display: none;
}

#pageframe {
	width: 750px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #00A0FF;
	font-size: 8pt;
	color: #606060;
	clear: both;
}

/* text styles */

P, TD, BLOCKQUOTE {
	font-size: 10pt;
}

H2 {
	font-weight: normal;
	background: #EEEEEE;
	padding: 4px 6px 4px 6px;
}

.small {
	font-size: 8pt;
}

ADDRESS {
	font-style: normal;
	margin-left: 40px;	
}

/* hyperlinks */

A, A:visited {
	color: #005080;
}

A:hover, A:active {
	color: #C0C0C0;
}

/* placement tools */

P.imgholder {
	margin: 0px 0px 0.5em 0.5em;
	padding: 0px 0px 0.5em 0.5em;
	float: right;
}

/* navigation */

#navigation {
	width: 175px;
	float: right;
	border-left: 2px solid #00A0FF;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	background: white;
}

#navigation H3 {
	margin: 8px 0px 4px 0px;
	border-bottom: 1px solid #00A0FF;
}

UL.navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

UL.navigation LI {
	list-style: none;
}

UL.navigation LI A,
UL.navigation LI A:visited {
	text-decoration: none;
	color: #606060;
	padding: 2px 4px 2px 4px;
	display: block;
}

UL.navigation LI A:hover,
UL.navigation LI A:active {
	color: #303030;
	background: #C0E8FF;
}

UL.navigation LI A.activepath {
	color: #EEEEEE;
	background: #00A0FF;
}
