/* start by zeroing out the margins on elements, add padding or margins on each element separately */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
border: 0;
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #455D79; /*#336699;*/
font-size: 90.01%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #49453F;
}
/* used to clear floated elements */
 .clearit{
 clear: both;
 height: 1%;
 }
#outerwrapper {
	background-color: #BECDD1;
	background-image: url(../images/outerwrapper_bg.jpg);
	background-repeat:no-repeat;
}

#wrapper {
width: 772px;
w\idth: 769px;  /*value for IE6 - take away the border widths from the actual widths*/
margin: 0px auto;
position: relative;
background-image: url(../images/wrapper_bg.jpg);
background-repeat: repeat-y;
background-color: transparent;
border-right: 1px solid White;
border-left: 1px solid White;
text-align: left;
}

#logo {
	width: 100%;
	background-color: #455D79;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 65px;
	/* REMOVED BY SUE border-bottom: 3px solid #990000; */
}


#header {
height: 45px; /* for other browsers honour height of strap and topnav div */
background-color: White;
}

#topnav{
	background-color: #336699;
}

#topnav img {
	border: none;
}

/* big headerpic */
#strap {
height: 140px;
background-image: url(../images/strap.jpg);
background-repeat: no-repeat;
}

#content {
	width: 520px;
	margin-left: 200px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: transparent;
	font-size: .90em
}

* html body #content {
	width: 526px;
	margin-left: 190px;
}

/* styles for the left content area */
#content h1 {
	font-size: 105%;
	color: #243E5E;
	margin-bottom: 1.1em;
}

#content h2 {
	font-size: 100%;
	color: #336699;
	margin-bottom: 1.0em;
}

#content h3 {
	font-size: 85%;
	color: #FF4500;
	margin-bottom: 0.9em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

.red {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

#content p {
	margin: 15px 0;
	font-size: 90%;
	line-height: 140%;
	color: #000;
}

#content ul {
	padding: 5px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
}


#content img {
	margin: 3px 8px 1px 0;
	/* border: 1px solid black; */
}


.noborder {
border: 0px;
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
}
/* end image styles */

/* footer area styles */
#footer {
width: 100%;
background-color: #455D79;
margin:0;
padding: 0;
background-image: url(../images/footer.gif);
}

#footer p {
	font-size: 75%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
	color: #FFFFFF;
	line-height: 1.75em;
}

#footer a {
color: #990000;
}

#footer a:hover {
	color: #fff;
}

	/* left column styles */
#leftcol {
	width: 170px;
height: 250px;
	float: left;
	margin: 30px 0 10px 10px;
}

#leftcol p {
		font-size: 85%;
	line-height: 140%;
	color: #000;
}

* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 15px 0 10px 5px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;

}

#leftcol .topit {
	margin-top: 15px;
}

* html #leftcol ul {
	margin-top: -3px;
}

#leftcol ul li {
border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #4E87BE;
	border-right: 1px solid #4E87BE;
	border-left: 1px solid #4E87BE;
	w\idth: 168px;
	line-height: normal;
	line-height:/**/118%;
	l\ine-height: normal;
	margin-bottom:/**/ -3px;
	ma\rgin-bottom: 0;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #41141C;
	padding: 3px 0 4px 2px;
	padd\ing: 4px 0 5px 2px;
	background-color: #75A3D0;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #455D79;
	color: White;
}

strong {
	color: #27496E;
	font-size: 90%;
}

.DesPics {
	margin-top: -80px;
}

/********* workarounds **********/

.notop {
position:relative;
top:-15px;
}


.nobottom {
position:relative;
bottom:-15px;
}

.upabit {
position:relative;
bottom: -10pix;
}

.downabit {
position:relative;
top: 20pix;
}

.smallspace {
line-height: 4px;
}

.topalign {
vertical-align: top;
}

.blueborder {
border: 1px solid #455D79;
}

.leftfloat
{
float: left
}

.rightfloat
{
float: right
}

#lists
{
font-size: 100%;
}

/***** Begin laying out the contact form *****/

#content form {
	margin: 20px 0 50px 7px;
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

#content input, #content select {
	background-color: #D7E5F2;
	color: #483D8B;
	/* border: 1px solid #41141C; */
	margin: 0 0 0 0;
	/* width: 150px; */
	display: block;
}

#content textarea {
	background-color: #D7E5F2;
	color: #483D8B;
	border: 1px solid #455d79;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	/*color: #660000;*/
	font-size: 85%;
	padding-top: 5px;
	display: block;
}

/***** Ends the form layout *****/

/*styles for announcement box */

/* outer div for boxes */
#boxes {
	width: 410px;
	margin: 0 auto;
}
.boxlarge_top {
	background-image: url(../box_images/box_large_top.gif);
	height: 25px;
	width: 403px;
}
.boxlarge_bottom {
	background-image: url(../box_images/box_large_bottom.gif);
	height: 20px;
	width: 403px;
}

.boxlarge ul{
text-align: center;
}
.boxlarge li{
margin: 0;
padding: 0;
list-style-type:none;
background:none;
font-size: 90%;
text-align: left;
font-style: italic;
color: #5A513B;
}

.boxlarge {
background-image: url(../box_images/box_large_middle.gif);
background-repeat: repeat-y;
width: 403px;
padding: 0;
margin: 0;
text-indent: 6px;
white-space: nowrap;
text-align: center;
}
.boxlarge p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}

#boxes h1 {
	font-size: 95%;
	color: #2E3260;
	margin:0;
}

#boxes h2 {
	font-size: 90%;
	color: #2E3260;
	margin:0;
}
#boxes h3 {
	font-size: 75%;
	color: #993333;
	margin:0;
	text-align: center;
}

.center {
	text-align: center;
}

/* styles for Highslide  */

<style type="text/css">

}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;

}

.highslide-move {
    cursor: move;
}


