/* @group Basics */

body {
	background-color: #0c7675;
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	text-align: justify;
}
img {
	border-width: 0px;
}
a {
	color: black;
}
/* @end */

/* @group Major Blocks */

#wrapper {
	background-color: #dbe5e5;
	width: 914px;
	background-image: url('/images/content_bg.gif');
}
#footer {
	clear: both;
	width: 914px;
	height: 69px;
	background-image: url('/images/everything_footer.gif');
	background-repeat: no-repeat;
}

/* @end */

/* @group Navigation */

#nav {
	background-color: #044a49;
	width: 125px;
	float: left;
	text-align: left;
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#nav li {
	padding-left: 15px;
	margin-bottom: 7px;	
}
#nav a {
	color: white;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
#nav a.selected {
	color: #afbbca;
}
#nav a:hover {
	color: #cfe0df;
}
#nav form {
	color: #dbe5e5;
	font-size: 10px;
	margin-left: 15px;
}
#nav input {
	width: 95px;
	font-size: 9px;
	margin-bottom: 3px;
	color: #95adad;
}
#nav input:focus {
	color: black;
}
#nav .button {
	color: black;
}
#members_header {
	border-color: #afbbca;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-left: 15px;
	margin-top: 25px;
	color: #afbbca;
}
#logout_form {
	margin-left: 15px;
	font-size: 10px;
	color: white;
	line-height: 12px;
}
#logout_form a {
	font-size: 10px;
	color: white;
}
/* @end */

/* @group Content */

#content_wrapper {
	margin-left: 125px;
	background-repeat: repeat-y;
}
#content_inner {
	width: 720px;
	margin-left: 25px;
}
#error {
	border-width: 1px;
	border-style: solid;
	border-color: #ac0000;
	color: #ac0000;
	font-size: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
#error a {
	color: #ac0000;
}
#page_title {
	font-size: 20px;
	font-weight: bold;
	color: #044a49;
	margin-bottom: 15px;
	margin-top: 5px;
}
.images {
}
.images img {
	margin-right: 25px;
	margin-top: 25px;
	color: #9e0000;
}
.image_caption {
	font-size: 10px;
	color: #58605f;
}

#enlargement_holder{
	position: absolute;
	width: 799px;
	text-align: center;	
}

#enlargement {
	visibility: hidden;
	z-index: 10;
	background-color: #132726;
}

#enlargement_image{
	margin: 5px 5px 5px 5px;
}
/* @end */

/* @group Member Form */

form .label {
	font-size: 10px;
	margin-top: 5px;
}
form input {
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Member Directory */

#member_directory td {
	font-size: 12px;
	padding-right: 20px;
}
.odd {
	background-color: #f6fafa;
}
.more_info {
	font-size: 9px;
	text-decoration: none;
	color: #58605f;
}
.more_info:hover {
	color: black;
}
/* @end */
