/************************************************
 *	GLOBAL	*
 ************************************************/

body {
	background: #5C4344;
	font-family: helvetica, verdana, sans-serif;
  	color: #1F2628;
	margin: 0;
  	padding: 0;
  	font-size: .8em;
  	line-height: 1.3em;
  }

a:link {
	color: #AA0B12;
	text-decoration: none;
}

a:visited {
	color: #AA0B12;
	text-decoration: none;
}

a:active {
	color: #AA0B12;
}

a:hover {
  text-decoration:underline;
}

img {
	border:0;
	padding:0;
	margin:0;	
}


/************************************************
 *	PAGE STRUCTURE	*
 ************************************************/


#main_container {
	margin:0 auto 0 auto;  
	width:960px;
	padding:0;
}

#main_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.header_container {
	background:#432628 url('/images/header_bg.jpg') no-repeat 0 0;
	border:solid 1px #6F595A;
	border-top:0;
	width:960px;
	height:167px;
	margin:0;
	padding:0;
	background-position:center;
}


.page_container {
	background:#FDFCF8;
	width:960px;
	margin:0;
	padding:0;
	z-index:-1;
	min-height:650px;
}

.home_content_container {

	width:910px;
	margin:0 auto 0 auto;
	padding:0;	
}

.home_content2_container {

	width:9603px;
	margin:0 auto 0 auto;
	padding:0;	
}

.navigation_container {
	width:960px;
	margin:0;
	padding:0;
}

.footer_container {
	vertical-align:bottom;
	background:#311B1B url('/images/footer_bg.gif') repeat-x 0 0;
	width:100%;
	margin:0;
	padding:0;
	height:94px;
}



/************************************************
 *	INTERIOR STRUCTURE	*
 ************************************************/


.page2_container {
	position:absolute;
	top:184px;
	border:solid 1px #DACD9D;
	border-bottom:0;
	width:960px;
	margin:0;
	padding:0;
	z-index:-1;
}

.interior_content_container {
	position:relative;
	width:794px;
	margin:20px auto 0 auto;
	padding:0;	
}



.interior_title_container {
	width:100%;
	padding-top:20px;
}

.interior_title_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.submenu_container {
	float:left;
	width:180px;
  	vertical-align: top;
  	padding:0 0 0 0;
	border-top: 1px solid #DACD9D; 
}

.interior_content2_container {
	float:right;
	border-left:1px solid #DACD9D;
	width:670px;
	padding-left:20px;
	margin-bottom:100px;
}

.interior_content3_container {
	width:100%;
	margin-bottom:100px;
}


/************************************************
 * HEADER & LOGO 	*
 ************************************************/


.logo_container {
	position:relative;
	width:702px;
	height:109px;
	margin:0 auto 0 auto;
	padding-top:23px;
}


.icon_box {
	float:left;
	width:162px;
}


.alba_txt_box {
	float:right;
	width:527px;
	margin-top:36px;
}

.title_box {
	float:left;
	margin-bottom:15px;
}

.flag_container {
	background:url('/images/flag.gif') repeat-x 0 0;
	height:24px;
	width:960px;
	margin:4px 0 4px 0;
}

.rule_container {
	background:url('/images/line_bg.gif') repeat-x 0 0;
	width:960px;
	height:2px;
	margin:0;
	padding:0;
}

/************************************************
 *	MAIN NAVIGATION	*
 ************************************************/


.menu {
	font-size:.9em; 
	text-align:center;
	z-index:100;
	margin-left:55px;

}

/* hack to correct IE5.5 faulty box model */

* html .menu {
	width:600px; 
	w\idth:549px;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:94px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	position:relative;
	float:left;
	width:94px;
	border:solid 0px #fff;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#fff; 
	width:94px; 
	height:28px; 
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width:94px; w\idth:110.4px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd;
}


/* style the second level hover */

.menu ul ul a.drop:hover{
	background:#c9ba65;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */

.menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:158px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top:33px;t\op:34px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:158px; 
	top:-1px; 
	width:158px;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left:-158px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FCF2E5; 
	color:#5F3C3E;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:158px;
	border:solid 1px #DCBAAD;
	border-top:0;
	font-size:90%;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:158px;w\idth:136px;
}

/* style the top level hover */

.menu a:hover  {
	color:#fff; 
	text-decoration:none;
}

.menu ul ul a:hover {
	color:#5F3C3E;
	background:#EAD7A5;
	width:158px;
	font-size:90%;
}

.menu :hover > a  {
	color:#fff;
	background:#5F3C3E;
	width:100%;
}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden; 	z-index:100;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}


.menu ul ul li {
	text-align:left;
	z-index:100;

}

.menu ul ul a {
	text-align:left;
	z-index:100;
}

.txt_align1 {
	height:28px;
	display:table-cell;
}

.txt_align1 a {
	line-height:28px;
}


.txt_align2 {
	line-height:31px;
}


.txt_align {
	display:block;
	padding-bottom:10px;
	margin:-17px;
	visbility:visible;
	z-index:800;
}


/************************************************
 *	SUBNAVIGATION	*
 ************************************************/

.search_container {
	float:right;
	width:210px;
    margin:3px 0;
    padding:0;
} 


.search_field {
	width:132px;
	border:solid 1px #836976;
	margin:0;
	padding:0;
	height:19px;
	vertical-align:top;
}

.subnavlinks {
	float:left;
	width:180px;
}


.primary  {
  	font-size:.85em;
  	width:180px;	
}

.primary a {
  	letter-spacing:.5px;
  	color:#3A1B19;
 	z-index:0;
	width:164px;
	display:block;
	border-bottom: 1px solid #ccc; 
	padding:10px 10px 10px 10px;
	line-height:1.2em;
}

.subnavlinks .primary a:hover {
 	background-color: #DACD9D;
 	color:#3A1B19;
 	text-decoration: none;
	width:164px;
}


.subnavlinks .primary a.active,
.subnavlinks .primary a.active:link,
.subnavlinks .primary a.active:hover,
.subnavlinks .primary a.active:visited,
.subnavlinks .primary a.active:active 
{
 	background-color: #DACD9D;
}


.secondary  {
  	font-size:.85em;
  	width:180px;
  	margin-top:20px;	
}

.secondary a {
  	letter-spacing:.5px;
 	z-index:0;
	width:164px;
	display:block;
	padding:10px 10px 0 10px;
	line-height:1.2em;
}



.subnavlinks2 {
	float:right;
	padding-top:15px;
	font-size:85%;
}



/************************************************
 * HOME CONTENT 	*
 ************************************************/


.column_container {
	position:relative;
	width:910px;
	margin:0 auto 0 auto;
}


.column_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.resources_container {
	position:relative;
	float:left;
	width:475px;
	margin:0;
}



.document_container {
	position:relative;
	float:right;
	width:380px;
	margin:0;
	padding:15px 15px 20px 15px;

		background:#F2F2F2;
	border:1px solid #F2F2F2;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	
}



.document_container img {
	float:left;
}

.doc_txt {
	margin:0;
	padding:0;
	text-align:top;
	line-height:1.2em;
}

.document2_container {
	position:relative;
	float:right;
	width:380px;
	padding:15px 15px 20px 15px;
	margin:25px 0;
	background:#F8EDE0;
	border:1px solid #F8EDE0;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	
}




/************************************************
 *	TITLES	*
 ************************************************/

.title1 {
	color:#3A1B19; 
	font-weight:bold;
	font-size:1.4em;
	padding:0;
	margin:5px 0;
}


.title2 {
	color:#A60316;
	font-weight:bold;
	font-size:1.6em;
	line-height:1em;
	padding:0 0 5px 0;
	margin:0;
}


.title3 {
	font-family:futura, helvetica, sans-serif;
	color:#1F2628;
	font-size:2.3em;
	padding:10px 0;
	margin:0;
	line-height:1.1em;
}


.title4 {
	color:#E6541A;
	font-weight:bold;
	font-size:2em;
	padding:0;
	margin:5px 0;
}


.title5 {
	color:#3A1B19; 
	font-weight:bold;
	font-size:1.2em;
	padding:0;
	margin:5px 0;
}



/************************************************
 *	FOOTER  *
 ************************************************/

.footer_container2 {
	width:960px;
	margin:0 auto 0 auto;
	color:#B09599;
}


.footer_copyright {
	width:960px;
	margin:35px  auto 0 auto;
	text-align:center;
	color:#C7DAE2;
	font-size:75%;
}

.footer_nav {
	float:left;
	padding:5px 0 0 30px;
	font-size:80%;
}  


.footer_container a {
	color:#B09599;
}

.footer_languages {
	float:right;
	padding:5px 30px 0 0;
	font-size:80%;
}  

.footer_languages img {
	padding-right:4px;
}



/************************************************
 *	INTERIOR MISC	*
 ************************************************/
 
.img_frame1 {
	background:#F3EFE9;
	border:solid 1px #C6BCBB;
	float:right;
	padding:10px;
	margin:0 0 15px 15px;
}

 
 .exhibit_box {
 	background:#F6E9D9;
 	border:solid 1px #DACD9D;
 	padding:20px;
 	margin:10px 0 0 0;
 }
 
  .exhibit_box img {
	background:#F3EFE9;
	border:solid 1px #C6BCBB;
	float:right;
	padding:10px;
	margin:0 0 15px 15px;
}

 .comment_box {
 	background:#F3EFE9;
 	border:solid 1px #C6BCBB;
 	padding:20px;
 	margin:10px 0 0 0;
 }
 
 
.search_box {
 	background:#F3EFE9;
 	border:solid 1px #C6BCBB;
 	padding:10px 3px 10px 15px;
 	margin:0;
 }

 .search_box ul {
	padding:0;
	margin:0;
}

.search_box li{
	list-style-type:none;
}

.contribute_container {
	width:100%;
	margin-bottom:7px;
}
 
.contribute_box1 {
	float:left;
	width:150px;
}

.contribute_box2 {
	float:left;
}

.contribute_box2 input {
	width:500px;
	height:20px;
	border:solid 1px #836976;
	margin:0;
	padding:0;
	vertical-align:top;
}


.contribute_box2 textarea {
	border:solid 1px #836976;
	margin:0;
	padding:0;
	vertical-align:top;
}


.abd_nav {
	font-size:80%; 
	text-align:right; 
	padding:0; 
	margin:0;
}


table.abd_chart { 
	border:solid 1px #C6BCBB;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin:20px 0 0 0;
}


td.l_col { 
	border:solid 1px #C6BCBB;
	width:30%;
	font-weight: bold;
	padding:9px 7px 9px 14px;
}

td.r_col { 
	border:solid 1px #C6BCBB;
	padding:9px 0 9px 14px;
}




td.abd_chart_info { 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	padding:7px;
}

.header_nav {
    font-size: 80%;
    float: right;
    margin-right:10px;
    position:relative;
    z-index:52;
    color: #B09599;
}

.header_nav  a {
    color: #B09599;
}


