@charset "utf-8";
/* CSS Document */


a:link, a:visited {
	text-decoration:none;
	color:#065388;
}
a:hover {
	color:#990000;	
}
a.current:link, a.current:visited {
	color:#111;
	font-weight:bold;
}
img { border:none; }
body {
	margin:0;
	padding:0;
	background-color:Maroon;
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#container {
	width:960px;
	height:1000px;
	margin:auto;
	font-size:14px;
}
#ucb {
}
#wrapper {
 box-shadow: 0 0 5px #222;
 -webkit-box-shadow: 0 0 5px #222;
 -moz-box-shadow: 0 0 5px #222;
 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:5px 0;

}	
#banner {
	color:maroon;
	padding:15px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
   	background-color:#FFF;
	margin:0;
	border-bottom:3px solid #b28c5b;
}


  #banner_animation {
  
  
  background-color:maroon;
  background-size:300px 220px;
  
  
    }


ul.gallery {
   height:100px;
   width:960px;
   list-style-type: none;
}
ul.gallery li {
   
   float:left;
   
}


h1 {
	margin:0;
	padding: 0;
	font-size:30px;
}
#banner p {
	margin:0;
	text-transform: uppercase;
	font-size:14px;
}
#nav {
	background-color:#EEE;
	border-bottom:1px solid #DDD;
	
	
}
#nav ul {
	font: bold 16px/32px Georgia, serif;
	list-style:none;
	margin:0;
	padding:0 7px;
	height:32px;
	
}
#nav ul li {
	font: bold 16px/32px Georgia, serif;
	display:inline;
	float:left;
}
#nav a:link, #nav a:visited {
	display:block;
	float:left;
	line-height:32px;
	padding:0 8px;
	font-size:16px;
}
#page {
	background-color:#FFF;
	overflow:auto;
	padding:15px 0;
	/*
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	*/
}



#sidebar {
	min-width:210px;
	float:right;
	line-height:140%;
	background-color:#EEE;
	border: 1px solid #E5E5E5;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px;
}

#sidebar h3, #sidebar p {
	padding:0 10px;
}

#content {
	margin:0 15px;
text-align:justify;
text-justify:inter-word;
	
	line-height:160%;
}

#content ul {
margin:0 15px;
text-align:left;

	
	line-height:160%;
}

#contentbox {
        text-align:justify;
        text-justify:inter-word;
	padding:0 20px;
        padding-top: 20px;
        padding-bottom: 20px;

	line-height:160%;
	background-color:#FFF;
        border-top:2px solid #DDD;
        border-left:2px solid #DDD;
        border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	
	
}

#contentbox1 {
        text-align:justify;
        text-justify:inter-word;
	padding:0 20px;
        padding-top: 20px;
        padding-bottom: 20px;

	line-height:160%;
	background-color:#FFF;
        border-top:2px solid #DDD;
        border-left:2px solid #DDD;
        border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	
	
}


#footer {
	
	padding:15px;	
	
	overflow:auto;
	color:#FFF;
	font-size:90%;
	text-align:right;
}
#footer img {
	float:left; 
	margin-right:15px;
}

h2 {
	margin-top:0;
	color:#494949;
	font-weight:normal;
	font-size:200%;
}

.right {
	float:right;
	margin: 0 0 15px 15px;
}
.left {
	float:left;
	margin:0 15px 15px 0;
}

#contentbar {
	width:510px;
	float:left;
	line-height:140%;
	background-color:#EEE;
	border: 1px solid #E5E5E5;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;	
	
}

#contentbar h3, #contentbar p {
	padding:0 10px;
        
}
#fac_photo {margin-left:auto; margin-right:auto; display:block; padding:10px;}
h1 {
	 -moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
		
}
#page {
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;

}


#banner p {padding-left:1em}
/* uncomment the specific line to hide the content div on specific pages */
/* .contentbar1 {display:none}  */
 .contentbar2 {display:none}  
/* .contentbar3 {display:none}  */
/* .contentbar4 {display:none}  */
/* .contentbar5 {display:none}  */
 .#footer {display:none}  

span.title {
     color: #008000; 
}
