/* ---------- GENERAL ---------- */

body {
	background-color: #A9BDA6;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;*/
	font-family: Verdana, Helvetica, sans-serif;
}

/* ---------- IMAGES ---------- */

.photobox_right {
	margin-bottom: 5px;
	margin-left: 15px;
}
.flickrimg {
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ---------- MAIN NAVIGATION ---------- */

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-color: #4d6858;
	color: White;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 7px 12px;
background-color: #4d6858;
color: White;
text-decoration: none;
float: left;
/*border-right: 1px solid #fff;*/
}

#navcontainer ul li a:hover
{
background-color: #1A3026;
color: #fff;

/* ---------- QUOTES ---------- */

}.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #666666;
	padding-right: 30px;
	padding-left: 400px;
	text-align: right;
	background-image: url(../images/quotes_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* ---------- TYPOGRAPHY ---------- */

.section_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #1A3026;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.text_small {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
#subhead_small {
	font-size: 16px;
	line-height: 19px;
	color: #4d6858;
	margin-bottom: 10px;
	padding-top: 6px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	font-weight: bold;
}
#map_title {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4d6858;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* ---------- STRUCTURE ---------- */

.left_column {
	padding-top: 30px;
	padding-left: 30px;
}
.right_column {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6E2D8;
}
#item {
	margin-bottom: 30px;
}

/* ---------- LINKS ---------- */

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