@charset "utf-8";
/* Copyright 2009 Stephen McIntyre */
/* (http://www.stephenmcintyre.net) */

/* tags */
body {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	background:#5f91bf url(/img/bg.gif) 0 0 repeat-x; }

a {
	color:#005aff;
	font-weight:bold;
	text-decoration:none; }

a:hover {
	text-decoration:underline; }

h1, h2, h3, h4, h5{
	margin:0;
	margin-bottom:16px; }

/* container */
#container {
	width:760px;
	margin:auto; }

/* header */
#header {
	height:120px;
	float:left;
	text-align:center; }

#header .left {
	width:140px; }

#header .left img {
	margin-left:20px;
	border:0; }

#header .right {
	width:620px;
	text-align:center; }

#header .right h1 {
	margin:0;
	padding:0;
	font-size:48px; }

#header .right h1 a {
	color:#000;
	text-decoration:none; }

#header .right h3 {
	margin:0;
	padding:6px 0 0 0;
	color:#444;
	font-size:18px; }

/* tabs */
#tabs {
	width:100%;
	height:42px;
	float:left; }
#tabs div {
	width:480px;
	margin:auto;
	position:relative;
	top:2px; }
#tabs ul {
	list-style:none;
	padding:0;
	margin:0; }
#tabs li {
	float:left;
	display:inline;
	padding:0;
	margin-left:8px;
	width:110px;
	text-align:center; }
#tabs a {
	color:#888;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	display:block;
	border:2px solid #777;
	border-bottom:0;
	padding-top:8px;
	margin-top:8px;
	background:#fff url(/img/tabshadow.gif) 0 100% repeat-x; }
#tabs a:hover {
	color:#555;
	border-color:#777;
	margin-top:0;
	padding-bottom:8px; }
#tabs a#activetab {
	color:#555;
	border-color:#777;
	margin-top:0;
	padding-bottom:10px;
	background:#fff; }

/* content */
#content {
	width:100%;
	float:left;
	border:2px solid #777;
	background:#fff; }

#content #txt {
	padding:20px;
	margin:0; }

/* footer */
#footer {
	width:100%;
	float:left;
	margin:12px 0 12px 0; }

#footer h5,
#footer a {
	margin:0;
	color:#333;
	font-size:12px; }

#footer .left {
	margin-left:16px; }

#footer .right {
	margin-right:16px; }

/* misc classes */
.left {
	float:left; }

.right {
	float:right; }

.clear{
	clear:both; }

.halfColumn {
	width:48%; }

.sub {
	text-align:center;
	font-size:18px;
	color:#555;
}

.homeimg {
	text-align:center;
}

img.contact {
	float:right;
	margin-top:80px;
}

/* gallery */
#gallery,
#gallery-thumbs,
#gallery-nav {
	margin-top:12px;
	text-align:center;
}

#gallery-thumbs ul{
	margin:0;
	padding:0;
	list-style:none;
}

#gallery-thumbs img {
	border:2px solid transparent;
	margin:4px;
}

#gallery-thumbs a:hover img,
#gallery-thumbs img.thumb_current {
	border-color:#5e89b1;
}

#gallery-error {
	margin:40px 0;
	text-align:center;
}
