@charset "UTF-8";
/* CSS Document */

body {

	background-color: #FFFFFF;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #636363;
	line-height: 1.5em;
}

#headerwrapper {
	background-image: url(imgs/site/header_bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	width:900px;
	height:125px;
	position:relative;
	margin: 0 auto;
}

#logo {
	float:left;
	margin-top:22px;
	margin-left:0px;
}

#strapline {
	float:left;
	margin-top: 60px;
	margin-left: 60px;
	font-weight:bold;
	font-size:1.16em;
	color: #999999;
}

#leftcol{
	width:200px;
	float:left;
}

#nav {
	width:160px;
	padding-top:25px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
	font-size: 1.17em;
	line-height: 2em;
}

#nav li {
	background-image: url(imgs/site/nav_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav .active {
	color:#6B5C24;
}

#nav a {
	text-decoration: none;
	color: #7F7F7F;
}

#nav a:hover {
	text-decoration: none;
	color: #6B5C24;	
}


#content {
	width:450px;
	padding-top:30px;
	float: left;
}

#contentbrochures {
	width:700px;
	padding-top:30px;
	float: left;
}

.brochure {
	border: solid 1px #636363;
	float:left;
}

#rightcol {
	width:175px;
	margin-left:75px;
	float:left;
	padding-top:30px;

	
}

#contentarea {
	width:900px;
	margin: 0 auto;
	
}

#headimg {
	width:900px;
	height:230px;
	margin: 0 auto;
}

.pics {
	overflow: hidden;
}

#footerwrapper {
	background-image: url(imgs/site/footer_bkgd.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	background-image: url(imgs/site/footer_tick.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 220px;
	width: 900px;
	margin: 0 auto;
}

#footercontacts {
	float:left;
	margin-top:65px;
	margin-left:75px;
}

#footerlogos {
	float:right;
	margin-top:60px;
	margin-left:75px;
	text-align:right;
}

.package {
	list-style:none;
	padding:0px;

}

.package a {
	background: url(imgs/site/link-pdf.gif) no-repeat 0px 0px;;
	padding-left: 20px;
	min-height:20px;
	height: 20px;
	display: block;
}
.clear {
	clear:both;
}

/*TEXT STYLES*/

a {
	text-decoration:none;
	font-weight:bold;
	color: #6B5C24;

}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #636363; 
}

p {
	margin-top:0px;
	margin-bottom:1em;
}


h1 {
	color: #481563;
	margin-top:0px;
	margin-bottom:1em;
	font-size:1.5em;
}

h2 {
	color: #481563;
	margin-top:0px;
	margin-bottom:1em;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5em;
}
s

