/* IMPORT */
@import "reset.css";
@import "common.css";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: url(../images/body-bg.png) repeat-x #ffffff;
	font-size: 12px;
	line-height: 1.5;
}

h1 {
	font-size: 30px;
	color: #1f3e13;
	line-height: 1.0;
	margin-bottom: 15px;

}

h2 {
	font-size: 16px;
	margin-bottom: 18px;
	line-height: 1.2;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-weight: bold;
}

.bar {
	background: #525252;
	color: #ffffff;
	padding: 4px 8px;
	border-bottom: 3px solid #a8a8a8;
}

p {
	margin-bottom: 15px;
}

#main ul {
	margin-bottom: 15px;
}

#main ul li {
	background: url(../images/icon_li.png) no-repeat 6px 0.45em;
	display: block;
	padding-left: 25px;
	margin-bottom: 5px;
}

a {
	color: #1557A9;
}

a:hover {
	text-decoration: none;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}

#header {
	background: url(../images/header-bg.png) no-repeat 50% 0;
	width: 1240px;
	height: 286px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -620px;
}

#logo {
	position: relative;
	top: 18px;
	left: 180px;
	text-decoration: none;
	display: block;
	width: 176px;
	height: 58px;
	float: left;	
}

#logo span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-indent: -2000em;
}

#nav {
	float: right;
	position: relative;
	left: -165px;
	top: 30px;
	white-space: nowrap;
}

#nav li {
	float: left; 
}

#nav li a {
	text-decoration: none;
	color: #000000;
	font-size: 180%;
	padding: 5px 15px;
}

#nav li a.act {
	color: #72ae2d;
}

#content {
	padding-top: 310px;
}

#top {
	position: absolute;
	width: 880px;
	top: 105px;
	left: 40px;
	height: 161px;
	padding-top: 20px;
	z-index: 10;
}

#top p, #top p a {
	color: #ffffff;
}

#top .right {
	display: block;
	margin: -20px -15px 0 -5px;
}

#nostot {
	width: 880px;
	margin: 0 auto 0 auto;
}

#nostot .nosto {
	float: left;
	width: 48%;
	margin-right: 3%;
}

#nostot .nosto_last {
	float: right;
	margin-right: 0;
}

#nostot .nosto img {
	float: right;
	margin: 0 0 5px 5px;
}

#main {
	float: left;
	width: 580px;
	border-left: 40px solid #ffffff;
}

#column {
	float: right;
	width: 250px;		
	border-right: 40px solid #ffffff;
}

#footer {
	clear: both;
	border-top: 1px solid #5b8b24;
	padding: 20px 0 0 40px;
	height: 100px;
	position: relative;
	left: 0;
	top: 40px;
}

#footer h3, #footer ul, #footer li, #footer a {
	font-size: 13px;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
}

#aaa {
	float: right;
	background: url(../images/aaa.png) no-repeat;
	width: 195px;
	height: 25px;
	display: block;
	position: relative;
	left: -40px;
	top: -6px;
	font-size: 90%;
}

#aaa span {
	padding-left: 65px;
	white-space: nowrap;
	line-height: 29px;
	color: #888888;
}

/* Other */

.box-shadow {
  -moz-box-shadow: 1px 1px 1px #cfcfcf;
  -webkit-box-shadow: 1px 1px 1px #cfcfcf;
  box-shadow: 1px 1px 1px #cfcfcf;
}