/* -----------------------------------------------------
   defaults
----------------------------------------------------- */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d0a05;
	background: #fdfcf8 url(../images/pagebg.gif) repeat-x;
}
body.home {
	background: #fdfcf8 url(../images/pagebg-home.gif) repeat-x;
}
a {
	color: #1b3270;
	text-decoration: underline;
}
a:hover {
	color: #0d0a05;
}


/* -----------------------------------------------------
   whole page
----------------------------------------------------- */
#pagearea {
	width: 918px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}

/* -----------------------------------------------------
   header
----------------------------------------------------- */
#header {
	height: 103px;
}
#header h1 {
	float: left;
	width: 316px;
	height: 100px;
	margin: 0;
}
#header h1 a {
	display: block;
	width: 316px;
	height: 100px;
	background: url(../images/logo.gif);
	overflow: hidden;
	text-indent: -9999px;
}
ul#nav {
	float: right;
	margin: 0 9px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul#nav li {
	float: left;
	margin-left: 2px;
	display: inline;
}
ul#nav li a {
	display: block;
	height: 34px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#nav li a:hover {
	background-position: bottom;
}
ul#nav li.home a {
	width: 81px;
	background-image: url(../images/nav-home.gif);
}
ul#nav li.gallery a {
	width: 98px;
	background-image: url(../images/nav-gallery.gif);
}
ul#nav li.links a {
	width: 80px;
	background-image: url(../images/nav-links.gif);
}
ul#nav li.contact a {
	width: 99px;
	background-image: url(../images/nav-contact.gif);
}
#header .number {
	float: right;
	clear: right;
	width: 154px;
	height: 46px;
	margin: 18px 9px 0 0;
	background: url(../images/header-number.gif);
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
}

/* -----------------------------------------------------
   photos
----------------------------------------------------- */
#photos {
	width: 918px;
	height: 356px;
	background: url(../images/picture-frame.gif);
	position: relative;
}
#photos .left-photo {
	float: left;
	width: 590px;
	height: 326px;
	margin: 15px 0 0 15px;
	display: inline;
}
#photos .left-photo img {
	width: 590px;
	height: 326px;
}
#photos .right-photo-1 {
	float: right;
	width: 292px;
	height: 160px;
	margin: 15px 15px 0 0;
	display: inline;
}
#photos .right-photo-1 img {
	width: 292px;
	height: 160px;
}
#photos .right-photo-2 {
	float: right;
	width: 292px;
	height: 160px;
	margin: 6px 15px 0 0;
	display: inline;
}
#photos .right-photo-2 img {
	width: 292px;
	height: 160px;
}
#photos .photo-borders {
	width: 900px;
	height: 338px;
	background: url(../images/frame.png);
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 1000;
}
#photos .photo-borders a {
	display: block;
	width: 900px;
	height: 338px;
}

/* -----------------------------------------------------
   main content
----------------------------------------------------- */
#content {
	padding: 12px 9px 30px 9px;
}
.body #content {
	padding-top: 0;
}
#content h1 {
	color: #1f273d;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h2 {
	color: #1f273d;
	font-size: 16px;
	font-weight: bold;
}
#content p, #content li {
	line-height: 150%;
}
#content h1.welcome {
	width: 417px;
	height: 18px;
	margin: 19px 0 20px 0;
	background: url(../images/txt-welcome.gif);
}
#content h1.specializing {
	width: 101px;
	height: 15px;
	margin: 0 0 14px 0;
	background: url(../images/txt-specializing.gif);
}
#content h1.contact {
	width: 88px;
	height: 18px;
	margin: 19px 0 20px 0;
	background: url(../images/txt-contact.gif);
}
#content h1.link {
	width: 138px;
	height: 18px;
	margin: 19px 0 20px 0;
	background: url(../images/txt-links.gif);
}
#content h1.gallery {
	width: 143px;
	height: 20px;
	margin: 19px 0 18px 0;
	background: url(../images/txt-gallery.gif);
}
#content h1.update {
	width: 95px;
	height: 18px;
	margin: 19px 0 20px 0;
	background: url(../images/txt-update.gif);
}


/* -----------------------------------------------------
   single column
----------------------------------------------------- */
#onecol {
	width: 918px;
}
#gallery {
	padding: 20px 0;
}

/* -----------------------------------------------------
   left column
----------------------------------------------------- */
#leftcol {
	width: 590px;
	float: left;
}
#content h1.replace {
	overflow: hidden;
	text-indent: -9999px;
}
#leftcol .list.left {
	float: left;
	width: 300px;
}
#leftcol .list.right {
	float: left;
	width: 285px;
}
#leftcol .list ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#leftcol p.more {
	margin: 20px 0 47px 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}


/* -----------------------------------------------------
   right column
----------------------------------------------------- */
#rightcol {
	width: 290px;
	float: right;
}
#rightcol .news {
	margin: 18px 0 0 0;
}
#rightcol .news-top {
	height: 10px;
	overflow: hidden;
	background: url(../images/news-top.gif) no-repeat;
}
#rightcol .news-bottom {
	height: 10px;
	overflow: hidden;
	background: url(../images/news-bottom.gif) no-repeat;
}
#rightcol .news-content {
	background: #f7d794;
	padding: 10px 0 10px 0;
}
#rightcol .news h2,
#rightcol .events h2 {
	margin: 0;
	height: 25px;
	padding: 10px 20px 0 20px;
	background: #dfba6f;
}
#rightcol .news h2 span,
#rightcol .events h2 span {
	display: block;
	width: 115px;
	height: 15px;
	background: url(../images/txt-news.gif);
	overflow: hidden;
	text-indent: -9999px;
}
#rightcol .news .text-content,
#rightcol .events .text-content {
	padding: 15px 20px 0 20px;
	line-height: 150%;
}
#rightcol .events {
	margin-top: 32px;
}
#rightcol .events-top {
	height: 10px;
	overflow: hidden;
	background: url(../images/events-top.gif) no-repeat;
}
#rightcol .events-bottom {
	height: 10px;
	overflow: hidden;
	background: url(../images/events-bottom.gif) no-repeat;
}
#rightcol .events-content {
	background: #b6c6f2;
	padding: 10px 0 10px 0;
}
#rightcol .events h2 {
	background: #8da1d9;
}
#rightcol .events h2 span {
	width: 118px;
	background: url(../images/txt-upcoming.gif);
}

/* -----------------------------------------------------
   update forms
----------------------------------------------------- */
form.updates textarea {
	width: 500px;
	height: 150px;
	padding: 3px;
	margin: 0 0 5px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #cccccc #cccccc #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* -----------------------------------------------------
   footer
----------------------------------------------------- */
#footer {
	background: #b7c4e5 url(../images/footer-bg.gif) repeat-x;
	color: #000;
	line-height: 200%;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}
#footer .footer-content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .footer-content .left {
	float: left;
}
#footer .footer-content .right {
	float: right;
	text-align: right;
}
#footer .paypal {
	float: right;
	margin: 0 50px 0 0;
	width: 100px;
	height: 51px;
	background: url(../images/paypal.gif);
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
}