html * {
	margin: 0;
	padding: 0;
	}

body {
	background: #626262 url(../images/plansx.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	}

div#wrapper {
	width: 1000px;
	text-align: right;
	background-image: url(../images/shadow75.png);
	background-repeat: repeat-y;
	margin: auto;
	min-height: 605px;
	}

body div#end {
	background: url(../images/longbottom.png) no-repeat;
	background-position: bottom center;
	height: 30px;
	width: 100%;
	}

div#header {
	height: 180px;
	margin: 0 auto 1px auto;
	background: #fff url(../images/bar4.png) no-repeat;
	width: 900px;
	}

div#header img {
	vertical-align: bottom;
	}

img.headlogo {
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
	}

div#container {
	background-color: #ddd;
	background: url(../images/main-back2.gif) repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-top: 20px;
	overflow: hidden;
	}

#container div.main, #container div.maingrn {
	width: 600px;
	min-height: 300px;
	background: #7C8BA3;
	border-left: 4px solid #e6e6e6;
	border-right: 4px solid #e6e6e6;
	border-bottom: 4px solid #ddd;
	border-top: 4px solid #eee;
	padding: 20px;
	font-family: Arial, Verdana, sans-serif;;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #eee;
	margin: 0 0 20px 20px;
	float: left;
	position: relative;
	z-index: 1;
	display: inline;
	}

#container div.main, #container div.maingrn {
	border-width: 1px;
	}

#container div#flashintro.main {
	width: 640px;
	height: 360px;
	padding: 0;
	}

#container div.maingrn {
	background: #7BA07B;
	}

#container div.main p, #container div.maingrn p {
	margin: 10px 0;
	}

div.main ul, div.maingrn ul {
	margin: 10px 0;
	}

div.main ul li, div.maingrn ul li {
	margin-left: 30px;
	}

div.tmenu, div.bmenu {
	list-style-type: none;
	}

div.tmenu {
	float: left;
	background: transparent;
	}

div.tmenu ul {
	list-style-type: none;
	text-align: center;
	float: right;
	width: auto;
	margin: 0px auto 0 auto;
	display: inline;
	height: 40px;
	overflow: hidden;
	}

div.tmenu ul li {
	float: left;
	display: inline;
	}

div.tmenu ul li.item a, div.tmenu ul li.last a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 110px;
	display: block;
	text-decoration: none;
	color: #ede;
	border-right: 1px solid #444;
	margin-top: 0px;
	padding: 13px 0 13px 0;
	font-weight: normal;
	}

div.tmenu ul li.last a, div.tmenu ul li.last a:hover {
	border-width: 0px;
	}

div.tmenu ul li a.active {
	color: #fff;
	padding: 13px 0 13px 0;
	background: transparent url(../images/act2.png) no-repeat;
	}

div.tmenu ul li.last a {
	width: 123px;
	}

div.tmenu ul li#first a:hover {
	background: transparent url(../images/firsthov.png) no-repeat;
	}

div.tmenu ul li.last a.active {
		width: 123px;
		background: transparent url(../images/actlast.png) no-repeat;
		}

div.tmenu ul li#first a.active {
		background: transparent url(../images/actfirst.png) no-repeat;		
		}

div.tmenu ul li#first a:hover {
		background: transparent url(../images/firsthov.png) no-repeat;
		}

div.tmenu ul li.last a:hover {
		width: 123px;
		background: transparent url(../images/lasthov.png) no-repeat;
		}

div.tmenu ul li a:hover {
	color: #fff;
	background: transparent url(../images/hov1.png) no-repeat;
	padding: 13px 0 13px 0;
	border-right: 1px solid #444;
	}

div.tmenu ul li#green a:hover {
	color: #fff;
	background: transparent url(../images/hovg.png) no-repeat;
	padding: 13px 0 13px 0;
	border-right: 1px solid #444;
	}

div.tmenu ul li, div.bmenu ul li {
	display: inline;
	}

img#projlogo {
	float: right;
	margin: 10px 5px 0 0;
	}

img#betwixt {
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	}

div#footer a, div.taster a  {
	text-decoration: underline;
	color: #3E6791;
	}

div#footer a:hover, div.taster a:hover  {
	text-decoration: none;
	color: #1B7FE2;
	}

div.main a, div.maingrn a {
	text-decoration: underline;
	color: #cdf;
	}

div.main a:hover, div.maingrn a:hover {
	text-decoration: none;
	color: #0ff;
	}

div.bmenu {
	padding-top: 33px;
	}

h1 {
	width: 585px;
	background: #ccd;
	padding: 7px;
	font-family: Arial, Verdana, sans-serif;;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 0;
	}

h1.proj {
	background: #cec;
	}

#container div.column, #container div.columng {
	float: right;
	width: 200px;
	height: 100%;
	margin-right: 20px;
	margin-top: 1px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 0px solid #ddd;
	border-top: 1px solid #eee;
	display: inline;
	background:  #ccd;
	margin-bottom: -2000px;
	padding-bottom: 2000px; 
	}

#container div.columng {
	background:  #cec;
	}

div.taster {
	width: 180px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	display: inline;
	}

div.taster img {
	float: right;
	border: 2px solid #eee;
	margin: 5px -5px 3px 5px;
	display: inline;
	position: relative;
	z-index: 9999;
	height: 64px;
	width: 64px;
	}

div.taster img.icon {
	border: none;
	}

div.taster p, div.taster h3 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	margin: 8px 1px 8px 10px;
	}

div.taster p.intro {
	margin: 15px 0px 15px 20px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	color: #333;
	}

div.taster h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin: 20px -20px 15px 10px;
	color: #444;
	width: 180px;
	}

div.hr {
	height: 2px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

hr {
	display: block;
	position: relative;
	margin: 0px -10px 0px 10px;
	clear: both;
	}

table img {
	margin-right: 14px;
	margin-bottom: 13px;
	border: 2px solid #cce;
	}

a:link img {
	border: none;
	}

div#flash {
	display: none;
	}

div.pic a:link {
	float: left;
	height: 148px;
	width: 193px;
	padding: 1px;
	margin: 2px;
	background: url(../images/picframexx.png) -6px -6px no-repeat;
	display: inline;
	}

div.pic a:hover {
	float: left;
	height: 148px;
	width: 193px;
	padding: 1px;
	margin: 2px;
	background: url(../images/picframe2xx.png) -6px -6px no-repeat;
	display: inline;
	}

div.taster p.minilink a {
	float: right;
	font-size: 10px;
	text-decoration: none;
	color: #666;
	margin: 5px 0 20px 10px;
	display: inline;
	}

span.next {
	letter-spacing: -2px;
	font-weight: bold;
	}

div.taster p.minilink a:hover {
	color: #3E6791;
	text-decoration: underline;
	}

div#footer, div#footer.proj {
	position: relative;
	top: -20px;
	z-index: 2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #ccd url(../images/foottop.gif) repeat-x;
	height: 90px;
	margin: 0 0 -20px 0;
	clear: both;
	}

div#footer.proj {
	background-color: #cec; 
	}

div.bluebox, div.blueboxl, div.greenbox   {
	background-color: #ccd;
	height: 300px;
	width: 300px;
	float: right;
	margin: 15px 0 5px 15px;
	display: inline;
	}

div.tallboxl, div.tallboxr  {
	background-color: #ccd;
	height: 269px;
	width: 184px;
	float: left;
	margin: 0px 25px 5px 0px;
	display: inline;
	}

div.tallboxr {
	float: right;
	margin: 15px 0 5px 15px;
	display: inline;
	}	

div.blueboxl {
	float: left;
	margin: 0px 25px 5px 0px;
	height: 287px;
	display: inline;
	}

div.greenbox {
	background-color: #cec;
	float: left;
	margin: 5px 25px 0px 0px;
	height: 287px;
	display: inline;
	}

div.bluebox p, div.greenbox p, div.blueboxl p {
	color: #333;
	text-align: center;
	}

div.taster a img.printicon  {
	border: none;
	float: left;
	margin: 2px -10px 10px 50px;
	display: inline;
	height: 36px;
	width: 30px;
	}

div#footer p {
	margin-top: 22px;
	font-size: 9px;
	color: #888;
	}

div#footer p a {
	color: #88a;
	}

div#footer p.homefoot {
	color: #444;
	}

div#footer p.homefoot a {
	color: #3E6791;
	}

div.pic a {
	background: url(../images/thumbnails/a.jpg) no-repeat;
	}

#slide-images {
	position: relative;
	display: block;
	margin: 17px;
	padding: 0px;
	width: 266px;
	height: 214px;
	overflow: hidden;
	}

#slide-images.a {
	width: 266px;
	height: 201px;
	}

#slide-images li, #slide-images.a li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	}

#slide-images li img, #slide-images.a li img, div.tallboxr img, div.tallboxl img {
	display: block;
	background-color: #ddd;
	border: 2px solid #7C8BA3;
	}

div.tallboxr img, div.tallboxl img {
	margin: 15px;
	}

div.greenbox #slide-images li img, div.greenbox #slide-images.a li img {
	border: 2px solid #7BA07B;
	}

#acclogo2 {
	float: left;
	margin: 0px 0 0 10px;
	display: inline;
	}

#acclogo2 img#sub {
	margin-top: 10px;
	}

div.flashheading h2 {
	height: 34px;
	width: 600px;
	margin-bottom: 10px;
	text-indent: -9000px;
	}

div#aboutx {
	background: url(../images/aboutx.png) no-repeat 0 0;
	}

div#mainconx {
	background: url(../images/mainconx.png) no-repeat 0 0;
	}

div#subconx {
	background: url(../images/subx.png) no-repeat 0 0;
	}

div#privatex {
	background: url(../images/privatex.png) no-repeat 0 0;
	}

div#galleryx {
	background: url(../images/galleryx.png) no-repeat 0 0;
	}

div#projectsx {
	background: url(../images/projectsx.png) no-repeat 0 0;
	}

div#contactx {
	background: url(../images/contactx.png) no-repeat 0 0;
	}

object.flashheading {
	height: 34px;
	width: 600px;
	margin: 0 0 10px 0;
	float: left;
	}
