body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #FFFFFF;
}
body a{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
body a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom-color: #FF6600;
}
#centreWrap {
	width:900px;
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 114px;
	width: 560px;
	display: block;
	position: relative;
	background-color: #009999;
}
#leftColumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftColumn ul li{
	list-style-type: none;
	display: block;
	font-weight: normal;
	font-size: 14px;
}


#leftColumn ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 110px;
	color: #666666;
	text-align: right;
	font-weight: bold;
	letter-spacing: .1em;
	border-style: none;
	margin-bottom: 10px;
	padding: 3px 10px 3px 25px;
}
#leftColumn ul li .gallery {
	background-image: url(/img/noNav.gif);
	background-repeat: no-repeat;
	background-position: 105px;
}
#leftColumn ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #666666;
}
#leftColumn ul li .gallery:hover {
	background-image: url(/img/noNav.gif);
	background-repeat: no-repeat;
	background-position: 105px;
	color: #FFFFFF;
}
#leftColumn ul li ul li{
	list-style-type: none;
	display: block;
	font-weight: normal;
	font-size: 12px;
}
#leftColumn ul li ul li a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #57585A;
	border-bottom-color: #717273;
	display: block;
	background-image: none;
	background-color: #FF9900;
}
#leftColumn ul li ul li a:hover {
	color: #4E4E50;
	background-color: #FFFFFF;
	background-image: none;
}
#leftColumn h2 {
	text-align: right;
	margin: 25px 8px 20px 0px;
	font-size: 16px;
	border-bottom: 3px solid #CCCCCC;
	padding: 0px 0px 3px;
}
#leftColumn h2 a {
	text-decoration: none;
	border-style: none;
}



form {
	margin:0px;
	padding:0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
}
img.floatLeft {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
}

img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 40px;
}

/* LEFT NAVIGATION */
#leftColumn {
	width: 149px;
	float: left;
	display: block;
	border-right: 1px solid #F4F4F4;
}
#leftColumn h3 {
	color: #000000;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1pt;
	padding: 40px 10px 40px 20px;
	text-align: right;
	border-bottom: 1px solid #F4F4F4;
	margin: 0px;
	text-transform: capitalize;
}
#leftColumn h3 a {
	text-decoration: none;
	border-bottom-style: none;
}

#rightColumn {
	width: 610px;
	padding: 0px;
	float: left;
	display: block;
}
#rightColumn h2 {
	margin-top: 0px;
	font-size: 14px;
	color: #000000;
	text-transform: capitalize;
	letter-spacing: 8px;
	text-align: center;
	width: 610px;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	border-bottom: 1px solid #F4F4F4;
}
#rightColumn h3 {
	margin-top: 30px;
	color: #333333;
}
#rightColumn h4 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#rightColumn h5 {
	color: #333333;
	padding: 0px;
	margin-bottom: -8px;
	text-transform: uppercase;
	font-size: 12px;
}

#rightColumn p {
	color: #333333;
}


#imgContent {
	width: 550px;
	padding: 30px;
	float: left;
	display: block;
	margin: 0px;
}
.galleryImg {
	display: block;
	float: left;
	border: 1px solid #fff;
	background: no-repeat center bottom;
	height: 176px;
	width: 150px;
	position: relative;
	padding-top: 26px;
	padding-right: 26px;
	padding-left: 26px;
}
.galleryImg p {
	position: relative;
	bottom: 0px;
	text-align: center;
	margin: 8px 0px 0px;
	font: 9px Arial, Helvetica, sans-serif;
	width: 75px;
}

.galleryImg a{
	border: 1px solid #828282;
	background-color: #FF6600;

}
.galleryImg:hover{
	border: 1px solid #0099CC;
}
.noRollOver .galleryImg:hover {
	border-color: #FFF;
}


#mainContent {
	width: 670px;
	text-align: justify;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#footer {
	display: block;
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #000000;
	margin-left: 150px;
	padding: 7px;
	border-top: 1px solid #F4F4F4;
}
.clear {
	clear: both;
}
.padClear {
	padding: 2px;
}
table.form {
	width: auto;
}
table.form th{
	text-align: right;
	padding: 4px;
	width: 40%;
}
table.form td{
	width: auto;
	padding: 4px;
}
#galleryDisplay {
	float: left;
	padding: 30px;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
}
h6 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8F8F8F;
	font-size: 12px;
}


.articleList {
	display: block;
	padding: 10px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	height: auto;
	clear: both;
	margin-bottom: 20px;
	border-style: none;
}
.articleList .articleCaption {
	font-size: 9px;
	clear: both;
}

.articleList img {
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 20px;
}
.articleList:hover {
	background-color: #9D9D9D;
	color: #fff;
}
#homeImgContent {
	width: 280px;
	padding: 10px;
	float: left;
	display: block;
	margin: 0px;
}
.homeGalleryImg {
	padding: 30px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
}
.homeGalleryImg a{
	border: 1px solid #828282;
	background-color: #FF6600;

}
.homeGalleryImg:hover{
	border: 1px solid #0099CC;
}
.homeBigImage {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	width: 250px;
}
.homeBigImage h3 {

	margin-top: 10px;
	color: #333333;
}
#galleryPopup {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 440px;
}
#polaroid {
	padding: 20px;
	background-color: #FFFFFF;
	width: 400px;
	text-align: center;
}#introBar {
	padding-top: 140px;
}
#introBar a {
	background-color: #4D4D4D;
	display: block;
	text-align: right;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-top: 100px;
}
#introBar a:hover {
	background-color: #5B5B5B;
}
.contactInfo {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	color: #666666;
	margin-top: 60px;
}
