

body {
	color: #00567C;
	background-color: #F4FBFE;
	font-size: 78%;
	margin: 0;
	padding: 0;
}

body, textarea, input {
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #A04627;
	text-decoration: none;
}

a:hover {
	color: #CA5A33;
	text-decoration: underline;
	background: none;
}

p {
	font-size: 1.1em;
}

p.large {
	font-size:2em;
	color:#00A5EF;
	margin:20px 150px 20px 95px;
}


/*------------------- Header -------------------*/

#topNav {
	background-color: #CA5A33;
	height: 18px;
	padding: 6px 0 6px 10px;
	color: #F0BC2C;
	font-size: 1.2em;
	word-spacing: .2em;
	border-top: 6px solid #F0BC2C;
	border-bottom: 6px solid #F0BC2C;
}

#topNav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#topNav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 125px;
}

#headercolour {
	background-color: #fff;
	border-bottom: 6px solid #F0BC2C;
}

h1 {
	color: #0772A9;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	font-family: verdana;
}

h2 {
	color: #CA5A33;
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
	font-family: verdana;
}

h3 {
	color: #CA5A33;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0 -3px 0;
	font-family: verdana;
}

#news h3 { 
	color: #CA5A33;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-family: verdana;
}

#leftmenu h3 { 
	color: #CA5A33;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0 16px 12px;
	font-family: verdana;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin:18px 0 -10px 0;
	font-family: verdana;
}

h5{
	font-size: 1em;
	font-weight: bold;
	margin:18px 0 -10px 0;
	font-family: verdana;
}




#header p {
	color: #339;
	padding-top: 40px;
	margin: 0;
	font-size: 0.9em;
}

#telephone {
	text-align: right;
	position: absolute;
	right:12px;
	top:132px;
	color: #962F0C;
}


#telephone a {
	color: #962F0C;
	text-decoration: none;
	font-weight: normal;
}

#telephone a:hover {
	color: #962F0C;
	text-decoration: underline;
	font-weight: normal;
}




/*------------------- Main -------------------*/

#lefthomecontent {
	margin-left: 0px;
	margin-right:300px;
	padding: 0px 0px 0px 12px;
}

#leftcontent {
	margin-left: 0px;
	margin-right:135px;
	padding: 0px 0px 0px 12px;
}

#leftcontentnews {
	margin-left: 0px;
	margin-right:235px;
	padding: 0px 0px 0px 12px;
}

#news {
	position: absolute;
	right:120px;
	top:172px;
	width:210px;
	padding-right: 4px;
}

#leftmenu {
	position: absolute;
	left:0px;
	top:172px;
	width:140px;
	padding-right: 1px;
}

#leftmenucontent {
	margin-left: 150px;
	margin-right:135px;
	padding: 0px 0px 0px 12px;
	border-left: 1px dotted #F0BC2C;
}


#rightcolumn {
	position: absolute;
	right:0px;
	top:226px;
	width:123px;
}

#christmas {
	position: absolute;
	right:20px;
	top:226px;
	width:200px;
}




ul { 
	list-style-image: url("../images/bullet.gif");
	}
	
#news ul { 
	list-style-image: url("../images/bullet.gif");
	margin: 0px;
	padding: 10px 0 0 22px;
}

#news li { 
	padding: 0 6px 5px 3px;
}


#leftmenulist ul {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	font-weight: normal;
}

#leftmenulist a {
	display: block;
	width:130px;
	padding: 1px 0 4px 20px;
	background: url(../images/background1.gif)  no-repeat;
}

#leftmenulist a:hover {
background:  url(../images/background1.gif)  no-repeat;
}


img#mainimage {
	float:left;
	margin: 0 5px 0px 0;
	height:172;
	width:263;
	border: 1px solid #013A86;
}

img#rightimage {
	float:center;
	height:260;
	width:112;
	border: 0px;
}



/*------------------- Footer -------------------*/

#footer {
	background-color: #F0BC2C;
	height: 16px;
	padding: 8px 10px 6px 0;
	color: #962F0C;
	text-align: right;
	
}

#footer a {
	color: #962F0C;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #962F0C;
	text-decoration: underline;
	font-weight: normal;
}
#address {
	border-bottom: 1px solid #CA5A33;
	padding-left: 10px;
}

#footerline {
	border-bottom: 1px solid #CA5A33;
	background-color: #962fc;
	height: 1px;
	margin: 0px 12px 0px 12px;
	
}


/*---print---*/

@media print {

	body {
		font-size: 10pt;
	}
	
	#homecontent {
		text-align: left;
	
	}
	#news {
		padding-top: -20px; 
	
	}
	
	a {
		color: black;
		background: none;
	}
	
	#footer {
		text-align: left;
	}
	
	#telephone, img#rightimage, img#mainimage,  #topNav, #header img {
		display: none;
	}
	
}
/*---test---*/
 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(../images/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}
