@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	color:#7D7D7D;
	background-color:#BBDE00;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;

}

.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
	height:0px;
}

h1 span, h2 span {
	display:none;
}

#all {
	width:100%px;
}




/* =Misc(links)
----------------------------------------------- */
a {
	color:#D4004A;
	text-decoration:underline;
}

a:hover {
	color:#D4004A;
	text-decoration:none;
}

img {
	border:none;
}

/* =Header
----------------------------------------------- */
#h_back {
	width:100%;
	background-image:url('../images/header_bg.jpg');
	height:374px;
}

#header_top {
	width:842px;
	height:124px;
	margin:0px auto;
	background-image:url('../images/header_top.jpg');
}
#header_middle {
	width:842px;
	height:250px;
	margin:0px auto;
	background-image:url('../images/header_middle.jpg');
}
.logo {
	padding:174px 0px 0px 51px;
}
#top_link {
	padding-left:43px;
	padding-top:9px;
}
.top_link_left {
	width:694px;
	float:left;
}
.top_link_right {
	width:70px;
	float:left;
}
span.top_link {
	color:#A4D200;
	font-size:10px;
}
a.top_link {
	color:#A4D200;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
a.top_link:hover {
	color:#A4D200;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#menu {
	width:714px;
	height:102px;
	list-style:none;
	padding:0 0 0 70px;
}
#menu li{
	float:left;
}
#menu li a{
	display:block;
	height:102px;
}
#menu li a span{
	display:none;
}

.m1 a {
background:url(../images/m1.jpg) no-repeat;
width:77px;
}
.m2 a {
background:url(../images/m2.jpg) no-repeat;
width:105px;
}
.m3 a {
background:url(../images/m3.jpg) no-repeat;
width:111px;
}
.m4 a {
background:url(../images/m4.jpg) no-repeat;
width:140px;
}
.m5 a {
background:url(../images/m5.jpg) no-repeat;
width:163px;
}
.m6 a {
background:url(../images/m6.jpg) no-repeat;
width:118px;
}

.m1a a, .m1 a:hover {
background:url(../images/m1a.jpg) no-repeat;
width:77px;
}
.m2a a, .m2 a:hover {
background:url(../images/m2a.jpg) no-repeat;
width:105px;
}
.m3a a, .m3 a:hover {
background:url(../images/m3a.jpg) no-repeat;
width:111px;
}
.m4a a, .m4 a:hover {
background:url(../images/m4a.jpg) no-repeat;
width:140px;
}
.m5a a, .m5 a:hover {
background:url(../images/m5a.jpg) no-repeat;
width:163px;
}
.m6a a, .m6 a:hover {
background:url(../images/m6a.jpg) no-repeat;
width:118px;
}

/* =Content
----------------------------------------------- */
#c_back {
	width:100%;
	background-color:#B2D900;
}
#c_back1 {
	width:100%;
	background-image:url('../images/content_bg.gif');
	background-position:top;
	background-repeat:repeat-x;	
}
#c_back2 {
	width:842px;
	margin:0px auto;
}


#content {
	width:761px;
	background-color:#fff;
	margin-left:41px;
}
.content {
	padding-top:50px;
	padding-left:55px;
}
.error {
	text-align:center;
	color:red;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.display_none {
	display:none;
}
.orange {
	color:#D52D00;
}
.green {
	color:#99CC00;
}
.red {
	color:#D4004A;
}
.blue {
	color:#346F8F;
}
.bold {
	font-weight:bold;
}



/* =Footer
----------------------------------------------- */
#f_back {
	width:100%;
	height:101px;	
	background-image:url('../images/footer_bg.gif');
}

#footer {
	width:842px;
	height:101px;
	margin:0px auto;
	text-align:center;
	background-image:url('../images/footer.gif');
}
.footer {
	padding-left:41px;
}
.footer_left {
	width:560px;
	float:left;
}
.footer_right {
	width:175px;
	float:left;
	padding-top:7px;
}
#footer_link {
	color:#fff;
	font-size:10px;
	padding-top:20px;
}
#footer_link a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
#footer_link a:hover {
	text-decoration:underline;
	color:#fff;
	font-size:10px;
}
#footer_text {
	padding-top:8px;
	color:#8E8E8E;
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	line-height:17px;
}

/* =home
----------------------------------------------- */
