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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: garamond, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#6b5f61;
}
li {
	line-height: 20px;
}
.brown {
	color:#6b5f61;
	font-size: 16px;
	line-height: 20px;
}
.box_blue {
	margin-top:15px;
	background-color:#CCFFFF;
	margin-bottom:15px;
	padding:15px;
	border:1px solid #33CCFF;
}

#wrapper {
width:788px;
margin-left:auto;
margin-right:auto;
	background-image: url(assets/images/bg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(assets/images/header_img.gif);
	height:130px;

}
#content{
	background-image: url(assets/images/bg.gif);
	background-repeat: repeat-y;
	float: right;
	width: 740px;
	padding-right: 24px;
	padding-left: 24px;
}
#footer{
	float: right;
	width: 740px;
	height: 75px;
	background-image: url(assets/images/footer_img.gif);
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 24px;
	text-align: center;
	background-position: center bottom;
	font-weight: bold;
	color: 716e64;
}
#footer a{
	font-weight: bold;
	color: #716e64;
	text-decoration: none;
}
#footer a:hover{
	font-weight: bold;
	color: #716e64;
	text-decoration: underline;
}


#footerlinkgroup {
	width: 788px;
}
#footerlinkgroup1 {
	width:18%;
	float:left;
	text-align: center;
	height:60px;
	vertical-align: middle;
	padding-left: 14px;
}
#footerlinkgroup2 {
	width:60%;
	float:left;
	text-align: center;
	color: #8baea2;
	font-size: 80%;
	font-weight: bold;
		height:60px;
	
}
#footerlinkgroup3 {
	width:18%;
	float:left;
	text-align: center;
	height:60px;
	padding-right:14px;
}
#navbox {
	padding-left:155px;
	z-index:1;

}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:3;
}
#nav a {
	display: block;
	z-index:3;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
#nav li { /* all list items */
	float: left;
	z-index:3;
}

#nav li ul li { /* second level list items */
	float: left;
	width: 120px;
	font-size:100%;
	background-color:#ffffff;
	z-index:3;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #CCCCCC;
}
#nav li ul li:hover a { /* second level list items hover */
	background-color:#716e64;
	color: #8baea2;
}
#nav li ul li:hover { /* second level list items hover */
	background-color:#716e64;
	color: #8baea2;
}
#nav li ul li a:hover { /* second level list items hover */

	color: #8baea2;
}

#nav li ul { /* second-level lists */
	display:block;
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	float:left;
	z-index:3;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 200px;
	z-index:3;

}
#home {
	width:100%;
	text-align: center;
}
#home1 {
width:30%;
float:left;
padding:10px;
	text-align: left;
}
#home2 {
width:30%;
float:left;
padding:10px;
	text-align: left;
}
#home3 {
width:30%;
float:left;
padding:10px;
	text-align: left;
}
h1 {
color:#8baea2;
}
h2 {
color:#716e64;
}
h3 {

}
h4 {

}
#contactcities {
display:block;
width:100%;
clear:both;
}
.contactcity {
	display:block;
	width:33%;
	float:left;
	font-size: 12px;
	padding-bottom: 20px;
}
.contactcityname {
	font-size: 14px;
}

#definition {
	font-size:36px;
	display: none;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
.inmemory {
	font-weight: bold;
	background-color: #fbf8ed;
	border: 1px solid #716e64;
	padding: 5px;
	text-align: center;
	width: 200px;
}