* {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
}
html, body {
	height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:none;
	margin:0;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #030773;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:850px;
	margin: 0 auto -170px; /* the bottom margin is the negative value of the footer's height */
}

#head {
	clear: left;
	width: 850px;
	height: 130px;
	background-image: url(../images/exeter-decorating-castle.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#head #logo {
	width: 436px;
	padding:20px 0 0 0;
	clear: both;
}

#head #tel {
	color: #fc0e2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 200px;
	clear: left;
	padding: 30px 0 0 0;
}

#nav ul {
	margin: 0px;
	padding: 0;
}



#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 35px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
}


#nav ul li a:hover {
	border-bottom: 2px solid #fff;

}
#nav ul li #current {
	border-bottom: 2px solid #fff;
}
#righcol {
	float: right;
	width: 492px;
	margin: 30px 0 0 0;
}

#righcol #rightmod {
	margin: 20px 0 0 0;
}

#leftcol {
	float: left;
	width: 330px;
	margin: 30px 0 20px 0;
	color: #FFF;
}
#leftcol2 {
	float: left;
	width: 570px;
	margin: 30px 0;
	color: #FFF;
}
#righcol2 {
	float: right;
	width: 240px;
	margin: 48px 0 0 0;
}
#righcol2 #rightmod img {
	margin: 0 0 20px 0;
}



#leftcol2 h1, #leftcol h1 {
	font-size: 18px;
	color: #fc0e2b;
	font-weight: normal;
}
#leftcol2 h2, #leftcol h2 {
	font-size: 16px;
}

#leftcol2 p, #leftcol p {
	font-size: 13px;
	color: #FFF;
	line-height: 19px;
}
#leftcol2 ul, #leftcol ul {
	padding: 0 0 0 40px;
}
#leftcol2 ul li, #leftcol ul li {
	padding: 0;
	margin: 0;
	line-height: 19px;
}
#leftcol2 .address .box a  {
	color: #FFF;
	text-decoration: none;
}
#leftcol2 .address .box a:hover  {
	text-decoration:underline;
}

#leftcol2 a img {
	border:2px solid #fff;
	margin:0 10px 0 0;
}
#leftcol a {
	color: #FC0E2B;
	text-decoration: none;
}
#leftcol a:hover{
	text-decoration:underline;
}

#foot{
	width:850px;
	margin:0 auto;
	padding: 22px 0 0 0;
}
#footer{
	background-color:#FFF;
	clear: left;
	margin:30px 0 0 0;
}

#footer, #push {
	height: 140px; /* .push must be the same height as .footer */
	clear:left;
}
#footer #foot #footright {
	float: right;
	height: 73px;
	width: 345px;
}
#footer #foot #footleft{
	padding:0;
	margin:0;
	float: left;
	width: 300px;
}
#footer #foot #footleft p .red {
	color:#fc0e2b;
}

#footer #foot #footleft p, #footer #foot #footleft p a{
	font-size: 16px;
	color: #040ba0;
	font-weight: bold;
	text-decoration:none;
	line-height: 28px;
	padding: 0;
	margin:16px 0 0 0;
}

#footer #foot #footleft p a:hover{
	text-decoration:underline;
}
#footer #foot #copy {
	float: left;
	width: 850px;
}
#footer #foot #copy p, #footer #foot #copy p a {
	font-size: 11px;
	color: #CCC;
	font-weight:normal;
	text-decoration: none;
	margin:16px 0 0 0;
	padding:0;
}
#footer #foot #copy p a:hover {
	text-decoration:underline;
	color:#666;
}
.subheadline{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	float:right;
	
}
