/* =Reset default browser CSS
-------------------------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, iframe, img, ins, kbd, samp, small, strong, sub, sup, tt, var, b, i, dl, dt, dd, object, ol, ul, li, form, label, legend, span, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
    color: #C64200;
    font-family: Arial;
    font-size: 14px;
}

@font-face {
    font-family: Garamond BE Medium Italic;
    src: url(../fonts/GaramondBE-MediumItalic.ttf);
    font-weight:normal;
    font-style:italic;
}

@font-face {
    font-family: Trade Gothic Bold Two;
    src: url(../fonts/TradeGothic.ttf);
    font-weight:normal;
}
@font-face {
    font-family: Open Sans Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight:normal;
}

/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body,
form, input, select, textarea, fieldset, button {
	color: #000000;
	font-family: 'Open Sans Semibold', Helvatica, sans-serif;
    /*font-family: 'Open Sans', sans-serif; */
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	width: 100%;
	background-image: url('../images/wrapper-bg-img.jpg');
	background-repeat: repeat-x;
	font-weight: Normal;
}
body.home #content-two .right-box {margin:-106px 0 0;}

body.gallery #sidebar {margin:-106px 6px 0 0;}
/* =Custom Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {

}

/* =Header
-------------------------------------------------------------- */
#header {
	width: 1050px;
	margin: 0 auto;
}

#header .menu {
	float: right;
	width: 545px;
	height: 34px;
    margin-right: 39px;
	background-image: url('../images/top-nav-bg-img.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#header .menu ul {
	margin: 9px 0 0 0px;
	padding: 0;
	float: left;
}

#header .menu ul li {
	float: left;
	background-image: url('../images/manu-boder.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#header .menu ul li:last-child {background-image:none;}
#header .menu ul li.border-none {
	float: left;
	border: 0;
	background-image: none;
}

#header .menu ul li a {
	float: left;
	color: #fff;
	/*font-family: 'Open Sans Semibold', Arial; */
    font-family: 'Open Sans', sans-serif;
 	font-size: 12px; 
	margin: 0px 11px 0 11px;
	padding: 0;
}

#header .menu form {
	float: right;
	width: 229px;
	margin: 5px 5px 0 0;
}

#header .menu input {
	background-image: url('../images/input-bg.png');
	background-repeat: no-repeat;
	background-position: center left;
	width: 185px;
	height: 17px;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	font-style: Italic;
	font-size: 13px;
	color: #898989;
	padding: 2px 5px 2px 9px;
	line-height: 17px;
	background-color: transparent;
}

#header .menu input.submit {
	background-image: url('../images/submit-bg-img.png');	
	background-repeat: no-repeat;
	background-position: top center;
	width: 26px;
	height: 21px;
	cursor: pointer;
}

#header img {
	margin: 5px 0 0 40px;
}

#header .nav {
	width: auto;
	float: left;
}

#header .nav ul {
	margin: 25px 0 0 37px;
	padding: 0;
}

#header .nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}


#header .nav ul li span {
	margin: 0 16px 0 2px;
	padding: 5px 8px;
    text-transform:uppercase;
	float: left;
	background-image: url('../images/border-right.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#header .nav ul li:last-child span{
    background-image: none;
}
#header .nav ul li span.border-none {
	background-image: none;
}

#header .nav ul li a {
	margin: 0 23px 0 5px;
	padding: 0px 0px 5px 0;
	float: left;
	color: #252525;
	/*font-family: 'Open Sans Semibold', Arial;*/
    font-family: 'Open Sans', sans-serif;
	font-weight: Normal;
	font-size: 20px;
	line-height: 20px;
	height: 45px;
}

#header .nav ul li a.current {
	color: #fff;
}

#header .nav ul li:hover a {
	color: #fff;
	background-image: url('../images/error.png');
	background-repeat: no-repeat;
	background-position: 41px 39px;
}

#header .nav ul li ul.downmenu {
	position: absolute;
	top: 32px;
	left: -75px;
	display: none;
	background-image: url('../images/sub-manu-bottom.png');
	background-position: center bottom;
	width: 226px;
	padding: 0 0 10px 0;
	z-index: 9999;
}

#header .nav ul li ul.downmenu li {
	background-image: url('../images/sub-manu-repeat.png');
	background-repeat: repeat-y;
	width: 207px;
	padding: 0 10px 0 10px;
}

#header .nav ul li:hover ul.downmenu {
	display: block;
}

#header .nav ul li ul.downmenu li a {
	border-top: 1px dotted #000;
	color: #17304f;
	width: 100%;
	font-size: 12px;
}

#header .nav ul li ul.downmenu li a.border-none {
	border: 0;
}	

#header .nav ul li ul.downmenu li a:hover{
	color: #ce5310;
	padding: 0 0 0 10px;
}

#header .nav ul li ul.downmenu li a:hover , #header .nav ul li ul.downmenu li a {
	font-size: 14px;
	cursor: pointer;
	background-image: none;
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 15px;
	padding: 21px 0 0 0px;
    font-family: 'Open Sans', sans-serif;
}

/* =Main
-------------------------------------------------------------- */
#main {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/bg-repeat-main.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
body.board-access-search #main {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bg-top-main.jpg");
	background-repeat: repeat-y;
	background-position: top center;

}
body.exhibits #main , body.gallery #main {
    background-image: url("../images/bg-top-main.jpg");
}

#page-main {
	width: 980px;
	margin: /*3*/0px auto 0;
	background-image: url('../images/bg-top-main.jpg');
	background-position: top center;
	background-repeat: no-repeat;

}
body.search #main {
	width: 980px;
	margin: 0 auto;
	padding: 0;
		background-image: url('../images/bg-top-main.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
#content-serch {
	width: 977px;
	margin: 0 auto;
	background-image: url('../images/bg-top-main.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.home #main {
	background-image: none !important;
}

#content-two .ones {
	width: 972px;
	margin: 0 auto;
	background-image: url('../images/main2.png');
	background-repeat: repeat-x;
	background-position: center 356px;
	padding: 16px 0 20px 0;
}

#content-two .left-box-img {
	float: left;
	width: 682px;
	height: 355px;
	background-image: url('../images/img.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
}

#content-two .left-box-img a {
	width: 682px;
	height: 306px;
	display: block;
}

#content-two .left-box-bottom {
	float: left;
	width: 682px;
	height: 50px;
	background-image: url('../images/bg-transparent.png');
	background-repeat: repeat-x;
	background-position: top center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#content-two .left-box-bottom h3 {
	/*font-family: 'open sans semibold' ,arial;*/
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #213454;
	margin: 5px 0 0 16px;
}

#content-two .left-box-bottom p {
	font-size: 14px;
	color: #111615;
	margin: 0 0 0 16px;
}

#content-two .left-box-bottom a {
	background-image: url('../images/learn-more.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 33px;
	width: 116px;
	display: block;
	text-align: center;
	line-height: 25px;
	float: right;
	margin: -30px 0 0 0;
	position: relative;
/*	font-family: 'open sans bold', Arial;*/
font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

#content-two .left-box {
	float: left;
	width: 682px;
	margin: 0 0 0 20px;
	background-image: url('../images/');
	background-position: top center;
	background-repeat: no-repeat;
}

#content-two .left-box .one {
	float: left;
	width: 340px;
    
}

#content-two .left-box .one img {
	margin: 15px 0 0 0;
	float: left;
    border:1px solid #000000;
}

#content-two .left-box .text{
	float: left;
	width: 185px;
}

#content-two .left-box .text h4 {
color: #363636;
    float: right;
    /*font-family: 'Open Sans Semibold',Arial;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 3px;
    margin-right: -5px;
    margin-top: 21px;
    padding: 0 0 0 10px;
    width: 180px;
}

#content-two .left-box .text span {
	width: 175px;
	float: right;
	font-weight: Bold;
	font-size: 14px;
	color: #c64200;
	margin: 0px 0 8px 0;
	line-height: 17px;
	padding: 0 0 0 10px;
}

#content-two .left-box .text em {
	width: 175px;
	float: right;
	font-style: normal;
	font-weight: Normal;
	font-size: 14px;
	color: #252525;
	padding: 0 0 0 10px;
    margin-top:-5px;
}

#content-two .left-box .two {
	float: right;
	width: 340px;
    
}

#content-two .left-box .two img {
	margin: 15px 0 0 0;
	float: left;
    border:1px solid #000000;
}

#content-two .right-box .text{
	float: left;
	width: 185px;
}

#content-two .right-box {
	float: right;
	width: 264px;
	margin: -101px 0 0 0;
	position: relative;
}

#content-two .top {
	width: 264px;
	height: auto;
    padding-bottom:5px;
	/*background-image: url('../images/right-box.png');*/
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
    /*background:#C64200;*/
    min-height:183px;
}

.orange-inner h5 {
	text-align: center;
	font-family: Garamond BE Medium Italic;
	font-weight: Normal;
	font-size: 20px;
    font-style:italic;    
	color: #fff;
	margin: 15px 0 0px 0;
    padding-bottom:11px;
}

.orange-inner img {padding-bottom:11px;}

#content-two .top a img {
	margin: 0 auto;
	display: block;
}

#content-two .top p {
	font-weight: Bold;
	font-size: 13px;
	color: #1e1d1d;
	text-align: center;
	margin: 0 auto;
    width:207px;
	padding: 5px 0 0 0;
}

#content-two .bottom {
	width: 230px;
	margin: 20px auto 0;
	float: right;
}

#content-two .bottom h3{
 color: #213454;
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 -10px;
    text-align: left;
}

#content-two .bottom p {
	font-family: 'Open Sans Semibold',Arial;
   /* font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	color: #252525;
	width: 230px;
    line-height:17px;
	   margin: 10px 0 -6px;
}
body.home #content-two .bottom p {
	font-family: 'Open Sans Semibold',Arial;
   /* font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	color: #252525;
	width: 230px;
    line-height:17px;
	   margin: 25px 0 -6px;
}

#content-two .bottom p a {
	/*font-family: 'Open Sans Semibold', Arial;*/
    font-family: 'Open Sans', sans-serif;
	font-weight: Bold;
	font-size: 14px;
	color: #c64200;
}

#main .twos {
	width: 977px;
	margin: 40px 0 0 0;
	background-image: url('../images/bg-repeat-main.jpg');
	background-repeat: repeat;
	background-position: bottom center;
	float: left;
}

#main .twos {
	width: 977px;
	margin: 20px 0 0 0;
	background-image: url('../images/bg-top-main.jpg');
	background-repeat: repeat;
	background-position: bottom center;
	float: left;
}
body.home #main .twos {
	width: 977px;
	margin: 20px 0 0 0;
	background-image: url('../images/bg-top-main2.jpg');
	background-repeat: repeat;
	background-position: bottom center;
	float: left;
}

#main .twos .small {
	width: 222px;
	float: left;
	margin:  0 6px 25px 12px;
	padding: 0;
     /*   background: url('../images/linebreak.png');*/
    background-repeat:no-repeat;
    position:relative;
}

#main .twos .left-small {
	margin:  0 6px 25px 19px;
}

#main .twos .small h4 p{
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 2px 0 2px 6px;
	background-color: #213454;
	width: 214px;
	float: left;
    font-weight:normal;
    font-family: 'Open Sans', sans-serif;
    height:25px;
    text-transform:uppercase;
    border:  1px solid #000000;
    border-bottom:0px;
}

#main .twos .small p {
	font-size: 14px;
	color: #c64200;
	margin: 9px 0 3px 0;
	float: left;
	width: 222px;
    z-index:1;
    position:relative;
 
}
#main .twos .small p img{
 height: 76px;
    margin-top: -10px;
    width: 220px; 
       border:  1px solid #000000;
    border-top:0px;
}

#main .twos .small p.bottom {
	font-size: 13px;
	color: #c64200;
	margin: 5px 0;
	float: left;
	width: 222px;
}

#main .twos .small a {
color: #C64200;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
}

#main .twos .small a.two {
	color: #363636;
	font-weight: Bold;
	font-size: 14px;
	float: left;
	margin: 40px 0 0 0;
}

#main .twos .small a.three {
	color: #363636;
	font-weight: Bold;
	font-size: 14px;
	float: left;
	margin: 55px 0 0 0;
}

#main .twos .small a.four {
	color: #363636;
	font-weight: Bold;
	font-size: 14px;
	float: left;
	margin: 38px 0 0 0;
}

#main .twos .small a span{
	color: #c64200;
	font-weight: Bold;
	font-size: 14px;
}

#main .threes{ 
	width: 965px;
	height: auto;
    min-height:330px;
	margin: 0 auto;
	background-color: #e6e6e6;
	border-top: 2px solid #c74201;
	clear: both;
	padding: 0px 0 0 0;
}

#main .threes .left-side { 
	width: 466px;
	float: left;
    padding-top:20px;
	margin: 0 0 0 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#main .threes .left-side h3{  
	font-size: 18px;
	color: #213454;
	margin: 0;
	line-height: 16px;
	padding: 0px 0 10px 0;
/*font-family: 'Open Sans Semibold', Arial; */
font-family: 'Open Sans', sans-serif;
font-weight:normal;
}

#main .threes .left-side p{
	margin: 0;
	line-height: 19px;
	font-size: 13px;
	color: #252525;
      font-family: 'Open Sans Semibold', Arial;
      /*font-family: 'Open Sans', sans-serif;*/
      font-weight:normal;
	padding: 0 0 7px 0;	
}
	
#main .threes .left-side p a{
	text-decoration: none;
	color: #c64200;
	font-weight: bold;
}

#main .threes .right-side{ 
    float: right;
    margin: 0;
    padding: 20px 5px 7px 10px;
    width: 452px;
}
#main .threes .right-side-inner{ 
border-left: 1px dotted #C0C0C0; 
padding-left:10px;   
}

#main .threes .right-side h3 { 
	margin: 0;
   /* font-family: 'Open Sans Semibold', Arial;*/
   font-family: 'Open Sans', sans-serif;
	padding: 0px 0 10px 0px;	
	font-size: 18px;
	font-weight: normal;
	color: #213454;
	margin: 0;
	line-height: 16px;
}

#main .threes .right-side h3.border { 
	width: 430px;
	padding: 0px 0 9px 0px;
}

#main .threes .right-side h3.border-two { 
	width: 430px;
	padding: 0px 0 8px 0px;
    
/*font-family: 'Open Sans Semibold', Arial;*/
font-family: 'Open Sans', sans-serif;
}

#main .threes .right-side p { 
	margin: 0;
	padding: 0 0 6px 0px;	
	line-height: 19px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Open Sans Semibold', Arial;
	font-size: 13px;
	color: #252525;
}

#main .threes .right-side p a {
	text-decoration: none;
	color: #c64200;
	font-weight: bold;
}

#main .threes .right-side form {
	width: 373px;
	margin: 0 0 13px 0;	
}

#main .threes .right-side form input.enter {
	color: #898989; 
	font-style: italic;
	background-image: url('../images/input-bg2.png');
	width: 262px;
	height: 24px;
	background-color: transparent;
	font-size: 13px;
	border: 0;
	padding: 0 0 0 10px;
	float: left;
	margin: 0 5px 0 0;
	line-height: 22px;
}

#main .threes .right-side form input#submit {
	background-image: url('../images/submit-small.png');
	width: 92px;
	height: 24px;
	border: 0;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
    padding-bottom:2px;
/* font-family: Open Sans Bold;*/
font-family: Open Sans;
}
#main form input#submit {
	/*background-image: url('../images/submit-small.png');*/
    background:#C64200;
	
	height: 24px;
	border: 0;
	color: #fff;
	font-size: 12px;
	cursor: pointer;margin-top:8px;
    padding-bottom:2px;
    border-radius:5px;
    padding: 0px 4px;
    margin-top:0px;
/* font-family: Open Sans Bold;*/
font-family: Open Sans;
}

#main .threes .right-side  .last {
	width: 276px;
	float: left;
	margin: 11px 0 0 0;
	font-family: Trade Gothic LT Std;
}

#main .threes .right-side  .last a {
	background-image: url('../images/submit-large.png');
	width: 132px;
	height: 24px;
	border: 0;
	font-size: 12px;
	color: #fff;
	margin: 0 3px 0 0;
	display: inline-block;
	line-height: 24px;
	text-align: center;
     /*font-family: Open Sans Bold;*/
     font-family: Open Sans;
}

#content {
	width: 680px;
	float: left;
	margin: 0 0 0 22px;
	padding: 1px 0 10px 0;
	display: inline;
}

#content img {
	margin: 0 0 0 40px;
}
#content .box img {margin:0px;}
#content .box img.orange-bottom {margin-left:10px;}

#content  ul {
	margin: 0;
	padding: /*2*/0px 0 0 0;
}

#content  ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#content  ul li a{
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 11px; 
	color: #C64200; 
}

#content  ul li:hover a, #content  ul li.activ a{
	color:#213454;
}

#content  ul li em{
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 12px;
	color: #4c5d77;
}

#content ul.list {
	width: 314px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

#content ul.list li {
	width: 145px;
	display: inline;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px; 
	color: #1D304E;
	line-height: 14px;
}

#content ul.list li img{
	margin: 0 0 5px 0;
	padding: 0;
}



#content h3.plan {
	color: #213454;
	font-size: 22px;
}

#content p.cite {
	color: #D49D06;
	font-size: 16px;
	font-style: italic;
}

#content h3 {
	color: #252525;
	font-size: 14px;
	font-style: Normal;
	line-height: 18px;
	padding: 16px 0 10px 0;
}

#content p.cite em {
	color: #252525;
	font-size: 14px;
	font-style: Italic;
	line-height: 18px;
	margin: 0 0 0 100px;
}

#content p {
	font-size: 16px;
	color: #252525;
	margin: 20px 0;
}

#content a {
	color: #C64200;
	font-weight: bold;
}

#pagination .heading-box {
	width: 680px;
	height: 25px;
	margin: 6px 0;
	padding: 0;
	background-image: url('../images/heading-bg.jpg');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px solid #ccc;
	
}
#content-serch .heading-box, #main .heading-box
{
    width: 680px;
	height: 25px;
	margin: 6px 0px 6px 20px;
	padding: 0;
	background-image: url('../images/heading-bg.jpg');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px solid #ccc;
}
 
#pagination .heading-box span.currentPage , #content-serch .heading-box span.currentPage, #main  .heading-box span.currentPage {
    color: #252525;
    display: inline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px;
    padding: 0;
}

#content .heading-box h3 , #content-serch .heading-box h3{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	padding: 5px 0;
	margin: 0 10px;
	float: left;
}

#content .heading-box form#form , #content-serch .heading-box form#form{
	width: 143px;
	float: right;
	margin: 4px 7px;
	padding: 0;
}


#content .heading-box form#form label , #content-serch .heading-box form#form label{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#content .heading-box form#form select , #content-serch .heading-box form#form select{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 18px;
}

#content ul.list-one {
	width: 335px;
	float: left;
	padding: 8px 0 20px 0;
	margin: 0;
	clear: left;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li.list-item {
	display: block;
	padding: 3px 0;
	margin: 29px 0 0 0;
}

#content ul.list-one li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-one li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-one li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#content ul.list-tow {
	width: 302px;
	float: right;
	padding: 8px 0;
	margin: 0;
}

#content ul.list-tow li {
	display: block;
	padding: 3px 0;
	margin: 0;
}
#content ul.list-tow li.list-item {
	display: block;
	padding: 3px 0;
	margin: 28px 0 0 0;
}

#content ul.list-tow li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-tow li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-tow li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#sidebar .box-three {
	float: right;
	background-color: #e7e7e7;
	width: 229px;
	margin: 11px 10px 0 0;
	padding: 0 0 10px 0;
}

.box-three h2 {
	font-size: 15px;
	color: #213454;
	padding: 6px 10px 0 10px;
	margin: 6px 0 7px 5px;
/* 	background-image: url('../images/plass.png'); */
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	line-height: 22px;
     font-family: 'Open Sans',sans-serif;
}

.box-three p {
	font-size: 13px;
	color: #252525;
	padding: 0 0 0 15px;
	width: 200px;
	line-height: 20px;
}

#main .left-sidebar {
	width: 170px;
	margin: -13px 27px 0 11px;
	float: left;
}

#main .left-sidebar ul {
	width: 170px;
	margin: 0 15px 10px 0;
	padding: 0;
}

#main .left-sidebar ul li {
/* 	margin: 0;
	padding: 0;*/ 
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 0 0 0 5px;
    width: 160px;
}


#main .left-sidebar ul li a {
     background-image: url("../images/right-arrow.png");
   /* background-position: 0 11px; */
    background-repeat: no-repeat;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 17px;
	font-size: 14px;
    background-position: 0 3px;
	font-weight: bold;
	color: #213655;
	text-decoration: none;
}

#main .left-sidebar ul li.list-item-one {
	margin: 0 0 0 8px;
	padding: 0 0 0 5px;
	background-image: url('../images/right-arrow.png');
	background-position: 0px 13px;
	background-repeat: no-repeat;
	float: left;
	width: 160px;
}

#main .left-sidebar ul li.list-item-three {
	margin: 0;
	padding: 0 0 0 5px;
	background-image: url('../images/right-arrow.png');
	background-position: 0px 11px;
	background-repeat: no-repeat;
	float: left;
	width: 160px;
	line-height: 11px;
}

#main .left-sidebar ul li.list-item-two span {
	padding: 0;
}

#main .left-sidebar ul li.current a {
	color: #fff;
    background-image: url('../images/bottom-arrow.png');
    background-position: 4px center;
	background-repeat: no-repeat;
	background-color: #213454;
	padding: 10px 0 10px 17px;
	width: 156px;
	margin: 0px 0 0px 0px;
}

#main .left-sidebar ul li ul li {
	color: #213655;
	text-decoration: none;
	font-size: 14px;
	border-bottom:1px dotted #252525;
	background-position: 12px 15px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 0px;
	width: 172px;
}
#main .left-sidebar ul li ul li.current {
    background-image:none;
    background-color:#E7E6E4;
    width:102%;
}
#main .left-sidebar ul li ul li.current a {padding-left:10px;}

#main .left-sidebar ul li ul li a {
	/* margin: 0; */
    background-image: url("../images/disc-red.png");
    background-position: 5px 4px;
  
    display: block;
    float: left;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 16px;
    width: 96%;
}

#main .left-sidebar ul li.current ul li a {
	background-image: url('../images/disc-red.png');
	background-color: transparent;
    padding-left:16px;
    background-position:6px 14px;
	color: #213655;
    width:156px;
}

#main .left-sidebar ul li ul li em.active a {
	text-decoration: none;
	background-image: url('../images/disc-red.png');
	background-position: 5px 17px;
	background-repeat: no-repeat;
	background-color: #e7e6e4;
}

#main .left-sidebar ul li ul li:hover {
	text-decoration: none;

	background-color: #e7e6e4;
}
#main .left-sidebar ul li.noSubNav ul {display:none;}

#main .content-format {
	width: 505px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
    padding-right:5px;
}
body.exhibits  #main .content-format {
    width:761px;
    margin-top:-15px;
}

#main .content-format p {
	width: 510px;
	margin: 19px 0 16px 0;
	font-size: 14px;
	color: #252525;
	line-height: 22px;
}
body.exhibits #main .content-format p {
  font-family: arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 15px 0 auto;
    padding: 0px 0 14px /*5*/0px;
    width: auto;
    
}
body.exhibits #main .content-format p a:link, 
body.exhibits #main .content-format p a:hover, 
body.exhibits #main .content-format p a:visited ,
body.exhibits #main .content-format p a:active{
    color:#C64200;
}
body.exhibits #main .content-format .box-right  {
    padding-left:10px;
    padding-top:10px;
}
body.exhibits #main .content-format .box-three .box-right  {
    padding-left:10px;
    padding-top:10px;
    width:230px;
}
body.exhibits #main .content-format .box-right p {
    width:254px;
    font-size:13px;
}
body.exhibits #main .content-format .box-three .box-right p {
    width:220px;
    font-size:13px;
}
body.exhibits #main .content-format .box-right  img{
    margin-left:-5px;
    width:100%;
}
body.exhibits .box-right h2 {
    width:225px;
    float:left;
    
    background-position: right top;
    background-repeat: no-repeat;
    color: #213454;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 6px 0 7px -6px;
    padding: 6px 10px 0;
    text-align: left;
}
body.exhibits .box-three .box-right h2 {
    width:183px;
}
body.exhibits #main .content-format .box-right img.plus-sign {
    width:21px;
    margin:0px;
    padding-top:17px;
    padding-right:10px;
}
body.exhibits #main .content-format .box-left img.plus-sign {
    width:21px;
    margin:0px;
    padding-top:17px;
    padding-right:10px;
}

body.exhibits #main .box-right a{
    
    position: relative;
    width:100%;
    text-align:center;
}

body.exhibits #main .content-format .box-three .box-left  img{
    margin-left:5px;
    width:100%;
}
body.exhibits #main .content-format .box-three .box-left img.plus-sign {
    width:21px;
    margin:0px;
    padding-top:17px;
    padding-right:0px;
}
body.exhibits #main .content-format .box-left p {
  font-family: arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 15px 0 auto;
    padding: 0 0 9px 17px;
    width: auto;
    
}
body.exhibits .box-left h2 {
    width:185px;
    float:left;
    
    font-size: 15px;
	color: #213454;
	padding: 6px 10px 0 10px;
	margin: 6px 0 7px -6px;
/* 	background-image: url('../images/plass.png'); */
	background-repeat: no-repeat;
	background-position: top right;
     font-family: 'Open Sans',sans-serif;
	width: 200px;
	line-height: 22px;
    text-align:left;
}
body.exhibits .content-format .box-left h2 {padding-left: 20px;
    width: 165px;}
body.exhibits .box-three .box-left h2 {
    width:185px;
    float:left;
    padding-left:20px;
}
body.exhibits #main .content-format .box-three .box-left p {
    width:200px;
    font-size:13px;
}

#main  .box-center, body.exhibits .content-format .box-center  {
    width:/*500px*/auto;
    background:#E7E7E7;

     margin: 20px 0px 30px;
     text-align:center;
}

body.exhibits #main  .box-center  {
    margin:0px;
    margin-right:300px;
}
body.exhibits #wrapper #main .content-format .box-three .box-center {
    margin:0px;
    width:100%;
    
}
body.exhibits #main .content-format .box-center p {
   font-size: 13px;
    text-align: left;
    width: 100%;
}

body.exhibits #main .content-format .box-three .box-center p {
   font-size: 13px;
    text-align: left;
    width: 218px;
}
#wrapper #main .box-center img {
 height: auto;
    margin: 0;
    max-width: 500px;
    padding: 0;
}
body.exhibits #wrapper #main .content-format .box-center  img{
    /*margin-left:5px;*/
    width:98%;
}
body.exhibits #wrapper #main .content-format .box-center img.plus-sign {
    width:21px;
    margin:0px;
    padding-top:10px;
    padding-right:10px;
}

#wrapper #main .box-center h2 {
     background-position: right top;
    background-repeat: no-repeat;
    color: #213454;
    font-size: 15px;
    line-height: 22px;
    margin: 6px 0 7px 5px;
    float:left;
    padding: 0px 10px 0;
    border:0px;
    width:87%;
     font-family: 'Open Sans',sans-serif;
    text-align:center;
}
body.exhibits #wrapper #main .box-three .box-center h2 {
    width:185px;
    float:left;
    line-height:18px;
    text-align:left;
}
#wrapper #content .box-center img.plus-sign {
    float: right;
    height: 21px;
     padding-right:10px;padding-top: 5px;
    width: 21px;
}

#main .content-format h3.plan {
	font-size: 22px;
	color: #213454;
	margin: 2px 0 15px 0;
}

#main .content-format p.cite {
	font-size: 15px;
	color: #D49D06;
	line-height: 24px;
	margin: 0;
	text-align: right;
	padding: 0;
}

#main .content-format p.cite cite {
	text-align: left;
	font-style: italic;
}

#main .content-format strong {
	
	font-weight: bold;
    /*
	font-weight: normal;
	font-style: italic;
    */
}

#main .content-format-two {
	width: 740px;
	margin: 0 0 0 190px;
}

#main .content-format-two .img {
	margin: 0 0 8px 10px;
}

#main .content-format-two h4.related {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #E7E7E7;
	padding: 17px 0 13px 0;
	margin: 20px 0 0 0;
}

#main .content-format-two p {
	margin: 0 0 14px 0;
}

#main .content-format-two p.small {
	margin: 10px 0;
}

#main .content-format-two a #main .content-format-two p a, #main .content-format a #main .content-format p a{
	font-size: 14px;
	font-weight: bold;
	color: #C64200;
	text-decoration: underline;
}

#main .content-format-two h5 {
	margin: 33px 0 0 0;
	font-size: 14px;
	color: #252525;
}

#main .content-format-two .heading-box {
	width: 750px;
	height: 25px;
	background-color: #FFF6DC;
	margin: 33px 0;
}
#main .heading-box ul {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
    text-align:center;
}

#content-serch .heading-box ul {min-width: 425px;
    text-align: center;
    width: auto;}
#main .heading-box ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	font-family: Arial; 
	font-weight: bold;  
	font-size: 12px; 
	color: #252525;
}

#main .heading-box ul li span {
	display: inline;
	margin: 0 12px 0 28px;
	padding: 0;
	font-family: Arial; 
	font-weight: bold;  
	font-size: 12px; 
	color: #252525;
}

#main .heading-box ul li span.next {
	display: inline;
	margin: 0 28px 0 7px;
	padding: 0;
	font-family: Arial; 
	font-weight: bold;  
	font-size: 12px; 
	color: #252525;
}

#main .heading-box ul li a {
	font-family: Arial; 
	font-weight: bold;  
	font-size: 12px; 
	color: #C64200;
	text-decoration: none;
}

#main .heading-box ul li a.prev {
	color: #9c9b9b;
}

#main .heading-box ul li:hover a, #main .heading-box ul li.active a {
	color: #252525;
}

#content-serch .top {
	width: 683px;
	float: left;
	/*margin-top: 8px;*/
	padding-left: 20px;
}

#content-serch .top ul {
	width: 168px;
	list-style-type: none;
	padding: 0 0 15px 0;
	float: left;
}

#content-serch .top ul li {
	display: inline;
}

#content-serch .top ul li a {
	text-decoration: none;
	color: #213454;
	font-size: 11px;
}

#content-serch .top ul li a span {
	color: #B43D00;
}

#content-serch .top h1 {
	font-size: 32px; 
	line-height: 32px;
	color: #213454;
	border-bottom: 1px dotted #213454;
	padding: 0 0 2px 0;
	clear: both;
}

#content-serch .top h4 {
	font-size: 18px; 
	line-height: 10px;
	color: #213454;
	padding: 20px 0 25px 0;
}

#content-serch .top p {
	font-size: 14px;  
	line-height: 16px;
	color: #252525;
}

#content-serch .top .showing {
	width: 684px;
	height: 26px;
	background-color: #fff6dd;
	margin-top: 30px;
	float: left;
	border-bottom: 1px solid #c2c2c2;
}

#content-serch .top .showing p { 
	float: left;
	color: #252525;
	line-height: 12px;
	font-size: 12px;
	padding: 5px 0 0 10px;
	font-weight: bold;	
    width:400px;
}

#content-serch .top .showing a {  
	float: right;
	color: #B43D00;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px 0 0;
	text-decoration: underline;
}

#content-serch .bottom-box { 
	width: 683px;
	float: left;
	padding-left: 20px;
}

#content-serch .bottom-box p { 
	padding: 9px 0 8px 0;
	line-height: 20px;
	font-size: 14px;
	color: #252525;	
}

#content-serch .bottom-box p strong {
	padding: 0 5px 0 0;
}


#content-serch .bottom-box p.keywords {
	padding: 8px 0 23px 0;
	border-bottom: 1px dotted #252525;
	margin-bottom: 18px;
	line-height: 21px;
}

#content-gallery  {
	width: 977px;
	float: left;
}
#content-gallery .bottom-box p {
    font-size:14px;
    line-height:22px;
    font-family:arial;
}

#content-gallery .top {
	width: 678px;
	float: left;	
	border-bottom: 1px dotted #252525;
	padding: /*8*/0px 0 13px 0;
	margin-left: 20px;
}

#content-gallery .top ul {
	width: 690px;/*300px;*/
	list-style-type: none;	
    padding-top:/*2*/0px;
}

#content-gallery .top ul li {
	display: inline;
}

#content-gallery .top ul li a {
	text-decoration: none;
	color: #213454;
	font-size: 11px;
}

#content-gallery .top ul li a span {
	color: #B43D00;
}

#content-gallery .top h1 {
	font-size: 32px; 
	line-height: 30px;
    text-transform: uppercase;
	color: #213454;
	padding: 19px 0 10px 0;
		font-family: 'Open Sans', sans-serif;
}
#content-gallery .top h1 span {
    font-size:20px;
    padding-left: 20px;
}
#content h2.arent  ,#content-gallery .top h1.arent {
border-bottom: 1px dotted #252525;
    font-family: 'Open Sans',sans-serif;
    /*margin: 11px 0 20px;*/
    padding: 0;
}
#content h2.arent p ,#content-gallery .top h1.arent p{
	color: #213454;
	font-size: 32px;
	padding-bottom:0px;
 font-family: 'Open Sans',sans-serif;
    text-transform:uppercase;
}

#content h2 span ,#content-gallery .top  h1.arent span{
	color: #213454;
	font-size: 18px;
    padding-left:0px;
    text-transform:none;
}

#content-gallery .top p {
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 auto;
    padding: 0 0 9px;
    width: 100%;
}

#content-gallery .top p a:link, #content-gallery .top p a:visited, #content-gallery .top p a:active #content-gallery .top p a:hover {
    color:#C64200;
}

#content-gallery .top h4 {
	font-size: 18px; 
	line-height: 10px;
	color: #213454;	font-family: 'Open Sans', sans-serif;
	padding-bottom: 0;
}

 #content-gallery .bottom-box { 
	width: 925px;
	float: left;
	margin: 22px 0 69px;
}
body.gallery  #content-gallery .bottom-box { 
    margin-top:0px;
}
#content-gallery .bottom-box .img-top{ 
	width: 925px;
	margin: 20px 0 28px 0;
	float: left;
}
body.gallery #content-gallery .bottom-box .img-top{ 
    width: 717px;       
}
body.gallery #main #content-gallery .bottom-box .left-sidebar{
    margin-top: 10px;
}

#content-gallery .bottom-box .img{ 
	width: 183px;
	float: left;
	margin: 0 1px 0 1px;
    padding-bottom: 0px;
}
body.gallery #content-gallery .bottom-box .img{ 
 width:176px;  
 height:auto;
 min-height:175px;  
}

#content-gallery .bottom-box .five{
	margin: 0 0 0 10px;
	width: 160px;
}

#content-gallery .bottom-box .five img{
	margin: 0 ;
}

#content-gallery .bottom-box img { 
	margin: 0 0 0 5px;
     border: 1px solid #000000;
}

#content-gallery .bottom-box .img p { 
	font-size: 14px;
	padding: 8px 0 0 0;
	line-height: 20px;
}

#content-gallery .bottom-box .img p  a{ 
	color: #c64200;
    font-size:14px;
    font-family:Arial;
}

#main .content-final {
	width: 688px;
	/*height: 755px;*/
    height:auto;
	float: left;
}

#main .content-final .top {
	width: 660px;
	padding: 8px 0 0 20px;
    padding-top:0px;
}

#main .content-final .top ul {
	width: 300px;
	list-style-type: none;
    /*padding-top:2px;*/	
}

#main .content-final .top ul li {
	display: inline;
}

#main .content-final .top ul li a {
	text-decoration: none;
	color: #213454;
	font-size: 11px;
}

#main .content-final .top ul li a span {
	color: #B43D00;
}

#main .content-final .top h1 {
	width: 655px;
	font-size: 32px; 
	line-height: 30px;
	color: #213454;
    font-family: 'Open Sans',sans-serif;
	/*padding: 19px 0 3px 0;*/
	border-bottom: 1px dotted #213454; 
}

#main .content-final .top h4{ 
	font-size: 18px; 
	line-height: 18px;
	color: #213454;
	/*padding: 32px 0 0 0;*/
	font-weight: bold;
}

#main .content-final .top p { 
/*	line-height: 19px;
	font-size: 14px;
	color: #252525;
	padding: 20px 0 0 0;
	width: 600px;*/
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 auto;
    padding: 7px 0;
    width: 100%;
}

#main .content-final form { 
	width: 600px;
	float: left;
	padding: 50px 0 0 0;
}

#main .content-final form label { 
	font-weight: bold;
	font-size: 13px;
	color: #252525;
	float: left;
	padding: 0 10px 10px 0;
	width: 145px;
	text-align: right;
	line-height: 20px;	
}

#main .content-final form input { 
	width: 268px;
	height: 18px;
	float: left;	
	margin-bottom: 10px;
}

#main .content-final form input.date { 
	width: 106px;
}

#main .content-final form input.all { 
	width: 383px;
}

#main .content-final form input.submit { 
	width: 118px;
	height: 36px;
	clear: both;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 28px 0 0 160px;
	border: 0;
	cursor: pointer;
}

#main .content-final form select { 
	margin-right: 5px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	float: left;
}

#main .final-right-side { 
	width: 205px;
	border: 1px solid #C74201;
	float: right;
	background-color: #fff6dd;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 150px;
}

#main .final-right-side h3 { 
	font-size: 18px;
	font-weight: bold;
	color: #213454;
	line-height: 22px;	
	padding: 0 0 13px 0;
}

#main .final-right-side p {
	font-size: 14px ;
	color: #252525;
	line-height: 21px;
	font-weight: normal;
}

/********************************CONTENT***************************************/
#content {
	width: 680px;
	float: left;
	margin: 0 0 0 18px;
	padding: /*1*/0px 0 10px 0;
	display: inline;
}

#content  ul {
	margin: 0;
	padding: /*7*/0px 0 0 0;
}

#content  ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#content  ul li a{
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 11px; 
	color: #C64200; 
}

#content  ul li:hover a, #content  ul li.activ a{
	color:#213454;
}

#content  ul li em{
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 12px;
	color: #4c5d77;
}

#content  h2{
	margin: 14px 0 20px;
	padding: 0;
	/* font-family: Trade Gothic LT Std; */
      font-family: 'Open Sans',sans-serif;
    line-height:35px;
	font-size: 32px;  
	color:#213454;/*font-weight: normal;*/
	border-bottom: 1px dotted #242424;
}
#content  h2.article-name{
	/*margin: 11px 0 20px;
padding: 0 0 2px;*/
	 font-family: 'Open Sans', sans-serif;
	font-size: 32px;  
	color:#213454;/*font-weight: normal;*/
	border-bottom: 1px dotted #242424;
}

#content  h2.heading{
	margin: 14px 0 10px 0;
	padding: 0;
	/*font-family: Trade Gothic LT Std;*/
     font-family: 'Open Sans',sans-serif; 
	font-size: 32px;  
	color:#213454;
	border-bottom: 1px dotted #242424;
}

#content .paragraph-box {
	width: 360px;
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}



#content  .paragraph-box h3 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 15px; 
	color: #1D304E;
    padding: 0px 0px 10px 0px;
}

#content .paragraph-box p.paragraph {
	font-family: Arial;
	font-weight: normal; 
	font-size: 14px; 
	color: #252525;
	line-height: 22px;
	padding:0;
    padding-bottom:12px;
	margin: 0;
}

#content .paragraph-box p a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200;
	line-height: 18px;
	text-decoration: underline;	
}

#content ul.list {
	width: 314px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

#content ul.list li {
	width: 145px;
	display: inline;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px; 
	color: #1D304E;
	line-height: 14px;
}

#content ul.list li img{
	margin: 0 0 5px 0;
	padding: 0;
}

#content .heading-box {
	width: 680px;
	height: 25px;
	margin: 6px 0;
	padding: 0;
	background-image: url('../images/heading-bg.jpg');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px solid #ccc;
	
}

#content .heading-box h3 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	padding: 5px 0;
	margin: 0 10px;
	float: left;
}


#content .heading-box form#form {
	width: 169px;
	float: right;
	margin: 4px 7px;
	padding: 0;
}


#content .heading-box form#form label{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#content .heading-box form#form select{
	width: 106px;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	line-height: 18px;
}

#content ul.list-one {
	width: 335px;
	float: left;
	padding: 8px 0 20px 0;
	margin: 0;
	clear: left;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li.list-item {
	display: block;
	padding: 3px 0;
	margin: 29px 0 0 0;
}

#content ul.list-one li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-one li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-one li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#content ul.list-tow {
	width: 302px;
	float: right;
	padding: 8px 0;
	margin: 0;
}

#content ul.list-tow li {
	display: block;
	padding: 3px 0;
	margin: 0;
}
#content ul.list-tow li.list-item {
	display: block;
	padding: 3px 0;
	margin: 28px 0 0 0;
}

#content ul.list-tow li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-tow li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-tow li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#sidebar {
	width: 267px;
	float: right;
	margin: -109px 10px 0 0;
	position: relative;
	padding: 0;
}
body.search #sidebar { margin-right: 6px;
    margin-top: -106px;}

#sidebar .box  ,#content .box {
	width: 267px;
	height: auto;
	padding: 0;
	/*margin: 16px 0 0 4px;*/
    margin: 16px 0 0 4px;
	/*background-image: url('../images/right-box.png');*/
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
    padding-bottom:0px;
    min-height:183px;
    z-index:10;
}
body.dutch-americans-bio #sidebar .box{
    margin: 19px 0 0 4px;

}
body.exhibits #sidebar .box{ 
    margin: 18px 0 0 4px;
    }


#sidebar .box  h2 {
	/*font-family: GaramondBE Medium;*/
     font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
	font-style: italic;
	padding: 18px 0 8px 0;
}

#sidebar .box  p, #content .paragraph-box-2 .orange-inner p {
font-weight: Bold;
	font-size: 13px;
	color: #1e1d1d;
	text-align: center;
	margin: 0 auto;
	/*padding: 5px 0;*/
    padding:0px;
    font-family:Arial;
	/* width: 204px;
	margin: 0 auto;
	padding: 5px 0;
	font-weight: normal; 
	font-size: 14px; 
	color: #fff;
	text-align: center;
	font-family: Trade Gothic LT Std; */
}

#sidebar .box  p.paragrph {
	padding: 7px 0 8px 0;
	font-style: italic; 
	font-size: 14px; 
	color: #1E1D1D;
	text-align: center;
}

#sidebar .box-one {
	 background-color: #FFF6DD;
    background-image: url("../images/sidebar-1-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    margin-bottom: 0;
    margin-right: -1px;
    margin-top: -1px;
    margin-top: -18px;
    padding: 0 0 44px;
    position: relative;
    /*width: 254px;*/
    width: 251px;
    z-index: 1;
}

#sidebar .box-one h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px; 
	font-weight: bold;
	color: #213454;
	text-align: left;
	font-style: normal;
	margin: 31px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 29px;
}

#sidebar .box-one span.nn-header {
/*	font-family: 'Open Sans Semibold',Helvatica,sans-serif;*/
 font-family: 'Open Sans',sans-serif;
	font-size: 28px; 
	color: #213454;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#sidebar .box-one h4 {
background-color: #1D304E;
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    margin: 26px 64px 10px 20px;
    padding: 2px 5px 0;
    width:auto;
    min-width:175px;
}
#sidebar .box-one p img {
margin:0px;
}
#sidebar .box-one img {
	margin: 0px 0 5px 20px;
     border: 1px solid #000000;

}

#sidebar .box-one p span , #sidebar .box-one p span a{
	/*width: 212px;*/
	margin:0; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #C64200;
	line-height: 19px;
    display:block;
}



#sidebar .box-one p {
/*	width: 212px;*/
	margin: 0 0 0 20px;
	font-family: Arial; 
	font-weight: normal; 
	font-size: 14px; 
	color: #252525;
	text-align: left;
	line-height: 19px;
    padding-right:17px;
}

#sidebar .box-one .box-two  {
	 display: inline;
    float: left;
    margin: 0 0 0px 20px;
    width: 213px;
}

#sidebar .box-one .box-two  h4 {
background-color: #1D304E;
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    margin: 26px 30px 10px 0;
    width:auto;
    min-width:175px;
    padding: 2px 5px 0;
	
}

#sidebar .box-one .box-two p span {
	margin:0; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #C64200;
	line-height: 19px;
}

#sidebar .box-one .box-two p {
	width: 118px;
	margin: 1px 0 0 0;
	padding: 0;
	font-family: Arial; 
	font-weight: normal; 
	font-size: 14px; 
	color: #252525;
	text-align: left;
	line-height: 19px;
	float: left;
}


#sidebar .box-one .box-two img {
	float: right;
	margin: 6px 0 0 0;
}

#sidebar .box-one p.paragrph-1 {
	color: #252525;
    display: inline;
    float: right;
    font-family: Arial;
    font-size: 14px;
    /*font-style: italic;*/
    line-height: 19px;
    margin: -4px 10px 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 111px;
}

#sidebar .box-one p.paragrph-1 span, #sidebar .box-one p.paragrph-1 span a{
	margin:0; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	font-style: normal;
	color: #C64200;
	line-height: 19px;
}

#sidebar .box-one  img.img {
	margin: 0px 0 0px 20px;
}

#sidebar .box-one p.paragrph-2 {
	float: right;
	margin: 11px 16px 0 0;
	width: 127px;
	line-height: 30px;
	font-family: Arial; 
	font-size: 14px; 
	font-style: italic;
	color: #252525;
	display: inline;
}

#sidebar .box-one p.paragrph-2 span {
	margin:0; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	font-style: normal;
	color: #C64200;
	line-height: 19px;
}
#sidebar .ccm-randomizerBlockWrap {
    clear:both;
}
 #bottom-box{ 
	width: 965px;
	height: 318px;
	float: left;
	margin: 0 0 0 6px;
	background-color: #e7e7e7;
	border-top: 2px solid #c74201;
}

#bottom-box .left-side{ 
	width: 463px;
	float: left;
	margin: 0 0 0 14px;
	display: inline;
}

#bottom-box .left-side h3{  
	font-size: 16px;
	color: #213454;
	margin: 0;
	line-height: 16px;
	padding: 15px 0 10px 0;	
}

#bottom-box .left-side p {
	margin: 0;
	line-height: 19px;
	font-size: 13px;
	color: #252525;
	padding: 0 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
}
	
#bottom-box .left-side p a{
	text-decoration: none;
	color: #c64200;
	font-weight: bold;
}

#bottom-box .right-side{ 
	width: 455px;	
	border-left: 1px dotted #c0c0c0;
	float: right;
	padding: 0 0 7px 10px;
	margin: 7px 16px 0 0;
	display: inline;
}

#bottom-box .right-side h3{ 
	margin: 0;
	padding: 5px 0 10px 5px;	
	font-size: 18px;
	font-weight: normal;
	color: #213454;
	margin: 0;
	line-height: 16px;
}

#bottom-box .right-side h3.border{ 
	border-top: 1px dotted #c0c0c0;
	width: 450px;
	padding: 14px 0 9px 5px;
}

#bottom-box .right-side h3.border-two{ 
	border-top: 1px dotted #c0c0c0;
	width: 450px;
	padding: 10px 0 8px 5px;
}

#bottom-box .right-side p{ 
	margin: 0;
	padding: 0 0 6px 5px;	
	line-height: 19px;
	font-size: 13px;
	color: #252525;
}

#bottom-box .right-side p a{
	text-decoration: none;
	color: #c64200;
	font-weight: bold;
}

#bottom-box .right-side form {
	width: 373px;
	margin: 0 0 13px 0;	
}

#bottom-box .right-side form input.enter {
	color: #898989; 
	font-style: italic;
	background-image: url('../images/input-bg2.png');
	width: 262px;
	height: 24px;
	background-color: transparent;
	font-size: 13px;
	border: 0;
	padding: 0 0 0 10px;
	float: left;
	margin: 0 5px 0 0;
}

#bottom-box .right-side form input#submit {
	background-image: url('../images/submit-small.png');
	width: 92px;
	height: 24px;
	border: 0;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

#bottom-box .right-side  form.last {
	width: 276px;
	float: left;
	margin: 11px 0 0 0;	
}

#bottom-box .right-side  form.last input {
	background-image: url('../images/submit-large.png');
	width: 132px;
	cursor: pointer;
	height: 24px;
	border: 0;
	font-size: 12px;
	color: #fff;
	margin: 0 3px 0 0;
} 

/***********************************************************************/

#content .top-box {
	width: 680px;
	margin: 6px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	float: left;
    padding-bottom:15px;
}
#content .top-box-bottom{
	width: 680px;
	height: 400px;
	margin: 6px 0;
	padding: 0;
	border: 0;
}

#content .heading-box-one {
	width: 680px;
	height: 27px;
	margin: 5px 0 13px 0;
	padding: 0;
	background-color: #C64200;
	float: left;
	border-bottom: 1px solid #ccc;
	
}

#content .heading-box-one h3 {
/*	font-family: Open Sans Semibold;*/
    font-family: 'Open Sans', sans-serif;
	font-weight: Normal; 
	font-size: 18px;
	color: #fff;
	padding: 5px 0;
	margin: 0 10px;
	float: left;
}



#content .top-box .box-one {
	width: 195px;
	float: left;
	margin: 15px 44px 0 0;
	padding: 0;
	text-align: center;
}

#content .top-box .box-one img,#content .top-box .box-two img, #content .top-box .box-last img {
	margin: 0 auto;
    border: 1px solid #000000;
}

#content .top-box .box-one h3,#content .top-box .box-two h3,#content .top-box .box-last h3 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px;
	color: #c64200;
	margin: 15px 0 10px 0;
	padding: 0;
	text-align: left;
}

#content .top-box .box-one p ,#content .top-box .box-two p,#content .top-box .box-last p{
	font-family: Arial; 
	font-weight: normal; 
	font-size: 13px;
	color: #252525;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 19px;
}

#content .top-box .box-one a,#content .top-box .box-two a,#content .top-box .box-last a {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #C64200;
	margin: 21px 0 16px;
	padding: 0;
/*	float: left;*/
}
#content .top-box .elmorelink {
    float:left;
    width:300px;
    padding-top:12px;
    text-align:left;
}

#content .top-box .box-two {
	width: 195px;
	float: left;
	margin: 15px 44px 0 0;
	padding: 0;
	text-align: center;
}
#content .top-box .box-last {
	width: 196px;
	float: left;
	margin: 15px 0px 0 0;
	padding: 0;
	text-align: center;
}

#content .top-box .box-tree {
	width: 200px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
#content .top-box-bottom {
	width: 680px;
	height: 400px;
	margin: 6px 0;
	padding: 0;
	border: 0;
}

#content .heading-box-two {
	width: 680px;
	height: 27px;
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #C64200;
	float: left;
	border-bottom: 1px solid #ccc;
}

#content .heading-box-two h3 {
/*	font-family: Open Sans Semibold; */
font-family: 'Open Sans', sans-serif;
	font-weight: Normal; 
	font-size: 18px; 
	color: #fff;
	padding: 5px 0;
	margin: 0 10px;
	float: left;
}

#content .top-box-bottom .box-one {
	width: 174px;
	float: left;
	margin: 9px 46px 0 0;
	padding: 0;
	text-align: center;
}

#content .top-box-bottom .box-one h3 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px;
	color: #c64200;
	margin: 15px 0 10px 0;
	padding: 0;
	text-align: left;
}

#content .top-box-bottom .box-one p {
	font-family: Arial; 
	font-weight: normal; 
	font-size: 14px;
	color: #252525;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 19px;
}

#content .top-box-bottom .box-two {
	width: 196px;
	float: left;
	margin: 9px 44px 0 0;
	padding: 0;
	text-align: center;
}



/***********************************************************************/

/* =Footer
-------------------------------------------------------------- */
#footer {
	background-image: url("../images/footer-bg-img.jpg");
    background-repeat: repeat;
    height: 76px;
    margin-top: -15px;
    position: relative;
    width: 100%;
    z-index: 1;
}
body.gallery #footer {
    margin-top:-15px;
}
body.exhibits #footer {
    margin-top:-15px;
}
body.home #footer {
    margin-top:-15px;
}
#footer .sub-footer {
	width: 976px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0 0 0;
}

#footer .sub-footer p {
	font-size: 12px;
	color: #fff;
	/*width: 962px;*/
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}

#footer .sub-footer p span {
	font-weight: Bold;
	color: #fff;
}

#footer .sub-footer a.right {
	font-weight: Bold;
	font-size: 13px;
	color: #c64200;
	padding: 0;
	margin: 0 0 0 366px;
}

#footer .sub-footer a {
	font-weight: Bold;
	font-size: 13px;
	color: #c64200;
	padding: 0;
	margin: 0 0 0 10px;
}

#content .paragraph-box-2{
	min-width: 400px;
	font-family: arial;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	font-weight:normal; 
	float: none;
}

#content .paragraph-box-2 p.paragraph-4{
	font-family: arial;
	font-size: 14px;
	margin: 0 auto;
	padding: 9px 0;
	font-weight: normal;
/*	float: left; */
	line-height: 21px;
   /* width:400px;*/
}

#content .paragraph-box-2 p{
	width: 100%;
	font-family: arial;
	font-size: 14px;
	margin: 0 auto;
	padding: 7px 0px;
	font-weight: normal;
	line-height: 22px;
}

#content p.paragraph-3 {
	width: 610px;
	font-family: arial;
	font-size: 14px;
	margin: 0;
	padding: 12px 0;
	font-weight: normal;
	clear: left;
	line-height: 21px;
}
#content .paragraph-box p {
	font-family: Arial;
	/* font-weight: bold; */ 
	font-size: 15px; 
	color: #252525;
	line-height: 22px;
	padding: 0;
	margin: 0;
    padding-bottom:14px;
	
}
#content .top-box p {
/*	/*font-family: Open Sans Semibold;
    font-family: 'Open Sans', sans-serif;
	font-weight: Normal;
	font-size: 14px;
	color: #252525;
	margin: 0;
	padding: 0;*/
    color: #252525;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    padding: 0;
    text-align: left;    
}

#content ul.list-two {
	width: 426px;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#content ul.list-two li {
	float: left;
	margin: 0;
	padding: 0 0 0 13px;
	width: 426px;
	background: url('../images/disc.png');
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 21px;
}

#content ul.list-two li a {
	margin: 0;
	padding: 0;
	color: #C64200;
	font-size: 14px;
	font-family: arial;
	text-decoration: underline;
}

#content .box-right, body.exhibits .content-format .box-right {
background-color: #E7E7E7;
    /*border-bottom: 1px dotted #666666;*/
    float: right;
    margin: 5px 5px 30px 20px;
    width: 276px;
    
}
#wrapper #content .box-right p{
font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 auto;
    padding-left: 4px;
    width: 96%;
}

#wrapper #content .box-right h2 {
 background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*margin: -11px 0 7px;*/
    margin:11px 0px 7px;
    line-height:18px;
    float:left;
    padding: 0 0 0 10px;
    width: 85%;
}

#wrapper #content .box-right img {
/*	margin: 0px 0 18px 0px;*/
margin:0px;
    width:276px;
}
#wrapper #content .box-right img.plus-sign {
    height: 21px;
    margin-bottom:0px;
    width: 21px;
    float:right;
    /*margin-top:-11px;*/
    margin-top:10px;
    margin-right:10px;
}
#wrapper #content .box-left, body.exhibits .content-format .box-left {
     background-color: #E7E7E7;
    /*border-bottom: 1px dotted #666666;*/
    float: left;
    height: auto;
    margin: 5px 20px 30px 5px;
   /* padding: 0 0 2px;*/
    width: 230px;
}
body.exhibits .content-format .box-left img {
    width:100%;
}
   
#wrapper #content .box-left h2 
{
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    float:left;
    font-weight: bold;
     margin: 10px 0 7px;
     line-height:18px;
    padding: 0 0 0 10px;
    width: 82%;
}
#wrapper #content .box-left p {
 font-size: 13px;
    margin-left: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 93%;
}
#wrapper #content .box-left img {
	margin: 0 0 0 0px;
    width:230px;
}
    

#wrapper #content .box-left img.plus-sign {
  float: right;
    height: 21px;
    margin-right: 10px;
    margin-top: 10px;
    width: 21px;
}

#content  ul {
	margin: 0;
	padding:/* 5*/0px 0 0 0;
}
#content ul.breadcrumbs {
   /* padding-top: 6px;*/
}
body.page #content ul.breadcrumbs {
   /* padding-top:3px;*/
}
body.timeline #content ul.breadcrumbs {
   /* padding-top:3px;*/
}
#content  ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

#content  ul li a{
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 11px; 
	color: #C64200; 
}

#content  ul li:hover a, #content  ul li.active a{
	color:#213454;
}

#content  ul li em{
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 12px;
	color: #4c5d77;
}

#content ul.list {
	width: 314px;
	float: right;
	margin: 0;
	padding: 0;
}

#content ul.list li {
	width: 145px;
	display: inline;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px; 
	color: #1D304E;
	line-height: 14px;
}

#content ul.list li img{
	margin: 0 0 5px 0;
	padding: 0;
     border: 1px solid #000000;
}

#content h2.arent p{
	color: #213454;
	font-size: 32px;
	/* border-bottom: 1px dotted #252525; */
	/*padding: 0px 0 16px; */
    padding:0px;
    margin:0px;
}
#content h2.arent span p{
border-bottom: 0 none;
    color: #213454;
    font-size: 18px;
    margin-top: -7px;
   /* padding: 0 0 5px;*/
    text-transform: none;
}
#content h2 span {
	color: #213454;
	font-size: 18px;
}

#content h3.plan {
	color: #213454;
	font-size: 22px;
}

#content p.cite {
	color: #D49D06;
	font-size: 16px;
	font-style: Italic;
}

#content h3 {
	color: #252525;
	font-size: 14px;
	font-style: Normal;
	line-height: 18px;
	padding: 16px 0 10px 0;
}

#content p.cite em {
	color: #252525;
	font-size: 14px;
	font-style: Italic;
	line-height: 18px;
	margin: 0 0 0 100px;
}

#content p {
	font-size: 16px;
	color: #252525;
	margin: 20px 0;
}

#content a {
	color: #C64200;
	font-weight: bold;
}


#content .heading-box ,#main .content-format .heading-box{
	width: 680px;
	height: 25px;
	margin: 6px 0;
    text-align:center;
	padding: 0;
	background-image: url('../images/heading-bg.jpg');
	background-repeat: no-repeat;
	float: left;
	border-bottom: 1px solid #ccc;
	
}
#main .content-format .heading-box .ccm-next-previous-previouslink a, #main .content-format .heading-box .ccm-next-previous-nextlink a {
 color: #C64200;
    padding: 6px 60px;
    
    }
    .ccm-next-previous-previouslink a {float:left;}
    .ccm-next-previous-previouslink a:link,.ccm-next-previous-previouslink a:hover,.ccm-next-previous-previouslink a:visited,.ccm-next-previous-previouslink a:active {
        color:#C64200;
        margin-top:5px;
    }
    .ccm-next-previous-nextlink a {float:right;}
 .ccm-next-previous-nextlink a:link,.ccm-next-previous-nextlink a:hover,.ccm-next-previous-nextlink a:visited,.ccm-next-previous-nextlink a:active {
        color:#C64200;
        margin-top:5px;
    }
    
#content .heading-box h3 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	padding: 5px 0;
	margin: 0 10px;
	float: left;
}

#content .heading-box form#form {
	width: 143px;
	float: right;
	margin: 4px 7px;
	padding: 0;
}


#content .heading-box form#form label{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#content .heading-box form#form select{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #252525;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 18px;
}

#content ul.list-one {
	width: 335px;
	float: left;
	padding: 8px 0 20px 0;
	margin: 0;
	clear: left;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#content ul.list-one li.list-item {
	display: block;
	padding: 3px 0;
	margin: 29px 0 0 0;
}

#content ul.list-one li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-one li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-one li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#content ul.list-tow {
	width: 302px;
	float: right;
	padding: 8px 0;
	margin: 0;
}

#content ul.list-tow li {
	display: block;
	padding: 3px 0;
	margin: 0;
}
#content ul.list-tow li.list-item {
	display: block;
	padding: 3px 0;
	margin: 28px 0 0 0;
}

#content ul.list-tow li  h4 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #1D304E;
	padding: 0;
	margin: 2px 0 4px 0;
	clear: left;
}

#content ul.list-tow li a {
	font-family: Arial; 
	font-size: 14px; 
	color: #C64200; 
	line-height: 22px;
	text-decoration: underline;	
}

#content ul.list-tow li span {
	font-family: Arial; 
	font-size: 14px; 
	color: #252525;
}

#sidebar .box-three {
	float: right;
	background-color: #e7e7e7;
	width: 229px;
	margin: 11px 10px 0 0;
	padding: 0 0 10px 0;
    min-width:229px;
}
.box-three {
	float: right;
	background-color: #e7e7e7;
	width: 229px;
    margin: 27px 20px 10px;
 /*margin: 11px 10px 10px;*/
	padding: 0 0 10px 0;
    min-width:229px;
    text-align:center;
}
body.exhibits .box-three {
	float: right;
	background-color: #e7e7e7;
	width:249px;
    margin: 0px 4px 10px 20px;
 /*margin: 11px 10px 10px;*/
	padding: 0 0 10px 0;
    text-align:left;
}

.box-three h2 {
	font-size: 15px;
	color: #213454;
	padding: 6px 10px 0 10px;
	margin: 6px 0 7px -6px;
/* 	background-image: url('../images/plass.png'); */
	background-repeat: no-repeat;
	background-position: top right;
     font-family: 'Open Sans',sans-serif;
	width: 200px;
	line-height: 22px;
    text-align:left;
}

.box-three p {
	font-size: 13px;
	color: #252525;
	padding: 0 0 0 15px;
	width: 200px;
	line-height: 20px;
}

#content .left-sidebar {
	width: 170px;
	margin: 0 20px 0 0px;
	float: left;
	padding: 0 0 392px 0;
	border: 1px solid red;
	clear: both;
}

#content .left-sidebar ul {
	width: 170px;
	margin: 0 15px 10px 0;
	padding: 0;
	float: left;
}

#content .left-sidebar ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#content .left-sidebar ul li a {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #213655;
	text-decoration: none;
}

#content .left-sidebar ul li.list-item-one {
	margin: 0 0 0 8px;
	padding: 0 0 0 5px;
	background-image: url('../images/right-arrow.png');
	background-position: 0px 13px;
	background-repeat: no-repeat;
	float: left;
	width: 160px;
}

#content .left-sidebar ul li.list-item-three {
	margin: 0;
	padding: 0 0 0 5px;
	background-image: url('../images/right-arrow.png');
	background-position: 0px 11px;
	background-repeat: no-repeat;
	float: left;
	width: 160px;
	line-height: 11px;
}

#content .left-sidebar ul li.list-item-two span {
	width: 170px;
	background-color: #213454;
	float: left;
	padding: 0;
}

#content .left-sidebar ul li.list-item-two a.story {
	color: #fff;
	background-image: url('../images/bottom-arrow.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	width: 155px;
	float: left;
	margin: 10px 0 10px 7px;
}

#content .left-sidebar ul li ul li {
	color: #213655;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/disc-red.png');
	background-position: 8px 11px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 10px;
	width: 160px;
	border-bottom: 1px dotted #252525;
}

#content .left-sidebar ul li ul li a {
	padding: 5px 0 10px 10px;
	margin: 0;
	float: left;
	font-weight: normal;
}

#content .left-sidebar ul li ul li em.current a {
	color: #213655;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/disc-red.png');
	background-position: 0px 11px;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	padding: 5px 0 10px 10px;
}

#content .left-sidebar ul li ul li.plan {
	color: #213655;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/li-img1.png');
	background-position: center left;
	background-repeat: no-repeat;	
	float: left;
	width: 160px;
}

#content .content-format {
	width: 400px;
	float: left;
}
#main .twos .small ul.ccm-manual-nav li {
    
}
#main .twos .small ul.ccm-manual-nav li a{
    color: #C64200;
    float: left;
    font-size: 14px;
    margin: 9px 0 3px;
    font-family:Arial;
    width: 222px;
}

#sidebar .box .ccm-randomizerBlockWrap p, #content .box .orange-inner p{
    width:200px;
}

.ccm-pagination {
    
    background-color: #FFF6DC;
    height: 25px;
    margin: 33px 0;
    width: 681px;
}

.ccm-pagination .pag-info {
    left: 35%;
    margin: 0 auto;
    padding: 4px 0;
    position: relative;
    width: 945px;
}
.ccm-pagination .pag-info span {
     float:left;
     display:block;
     font-size:12px;
     
}
.ccm-pagination .pag-info .pag-space {
    color: #252525;
    display: inline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
#pagination span a {
    color: #C64200;
      text-decoration: none;
       font-weight: normal;
}
#pagination span.currentPage {
    color: #252525;
    display: inline;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

div.ccm-pagination span.ccm-page-left { 
    position:relative;
    text-transform:uppercase;
    font-size:12px;
}
#pagination span.ccm-page-left span a {
    
    font-weight: normal;
    text-decoration: none;
}
div.ccm-pagination span.ccm-page-right { 
position:relative;    
text-transform:uppercase;
 font-size:12px;
}
#pagination span.ccm-page-right span a {
    color: #C64200;
    font-weight: normal;
    text-decoration: none;
}

#pagination .ccm-pagination .pag-info span.ltgray {
    color:#9C9B9B;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#content .heading-box ul li.activ {
    cursor:default;
}


#content-serch .top {
	width: 683px;
	float: left;
	/*margin-top: 8px;*/
	padding-left: 20px;
}

#content-serch .top ul {
	width: 590px;
	list-style-type: none;
/*	padding: 0 0 15px 0;*/
	float: left;
}
body.search #content-serch .top ul.breadcrumbs {
   /* padding-top:2px;*/
}
body.search-results #content-serch .top ul.breadcrumbs {
    padding-top:0px;
    padding-bottom:10px;
  /* margin-top:-1px;*/
}
#content-serch .top ul li {
	display: inline;
}

#content-serch .top ul li a {
	text-decoration: none;
	color: #213454;
	font-size: 11px;
}

#content-serch .top ul li a span {
	color: #B43D00;
}

#content-serch .top h1 {
	font-size: 32px; 
	line-height: 32px;
	color: #213454;
	border-bottom: 1px dotted #213454;
	padding: 3px 0 5px 0;
    font-family: 'Open Sans',sans-serif;
	clear: both;
}
body.search #content-serch .top h1 {
    /*padding-top:5px;
    padding-bottom:3px;*/
}
body.search-results #content-serch .top h1 {
   /* padding-top:0px;
    margin-top:-1px;
    padding-bottom:5px;
    */
}

#content-serch .top h4 {
	font-size: 18px; 
	line-height: 10px;
	color: #213454;
	/*padding: 20px 0 25px 0;*/
}

#content-serch .top p {
	/*font-size: 14px;  
	line-height: 16px;*/
	color: #252525;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 auto;
    padding: 7px 0;
    width: 100%;
}

#content-serch .top .showing {
	width: 684px;
	height: 26px;
	background-color: #fff6dd;
	margin-top: 30px;
	float: left;
	border-bottom: 1px solid #c2c2c2;
}
#main .content-final .showing {
	width: 684px;
	height: 26px;
	background-color: #fff6dd;
	margin-top: 10px;
    margin-bottom:10px;
	float: left;
    margin-left:20px;
	border-bottom: 1px solid #c2c2c2;
}

#content-serch .top .showing p , #main .content-final .showing p{ 
	float: left;
	color: #252525;
	line-height: 12px;
	font-size: 12px;
	padding: 5px 0 0 10px;
	font-weight: bold;	
}

#content-serch .top .showing a , #main .content-final .showing a {  
	float: right;
	color: #B43D00;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px 0 0;
	text-decoration: underline;
}

#content-serch .bottom-box { 
	width: 683px;
	float: left;
	padding-left: 20px;
}

#content-serch .bottom-box p { 
	padding: 9px 0 8px 0;
	line-height: 20px;
	font-size: 14px;
	color: #252525;	
}

#content-serch .bottom-box p strong {
	padding: 0 5px 0 0;
}


#content-serch .bottom-box p.keywords {
	padding: 8px 0 23px 0;
	border-bottom: 1px dotted #252525;
	margin-bottom: 18px;
	line-height: 21px;
}
#logo {height:63px;}
#logo img {display:block; float:left;}
#content-gallery .top ul.breadcrumbs li a, #main .content-final .top ul.breadcrumbs li a,#content-serch .top ul li a{
  color: #C64200;
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
    margin: 0;
    padding: 0;
  }
#wrapper ul.breadcrumbs li{
    font-size:11px;
    font-weight:bold;
    color:#213454;
    	font-family: Arial;
        width:690px;
}
#content-two .small .boxes-cont {
    height:280px;
}

#content-two .small .boxes-links {
    position:absolute;
    bottom:0px;
     z-index:0;
}
.ccm-randomizerBlock {
 padding-bottom:10px;
}

.two .text a:link, .two .text a:visited, .two .text a:hover , .two .text a:active {
    color:#C64200;
}
.orange-top{
    margin-top:0px;
}
.orange-bottom {
     margin-bottom: 0;
    margin-left: 11px;
    width: 257px;
    
}
.orange-inner {
    background:url('../images/orangeboxbg.png') repeat scroll 0 0 transparent;
    margin-left: 11px;
    margin-top: -15px;
    width: 254px;
    min-height:163px;
    height:auto;
    padding-bottom:10px;
}

.article-popup h2, h2.gallery-popup{
    color:#1D304E;
    width:100%;
    padding-bottom:10px;
    border-bottom: 1px dotted #6E6E6E;
    margin-bottom:10px;
     font-family: 'Open Sans',sans-serif;
}
.article-popup p {line-height:20px;}
.article-popup img {padding-left:15px;padding-bottom:15px;}
#main .content-final form.board-access {padding-left:30px;height:auto;min-height:500px;}

#wrapper #main .box-center a img.plus-sign {float: right;
    height: 21px;
    padding-right: 10px;
    padding-top: 10px;
    width: 21px;}

#wrapper h2.gold_text, #wrapper h1.gold_text,#wrapper h3.gold_text,#wrapper h4.gold_text,#wrapper .gold_text,#wrapper p.gold_text, #wrapper a.gold_text, #wrapper span.gold_text { color:#d49d06;
    font-size: 17px;
    font-style: italic;
    /*font-weight: normal;*/
    line-height:22px;}
    body.page #wrapper p.gold_text {
        font-weight:bold;
    }
    body.exhibits #wrapper h2.gold_text{font-weight:bold;}
#content .white_dutch_treat, #content .white_dutch_treat a:link, #content .white_dutch_treat a:hover, #content .white_dutch_treat , #content .white_dutch_treat a:active, #content .white_dutch_treat a:visited,
#sidebar .white_dutch_treat, #sidebar .white_dutch_treat a:link, #content .white_dutch_treat a:hover, #sidebar .white_dutch_treat , #sidebar .white_dutch_treat a:active, #sidebar .white_dutch_treat a:visited,
#main .box .white_dutch_treat, #main .box .white_dutch_treat a:link, #main .box .white_dutch_treat a:hover, #main .box .white_dutch_treat , #main .box .white_dutch_treat a:active, #main .box .white_dutch_treat a:visited,
#content-two-box .right .white_dutch_treat, #content-two-box .white_dutch_treat a:link, #content-two-box .white_dutch_treat a:hover, #content-two-box .white_dutch_treat , #content-two-box .white_dutch_treat a:active, #content-two-box .white_dutch_treat a:visited
 {color:#FFFFFF;}
 #main #content-two .top  .white_dutch_treat a:link, #main #content-two  .top .white_dutch_treat a:hover,
  #main #content-two  .top .white_dutch_treat a:visited,
   #main #content-two  .top .white_dutch_treat a:active {
    color:#FFFFFF;
    }
     #main #content-two .top p a:link, #main #content-two  .top p a:hover,
  #main #content-two  .top p a:visited,
   #main #content-two  .top p a:active {
    color:#000000;
    }
   
#content .box a:link,#content .box a:hover,#content .box a:visited,#content .box a:hover,
#sidebar .box a:link,#sidebar .box a:hover,#sidebar .box a:visited,#sidebar .box a:hover{
    color:#000000;
}
.brown {color:#8E360A;}

.content-format h1 {color: #213454;
    padding-top: 12px;
    width: 100%;}
em {font-style:italic;}
/*.box-left {max-width:98%;}*/


#content h2.dutch{padding-bottom:10px;padding-top: 3px;}
#content h2 span.dutch {
     border-bottom: 0 none;
    color: #213454;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    line-height:23px;
}


/*-----------Sidebar Global----------*/

body.article #sidebar .box-one {margin-right:-2px;}
body.page #wrapper #sidebar .box-one {
	 background-color: #FFF6DD;
    background-image: url("../images/sidebar-1-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    margin-bottom: 0;
    margin-right: -1px;
    margin-top: -1px;
   /* margin-top: -18px;*/
   margin-top:-3px;
    padding: 0 0 44px;
    position: relative;
    width: 254px;
    z-index: 1;
}
/*-----------------------------------*/


/*-----------Dutch Treat Global----------*/
body.article #sidebar .box {margin: 16px 0 0 4px;}
body.dutch-americans-bio #sidebar .box{
    margin: 19px 0 0 6px;

}
body.page #sidebar .box{
    margin: 19px 0 0 1px;

}
/*-----------------------------------*/

/*-----------Page Heading/Title/Subtitle Global----------*/
#content-gallery .top h1.arent {/*margin-top:17px;padding-bottom:2px;*/}
#content-gallery .top h1.arent p {
   /* margin-bottom:0px;*/
    line-height: 1em;
}
body.exhibits #content h2.arent {/*margin: 11px 0 20px;*/}
body.page #content h2 {/*margin:12px 0px 20px;padding-bottom:4px;*/}
body.timeline #content h2 {/*margin-top:11px;*/}

body.article #content ul.breadcrumbs{/*padding-top:3px;*/}
body.article #content h2.article-name {/*margin-top:12px;padding-bottom: 4px;*/}
body.search #main ul.breadcrumbs {/*padding-top:7px;*/}
body.search #main .content-final .top h1 {/*padding-top:15px;padding-bottom: 7px;*/}



body.dutch-americans-bio #content-gallery .top ul.breadcrumbs {
   /* padding-top:0px;
    margin-top:-1px;
    */
}
body.dutch-americans-bio #content-gallery .top h2.arent {
   font-size:30px;
   margin-top:-3px;
   padding-bottom:10px;
}
body.dutch-americans-bio #content-gallery .top h2.arent span{
   font-size:18px;
   line-height:21px;
}
body.gallery #content-gallery .top ul.breadcrumbs {
   /* padding-top:0px;
    margin-top:-1px;
    */
}

body.gallery #content-gallery .top {padding-bottom:0px;}
body.gallery #content-gallery .top h1 {/*padding-bottom:10px;padding-top:13px;*/}
body.gallery #content-gallery .top h4 {
    /*padding-bottom:15px;*/
}

/*---------------------------------------*/


/*-------Page with Sidebar css------------*/
body.page-w-sidebar #content ul.breadcrumbs {/*padding-top: 6px;*/}
body.page-w-sidebar #content h2 {/*margin-top:17px;margin-bottom:5px;*/}
body.page-w-sidebar #content .left-sidebar { border:0px;}
body.page-w-sidebar #content .left-sidebar  ul li ul li a {background:none;}
/*---------------------------------------*/



/****** GLOBAL BREAD CRUMBS FIX ********/

#breadcrumbs-container{ margin-bottom: 11px;padding-top:2px;
    margin-top: 5px;}
#content h2.header-breadcrumbs, #content h1.header-breadcrumbs, #content-gallery h2.header-breadcrumbs,#content-gallery h1.header-breadcrumbs{
    margin-top:0px;
    padding-top:0px;
    padding-bottom:5px;
    margin-bottom:11px;
    line-height:35px;
}
#main .top h1.header-breadcrumbs{
    margin-top:0px;
    padding-top:4px;
    padding-bottom:6px;
    margin-bottom:10px;
}
body.search-results #main .top h1.header-breadcrumbs{
    padding-bottom:5px;
}
#content h2.header-breadcrumbs span, #content h1.header-breadcrumbs span, #content-gallery h2.header-breadcrumbs span,#content-gallery h1.header-breadcrumbs span{

}
#content h2.header-breadcrumbs span p {
    height:30px;
}
.dutch-americans-bio h2.header-breadcrumbs{
    border-bottom: 1px dotted #252525;
    font-family: 'Open Sans',sans-serif;
    color: #213454;
    
}

body.gallery #content-gallery h2.header-breadcrumbs {
    color: #213454;
    font-size: 32px;
  text-transform: uppercase;
      font-family: 'Open Sans',sans-serif;
      margin-top:-4px;
}
body.gallery #content-gallery h2.header-breadcrumbs span{
    width:100%;
    border-bottom: 0 none;
    color: #213454;
    font-size: 18px;
    margin-top: -7px;
    line-height:11px;
    text-transform: none;
}
/***************************************/

.searchlink {
    color: #B43D00;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: underline;
}/*
body.page-wo-explore #sidebar .box {
    margin-top:19px;
}*/
body.page-wo-explore #main .content-format {width:957px;}


body.page-wo-explore #main-content-inner {float:right;width:488px;}



.fancybox-wrap .article-popup a:link ,.fancybox-wrap .article-popup a:hover,.fancybox-wrap .article-popup a:active,.fancybox-wrap .article-popup a:visited {
    color:#C64200;
}

#main .content-final .search-sub-title p , #main #content-serch .search-sub-title p{
    font-family: 'Open Sans',sans-serif;
    line-height:35px;
    color: #213454;
    font-size: 18px;margin-top:-6px;padding-top:0px;margin-bottom:-7px;
}

#sidebar .box .ccm-randomizerBlockWrap p.white_dutch_treat, #content .box .orange-inner p.white_dutch_treat
{color: #FFFFFF;}

.board-search {
    border-bottom:1px dotted #000000;
    padding:20px 0px;
    margin-left:20px;
}
.board-search span {
    font-weight: bold;
    padding:10px 3px 10px 0px;
}
strong {font-weight:bold;}
/*  Chrome and safari specific css */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    body.exhibits #main .content-format .box-three .box-right p {
        padding:0px 10px 14px 10px;
        margin-left:-3px;
    }
}
 /*  END Chrome and safari specific css */
#content h2.purchase {
    border:0px;
    font-size:25px;
    margin-bottom:5px;
 }
 .WebInstinctAuthorizenetForm input {
    margin:5px 0px;

 }
  .WebInstinctAuthorizenetForm tr td {min-width:75px;}
  
  #main-content-inner{
    float:right;
    width:auto;
    max-width:485px;
  }
  table.payments tr td {
    max-width:130px;
    padding:6px;
  }