a { text-decoration:none; color: #333333; }
a:visited { color:#333333; }
a:active { color:#000000; }
a:Hover { text-decoration:none; color:#999999; }
ul, li { list-style-image:url(../images/icon_logo/list_icon.gif); margin-left:10px; }
html, body { margin:0; padding:0; line-height:1.4em; background-color:#f6f6f6; background-image:url(../images/bodybg.jpg); height:100%; font-family:Arial,Helvetica,sans-serif; font-size:90%; color:#333333; }
.clear { clear: both; }

* {
  padding: 0;
  margin: 0;
}

#container {
   width: 1000px;
   margin: 0 auto;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #f6f6f6;
	box-shadow: 2px 0px 12px #bbbbbb, -2px 0px 12px #bbbbbb;
	-moz-box-shadow: 2px 0px 12px #bbbbbb, -2px 0px 12px #bbbbbb;
	-webkit-box-shadow: 2px 0px 12px #bbbbbb, -2px 0px 12px #bbbbbb;
}

#header {
	width: 820px;
	height: 16px;
	padding: 40px;
	background-image: url(../images/header.jpg);
}

#navigation {
	height: 16px;
	padding: 16px 40px 18px 40px;
	text-align: left;
	background-image: url(../images/navigation2.jpg);
	background-repeat: no-repeat;
}

#navigation ul {
	margin-left: -10px;
}

#navigation li {
	display: inline;
}

#example-one { 
	list-style: none; 
	position: relative; 
}

#example-one li { 
	display: inline-block;	
}

#example-one a { 
	color: #333333; 
	font-size: 90%; 
	float: left;
	padding: 2px 0px 8px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#example-one a:hover { 
	color: black; 
}

#magic-line { 
	position: absolute;
	bottom: -1px;  
	height: 3px; 
	background: #333333;
	width: 100px;
	margin-left: 0px;
}

.current_page_item a { 
	color: #999999 !important; 
}

#titleimg {
	position: relative;
	width: 900px;
	height: 300px;
}

#content {
	width: 820px;
	padding: 40px 40px 30px 40px;
	text-align:left;
}

.box {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border: 1px solid #c1c1c1;
	padding: 20px;
	background-color: white;
	background-image: url(../images/top_box.jpg);
	background-repeat: no-repeat;
}

.box_events {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border: 1px solid #c1c1c1;
	padding: 20px;
	background-color: white;
	background-image: url(../images/top_box.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

.box_agency {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border: 1px solid #c1c1c1;
	padding: 20px;
	background-color: white;
	background-image: url(../images/top_box.jpg);
	background-repeat: no-repeat;
	height: 250px;
}

.top_box {
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}

#footer {
	width:820px;
	height: 100px;
	padding: 40px 40px 40px 40px;
	background-color: #333333;
	color: white;
}

#footer a {
	color: white;
}

/*
	ontop
*/

#floatlink {
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 10;
	font: bold 12px Century Gothic;
	letter-spacing: 0.2em;
}

#floatlink a:link {
	color: #c1c1c1;
	text-decoration: none;
}

#floatlink a:hover {
	color: #c1c1c1;
	text-decoration: none;
}

#floatlink a:visited {
	color: #c1c1c1;
	text-decoration: none;
}

/*
	css button
*/

.button_home {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #f0f0f0) );
	background: -moz-linear-gradient( center top, #ededed 5%, #f0f0f0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f0f0f0');
	background-color: #ededed;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 24px;
	margin: 20px 0px 0px -5px;
	text-decoration: none;
}

.button_home:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	color: #333333;
}

.button_home:active {
	position: relative;
	top: 1px;
	color: #333333;
}

/*
	slideshow
*/

#slides {
	z-index:100;
}

.slides_container {
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
	width:900px;
	height:300px;
	display:block;
}

.pagination {
	margin:4px 0px 0px 400px;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	caption
*/

.caption {
	z-index:500;
	position:absolute;
	height:30px;
	padding:5px 20px 0 40px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:900px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}

/*
	socialbookmarks
*/

.socialbookmarks {
	margin-top: -8px;
}

/*
	icon_hover
*/

.fb_iconHover
{
	width: 35px;
	height: 35px;
	display: block;
	margin: 0px 0px 0px 750px;
	z-index: 600;
}

.fb_icon
{
	background: url(../images/icon_logo/fb_icon_anim.png) no-repeat;
}

.fb_iconHover:hover
{
	background-position: 0 -35px;
}

.tw_iconHover
{
	width: 35px;
	height: 35px;
	display: block;
	margin: -35px 0px 0px 788px;
	z-index: 600;
}

.tw_icon
{
	background: url(../images/icon_logo/tw_icon_anim.png) no-repeat;
}

.tw_iconHover:hover
{
	background-position: 0 -35px;
}