@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #CC33CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 760px;
}

#menu {
	width: 220px;
	float: left;
}
#main {
	float: right;
	width: 530px;
	margin-bottom: 10px;
}	
#pict {
	width: 350px;
	float: left;
	height: 350px;
}
#link {
	float: right;
	width: 150px;
	height: 350px;
}
#date {
	width: 280px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#news {
	width: 520px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}

#footer {
	color: #FFFFFF;
	background-color: #006600;
	padding: 5px;
	clear: both;
	height: 50px;
}


/*header styles 
------------------------------*/

#header {
	height: 50px;
	border-top: 5px solid #006600;
	position: relative;
	width: 380px;
	float: left;
}


/*navi styles 
------------------------------*/
#navi ul {
	background-color: #FFFFFF;
	width: 760px;
	position: relative;
	float: left;
	left: 2px;
	margin-bottom: 10px;
}
#navi ul li {
	float: left;
	list-style: none;
}
#navi ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	text-align: center;
	display: block;
	height: 2em;
	width: 80px;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
}
#navi ul li a:hover {
	color: #FFFFFF;
	background-color: #339900;
}
#home #navi #nHome a,
#news1 #navi #nNews a,
#info #navi #nInfo a,
#tender #navi #nTender a,
#growth #navi #nGrowth a,
#area #navi #nArea a,
#af #navi #nAf a,
#office #navi #nOffice a {
	color: #006600;
	background-color: #FFFFFF;
	border: 2px solid #006600;
}
#navi ul li#nGrowth a {
	width: 130px;
}
#navi ul li#nAf a {
	width: 130px;
}

#navi ul li#nOffice a {
	border-right: 1px solid #006600;
}
#menu h2 {
	font-size: 14px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #006600;
	border-left: 4px solid #006600;
}
#menu h3 {
	width: 200px;
	border-bottom: 2px dotted #006600;
	font-size: 14px;
}

/*news styles 
------------------------------*/
#news dt {
	margin: 0px 0px 2px;
	float: left;
	width: 11em;
	padding-left: 15px;
	clear: left;
}
#news dd {
	margin: 0px 0px 2px 8em;
}
#news h2 {
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #006600;
	border-left: 4px solid #006600;
	font-size: 14px;
}

/*footer styles 
------------------------------*/

#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #00FF00;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #00FF00;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin-top : 0px;
        margin-left: 20px;
	float: right;
}

/*breadcrumb styles 
------------------------------*/

#breadcrumb {
	height: 30px;
	float: left;
	width: 760px;
}
/*main styles 
------------------------------*/
#main h2 {
	width: 520px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #006600;
	border-left: 4px solid #006600;
	font-size: 14px;
}

