@charset "UTF-8";

/* **************************************
*Since: 2008-1-10
*Modified: 2008-0-00
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	background:url(../images/bg_body.gif) repeat-y center #F3F2E7;
	text-align:center;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#03c;
}

a:hover {	
	color:#03c;
	text-decoration: underline;
}


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:750px;
	margin:0px auto;
}


/* header
---------------------------------------------------------------------------------------- */
#header{
	background:url(../images/bg_header.gif) no-repeat top;
	float:left;
}

#header h1{
	float:left;
	padding:15px 20px;
}

#header h1.org1{
	padding: 0px;
	margin: 0px;
}

#header p{
	float:right;
	font-size:85%;
	color:#555;
	padding:30px 20px 0px 20px;
}

#header ul{
	width:750px;
	float:left;
}

#header ul li{
	float:left;
}

#header ul li a{
	display:block;
}

#header ul li a:hover{
	background-color:transparent;
}

#header ul li a:hover img{
	visibility:hidden;
}

/* header global navigation
------------------------------------------- */
#header ul li.glNavi01{
	background:url(../images/glnavi01hover.gif) no-repeat;
}

#header ul li.glNavi02{
	background:url(../images/glnavi02hover.gif) no-repeat;
}

#header ul li.glNavi03{
	background:url(../images/glnavi03hover.gif) no-repeat;
}

#header ul li.glNavi04{
	background:url(../images/glnavi04hover.gif) no-repeat;
}

#header ul li.glNavi05{
	background:url(../images/glnavi05hover.gif) no-repeat;
}

#header ul li.glNavi06{
	background:url(../images/glnavi06hover.gif) no-repeat;
}

#header ul li.glNavi07{
	background:url(../images/glnavi07hover.gif) no-repeat;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:750px;
	float:left;
	text-align:left;
	background:url(../images/bg_footer.gif) repeat top;
	border-left:1px solid #014629;
	border-right:1px solid #014629;
	border-bottom:1px solid #014629;
	font-size:85%;
	padding:10px 0px;
}

#footer ul{
	padding:0px 0px 0px 20px;
	float:left;
}

#footer ul li{
	display:inline;
#	display:block;
	padding:0px 10px 0px 12px;
	background:url(../images/icon_arrow02.gif) no-repeat left center;
}

#footer ul li a{
	color:#B9D6CA;
}

#footer address{
	float:right;
	color:#B9D6CA;
	padding:0px 20px 0px 0px;
}
