@charset "UTF-8";
/* CSS Document */

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
	margin-top: 20px;
}
#content {
	padding-right: 55px;
	padding-left: 55px;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #FF6600;
}
.subhead01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	line-height: 22px;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
}
#picture {
	/*width: 640px;*/
	float: left;
	border: 5px solid #FF9933;
}
#picture_port {
	width: 480px;
	border: 5px solid #FF9933;
	margin-left: 70px;
}
#picture_small {
	border: 5px solid #FF9933;
	width: 500px;
}

.caption {
	width: 640px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FF9900;
	text-align: center;
	clear: both;
}
#pages {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
#pages a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
#pages a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
#pages a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: underline;
}
.view_avail a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: underline;
}
.view_avail a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
.view_avail a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
.view_avail a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: underline;
}
.view_avail a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: underline;
}

.mesh_image {
	border: 5px solid #bbcdd8;
	float: left;
	margin-left: 70px;
}
blockquote {
	font-style: italic;
	background-color: #FF9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F60;
}
/******* box menu resources *********/
#nav-menu ul {
	/*font: Arial, Helvetica, sans-serif;*/
	/*font-size:12px;*/
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a {
	background: url(background.gif) #fff bottom left repeat-x;
	background: #FFC;
	height: 28px;
	line-height: 28px;
	float: left;
	width: 145px;
	display: block;
	border: 0.1em solid #ff6600;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover {
	background: #ffff99;
	text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	height: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
} 
/******* END box menu resources *********/
#clear {clear:both;}
