body {
	background-color: #fff;
	margin: 0px;
	border: 0px none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #7657a5;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

img {border: 0px;}
.imgpad_b {padding: 0px 0px 8px;}
.imgpad_r {padding: 0px 20px 0px 0px;}

.spaced {line-height: 20px;}
.xspaced {line-height: 28px;}
.novmargin {margin-top: 0px; margin-bottom: 0px;}
.notmargin {margin-top: 0px;}
.nobmargin {margin-bottom: 0px;}
.listimg li {list-style-image: url(images/bullet.jpg);}
.float_left {float: left;}
.float_right {float: right;}

.purple { color: #7657a5; }
.grey { color: #e2e5ea; }
.darkgrey { color: #585560; }
.black { color: #000; }
.bold { font-weight: bold;}
.formfield { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999; }

a:link {color: #7657a5; text-decoration: none;}
a:visited {color: #7657a5; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #7657a5; text-decoration: none;}

/* Allows Div to centre horizontal in browser */
#centre_container {
	width: 946px;
	height: auto;
	margin: 0px auto 0px;
	background: transparent;
}
/* Allows liquid background in FF */
#liquid_background_container {
	width: 886px;
	height: auto;
	float: left;
	padding-right: 60px;
	background-image: url(images/liquid.jpg);
	background-repeat: repeat-y;
}

/* Start of Header Options */

#header {
	width: 946px;
	height: 206px;
	float: left;
	background-image: url('images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
#header a:link {color: #fff; text-decoration: none;}
#header a:visited {color: #fff; text-decoration: none;}
#header a:hover {color: #7657a5; text-decoration: none;}
#header a:active {color: #fff; text-decoration: none;}

#header .contact_details {
	width: 262px;
	height: 132px;
	background: transparent;
	float: right;
	border: 0px;
	clear: left;
	padding: 0px 250px 0px 0px;
}
#header .latest_offer {
	width: 550px;
	height: 30px;
	background: transparent;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border: 0px;
	padding: 14px 100px 0px 0px;
}

/* Start of Footer Options */

#footer {
	width: 946px;
	height: 46px;
	float: left;
	background-image: url('images/footer.jpg');
	background-position: top;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	padding-top: 30px;
}
#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #7657a5; text-decoration: none;}
#footer a:active {color: #fff; text-decoration: none;}

#footer .lefttext{
	width: auto;
	height: auto;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	padding-left: 70px;
	background: transparent;
}
#footer .righttext{
	width: auto;
	height: auto;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	padding-right: 65px;
	background: transparent;
}

/* Start of Main Content */

#grey_copy_container {
	width: 570px;
	height: auto;
	min-height: 425px;
	background-color: #e2e5ea;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585560;
	line-height: 18px;
	padding: 20px 20px 20px 20px;
	margin: 7px 0px 6px;
}

/* Start of Navigation */

#nav_main_container {
	width: 247px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	background: transparent;
}
#nav_outlink_container {
	width: 199px;
	height: auto;
	float: right;
	padding: 10px 0px 0px;
	margin: 0px;
	background: transparent;
}
#nav_container ul {
	border: 0px none;
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	background: url('images/button_over.jpg');
	background-repeat: no-repeat; 
}
#nav_container ul li {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px; /* padding between blocks */
}
#nav_container ul li a, .navcontainer ul li a.selected {
	width: 170px;
	height: 36px; 
	color: #000;
	text-decoration: none;
	padding-left: 77px;
	padding-top: 10px;
	background: url('images/button_up.jpg');
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}
#nav_container ul li a:hover { 
	background-image: url('images/button_over.jpg'); 
	background-repeat: no-repeat;
	color: #fff; 
	font-weight: bold;
}
#nav_container ul li a.selected {
	background-image: url('images/button_over.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

/* End of Navigation */
