@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {
    border: 0;
    list-style-type: none;
    margin: 0;
    outline: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    height: auto;
}

body {
    background: #c6c6c6 url(../images/bg.gif) top repeat-x;
}
#body {
    margin: auto;
    position: relative;
    width: 938px;
}
.bg {
    background: url(../images/bg.jpg) center top no-repeat;
	height: 570px;
}


#header {
	margin: 20px 0px;
}

#logo {
	float: left;
	padding: 0px 5px 20px 5px;
}

#search {
/*    background: #bba474 url(../images/bg_search.jpg) right top no-repeat;*/
    float: right;
    height: 25px;
    width: 455px;
	padding:4px 20px;
}

#menu {
/*    position: absolute;
	left: 300px;
    top: 78px;*/
    z-index: 10;
}

#subheader {
    clear: both;
	height: 21px;
    background: #5b523f;
	padding: 0px;
	margin: 0px;
	vertical-align: text-bottom;
}
#navigator {
    position: relative;
	height: 21px;
	padding:0px 25px;
	display: inline;
	line-height:21px;
}

ul#sidemenu li {
	border-bottom: 2px ridge #8d794c;
	line-height: 16px;
	list-style: square url("../images/bullet_arrow.png");
	margin-left: 10px;
	padding: 10px 0px;
}
ul#sidemenu-sub li {
	border: none;
	line-height: 16px;
	list-style: circle url("../images/bullet_circle.png");
	margin-left: 10px;
	padding: 7px 0px;
}

#banner {
    background: #000 url(../images/banner_bg.jpg) left top no-repeat;
	width: 899px;
	height: 206px;
	padding: 10px 20px;
	position: relative; 
}
#banner .wording {
	display: block; 
	position: absolute; 
	left: 610px;
	height: 186px;
	padding: 38px 30px 20px 20px;
	vertical-align:middle;
	color:#fff;
	line-height:18px;
}


#content {
	background: #fff;
}
.container {
	padding: 20px 30px;
}
.min-height {
	min-height: 260px;
}
#h_band {
	display: block; 
	height:65px;
    background: #f4cf21 url(../images/bg_h.gif) top repeat-x;
	padding: 0 30px;
}
#f_band {
	display: block; 
	height:44px;
    background: #f4cf21 url(../images/bg_f.gif) top repeat-x;
	padding: 0 30px;
}
#pic-l {
	width: 228px;
	height: 200px;
	float: left;
}
#pic-sm {
	width: 181px;
	height: auto;
	float: left;
 	margin-right: 73px;
}
.thumb-l {
	background: #4c4025 url(../images/frame_thumb1.jpg) top repeat-x;
	padding: 7px;
}
.thumb-sm {
	background: url(../images/frame_thumb2.gif) no-repeat;
	padding: 2px;
}
#pic-title {
	margin: 0px 17px 5px 0px;
	padding-top:22px;
	padding-bottom:5px;
	border-bottom: 1px solid #cccccc;
}
#detail {
	width: 430px;
	float: right;
 	margin-left: 34px;
}
.box {
	background: url(../images/bg_content.jpg) repeat-x;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
    clear: both;
    background: #000;
    padding: 10px 30px;
	margin-bottom: 40px;
	vertical-align: middle;
}

.clr {  clear: both }

hr { 
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 1px;
}
hr.dash { 
	border-left: 0px;
	border-right: 0px;
	border-top: 2px dotted #bbbbbb ; 
	border-bottom: 0px;
}

table.detail {
	border: none;
	width: 100%;
}
table.detail th {
	padding: 3px 5px;
	background: #f4cb0a;
}
table.detail td {
	padding: 3px 5px;
}
table.detail tr.row1 {
	background: #a9a9a9;
}
table.detail tr.row2 {
	background: #cdcdcd;
}

img.frame {
	border:2px solid #f4cb0a;
}
a:hover img.frame {
	border:2px solid #333;
}