body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #A09CB1;
	background-repeat: repeat-x;
}
#centre {
	width: 700px;
	margin: 0px auto;
}
#container {
	width: 680px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#header {
	float: left;
	height: 150px;
	background-color: #FFFFFF;
	width: 680px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/header5.jpg);
	background-repeat: no-repeat;
}
.logo {
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 57px;
}


/* Navigation */
#navigation {
	float: left;
	width: 680px;
	margin: 0px 0px 10px;
	background-color: #EEEEF3;
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navigation li {
	display: block;
	float: left;
	margin: 0px;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
}
#navigation li a {
	text-decoration: none;
	color: #35185e;
	display: block;
	padding: 10px;
}
#navigation li a:hover, #navigation li .topnavon {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #35185E;
}
/* Content */
#contentcontainer {
	width: 680px;
	margin: 0px;
	padding-top: 0px;
	float: left;
}

#leftcontent {
	width: 450px;
	float: left;
	margin: 0px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#deskLink {
	background-image: url(../images/header1.jpg) ;
	cursor:pointer;
	background-repeat: no-repeat;
	width: 685px;
	height:152px;
	float: left;
	margin: 0px;
	padding:0px 0px 0px 0px;
}

#officeLink {
	background-image: url(../images/header2c.jpg);
	cursor:pointer;
	background-repeat: no-repeat;
	width: 685px;
	height:152px;
	float: left;
	margin-top: 0px;
	padding-right: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D7A4F5;
}


.hovatype {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:30px;
	color:#35185e;
}

.hovatype2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:1.1em;
	color:#000000;
}



#leftcontent #maincopy {
	padding: 10px;
}
#leftcontent #maincopy p, li {
	font-size: 0.8em;
	line-height: 1.2em;
}
#leftcontent #maincopy a {
	color:#003399;
	text-decoration: underline;
}
#leftcontent #maincopy a:hover {
	color: #35185e;
	text-decoration: none;
}
#leftcontent #maincopy h1 {
	font-size: 1.6em;
	margin: 0px;
	color: #35185e;
}
#leftcontent #maincopy h2 {
	font-size: 1.2em;
	color: #87B1DB;
}
#leftcontent #maincopy h3 {
	font-size: 1em;
	color: #87B1DB;
}
#leftcontent #maincopy h4 {
	font-size: 1em;
	color: #35185e;
}

#leftcontent #maincopy h5 {
	font-size: 1em;
	color:#996699;
}


#leftcontent #workshowcase {
	background-color: #99d7db;
	padding: 10px;
	width: 430px;
	float: left;
	margin: 0px 0px 10px;
	clear: both;
}
#leftcontent #workshowcase img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Contact Form */
#leftcontent form {
	margin: 0px;
}
#leftcontent form input, #leftcontent form textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
#leftcontent form select {
	font-size: 11px;
	background-color: #F5F5F5;
	margin-left: 5px;
}
/* Right Content */
#rightcontent {
	float: right;
	width: 210px;
}
/* News */
#rightcontent #news {
	padding: 0px;
	margin: 0px;
}
#rightcontent #news .newsitem {
	padding: 0px 0px 10px;
	margin-bottom: 10px;
}
#rightcontent #news .newsitem img {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
#rightcontent #news .newsitem p {
	font-size: 0.7em;
	color: #333333;
	margin-bottom: 0.5em;
}
#rightcontent #news .newsitem h1 {
	font-size: 1.1em;
	font-weight: bold;
	color:#666633;
	margin: 0px 0px 0.5em;
}

#rightcontent #news .newsitem h2 {
	font-size: 0.7em;
	color: #35185e;
	margin: 0px 0px 0.5em;
	font-weight: normal;
}

#rightcontent #news .newsitem h3 {
	font-size: 1.1em;
	font-weight: bold;
	color:#663399;
	margin: 0px 0px 0.5em;
}


#rightcontent #news .newsitem a {
	font-weight: bold;
	color: #A09CB1;
}
/* Footer */
#footer {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	background-color: #87B1DB;
}

#footerB {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	background-color:#996699;
}


#footer p {
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #E1ECF6;
}
#footer img {
	border: none;
}

#footerB p {
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
}
#footerB a {
	color: #FFFFFF;
}
#footerB a:hover {
	text-decoration: none;
	color: #E1ECF6;
}
#footerB img {
	border: none;
}

#footerD {
	font-size:12px;
	color:#FFFFFF;
	line-height:14px;
	float: left;
	width: 680px;
	height:40px;
	padding-top: 8px;
	background-color: #87B1DB;
}

#footerO {
	font-size:12px;
	color:#FFFFFF;
	line-height:14px;
	float: left;
	width: 680px;
	height:40px;
	padding-top: 8px;
	background-color: #87B1DB;
}


/* Individual Styles */
.splashimage {
	margin: 0px 0px 10px;
}
.breadcrumbs {
	font-size: 0.7em;
	color: #999999;
	margin: 0px;
}
.breadcrumbs a {
	color: #999999;
}
.breadcrumbs a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.rightimage {
	margin: 0px;
}
.imageleftborder {
	float: left;
	margin-right: 10px;
}
#blank {
	margin: 0px;
	float: left;
	clear: both;
}
#maincopy blockquote {
	font-size: 1.5em;
	width: 220px;
	float: right;
	padding: 30px 0px 0px 30px;
	margin: 0px 0px 0px 10px;
	background-image: url(../images/quotetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincopy blockquote p {
	color: #86ADD3;
	margin: 0px;
	padding: 0px 30px 30px 0px;
	background-image: url(../images/quotebottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#maincopy img{
	padding: 5px 10px 5px 0px;
}

#splashimage {
	height: 200px;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}
#splashimage h1 {
	font-size: 1.4em;
	color: #35185e;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 225px;
	margin: 0px;
	line-height: 1em;
}
.intro {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
}

.whiteType {
	color:#FFFFFF;
	
}	

#map {
	width: 437px;
	height: 300px; 
	border: #999999;
	border-width: 1px; 
	border-style: solid; 
	float: left;
}