@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background-color: #f5ebfe;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header_container{
	width: 100%;
	position: relative;
	background-image: url(../images/header_bground.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#header{
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 149px;
}
#logo{
	float: left;
	height: 149px;
	width: 300px;
	position: relative;
}
#social_phone{
	height: 149px;
	position: relative;
	width: 675px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#socialIcons{
	width: 145px;
	margin-top: 95px;
	text-align: right;
	font-size: 14px;
	color: #666;
	margin-left: 530px;
}
#Phone{
	width: 675px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #602D91;
	margin-top: 10px;
}
#facebook{
	display: block;
	height: 32px;
	width: 32px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}
#facebook a:link, a:visited{
	background-image: url(../images/facebook_icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 32px;
	width: 32px;
}
#facebook a:hover{
	background-image: url(../images/facebook_icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 32px;
	width: 32px;
	}
#twitter{
	display: block;
	height: 32px;
	width: 32px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}
#addthis_toolbox{
	text-align: right;
}
#menu_container{
	width: 100%;
	position: relative;
	background-image: url(../images/menu_bground.png);
	background-repeat: repeat-x;
	height: 35px;
	float: left;
}
#menu{
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#slider_container{
	width: 100%;
	position: relative;
	background-color: #d0bce3;
	height: 243px;
	padding-top: 12px;
	float: left;
}
#slider{
	clear: both;
	height: 225px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main_content_container{
	width: 100%;
	background-image: url(../images/content_bground.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 50px;
	float: left;
}
#main_content{
	clear: both;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#left_content{
	float: left;
	width: 645px;
	position: relative;
	line-height: 28px;
	padding-right: 15px;
}
#right_content{
	float: left;
	width: 301px;
	position: relative;
	
	
}
#footer_container{
	width: 100%;
	position: relative;
	background-image: url(../images/footer_bground.png);
	background-repeat: repeat-x;
	height: 314px;
	float: left;
}
#footer{
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 150px;
	text-align: center;
	color: #F5EBFE;
	font-size: 12px;
}
.event_box{
	float: left;
	width: 48%;
	padding-left: 2%;
}
.event_box a{
	color: #900;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.event_box a:hover {
	color: #5F2C90;
	background-color: #EEE4F8;
	display: block;
	text-decoration: none;
}
.news_box{
	float: left;
	width: 48%;
	display: block;
	background-image: url(../images/event_divider.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2%;
	min-height:300px;
}
.news_box a{
	color: #900;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.news_box a:hover {
	color: #5F2C90;
	background-color: #EEE4F8;
	display: block;
	text-decoration: none;
}
.news_event_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	width: 100%;
	display: block;
	height: 45px;
	margin-bottom: 12px;
}
.date_box{
	background-color: #FFF;
	display: block;
	margin-right: 10px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #643195;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
}
.month{
	color: #643195;
	font-size: 12px;
	line-height: 12px;
}
.day{
	font-size: 21px;
	color: #333;
	line-height: 18px;
}
.year{
	font-size: 10px;
	color: #999;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.news_event_title{
	font-size: 16px;
	line-height: 16px;
	padding-top: 4px;
	position: relative;
	display: block;
}
.default_right_content{
	background-color: #FFF;
	border: 2px solid #f7bc3a;
	padding: 5px;
	margin-top: 20px;
	margin-bottom:20px;
	border-radius: 15px;
	display: block;
	box-shadow: 7px 6px 20px #888888;
}
/*images*/

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*text*/
h1{
	font-size: 24px;
	color: #643195;
	text-shadow: 1px 1px 5px grey;
	
}
h2{
	color: #222222;
	font-size: 16px;
	font-weight: bold;
}
h3{}
h4{}
h5{}
h6{}
.phone_number{
	font-weight: bold;
	color: #900;
	font-size: 18px;
}
.titles{
	font-size: 24px;
	color: #643195;
	font-weight: bold;
}
p a{
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
}
p a:hover{
	text-transform: uppercase;
	color: #643195;
}
p a:active{
	color: #CCC;
}
#footer a{
	color: #FC0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #FFF;
}
#footer a:active{
	color: #F5EBFE;
}
#Sub_Page_Menu ul{
	background-color: #D9C5ED;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #602D91;
	box-shadow: 7px 6px 20px #888888;
}
#Sub_Page_Menu li{}
#Sub_Page_Menu li a{
	display: block;
	color: #602D91;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	
}
#Sub_Page_Menu li a:hover{
	color: #333333;
	background-color: #C6AAE2;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 5px -35px;
}
.sub_menu_title{
	font-size: 21px;
	color: #FFF;
	background-color: #602D91;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 5px;
	margin-top: 10px;
}
.news_page_date{
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 16px;
}
.news_page_title{
	line-height: 14px;
}
.news_page_title a{
	color: #602D91;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.news_page_title a:hover{
	color: #900;
}
.news_page_title a:active{
	color: #333;
}
.full_story{}
.full_story a{
	background-color: #CCC;
	text-decoration: none;
	color: #602D91;
	display: block;
	float: right;
	border: 1px solid #639;
	font-weight: bold;
	border-radius: 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: -15px;
	font-size: 14px;
	box-shadow: 4px 4px 12px #602D91;
}
.full_story a:hover{
	color: #FFF;
	background-color: #712C8E;
	box-shadow: 2px 2px 12px grey;
}
.full_story a:active{
	color: #602D91;
	background-color: #FFF;
}
.right_db_content{
	display: block;
	background-color: #D6D6D6;
	border-radius: 15px;
	padding: 7px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 2px solid #602D91;
	box-shadow: 7px 6px 20px #888888;
}

/* BeginOAWidget_Instance_2127022: #gallery */

		.lbGallery {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 540px;
	height: auto;
	text-align: left;
		}
		.lbGallery ul { list-style: none; margin:0;padding:0; }
		.lbGallery ul li { display: inline;margin:0;padding:0; }
		.lbGallery ul li a{
	text-decoration: none;
	border: 10px solid #F2E7FC;
}
			
		.lbGallery ul li a img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
			margin-bottom:5px:
;
	border: 10px solid #F4EAFD;
	border-radius:15px;
	box-shadow: 4px 4px 12px #602D91;
			}
			
		.lbGallery ul li a:hover img {
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-left-color: #BDBDBD;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	box-shadow: 2px 2px 12px grey;
	border-bottom-color: #BDBDBD;
		}
			
		#lightbox-container-image-box {
			border-top: 0px none #ffffff;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}