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

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code,  th {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style:disc;
	margin-left:30px;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* TYPE */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#000;
	font-size:14px;
	line-height:18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#28903b;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
p.Italic {
	font-size:14px;
	font-style:italic;
	padding: 0 15px;
}
p.quote {
	font-size:14px;
	font-style:normal;
	padding: 0 15px;
	text-indent: 40px;
}
p.small {
	font-size:11px;
	font-style:italic;
	padding: 0 15px;
}
/* LAYOUT */

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: url(../images/bg.png) center top repeat-x #2e8f40;

}

/*#outer{
		
	margin:0 auto;
	width:860px;
	background:url(../images/container_bg.png) repeat-y;
	
	
	}*/
#container {

	padding:0 40px;
	margin:0 auto;
	width:780px;
background:url(../images/container_bg.png) repeat-y
	
}
#header {
	width:780px;
	margin:0 auto 30px;
	padding-top:30px;
	height:70px;
	border-bottom:5px solid #28903b;
}
#logo {
	width:160px;
	height:60px;
	background:url(../images/logo.jpg);
	float:left;
}
#logo h1 a {
	width:160px;
	height:60px;
	display:block;
	text-indent:-9999px;
}
#menu {
	margin-top:40px;
	width:400px;
	float:right;
}
#tagline {
	width:780px;
	margin:auto;
	padding-bottom:10px;
	text-align:right;
}
#main{
	
	margin-top:30px;
	margin-bottom:30px;
	width:520px;
	float:left;
}
#main_02{
	
	margin-top:30px;
	margin-bottom:30px;
	width:600px;
	float:left;
}


#side {
	float:right;
	margin-top: 30px;
	width: 240px;
}

#side_02 {
	float:right;
	margin-top: 30px;
	width: 160px;
	text-align:right;
}
#side_top{
	background-image:url(../images/side_top_02.png);
	background-repeat:no-repeat;
	width: 240px;
	height:15px;
}
#side_bottom {
	background-image:url(../images/side_bottom_03.png);
	background-repeat:no-repeat;
	width:240px;
	height:600px;
}
#main a {
	color:#28903b;
	text-decoration:none;
}
#main a:hover {
	text-decoration:underline;
}
#banner {
	width:780px;
	height:190px;
	margin:0 auto;
}
#footer {


	width:780px;
	font-size:10px;
	line-height:18px;
	text-align:left;
	margin:0 auto;
	bottom:0;
	background: transparent;
	padding:5px 0;
	color:#28903b;
}


/*#footer {

	width:780px;
	font-size:10px;
	line-height:18px;
	text-align:left;
	margin:50px auto 0;
	bottom:0;
	background: transparent;
	padding:5px 0;
	color:#28903b;
}*/


.color_01{color:#28903b;}

.download{
	background: url(../images/download_img_on.png) 0 no-repeat;
	padding-left:20px;
	color:#28903b;
	text-decoration:none;}
	
