*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #0681b3;
	text-align: center;
}

a img
{
	border: 0;
}

#map{
	margin-left: 25px;
	
}

iframe{
	border: 1px solid #000; 
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	text-indent:-9999px;
	height:0px;
}

h2
{
	margin:0 0 10px 25px;
	color:#0a5964;
	font-size: 2em;
}


p /* STANDARD PARAGRAPH STYLE */
{
	margin:0 0 20px 25px;
	font-size: 0.9em;
}

#content p
{
	margin-right:50px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#btm_header p
{
	padding: 8px 0 0 0;
	margin: 0px 0 0 8px;
	float: left;
	font-size: 12px;
}

/* LIST STYLES *************************/
li
{
	margin-bottom: 10px;
	color: #000;
	list-style:none;
	margin-left:25px;
	font-size: 0.88em;
}

#nav ul
{
	list-style:none;
	
}

#nav li
{
	margin:0 0 15px 24px;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 754px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background:url(../images/bg.gif) repeat-y;
	padding: 0 15px;
}

#header
{
	width: 100%;
	height: 129px;
}

#top_header
{
	background:#47bac5;
	height:16px;
	width:754px;
}

#logo
{
	background:#0981b3 url(../images/holmfirth_logo.gif) 672px 1px no-repeat;
	height:39px;
	width:754px;
}

#contact_details
{
	background:url(../images/contact_details.gif) no-repeat 9px 15px;
	height:39px;
	width:480px;
	text-align: right;
	padding-top: 13px
}

#btm_header
{
	background:#fff url(../images/keith_davey.gif) 591px 6px no-repeat;
	height:74px;
	width:754px;
}

#content_container
{
	background:url(../images/content_bg.gif) repeat-y 0;
	width:754px;
}

#nav
{
	float:left;
	display: inline;
	width: 20%;
	height: auto;
	margin-top:23px;
}

#content
{	
	margin-left:20%;
	width:80%;
	_margin-top:-282px;/*IE6 + IE5 Only*/
}

#banner
{
	background:#0681b3 url(../images/banner.jpg) no-repeat 1px 0 ;
	height:119px;
	margin:0 0 45px 0;
	width:603px;
}

#logos
{
	margin-left:15px;
	width:603px;
	padding-bottom: 10px;
}

#logos img
{
	margin-right:25px;
}

#footer
{
	clear:both;
	background:#47bac5 url(../images/footer.gif) no-repeat 175px 13px;
	height:36px;
	width:754px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color:#0a5964;
	font-weight: bold;
}

a:visited
{
}

a:hover
{
	text-decoration: underline;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

.small
{
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background: #0681b3;
	color: #fff;
	padding: 5px;
	font-size: 10px;
}

.medium
{
	display: block;
	float: left;
	margin-right: 5px;
	background: #0681b3;
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

.large
{
	display: block;
	float: left;
	background: #0681b3;
	color: #fff;
	padding: 5px;
	font-size: 16px;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}