@charset "UTF-8";
/* CSS Document */
body{
	background: #f3e5ab;	
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container{
	width: 815px;
	background:#FFF;
	margin: 0 auto;
	padding: 5px;
}

/*HEADER*/

.title_container{
	border-top: 2px solid navy;
	/*border-bottom: 2px solid navy;*/
	width: 100%;
}
#title_top{
	font-style:italic;
}
#title_top span{
	font-weight: bold;	
}
.logo1{
	display: inline-block;
}
.logo2{
	display: inline-block;
}
.title_text{
}
.title_name{
	display: inline-block;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 5px 10px;
}
.title_social{
	display: inline-block;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding-left: 130px;
}
.title_date{
	display: inline-block;
	text-align: right;
	float: right;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 10px 5px 0px;
}

/*NAVIGATION MENU*/

#nav_container{
	width: 100%;
	/*background-color: #B45040;*/
	background-color: #FFFFFF;
	/*border-bottom: 2px solid navy;*/
}
.navdiv{
	display: inline-block;
}

#nav{
	margin: 5px 130px 15px;
	list-style:none;
	/* Clear floats */
	float: none;
	/*width:100%;*/
	/*position: relative;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;*/
	z-index:5;
}
#nav li{
	float:left;
	margin-right:15px;
	position:relative;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #4e7280;
}
#nav li ul li{
	font-size: 12px;
	margin: 0px 0px 0px -40px;
	font-weight: normal;
	text-indent: 10px;
	border: none;
}
#nav a{
	display:block;
	padding: 6px 30px 6px 30px;
	color:#FFF;
	/*background:navy;*/
	text-decoration:none;
}
#nav a:hover{
	color:#FFF;
	/*background:#6b0c36;*/
	background:#ffffff;
	text-decoration:none;
}
#nav li ul li a{
	padding-right: 35px;	
}

/*--- DROPDOWN ---*/

#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	/*border-top: 1px solid #989899;*/
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	z-index: 6;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/*background:#6b0c36;*/
	background:#4e7280;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#dedede;
	color: #666;
}

#social{
	float: right;
	display: inline-block;
	padding-right: 5px;
	padding-top: 5px;
}
#social a{
	text-decoration: none; 
	border:none;
}
#social img{
	width: 16px;
	height: 16px;
	border: 0;
	margin-right: 10px;
}

#bottom_nav{
	padding-bottom: 25px;
}
#bottom_nav ul{
	list-style: none;
	margin: 10px 300px 10px 300px;
}
#bottom_nav li{
	float: left;
	margin: 0 1em;
}
#bottom_nav li a{
	height: 1.1em;
	line-height: 1.1em;
	float: left;
	display: block;
	/*border: 0.1em solid #dcdce9;*/
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

/*CONTENT*/

.content_container{
	/*border-bottom: 2px solid navy;*/
	/*padding: 10px 15px;*/
	display: table;
}
.content_main{
	width: 650px;
	margin: 5px auto;
	display: table-cell;
	padding-left: 75px;
	padding-right: 90px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.content_main_images{
	width: 650px;
	margin: 5px auto;
	display: table-cell;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.content_left_menu{
	/*width: 180px!important;*/
	width: 100px!important;
	display: table-cell;
	/*padding-left: 20px;
	padding-bottom: 30px;*/
}
.content_right_menu{
	width: 100px!important;
	display: table-cell;
}
.column1{
	width: 500px;
	display: table-cell;
	vertical-align:top;
	padding: 10px 5px 10px 15px;
}
.column2{
	width: 300px;
	display: table-cell;
	vertical-align:top;
	padding: 10px 10px 10px 10px;
}
a {
	text-decoration: none;	
}
h1{
	color: navy;
	font-weight: bold;
	font-size: 23pt;
	margin: 0px;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
}
h2{
	color: navy;
	font-weight: normal;
	font-size: 22pt;
	margin: 0px;
	display: inline-block;
}
h3{
	font-size: 10pt;
	color: red;
	font-style: italic;
	text-decoration:underline;
	font-weight: normal;
	margin: 0px;
}
h4{
	color: navy;
	font-weight: bold;
	margin: 5px 5px 5px 15px;
	display: inline-block;
}
h5{
	color: blue;
	font-weight: bold;
	font-size: 9pt;
	margin: 0px;
}
h6{
	color: navy;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h7{
	color: navy;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
hr{
	background-color:navy;
	border: none;
	color: navy;
	height: 2px;
}

/*FACES*/

.faces{
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border-bottom: 2px solid navy;
	border-top: 2px solid navy;
}

/*FOOTER*/

#footer{
	/*border-top: 2px solid navy;*/
	border-bottom: 2px solid navy;
	font-size: 11px;
	color: #999;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color: #555;
	text-decoration: none;
}
#footer .footerinner{
	margin-bottom: 5px;
	margin-top: 5px;
}

/*SLIDESHOW*/

body.clear {
	clear:both
}

#gallery {
	position:relative;
	height: 266px;
	width: 425px;
	margin: 5px 6px 0px 6px;
}
#gallery a {
	float:left;
	position:absolute;
	left: 0px;
}

#gallery a img {
	border:none;
	
}

#gallery a.show {
	z-index:2;
}

#gallery .caption {
	z-index:600; 
	background-color:#FFF; 
	color:#000000; 
	height: 85px; 
	width: 425px!important; 
	position: absolute;
	bottom:0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	/*margin-left: 15px;*/
	
}

#gallery .caption .content {
	margin: 10px 15px 10px 15px;
}

#gallery .caption .content h7 {
	margin:0;
	padding:0;
	color:navy;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}