@import url('./style-reset.css');
@import url('./style-common.css');

body{
	font-family:arial,sans-serif;
	background:#efefef;	
	text-align:center;
}

textarea{
	font-family:arial,sans-serif;	
}

#wrap{
	margin:20px auto;
	text-align:left;
	width:968px;
	background:url(/images/bg-mid.gif) repeat-y;
}

#hdr{height:10px;background:url(/images/bg-hdr.gif) no-repeat top;}

#ftr{height:10px;background:url(/images/bg-ftr.gif) no-repeat top;}

#container{
	margin:20px 25px;
}

#logo{
	float:left;
	margin:0px 20px 0px 20px;
}

#nav{
	height:61px;
	background:black url(/images/bg-menu.gif) repeat-x top left;
	float:left;
	width:750px;
	margin:10px 0px 0px 20px;
	list-style:none;
}
#nav li{
	float:left;
	color:#cbde08;
	font-size:14px;
	font-weight:bold;
	line-height:61px;
}
#nav li a{
	color:#cbde08;
	text-decoration:none;
	padding:0px 25px 0px 25px;
}
#nav li a:hover{
	text-decoration:underline;
}
#nav li.on{
	background:url(/images/bg-menu-button.gif) no-repeat top center;
}
#nav li.on a{
	color:#0f2125;
}

#content{
	margin:30px 20px 30px 20px;
}

#content .title1{
	font-size:24px;
	margin-bottom:10px;
	color:#0f2125;
	font-weight:bold;
}

#content p.intro{
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:2px dashed #EFEFEF;
}

#content h2{
	font-size:18px;
	margin-bottom:10px;
	color:#0f2125;
}

img.showcaseimage{
	float:left;
	border:1px solid #EFEFEF;
	margin:0px 20px 20px 0px;
}

.showcase{
	float:left;
	margin-bottom:10px;
	width:500px;
	padding-bottom:10px;
	border-bottom:2px dashed #EFEFEF;
}
.showcase div{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.showcase p{
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}
.showcase a{
	display:block;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	color:#a7c406;
}

#sitemap{
	background:#0f2125 url(/images/bg-sitemap.gif) repeat-x;
	text-align:center;
}
#sitemap ul{
	list-style:none;
	font-size:11px;
}
#sitemap ul li{
	display:inline;
	line-height:42px;
	color:#FFF;
	margin:0px 2px;
}
#sitemap ul li a{
	color:#cbde08;
}

#copyright{
	font-size:11px;
	padding:20px;
}

form p{
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
}

form label{
	font-size:12px;
	line-height:18px;
}