/*  --------------------------------------------------------------------------

     

     Master Layout Style Sheet
     Created By: Andrew Millward
     Date: 12/02/2006


-------------------------------------------------------------------------------- */
	
/*  -------------------------- Layout Elements --------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9CD1F9;
	margin:0;
	padding:0;
}
img {
	border:0px;
}
#header {
	width:900px;
	height:227px;
	background-image:url(../images/header.jpg)
}
#nav {
	position:absolute;
	width:100%;
	height:21px;
	left: 0px;
	top: 160px;
	z-index: 1;
	text-indent:70px;
	padding-top:15px;
	margin-left:-20px;
}
#navlist {
	padding-left:0px;
	display:inline;
}
#nav li {
	display: inline;
	padding:0 25px;
	text-align:center
}
#content {
	position:absolute;
	width:100%;
	background-image: url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding-bottom:96px;
}
#rightphotos {
	width:250px;
	background-image:url(../images/right_middle.jpg);
	background-repeat:repeat-y;
	height:auto;
	float:right;
	position:absolute;
	left:600px;
	top:15px;
	padding-bottom:13px;
}
#boxbottom1 {
	background-image:url(../images/right_bottom.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:32px;
	bottom:0px;
	width:100%;
}
#boxbottom2 {
	background-image:url(../images/right_bottom.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:32px;
	bottom:0px;
	width:100%;
}
#rightcontact {
	width:250px;
	background-image:url(../images/right_middle.jpg);
	background-repeat:repeat-y;
	height:auto;
	float:right;
	position:absolute;
	left:600px;
	top:515px;
	padding-bottom:33px;
}
#footer {
	position:absolute;
	bottom:0px;
	width:900px;
	height: 63px;
	padding-left:10px;
	background-image:url(../images/content_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#9CD1F9;
	text-indent:15px;
}
#wrapper {
	margin: auto;
	width: 900px;
	position: relative;
}
/*  --------------------------- Link Elements ----------------------------------- */
#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color:#9CD1F9;
}
#footer a:link {
	text-decoration: none;
	color: #06C;
}
#footer a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color:#999999;
}
a:link {
	text-decoration: none;
	color: #00008C;
}
a:visited {
	text-decoration: none;
	color:#00008C;
}
a:hover {
	text-decoration: underline;
	color:#000042;
}
/*  ------------------------- Text Style Elements --------------------------------- */
h1 {
	font-size:30px;
	font-weight:bold;
	padding-left:50px;
	padding-top:15px;
	line-height:0px;
	margin-left:0px;
}
h2 {
	font-size:20px;
	font-style:italic;
	padding-left:50px;
}
.menu {
	color:#D9D9D9;
	font-weight:bold;
	font-size:20px;
}
.currentpage{
	color:#9CD1F9;
}
.content {
	color: #000000;
	font-size:18px;
	padding-left:50px;
	padding-right:330px;
}
.content_list {
	padding-left:100px;
	padding-right:330px;
	padding-top:0px;
	margin:0px;
}
.list {
	padding-left:100px;
	padding-right:100px;
	padding-top:0px;
	margin:0px;
}
.content_bullets {
	color: #000000;
	font-size:18px;
	padding-bottom: 5px;
}
.table {
	margin-left:50px;
	color: #000000;
	font-size:18px;
}
.boxheading {
	font-size:20px;
	font-weight:bold;
}
.boxtext {
	font-size:16px;
	padding-left:23px;
	padding-right:23px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:5px;
}
.copyright {
	color: #036;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:30px;
}
.copyrightlink {
	color:#036;
}
