/*  GENERAL ATTRIBUTES FOR PAGES   */
html,body{
	border:medium none;
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	color:#333;
	font-family:"trebuchet MS",Tahoma,Arial,sans-serif;
	font-size:1em;	
}
a{
	text-decoration:none;
	color:#FFF;
}
a:hover{		
	color:#081f2c;
}

/* PAGE STYLES */
#site_container{	
	background-color:#FFF;
	min-width:300px;
	max-width:1280px;		
	margin:0 auto;
	/*border:1px solid #eee;*/
}
#header{
	background-color:#FFF;
	width:100%;
	border-top:12px solid #D14124;
	border-bottom:12px solid #FFF;
	text-align:center;	
}
#header p{
	background-color:#EBE8E5;
	color:#D14124;
	/*font-size:2.5em;*/
	font-size:1.95em;
	margin:0;
	padding:39px 20px 39px 20px;
	line-height:150%;
	text-align:left;
}
#logo{
	max-width:100%;
	max-height:100%;
	margin:8% 0 8% 0;	
}
#footer{
	width:97%;
	height:5.5em;
	background-color:#D7D2CB;
	color:#FFF;
	font-size:2.5em;
	margin:0;
	padding:40px 20px 40px 20px;
	text-align:center;
}
#org_section{
	width:100%;
	height:auto;
	margin-bottom:0.75em;
	/*padding-bottom:15px;*/
	overflow:hidden;
	position:relative;	
}
#org_section.AH{
	background-color:#7FBCDA;
}
#org_section.AHS{
	background-color:#B1B878;
}
#org_section.AHC{
	background-color:#F6C34D;
}
#org_section.KET{
	background-color:#E38D7C;
}
#org_section.LL{
	background-color:#EBE8E5;
}
#org_section.LL a{
	color:#081f2c !important;
}
#org_section.spacer{
	height:15px;
}

#org_section h1{
	width:96%;
	margin:0;
	padding:2% 2% 2% 2%;
	color:#FFF;
	font-size:2.0em;
	font-weight:600;
	clear:left;
}
#org_section h1.AH{
	background-color:#298FC2;
}
#org_section h1.AHS{
	background-color:#8F993E;
}
#org_section h1.AHC{
	background-color:#F2A900;
}
#org_section h1.KET{
	background-color:#D14124;
}
#org_section h1.LL{
	color:#081f2c;
	/* background-color:#EBE8E5; */
	background-color:#D7D2CB;
}
.col_wrapper{
	padding:2% 2% 2% 2%;	
	display:none;
}
.li_head{
	color:#FFF;
	font-weight:800;
	font-style:italic;
}
.col1,.col2{
	width:50%;
	float:left;
	padding:0;
	margin:0;	
}

.col1 ul, .col2 ul{
	padding:0;
	margin:0;
}

.col1 li,.col2 li{	
	font-size:1.6em;
	list-style:none;
	line-height:150%;
}

#header_col{
	width:50%;
	height:auto;
	min-height:200px;
	float:left;
	overflow:auto;
}

.header_col1{		
	/*background: url('../img/photo.jpg') no-repeat;
	background-size:cover;
	background-position:cover;	*/	
}
#header_col img{
	width:100%;
}
.header_col2{

}

#org_section h1 { background-image: url(../img/bg_plus.png);background-repeat:no-repeat;background-position:center right;
}

.symbol{
	float:right;
	font-size:5em;	
	font-weight:normal;
	display:none;
}
.closed{
	width:5%;
	line-height:14%;
}
.opened{
	width:4%;
	line-height:3%;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}