@charset "utf-8";
/* CSS Document */

body{
	background-color:#3d5267;
	margin:10px auto 10px auto;
	text-align:center;
	font-size:13px;
	font-family:"Trebuchet MS", sans-serif, Arial, Geneva;	
}

#main_div{
	width:900px;
	text-align:left;
	color:#666666;
	margin:auto;
	background-color:#FFFFFF;
	display:table;	
}

#logo_area{
	width:900px;
	height:90px;
	background-color:#314357;
}

#logo{
	width:300px;
	float:left;
}
#acc_navi{
	width:350px;
	float:right;
	background-color:#d70000;
	height:30px;
	margin-top:30px;
}

.acc_btns{
	background:url(../imgs/acc_navi_top.jpg) top center no-repeat;
	height:30px;
	width:auto;
	margin-left:30px;
	margin-right:30px;
	float:right;
	font-size:14px;
}

.acc_btns a, active, visited{
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
	line-height:30px;
}
.acc_btns a:hover{
	color:#FF9900;
	text-decoration:none;	
}

#banner{
	width:900px;
	clear:both;
}

#main_navi{
	background:url(../imgs/bg_navi.jpg) repeat-x top left;
	height:36px;
	text-align:center;
	clear:both;
	font-size:14px;
}

#main_navi a, active, visited{
	line-height:34px;
	color:#990000;
	text-align:center;
	text-decoration:none;
	margin-right:30px;
	margin-left:30px;
}
#main_navi a:hover{
	line-height:34px;
	color:#000066;
	text-align:center;
	text-decoration:none;
	margin-right:30px;
	margin-left:30px;
}

#main_content_block{
	width:900PX;
	background:url(../imgs/bg_main_content.jpg) repeat-x top left;
	display:table;
}

#left_content_main{
	width:470px;
	float:left;
}

#left_content{
	float:left;
	width:450px;
	margin-left:20px;
	margin-top:35px;
	margin-bottom:30px;
}

#left_content #left{
	width:200px;
	float:left;	
}

#left_content #right{
	width:200px;
	float:right;	
}

#right_content{
	float:right;
	width:350px;
	margin-right:20px;
	margin-top:30px;
	text-align:left;
}

h1{
	color:#932a27;
	margin-bottom:10px;
	font-size:18px;
	font-style:normal;
}
h2{
	color:#191919;
	margin-bottom:10px;
	margin-top:5px;
	font-size:15px;
	font-style:normal;
}
h3{
	background-color:#990000;
	color:#FFFFFF;
	font-size:18px;
	padding-left:5px;
	line-height:30px;
}

.more, active, visited{
	color:#990000;
	text-decoration:none;
	width:100%;
	text-align:right;
	padding-top:15px;
	display:block;
}
.more:hover{
	color:#666666;
	text-decoration:none;
	width:100%;
	text-align:right;
	padding-top:15px;
	display:block;
}

#footer{
	width:900px;
	height:50px;
	background-color:#314357;
}

/* CSS for Photogallery  Start*/
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/* CSS for Photogallery Ends */