/* MAIN TEMPLATE COMPONENTS */ 
a { 
	color: #5A83C0; 
}
 
a img {
	border: 0px;
}

button {
	background: #4A6894;
	color: white;
	padding: 2px 20px;
	border: 0px;
	font-size: 0.8em;
	cursor : pointer;
}

h1, h2, h3, h4 {
	font-family: georgia,times new roman,serif;
	font-weight: normal;
}

#innertopimage {
 	display: block; 
	height: 308px; 
	width: 773px; 
	border: 0px;
}

/* DROP SHADOWS */

#drop_shadow {
	width: 799px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding-bottom: 13px;
	margin-bottom: 13px;
}

#bottomdrop {
	position: absolute;
	bottom: 0px;
	left: 13px;
	background: url('/images/bottom_shadow.png') repeat-x;
	height: 13px;
	width: 773px;
}

#leftdrop {
	width: 799px;
	background: url('/images/left_shadow.png') left top repeat-y;
}

#rightdrop {
	width: 799px;
	background: url('/images/right_shadow.png') right top repeat-y;
}

#toprightdrop {
	position: absolute;
	top: 0px;
	right: 0px;	
	display: none;
}

#topleftdrop {
	position: absolute;
	top: 0px;
	display: none;
	left: 0px;
}

#bottomrightdrop {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#bottomleftdrop {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* CONTENT */

#content h1 { 
	font-size: 30px;
}

#content h2 { font-size: 22px; }
#content h3 { font-size: 16px; } 
#content h4 { font-size: 15px; } 

hr { color: #5A83C0; }

/* ELEMENTS COMMON ACROSS CONTENT PAGES */
p.error {
	color: #FF0000;
	background: #FFFFFF;
}


/* FOR FCK EDITOR */

text10pt {
	font-size: 10pt;
}

text12pt {
	font-size: 12pt;
}

text14pt {
	font-size: 14pt;
}

h1.special_title {
	color: #336699;
	font-size: 14pt;
	text-transform: uppercase;
}

.stretcher {
	clear: both;
}


#postcode_input {
width : 200px;
font-size : 12px;
padding : 3px 3px 4px 3px;
}

.siteplan_image {
	border: 0px;
	margin-bottom: 20px;
}

#postcode .inactive {
	color: silver;
}

#topleftlist {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#topleftlist ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#topleftlist ul ul {
	padding-left: 2em;
	margin-left: 2em;
}

#topleftlist li {
	list-style-type: none;
	font-weight: bold;
}

#topleftlist li li {
	font-weight: normal;
}
#topleftlist a {
	text-decoration: none;
}
#topleftlist a:hover {
	text-decoration: underline;
}
