/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%; }
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {  background-color: #E6E6E6;  color: #E6E6E6;  font-family: Arial, Helvetica, sans-serif;  font-size: 10px;  line-height: 14px;  margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; }
/* =h1 */
h1 {   font-size: 14px;  font-weight: bold;  line-height: 14px; margin:20px 0px; }
/* =h2 */
h2 {   font-size: 12px;  font-weight: bold;  line-height: 14px; }
/* =p */
p { margin:8px 0px;}
/* =links */
a,  a:link {  color: #E6E6E6;  font-weight: normal;  text-decoration: none; }
a img { border:none; }
a:visited {  color: #D9D9D9;  font-weight: normal;  text-decoration: none; }
a:hover {  color: #B9ADA7;  text-decoration: underline; }
a:focus {  color: #B9ADA7; }
a:active {  color: #FF0000;}
div#content a,  div#content a:link { color: #FF650D; }
div#content a:hover{ color: #A33C01; }
div#content a:visited { color: #712A01; }

#footer a, div#content #footer a:link { color:#FF650D; }
#footer a:visited {color: #A33C01;}
#footer a:hover {color: #712A01;}
/* div */

#outerWrapper {  background-color: #D84F00; background: 0 0 repeat-y url(/images/bg/wrapper_bg.png);  border: solid 1px #D94F00;   margin: 0 auto 0 auto;   text-align: left;   width: 990px; }
#outerWrapper #header {  background-color: #D84F00; width:inherit; }
#outerWrapper #header #header_logo { width:200px; border-bottom:1px solid #E6E6E6; }
#outerWrapper #header #header_top #top_nav { font-size:15px; margin:10px 0px 0px 10px; width: 450px; float:left;  }

#outerWrapper #header #header_top  { background-color:#D84F00; width:790px; height:95px; }
#outerWrapper #header #header_bottom { background-color:#ffffff; height:55px; }
#outerWrapper #header #header_bottom #pay_off { float:left; color:#a33c01; font-size:13px; margin:12px 0px 0px 10px; letter-spacing:.1em; }
#outerWrapper #header #header_bottom #header_image { float:right; margin:-44px 0px 0px 0px; position:relative; }
#outerWrapper #contentWrapper #leftColumn1 {  float: left;  padding: 0px 0px 0px 0px; width:200px; text-align:right; margin:12px 0px 0px 0px; }
#outerWrapper #contentWrapper #content {  background-color: #ffffff;   padding: 0px 0px 0px 0px; width: 790px; color:#A33C01;  }
#outerWrapper #contentWrapper #content #l_column, #l_column_display { width: 490px; float:left; padding:10px; position:relative;  }
#outerWrapper #contentWrapper #content #l_column_display { width:680px;  }
#outerWrapper #contentWrapper #content #r_column, #r_column_display { width: 250px; float:right; margin: 0px 10px 0px 0px;  }
#outerWrapper #contentWrapper #content #r_column_display { width:20px; }
#outerWrapper #contentWrapper #content #locator_nav { font-size:9px; color:#a33c01; margin-top: -18px; position:relative;}
#outerWrapper #contentWrapper #content #round_box_r { margin: 10px 0px 0px 0px; }
/******************************************************************************************************************************************/

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {  clear: left;  display: block; }
#outerWrapper #footer {  background-color: #E6E6E6;  padding: 10px 10px 10px 10px; border-top:1px solid #D84F00; text-align:center; color:#a33c01;  }
/* =p */
#outerWrapper #contentWrapper #content #mainContent #read p { font-size: 12px; text-align:justify; }
/* =span */
#outerWrapper #contentWrapper #content span.information { font-weight:normal; font-size:10px; font-style:italic; }

/* =form */
#outerWrapper #header #header_top form{ margin:0px; }
#outerWrapper #header #header_top #search input { border:1px solid #D84F00; width:100px; background-color:#E6E6E6;  }

/* =ul */
#outerWrapper #contentWrapper #content #mainContent ul { list-style: none; margin: 5px 0px 5px 20px; }
#outerWrapper #contentWrapper #content #mainContent ul li { margin: 4px 0px;}
#outerWrapper #contentWrapper #content #mainContent ul li.first { font-weight:bold; margin-bottom: 5px; }
#outerWrapper #contentWrapper #content #r_column ul { margin:10px 0px; list-style:none; width:98%; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
#outerWrapper #contentWrapper #content #r_column ul li { margin: 5px 0px;  }
#outerWrapper #contentWrapper #content #r_column ul li.specialHead { font-size:12px; font-weight:bold;  }
#outerWrapper #contentWrapper #content #r_column ul li.specialBody { margin-left: 5px;  }
#outerWrapper #contentWrapper #content #r_column ul li.specialLink { text-align:right; font-style:italic; }
#outerWrapper #contentWrapper #content #search_result ul { border: 1px solid #cccccc; width: 300px; border-left:none; border-right:none; margin:12px; 0px; }
/* =hr */
#outerWrapper #contentWrapper #content #search_result hr { color:#A33C01;}
#outerWrapper #contentWrapper #content ul.exhibition_ul li.exhibition_title { font-size: 13px; font-weight:bold; }


/* =rCol */
div#round_box_r .t {background: url(/images/r_box/t_border.gif) 0 0 repeat-x; width: 98%;}
div#round_box_r .b {background: url(/images/r_box/b_border.gif) 0 100% repeat-x;}
div#round_box_r .l {background: url(/images/r_box/l_border.gif) 0 0 repeat-y;}
div#round_box_r .r {background: url(/images/r_box/r_border.gif) 100% 0 repeat-y;}
div#round_box_r .bl {background: url(/images/r_box/l_b.gif) 0 100% no-repeat;}
div#round_box_r .br {background: url(/images/r_box/r_b.gif) 100% 100% no-repeat;}
div#round_box_r .tl {background: url(/images/r_box/l_t.gif) 0 0 no-repeat;}
div#round_box_r .tr {background: url(/images/r_box/r_t.gif) 100% 0 no-repeat; padding:10px;} 

/* =form */
form {margin:5px 0px;}

/* =privacy */
div#privacy { background-color:#FFFFFF; width:80%; margin-top:10px; color:#A33C01; padding:5px; }

/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
/* =search */
#outerWrapper #header #header_top #search { font-size:9px; margin: 8px 20px 0px 0px; width:300px; float:right; text-align:right;  }
#outerWrapper #header #header_top #search form input { width:90px; }
#outerWrapper #header #header_top #search form input:hover { border-color:#A33C01; background-color:#D8AC00; }
#outerWrapper #header #header_top #search form input.search_radio { width:20px; background-color:#D84F00; }
#outerWrapper #header #header_top #search form input.home_search_btn { width: 50px; font-size:9px; height:18px; border:2px solid #A33C01; border-top-color:#D8AC00; border-bottom-color:#D8AC00; }
#outerWrapper #header #header_top #search form input.home_search_btn:hover { background-color:#D84F00; color:#ffffff; }
#outerWrapper #contentWrapper #content #search_result input { width: 200px; font-size: 10px; border:1px solid #D8AC00; }
#outerWrapper #contentWrapper #content #search_result input:hover { border-color : #722549; }
#outerWrapper #contentWrapper #content #search_result input.search_radio {width:18px; border:none; }
#outerWrapper #contentWrapper #content #search_result input.index_search_btn { width:45px;  padding : 0 .25em; border : 2px double #A33C01; border-top-color : #D8AC00; font : bold 92% Tahoma, Verdana, Arial, sans-serif; background-color : #D84F00; color : #fff; }
#outerWrapper #contentWrapper #content #search_result input.index_search_btn:hover { background-color : #A33C01; }

/* =exhibition */

#outerWrapper #contentWrapper #content #mainContent .exhibition_l, .exhibition_r { border: 4px double #A33C01; background-color:#E6E6E6; width: 235px; float:left; text-align:center; margin:10px 0px; }
#outerWrapper #contentWrapper #content #mainContent .exhibition_r {  float:right;}
#outerWrapper #contentWrapper #content #mainContent .exhibition_l img, .exhibition_r img { margin: 10px 0px; }