@charset "utf-8";

html {
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
}

ul {
	font-variant:small-caps;
	list-style:none;
	position: fixed;
}

ul.homeNav {
	float: left;
	margin: 0 0 0 -110px;
}

ul.homeNav li {
	float: left;
	height: 50px;
	padding: 10px;
	text-align: center;
}

ul.homeNav a:link, ul.homeNav a:active, ul.homeNav a:visited {
	border-bottom: 1px dotted #ffffff;
	text-decoration:none;
	color: #ccc;
}

ul.homeNav a:hover {
	border-bottom: 1px solid #ffffff;
	color: #fff;
}

li {
	padding: 0 0 10px 0;
}

a:link, a:active, a:visited {
	border-bottom: 1px dotted #000000;
	text-decoration:none;
	color: #030;
}

a:hover {
	border-bottom: 1px solid #000000;
	color: #000;
}

p {
	padding: 10px 0 20px 0;
}

img {
	border: 0;
}

html, body {
	height:100%;
}

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	background-color:#339966;
	text-align: center;
	color: #222;
}

body.home-winter {
	background: url(../images/home_bg_winter.jpg) black center no-repeat fixed;
	text-align: left;
	height: 100%;
	min-width: 820px;
}

body.home {
	background: url(../images/home_bg.jpg) black center no-repeat fixed;
	text-align: left;
	height: 100%;
	min-width: 820px;
}

#header { 
	text-align: left;
	height: 125px;
	width: 780px;
	margin: 0 auto;
	background:#185737;
} 
#container { 
	width: 780px;
	padding: 0 20px 10px 20px;
	margin: 0 auto;
	background:url(../images/body_bg.gif) repeat-y;
	min-height:100%;
	text-align: left;
	overflow:auto;
} 

#sidebar1 {
	float: left;
	width: 154px;
	padding: 25px 15px;
}
#mainContent { 
	float: left;
	margin: 10px 0;
	width: 556px;
	padding: 0 19px 50px 20px;
	border-right: 1px dotted #000000;
	overflow: auto;
} 
#footer{
	width: 100%;
	height: 60px;
	background:url(../images/footer_bg.png);
	margin: -60px 0 0 0;

}
.f-l {
	float:left;
}

.f-r {
	float: right;
}

.f-18 {
	font-size:18px;
}

.caption {
	color: #999;
	font-style: italic;
	font-size:12px;
	margin: 0 0 0 40px;
	font-family:Georgia, "Times New Roman", Times, serif
}
.fp_ph {
	margin: 0 0 0 43px;
	padding: 10px;
	border: 1px solid #ccc;
}
.b {
	font-weight:bold;
}

.pushDownPercent {
	min-height: 50%;
	height: 50%
}

.photo_nav_bar {
	width: 536px;
	height: 28px;
	margin: 10px 0;
	padding: 2px 10px 0 10px;
	background:url(../images/photo_bar_bg.gif);
	text-align: center;
}

.pushDownFixed {
	height: 142px;
}

.pushRight {
	width: 40%; 
	height: 1px; 
	float: left;
}

a.galleryThumb:link, a.galleryThumb:visited, a.galleryThumb:active{
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	padding: 7px;
	border: 1px solid #ddd;
	margin: 8px;
}

a.galleryThumb:hover {
	border: 1px solid black;
}


.gray {
	color:#999;
}

