@import url(/css/reset.css);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	}

body{
	background:#D2D8E3 url(/images/css/body_bg.png) repeat-x left top;
	background:#4b72a9 url(/images/css/body_bg.png) repeat-x left top;
	font-family:Arial, sans-serif;
	line-height:1;
	}

ol,ul{
	list-style:none;
	}

:focus{
	outline:0;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

a{
	text-decoration:none;
	}

h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:400;
	}

.block{
	display:block;
	margin:0 0 10px;
	}

.block_left{
	float:left;
	margin:0 10px 10px 0;
	}

.right{
	float:right;
	}

.block_right{
	float:right;
	margin:0 0 10px 10px;
	}

.center{
	text-align:center;
	}
b, strong {
    font-weight: bolder;
	}
p{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	}
	
/* CONTAINER ******************************************************************/
#container{
	margin:0 auto 40px;
	width:991px;
	}

/* INFOBAR *******************************************************************/
#infobar{
	height:28px;
	margin:0 auto 24px;
	padding:0 0 0 105px;
	position:relative;
	width:885px;
	z-index:3;
	}

#infobar a,#infobar span{
	color:#fff;
	display:inline-block;
	font-size:10px;
	line-height:28px;
	margin-right:10px;
	text-transform:uppercase;
	}

#infobar .or{
	color:#C39C8F;
	font-style:italic;
	text-transform:lowercase;
	}

#infobar ul{
	border-right:1px solid #964F39;
	position:absolute;
	right:0;
	top:0;
	}

#infobar ul li{
	display:block;
	float:left;
	}

#infobar ul a{
	color:#E7D7D2;
	}

#infobar ul li.search{
	border-left:1px solid #964F39;
	padding-left:10px;
	position:relative;
	}

#infobar ul li.search a{
	background:url(/images/css/search.png) no-repeat left center;
	padding-left:12px;
	}

#infobar ul li.search:hover{
	background:url(/images/css/blue_pattern.png);
	}

#infobar .search_form{
	background:url(/images/css/blue_pattern.png);
	display:none;
	overflow:hidden;
	padding:10px;
	position:absolute;
	right:0;
	top:28px;
	width:280px;
	z-index:1000;
	}

#infobar .search_form input.text{
	border:1px solid #D5D8E0;
	height:23px;
	line-height:23px;
	padding:0 5px;
	width:178px;
	}

#infobar .search_form input.submit{
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	background-color:#EDEFF4;
	border:0;
	border-radius:0 3px 3px 0;
	color:#303A51;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:11px;
	height:25px;
	line-height:25px;
	text-transform:uppercase;
	width:80px;
	}
	
#infobar ul a:hover,
#infobar ul li.search:hover a{
	color:#fff;
	}
#infobar ul li.search:hover .search_form{
	display:block;
	}
#infobar .contact,
#infobar .search_form input{
	float:left;
	}

/* INFOBAR *****************************************************************--**/
	
/* DROPDOWN CONTAINER **********************************************************/
#dropdown_container{
	background:#0D3C70; /*url(/images/css/brown_pattern.png);*/
	height:240px;
	left:0;
	position:absolute;
	top:-240px;
	width:100%;
	z-index:1000;
	}

#dropdown_container.expanded{
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.5);
	box-shadow:0 2px 2px rgba(0,0,0,0.5);
	top:0;
	}

#dropdown{
	color:#fff;
	height:210px;
	margin:0 auto;
	padding:15px 0 15px 85px;
	position:relative;
	width:906px;
	}

#dropdown .column_large{
	float:left;
	height:210px;
	margin-right:20px;
	overflow:hidden;
	width:435px;
	}

#dropdown .column{
	float:left;
	height:210px;
	/*margin-right:20px;*/
	overflow:hidden;
	width:435px;
	}

#dropdown h2{
	color:#FFF;
	font-size:18px;
	line-height:24px;
	margin-bottom:5px;
	}

#dropdown h3{
	border-bottom:1px solid #964F39;
	color:#fff;
	font-size:12px;
	letter-spacing:.04em;
	margin-bottom:15px;
	padding-bottom:10px;
	text-transform:uppercase;
	}

#dropdown p{
	color:#CEAFA5;
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
	}

#dropdown p a{
	color:#CEAFA5;
	text-decoration:underline;
	}

#dropdown p a:hover{
	color:#FFF;
	}

#dropdown li{
	border-bottom:1px solid #964F39;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	margin-bottom:15px;
	padding:0 15px 15px;
	}

#dropdown li span{
	display:block;
	font-size:11px;
	letter-spacing:.05em;
	line-height:1.2;
	margin-bottom:5px;
	}

#dropdown li a{
	color:#fff;
	line-height:18px;
	}

#dropdown a.button{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#557DB8;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:11px;
	height:25px;
	letter-spacing:.03em;
	line-height:25px;
	padding:0 15px;
	text-align:center;
	text-transform:uppercase;
	}

#dropdown a.button:hover{
	background-color:#fff;
	color:#557DB8;
	}

#flag{
	background:url(/images/css/ribbon_bg.png) no-repeat left bottom;
	bottom:-65px;
	height:375px;
	left:-20px;
	position:absolute;
	width:95px;
	}

#flag a{
	background:url(/images/css/flag_arrow.png) no-repeat center bottom;
	bottom:15px;
	color:#303A51;
	display:block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	height:36px;
	left:0;
	line-height:1.2;
	padding:15px 0 8px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:91px;
	
	font-size:11px;
	}

#dropdown_container.expanded #flag a{
	background-position:center top;
	}

#flag span{
	color:#537DB8;
	font-family:Arial, sans-serif;
	font-size:11px;
	}
/* DROPDOWN CONTAINER *********************************************************--*/

/* MAIN MENU *********************************************************************/
#header{
	height:178px;
	margin-bottom:22px;
	position:relative;
	z-index:2;
	}

#logo{
	background:url(/images/logo.svg) no-repeat;
	display: block;
	height: 103px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 125px;
	background-size: 125px 103px;
	}

#nav{
	border:1px solid #E4DCD6;
	border-width:1px 0;
	height:56px;
	margin-top:15px;
	/*padding:1px 0 1px 55px;*/
	padding:1px 0;
	}

#nav li{
	display:block;
	float:left;
	height:40px;
	position:relative;
	}

#nav li a{
	color:#3a5859;
	display:block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:13px;
	height:42px;
	letter-spacing:.065em;
	line-height:1.2;
	margin-right:4px;
	padding:14px 4px 0;
	text-align:center;
	text-transform:uppercase;
	width:110px;
	}

#nav li a.sub_current{
	background:#3a5859;/*url(/images/css/lightblue_pattern.png);*/
	}

#nav li:hover > a{
	background:url(/images/css/nav_dropdown_pattern.png);
	color:#fff;
	}

#nav li a.single_line{
	line-height:30px;
	}

#nav li div{
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	background:url(/images/css/nav_dropdown_pattern.png);
	box-shadow:0 3px 3px rgba(0,0,0,0.5);
	display:none;
	left:0;
	overflow:hidden;
	padding:10px 0;
	position:absolute;
	top:56px;
	width:245px;
	}

#nav li.last div{
	left:auto;
	right:0;
	}

#nav li.events_calendar div{
	left:auto;
	right:10px;
	}

#nav li div.sections_2{
	width:346px;
	}

#nav li div.sections_3{
	width:519px;
	}

#nav li div.sections_4{
	width:692px;
	}

#nav li ul{
	float:left;
	padding:0 11px;
	width:225px;
	}

#nav li ul li{
	border-bottom:1px solid #495466;
	display:block;
	float:none;
	height:auto;
	}

#nav li ul li a{
	background:url(/images/css/nav_bullet.png) no-repeat 10px 10px;
	color:#D6D8DC;
	font-size:14px;
	height:auto;
	line-height:1em;
	margin:0;
	padding:5px 0 5px 25px;
	text-align:left;
	text-transform:none;
	width:200px;
	}

#nav li ul li a:hover{
	background:url(/images/css/nav_bullet.png) no-repeat 10px 10px;
	color:#fff;
	}

#nav li:hover ul a,#nav li.hover ul a{
	color:#D6D8DC;
	}
	
#nav li.last a{
	margin-right:0;
	}
#nav li:hover div,
#nav li.hover div{
	display:block;
	}
#nav li.last a{
	margin-right:0;
	}
	
/* MAIN MENU ******************************************************************--*/


/* SCOLL ITEMS *******************************************************************/
#feature{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	height:330px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}

#feature .feature{
	height:330px;
	left:0;
	position:absolute;
	top:0;
	width:991px;
	z-index:1;
	}

#feature .selected{
	z-index:2;
	}

#feature h2{
	color:#3a5859;
	font-size:21px;
	line-height:30px;
	margin-bottom:.3em;
	}

#feature h3{
	color:#46433B;
	font-size:12px;
	margin-bottom:5px;
	text-transform:uppercase;
	}

#feature p{
	color:#3C5C8E;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-family:inherit;
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
	}

#feature .details{
	background: transparent url(/images/css/feature_flag.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/css/feature_flag.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";*/ /* IE8 */ 
	filter:alpha(opacity=80); /* For IE8 and earlier */
	height:304px;
	left:120px;
	opacity:0.8;
	padding:10px 20px 0;
	position:absolute;
	top:0;
	width:214px;
	z-index:1;
	}

#feature .controls{
	border-bottom:1px solid #E6D7C5;
	float:none;
	height:8px;
	margin-bottom:20px;
	padding:10px 0;
	text-align:center;
	}

#feature .controls .page{
	background:url(/images/css/feature_pagination.png) no-repeat left top;
	display:inline-block;
	font-size:0;
	height:8px;
	line-height:0;
	margin-right:2px;
	width:8px;
	}

#feature .button{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#96310c;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:11px;
	height:25px;
	letter-spacing:.05em;
	line-height:25px;
	padding:0 15px;
	text-transform:uppercase;
	}
	
.controls .selected,
#feature .controls .selected{
	background-position:left bottom;
	}
/* SCOLL ITEMS ****************************************************************--*/

/* HOME **************************************************************************/
#home {
    background: url(/images/css/home_content_bg.png) repeat-y scroll left top transparent;
    margin-bottom: 20px;
    overflow: hidden;
	}
/* HOME ***********************************************************************--*/


/* NEWS EVENTS *******************************************************************/
#home .upcoming_events {
    background-color: #FFFFFF;
    float: left;
    margin-right: 1px;
    width: 495px;
	}
#home .header {
    color: #FFFFFF;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
	}
#home .blue_header {
    background:#bf6a1f; /*url(/images/css/blue_pattern.png) repeat scroll 0 0 #587EB9;*/
	}
#home .body {
    padding: 15px;
	}
#home .featured{
    float: left;
    width: 216px;
	}
#home h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0.4em;
	color: #557DB8;
	}
#home .date {
    color: #46433A;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
	}
#home p {
    color: #464339;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
	}
.button {
    background-color: #EDEFF4;
    border-radius: 3px 3px 3px 3px;
    color: #3a5859;
    display: inline-block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 11px;
    height: 25px;
    letter-spacing: 0.05em;
    line-height: 25px;
    padding: 0 15px;
    text-transform: uppercase;
	}
.button:hover, #feature .button:hover {
    background-color: #3a5859;
    color: #FFFFFF;
	}
	
.events_list,
.address_hours .hours {
    float: right;
    width: 216px;
	}
.events_list li {
    border-top: 1px solid #F2EBE9;
    margin-bottom: 10px;
    padding: 10px 20px 15px 60px;
    position: relative;
	}
.events_list .flag {
    background: url(/images/css/date_flag.png) no-repeat scroll 0 0 transparent;
    height: 47px;
    left: 7px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    width: 41px;
	}
.events_list .flag .month {
    color: #557DB8;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
	}
.events_list .flag .day {
    color: #303B51;
    display: block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
	}
.events_list h3 {
    color: #557DB8;
    font-size: 14px;
    margin-bottom: 5px;
	}
#home .upcoming_events h2, .events_list h3 a {
    color: #557DB8;
	}
#home .events_list p,
.events_list p,
.person p {
    line-height: 15px;
    margin-bottom: 0;
	color: #464339;
    font-size: 12px;
	}
	
#home .event_callout {
    background-color: #FFFFFF;
    float: left;
    margin-right: 1px;
    width: 247px;
	}
#home .purple_header {
    background:#96310c; /*url(/images/css/purple_pattern.png) repeat scroll 0 0 #587EB9;*/
	}
.event_callout img {
    display: block;
	}
#home img, 
.content_sidebar .featured_events h4, 
#learning_resource .image img {
    margin-bottom: 15px;
	}
#home .event_callout h2 {
    color: #6F4163;
	}

#home .spotlight_on {
    background-color: #FFFFFF;
    float: left;
    width: 247px;
	}
#home .green_header {
    background:#c69d45; /*url(/images/css/green_pattern.png) repeat scroll 0 0 #587EB9;*/
	}
#home .page-item ul li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	list-style-type:disc;
	line-height: 15px;
    margin:0 0 0.3em 1em;
	color: #464339;
    font-size: 12px;
	}

	
#home .upcoming_events h2,
.events_list h3 a {
    color: #557DB8;
}

/* PAGES *************************************************************************/
#main {
    background-color: #FFFFFF;
    min-height: 0;
    padding: 35px 15px;
	}
#nav-path {
    border-bottom: 1px solid #F2EBE9;
    height: 17px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
	}
	#nav-path ul {
	    margin-top: 4px;
		}
	#nav-path ul li {
		display: block;
		float: left;
		margin0:0;
		padding:0;
		
		color: #557DB8;
	    display: block;
	    float: left;
	    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	    font-size: 11px;
	    letter-spacing: 0.1em;
	    /* text-transform: uppercase; */
		}
	div#nav-path ul li span.navpath-sep {
		    bottom: -2px;
		    color: #777777;
		    display: inline-block;
		    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
		    font-size: 22px;
		    font-weight: 400;
		    letter-spacing: 1px;
		    margin: -14px -1px -9px 0;
		    position: relative;
		}
	#nav-path ul li.last {
		background: none repeat scroll 0 0 transparent;
		}
	#nav-path ul li a {
		color: #557DB8;
		display: block;
		float: left;
		font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
		font-size: 11px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		}

/* SIDEBAR **************************************************************************/	
#home .featured,
#sidebar, 
.address_hours .address,
.popular_pages,
.footer_sponsors {
    float: left;
    width: 216px;
	}
#subnav {
    margin-bottom: 30px;
	}
#subnav a {
    background:#3a5859; /*url(/images/css/blue_pattern.png) repeat scroll 0 0 transparent;*/
    color: #FFFFFF;
    display: block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 13px;
    margin-bottom: 1px;
    padding: 15px 18px;
	}
#subnav li.open a.open{
	background-color: #ED1C24;
	}

#subnav a.selected, #subnav a.active {
	background:#ed1c24;
	background:#0d3c70;
	}


#subnav li ul.sub {
    background-color: #F9F4EC;
    margin-bottom: 1px;
    padding: 15px 18px 1px 15px;
	}
#subnav li ul.sub li {
    margin-bottom: 14px;
	}
#subnav li ul.sub a {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
	}
#subnav li ul.sub a.active {
	color:#ED1C24;
	}
	
/*
#subnav li.has_subnav li {
    margin-bottom: 14px;
	}
#subnav li.has_subnav ul a {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
	}
	*/
/* CONTENT ***********************************************************************/
#content {
    float: right;
    width: 710px;
	width: 680px;
	background: none repeat scroll 0 0 #FFFFFF;
	padding:0 30px 30px 0;
	}

.content h1,
.content h2,
.content h3,
.content h4 {
    color: #303B51;
    line-height: 1em;
    margin-bottom: 0.78em;
	}
.content h1{ font-size: 32px; color: #3a5859;}
.content h2{ font-size: 28px; color: #3a5859;}
.content h3{ font-size: 18px; color: #3a5859;}
.content h4{ font-size: 16px; color: #3a5859;}

.content p {
    color: #46433A;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
	}
.content ul,
.content ol{
	margin-left:1em;
	}
.content ul li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	list-style-type:disc;
	line-height: 15px;
    margin:0 0 0.3em 1em;
	color: #464339;
    font-size: 14px;
	}
.content ol li{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	list-style-type:decimal;
	line-height: 15px;
    margin:0 0 0.3em 1em;
	color: #464339;
    font-size: 14px;
	}

.content img.left{
	float:left;
	margin:0 15px 15px 0;
	clear:left;
	}
.content img.right{
	float:right;
	margin:0 0 15px 15px;
	clear:right;
	}
	
/*FAQ*/
span.show-answer{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	list-style-type:disc;
	line-height: 16px;
	margin-top:10px;
	display:block;
	color: #557DB8;
    font-size: 16px;
	}

/* PAGES **********************************************************************--*/
.event {
    border-bottom: 1px solid #F2EBE9;
    margin-bottom: 20px;
    padding-bottom: 30px;
	}
.event .image {
    float: left;
    margin-right: 20px;
	}
.contain {
    overflow: hidden;
	}
.event .time {
    color: #464339;
    display: block;
    font-family: Palatino,'Palatino Linotype','Book Antiqua',Georgia,'Times New  Roman',serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    text-transform: uppercase;
	}
.event h3 {
    margin-bottom: 5px;
	}
.event h3 a {
    color: #3A5859;
	}

/* CKEDITOR OVERWRITES ****************************************************************--*/
body.ckeditor-cont {
  background: #fff;
  background-image: none;
  padding: 20px;
  font-size: 12px;
  line-height: 1.2em;
}
body.ckeditor-cont ul,
body.ckeditor-cont ol {
  margin-left: 1em;
}
body.ckeditor-cont ul li {
  list-style: disc;
}
body.ckeditor-cont p {
  margin: 1em;
}
