@charset "UTF-8";
body {
	font-family: Lucida Grande, Arial, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;

}
.oneColFixCtr #container {
	width: 956px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin: 0;
	background: url(../images/bg-right-bottom.gif) no-repeat #cee5e4;
	background-position: bottom right;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: 100;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: 100;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: 100;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 100;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 100;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .8em;
	line-height: 18px;
}

a:link {color: #179793; text-decoration: none}
a:visited {color: #179793; text-decoration: none}
a:hover {color: #179793; text-decoration: underline}

#header {
	height: 62px;
}

#header ul {
	margin: 0;
	padding: 35px 0 0 0;
}

#header ul li {
	display: inline;
	margin: 0 25px 0 0;
	text-transform: uppercase;
	font-size: .7em;
	color: #179793;
}

#header ul li .greenBold {
	color: #179793;
	font-weight: bold;
	font-size: 1.2em;
}

a#logo {
	background: url(../images/bg-logo.gif);
	margin: 45px auto;
	width:175px;
	height:175px;
	display:block;
	line-height:400px;
	overflow:hidden;
}

#header ul li a {
	color: #989898;
	text-decoration: none;
}

#header ul li a:hover {
	color: #179793;
	text-decoration: none;
}

/* Left Side of Page */

#leftContainer {
	float: left;
	width: 615px;
	margin: 0;
	padding: 0;
}

#leftLogo {
	width: 259px;
	height: 259px;
	border: solid 1px #FFF;
	margin: 10px 5px 10px 10px;
	float: left;
	display: inline;
}

#leftContent {
	width: 327px;
	height: 259px;
	border: solid 1px #FFF;
	margin: 10px 0 10px 5px;
	float: left;
	display: inline;
}

#leftContentText {
	width: 227px;
	height: 159px;
	overflow: hidden;
	margin: 50px auto;
}

#leftPhoto {
	width: 610px;
	height: 441px;
	clear: left;
}

/* Right Side of Page */

#rightContainer {
	float: left;
	width: 331px;
}

#rightContent {
	width: 324px;
	min-height: 700px;
	border: solid 1px #FFF;
	margin: 10px 0 10px 5px;
}

#rightContentText {
	width: 224px;
	margin: 50px auto;
}

.imgGallery {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}

.imgGalleryNoPad {
	float: left;
	margin: 0;
	padding: 0;
}

.clearGall {
	clear: left;
	height: 30px;
}

#footer {
	padding: 0;
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

#footer p {
	font-size: .7em;
	letter-spacing: 2px;
	color: #989898;
}

#footer a:link {color: #989898; text-decoration: none}
#footer a:visited {color: #989898; text-decoration: none}
#footer a:hover {color: #989898; text-decoration: underline}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}