
/* 960gs modification */

.container_16{
	width: 720px;
}

/* element style */

body{
	color: #33332A;
	background-color: #FFFFF6;
}

a{
	color: #467C63;
}

a:hover{
	color: #41681E;
}

/* common style */



/* main style */

#header{
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #637851;
}

#header #title{
	position: absolute;
	top: 5px;
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	font-weight: normal;
}

#header #title a{
	color: #333333;
	text-decoration: none;
}

#header #title a:hover{
	color: #41681E;
}

#header #menu{
	float: right;
	list-style: none;
	margin: 0;
}

#header #menu li{
	float: left;
	text-align: right;
	font-size: 13px;
	line-height: 16px;
	margin-left: 10px;
}

#header #menu a{
	float: left;
	width: 70px;
	margin-left: 10px;
	color: #839871;
	border-bottom: 5px solid #93A881;
	font-weight: bold;
	text-decoration: none;
}

#header #menu a.selected{
	color: #536841;
	border-color: #637851;
}

#header #menu a:hover{
	color: #41681E;
	border-color: #41681E;
}

#navigation{
	font-size: 14px;
	font-weight: bold;
}

#content, #content p{
	text-align: justify;
}

#content.thumbnails p{
	text-align: center;
}

#content .section_links{
	
}
#content .section_links p{
	margin-bottom: 30px;
}
#content .section_links img{
	border: solid 1px;
}

#content .section_links a:hover img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}

#content #content-title{
	margin-bottom: 10px;
	font-style: italic;
}

#content #contact-form{
	overflow: hidden;
	margin-bottom: 10px;
}

#content #contact-form .form-row{
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

#content #contact-form .label{
	text-align: right;
}

#content #contact-form .input{
	
}

#content #contact-form .input input,
#content #contact-form .input textarea{
	width: 100%;
	font-family: Arial;
	font-size: 13px;
	overflow: auto;
}

#content #contact-form .hint{
	font-size: 11px;
	line-height: 2;
	color: #636861;
}

/*---thumbnail borders---
#content .grid_4{ margin: 0 9px; }
#content .grid_4.alpha{ margin: 0 10px 0 0; }
#content .grid_4.omega{ margin: 0 0 0 10px; }
#content .grid_4 p{ margin-bottom: 19px; }
#content .grid_4 img{ border: 1px solid #636861; }*/

#footer{
	text-align: center;
	color: #636861;
	border-top: solid 1px #637851;
}

