/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:disc outside;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

html
{
	overflow-y: scroll;
}

body
{
	font-family: 'Tahoma';
	font-size: 12px;
}

#container
{
	width:1024px;
	position:relative;
	background: #EAEAEA;
	margin:auto;
}

#head
{
	height: 102px;
}
#body
{
	height: 100%;
	background-image: url(./img/back.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#footer
{
	height: 5px;
	font-size: 1px;
	background: #07853A;
	clear: both;
}


#left_frame
{
	width: 295px;
	height: 100%;
	float: left;
}
#content_frame
{
	width: 729px;
	margin-left: 295px;
	background: #EAEAEA;
	/* Special for IE*/
	*margin-left: 0px;
	*float:left;
}


.ornament
{
	border-top: 6px solid #942121;
	border-bottom: 6px solid #07853A;
	height: 25px;
	background-repeat: repeat-x;
	background-position: top;
}
#left.ornament
{
	background: url("./img/orn1.gif");
}
#right.ornament
{
	background: url("./img/orn2.gif");
	text-align: right;
	padding-right: 5px;
}


#left_menu
{
	background: #CCC;
	color: #4A4A4A;
	padding: 10px;
	border-right: 1px solid #BCBCBC;
}

.partition
{
	padding: 5px 10px 10px;
}
#selected_part.partition
{
	background: #DFDFDF;
}
.partition h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 4px;
}
.partition a
{
	color: #4A4A4A;
	text-decoration: none;
}
.partition li
{
	font-weight: bold;
	padding: 3px 0px;
	margin: 0px 13px;
}
.partition li#selected,.partition li#selected a,.partition h3#selected,.partition h3#selected a
{
	color: #BC0007;
}

.hot_link
{
	padding: 4px 10px 6px;
}
.hot_link h3
{
	font-size: 16px;
	font-weight: bold;
}
.hot_link h3 a
{
	color: #DF0E0E;
}

.line
{
	border-top: 1px solid #E3E3E3;
}
.two_line
{
	height: 4px;
	font-size: 1px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

#menu_banner
{
	height: 250px;
}


#search_field
{
	border: 1px solid #929292;
	height: 17px;
	width: 365px;
	margin-top: 4px;
	color: #696969;
	text-indent: 5px;
}

#request_field
{
	border: 1px solid #929292;
	height: 150px;
	width: 625px;
	margin-top: 4px;
	color: #696969;
	text-indent: 5px;
}
#email_field
{
	border: 1px solid #929292;
	height: 22px;
	width: 625px;
	margin-top: 4px;
	color: #696969;
	text-indent: 5px;
}
#address_field
{
	border: 1px solid #929292;
	height: 22px;
	width: 625px;
	margin-top: 4px;
	color: #696969;
	text-indent: 5px;
}
#name_field
{
	border: 1px solid #929292;
	height: 22px;
	width: 625px;
	margin-top: 4px;
	color: #696969;
	text-indent: 5px;
}

.top_button
{
	border-width: 0px;
	background: #707070;
	color: #F5F5F5;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 13px;
	margin: 3px 4px 0px;
	*padding: 1px 7px;
}
#lock.top_button
{
	background-image: url("./img/lock.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 38px;
}

#content
{
	padding: 10px 22px;
	color: #222;
}
#content a
{
	color: #666;
	text-decoration: none;
}
#content a:visited
{
	color: #333;
}


/* pagedoc & foto */
.page_header
{
	line-height: 1.5;
	margin: 0px 0px 10px;
}

.right_block
{
	text-align: right;
}

.page_list
{
	padding: 15px 18px;
	background: #FFF;
	border: 1px solid #BCBCBC;
}

.document h3
{
	line-height: 1.2;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 13px 13px 17px;
}

.document h5
{
	line-height: 1.2;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 13px 13px 17px;
}

.document h4
{
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 18px 0;
}
.document p
{
	line-height: 1.5;
	text-indent: 46px;
	margin: 7px 0;
}
.document li
{
	line-height: 1.5;
	text-indent: 46px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: circle;
}
.document img.left_img
{
	margin: 14px 14px 14px 0px;
	border: 1px solid #A1A1A1;
	float: left;
}

.grey_line
{
	border-top: 1px solid #BCBCBC;
}



/* search $ result */
.search
{
	width: 585px;
}
.search h3
{
	font-size: 14px;
	font-weight: bold;
}

h3#search_head
{
	color: #BC0007;
	margin: 10px 0px;
}

table.search_form, table.result_form
{
	width: 100%;
	margin: 8px 0px 10px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	color: #4A4A4A;
	background: #FFF;
}
table.search_form tr.space td
{
	height: 10px;
	padding: 0px;
}
table.search_form th, table.result_form th
{
	background: #DBDBDB;
	border-bottom: 1px solid #BCBCBC;
	padding: 4px 0px;
}
table.search_form td
{
	padding: 8px 0px;
}
table.search_form .line_title
{
	width: 185px;
	padding-left: 10px;
}
table.search_form .line_title_w
{
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 20px;
}

table.search_form input.text
{
	border: 1px solid #808080;
	height: 20px;
	width: 360px;
}
table.search_form input.short_text
{
	border: 1px solid #808080;
	height: 20px;
	width: 125px;
}
table.search_form input.select_button
{
	color: #FFF;
	background: #898989;
	border-width: 0px;
	width: 20px;
	height: 20px;
}
table.search_form input.button
{
	color: #FFF;
	background: #898989;
	border-width: 0px;
	font-weight: bold;
	width: 70px;
	height: 20px;
}

table.result_form td
{
	padding: 6px 0px;
	vertical-align: top;
}
table.result_form .line_title
{
	width: 200px;
	padding-left: 10px;
}
table.result_form .line_title_lab
{
	width: 175px;
	padding-left: 10px;
}
table.result_form .line_title_w
{
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}
table.result_form .line_title_r
{
	padding-left: 10px;
	padding-right: 10px;
}
/*table.result_form .underline
{
	text-decoration: underline;
}
table.result_form .line_t
{
	padding-left: 10px;
}

.page_links
{
	padding-top: 2px;
	float: right;
	color: #BC0007;
	font-weight: bold;
}
#content .page_links a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#content .page_links a:hover
{
	text-decoration: underline;
}

