@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

@font-face {
    font-family: newFont01;
    src: url(../_fonts/KaushanScript-Regular.ttf);
/*	src: url(../_fonts/KaushanScript-Regular.otf);*/
}

img, object, embed, video {
	max-width: 100%;
	alignment-adjust:central;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

html{ 
  background-color: #fff; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, rgb(68,197,68), #fff); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image:    -moz-linear-gradient(top, rgb(68,197,68), #fff); /* For Firefox (3.6 to 15) */
  background-image:      -o-linear-gradient(top, rgb(68,197,68), #fff); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, #fff, rgb(68,197,68), rgb(68,197,68),  #fff); /* Standard syntax; must be last #fff*/
	}

body {}

/* Mobile Layout: 480px and below. */
h1 {
	font-size: 16px;
	font-family: newFont01;
	background-color: #F00;
	background: #F00;
	text-align: center;
	padding: 0.6em;
	margin: 0px;
	color: white;
	border-bottom-left-radius : 0.2em;
	border-bottom-right-radius: 0.2em;
}

h2 {
	font-size:14px;
	font-family: newFont01;
	background-color: #F00;
	background:#F00;
	text-align:center;
	padding: 0.4em;	
	margin: 0px;
	color: white;
}

h3 {
	padding: 0em;
	margin: 0em;
	font-size: 12px;
	text-align: center;
}
.gridContainer {
	max-width: 480px;
	width: auto;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
	font-size:10px;
	/*background-color: rgba(255,255,255,1);
	background: rgb(255,255,255);*/
}
#page_info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/*font-size:10px;*/
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;;
}

#page_info form label {
	/*font-size:10px;*/
}

input, select, textarea {
font-size: 80%;
}

#main_logo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	height: 96px;

}

#navigation_bar {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
/*	background: rgb(65, 64, 66);
	background-color: rgba(65, 64, 66,1);*/
}

#image_slider {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	display: block;
	padding:0px;
}

#gallery_box {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	margin-bottom: 4%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#gallery_slider img  {
	border: medium solid rgba(153,153,153,1);
	padding: 2px;
	margin: 5px;
	opacity: .7;
	width: 80%;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}

#gallery_slider a:hover img, item a:active img {
	border-color: rgba(144,0,32,1);
	opacity: 1;
}

#acc_images {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#acc_image01 {
	clear: both;
	float: none;
	width: 90%;
	display: block;
	margin-left: 2%;
	position: relative;
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background-color : rgba(204,204,204,1);
	padding: 2px;
	background : rgb(204,204,204);
}
#acc_image02 {
	clear: none;
	float: none;
	width: 90%;
	display: block;
	margin-left: 2%;
	position: relative;
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background-color : rgba(204,204,204,1);
	padding: 2px;
	background : rgb(204,204,204);
}
#acc_image03 {
	clear: none;
	float: none;
	width: 90%;
	display: block;
	margin-left: 2%;
	position: relative;
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background-color : rgba(204,204,204,1);
	padding: 2px;
	background : rgb(204,204,204);
}

#highlight_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#hignlight_01 {
	clear: left;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	/*font-size:10px;*/
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_02 {
	clear: none;
	float: left;
	width: 22%;
	margin-left: 5%;
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	/*font-size:10px;*/
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_03 {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 5%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	/*font-size:10px;*/
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);

}

#paragraph_welcome {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	display: block;
}

#welcome_text {
	clear: both;
	float: left;
	margin: 0px;
	width: 91.5254%;
	display: block;
	padding-left:1em;
	padding-right: 1em;
	text-align:center;
	/*font-size:10px;*/
}
#welcome_text table{
	width: auto;
	float: center;
}


[class*="icon-"] {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("../_images/icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

#con_footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align:center;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	background: rgba(68, 197, 68, 1);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	/*font-size:10px;*/
}

/* New column 3 layout */
#col3Cont {
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}
#col3Cont .column {
	position: relative;
	float: left;
	border-radius: 1em;
	background:rgb(255,251,240);
	z-index: 1;
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 2px 2px white, inset 0 -1px 1px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#center_pannel {
	width: 57%;
	border-radius: 1em;
	background: white;
	text-align: left;
	/*font-size:10px;*/
	padding: 10px;
/*	height: 400px;*/
	border: 1px;
	z-index: 1;
	margin-left: 5px;
	margin-right: 5px;
}
#left_pannel {
	width: 18%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	text-align:center;
	/*font-size:10px;*/
	/*border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	background: white;*/
	height: 400px;
	z-index: 2;
}
#right_pannel {
	width: 18%;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
	text-align: center;
	/*font-size:10px;*/
	/*background: white;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;*/
	height: 400px;
	z-index: 2;
}

#newsImage {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	margin-left: 0;
	padding-left: 0em;
	padding-right: 0.5em;
		
}


/*------------------------------------------------------------------------------------*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
h1 {
	font-size: 18px;
	font-family: newFont01;
	background-color: #F00;
	background: #F00;
	text-align: center;
	padding: 0.6em;
	margin: 0px;
	color: white;
	border-bottom-left-radius : 0.5em;
	border-bottom-right-radius: 0.5em;
}
h2 {
	font-size: 16px;
	font-family: newFont01;
	background-color: #F00;
	background:#F00;
	text-align:center;
	padding: 0.4em;	
	margin: 0px;
	color: white;
}
h3 {
	padding: 0em;
	margin: 0em;
	font-size: 14px;
	text-align: center;
}

.gridContainer {
	max-width: 768px;
	width: 100%;
	padding: 0px;
	margin_left: auto;
	margin-right: auto;
	font-size:12px;
	/*background-color:rgba(255,255,255,1);
	background:rgb(255,255,255);*/
}

#page_info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;;
	/*font-size:12px;*/
}

#page_info form label {
	/*font-size:12px;*/
}

input, select, textarea {
font-size: 90%;
}

#main_logo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	height:154px;
}

#navigation_bar {
	margin-left: 0;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
/*	background: rgb(65, 64, 66);
	background-color: rgba(65, 64, 66,1);*/
}

#image_slider {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding:0px;
}

#gallery_slider {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
#gallery_box {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	margin-bottom: 4%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#gallery_slider img  {
	border: medium solid rgba(153,153,153,1);
	padding: 2px;
	margin: 5px;
	opacity: .7;
	width: 22%;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}

#gallery_slider a:hover img, item a:active img {
	border-color: rgba(144,0,32,1);
	opacity: 1;
}

#acc_images {
	clear: none;
	float: right;
	margin-left: 2%;
	width: 100%;
	display: block;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#acc_image01 {
	clear: both;
	float: none;
	margin-left: 2%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
	background : rgb(204,204,204);
}
#acc_image02 {
	clear: none;
	float: none;
	margin-left: 2%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
	background : rgb(204,204,204);
}
#acc_image03 {
	clear: none;
	float: none;
	margin-left: 2%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
	background : rgb(204,204,204);
}

#highlight_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#hignlight_01 {
	clear: left;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	/*font-size:12px;*/
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_02 {
	clear: none;
	float: left;
	width: 22%;
	margin-left: 5%;
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	/*font-size:12px;*/
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_03 {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 5%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	/*font-size:12px;*/
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);

}

#paragraph_welcome {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	display: block;
}

#welcome_text {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 91.5254%;
	display: block;
	padding-left:2em;
	padding-right: 2em;
	text-align:center;
	/*font-size:12px;*/
}

#con_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#gallary_gallary_section_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#gallery_box {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	margin-bottom: 4%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#gallery_slider img  {
	border: medium solid rgba(153,153,153,1);
	padding: 0px;
	margin: 0px;
	opacity: .7;
	width: 90%;
}

#gallery_slider a:hover img, item a:active img {
	border-color: rgba(144,0,32,1);
	opacity: 1;
}

#image_slider {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding:0px;
}

[class*="icon-"] {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("../_images/icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* End navigation */

#con_footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align:center;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	background: rgba(68, 197, 68, 1);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	/*font-size:12px;*/
}

#map_canvas{
	clear: none;
	float: left;
	width: 96%;
	display: block;
	text-align:center;
	line-height: 0.6em;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;	
}


/* New column 3 layout */
#col3Cont {
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}
#col3Cont .column {
	position: relative;
	float: left;
	border-radius: 1em;
	background:rgb(255,251,240);
	z-index: 1;
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 2px 2px white, inset 0 -1px 1px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#center_pannel {
	width: 57%;
	border-radius: 1em;
	background: white;
	text-align: left;
	/*font-size:10px;*/
	padding: 10px;
/*	height: 400px;*/
	border: 1px;
	z-index: 1;
	margin-left: 5px;
	margin-right: 5px;
}
#left_pannel {
	width: 18%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	text-align:center;
	/*font-size:10px;*/
	/*border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	background: white;*/
	height: 400px;
	z-index: 2;
}
#right_pannel {
	width: 18%;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
	text-align: center;
	/*font-size:10px;*/
	/*background: white;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;*/
	height: 400px;
	z-index: 2;
}
#newsImage {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	margin-left: 0;
	padding-left: 0em;
	padding-right: 0.5em;
		
}
/* end column 3 count */

} /*-------------------------------------------------------------------------------------------------*/


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
h1 {
	font-size: 24px;
	font-family: newFont01;
	background-color: #F00;
	background: #F00;
	text-align: center;
	padding: 0.6em;
	margin: 0px;
	color: white;
	border-bottom-left-radius : 0.5em;
	border-bottom-right-radius: 0.5em;
}

h2 {
	font-size: 18px;
	font-family: newFont01;
	background-color: #F00;
	background:#F00;
	text-align:center;
	padding: 0.6em;	
	margin: 0px;
	color: white;
}

h3 {
	padding: 0.3em;
	margin: 0.3em;
	font-size: 16px;
	font-family: newFont01;
	background-color: #F00;
	background:#F00;
	text-align: center;
	color: white;
}

.gridContainer {
	width: 100%;
	max-width: 960px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left:auto;
	margin-right: auto;
	/*background-color: rgba(255,255,255,1);
	background:rgb(255,255,255);*/
	font-size:14px;
}
#page_info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	/*font-size: 14px;*/
	text-align:center;
	background: white;
	border-radius: 1em;
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.35), inset -1px -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 2px 2px white, inset -1px -1px 1px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}

#page_info form label {
	/*font-size:14px;*/
}

input, select, textarea {
font-size: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#main_logo {
	clear: left;
	float: left;
	margin-left: 0px;
	width: 100%;
	height:192px;
	display: block;
}

#add_banner_left {
	clear: none;
	float: right;
	margin: 10px;
	width: 32.2033%;
	display: block;
	background-color: rgba(100,102,153,1);
}

#navigation_bar {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	border-radius: 1em;
	/*background: rgb(65, 64, 66);
	background-color: rgba(65, 64, 66,1);*/
}

#image_slider {
	clear: none;
	float: left;
	width: 100%;
	display: inline;
	/*height: 100%;*/
	margin:0px;
	padding:0px;
	text-align:center;
}
#gallery_box {
	clear: none;
	float: left;
	width: 35%; /*22%*/
	display: block;
	margin-left: 8%;
	margin-bottom: 4%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	border-radius: 5px;
	text-align: center;
	background-color : rgba(68,197,68,0.5);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}

#picture_frame {
	clear: none;
	float: left;
	width: 89%; /*22%*/
	display: block;
	margin-left: 0.2em;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	border-radius: 2px;
	text-align: center;
	background-color : rgba(68,197,68,0.5);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}

#gallery_slider {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
#gallery_slider img  {
	border: medium solid rgba(153,153,153,1);
	padding: 0px;
	margin: 0px;
	opacity: .7;
	width: 90%;
	/*height:200px;*/
}

#gallery_slider a:hover img, item a:active img {
	border-color: rgba(144,0,32,1);
	opacity: 1;
}

#acc_images {
	clear: none;
	float: right;
	margin-left: 2%;
	width: 30%;
	display: block;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#acc_image01 {
	clear: both;
	float: none;
	margin-left: 2%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
	background : rgb(204,204,204);
}
#acc_image02 {
	clear: both;
	float: none;
	margin-left: 2%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
	background : rgb(204,204,204);
}
#acc_image03 {
	clear: both;
	float: none;
	margin-left: 1.6949%;
	width: 90%;
	display: block;
	padding: 4px;
	position: relative;
}

#highlight_main {
	clear: inherit;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	padding-bottom: 10px;
}

#hignlight_01 {
	clear: left;
	float: left;
	width: 22%;
	display: block;
	margin-left: 8%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_02 {
	clear: none;
	float: left;
	width: 22%;
	margin-left: 5%;
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#highlight_03 {
	clear: none;
	float: left;
	width: 22%;
	display: block;
	margin-left: 5%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	background-color : rgba(204,204,204,1);
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	background : rgb(204,204,204);
}

#paragraph_welcome {
	float: left;
	width: 98%;
	display: block;
	padding: 0px;
	max-width: 960px;
	margin:0px;
}

#welcome_text {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 91.5254%;
	display: block;
	padding-left:2em;
	padding-right: 2em;
	text-align:center;
	/*font-size:14px;*/
}

#con_footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align:center;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	background: rgba(68, 197, 68, 1);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(68, 197, 68, 1));
	-webkit-box-shadow: inset 0 0px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px white, inset 0 0 0 0px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
	/*font-size:14px;*/
}

/* This ends the main sizing */

[class*="icon-"] {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("../_images/icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

#map_canvas{
	clear: none;
	float: left;
	width: 31%;
	display: block;
	text-align:center;
	line-height: 0.6em;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;	
}


/* New column 3 layout */
#col3Cont {
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}
#col3Cont .column {
	position: relative;
	float: left;
	border-radius: 1em;
	background:rgb(255,251,240);
	z-index: 1;
	-webkit-box-shadow: inset 2px 2px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 2px 2px white, inset 0 -1px 1px rgba(255, 255, 255, 0.35), 0 0px #dadada, 0 1px #c4c4c4, 0 5px 5px rgba(0, 0, 0, 0.5);
}
#center_pannel {
	width: 56%;
	border-radius: 1em;
	background: white;
	text-align: left;
	/*font-size:14px;*/
	padding: 10px;
	border: 1px;
	z-index: 1;
	margin-left: 5px;
	margin-right: 5px;
}

#table_center table th{
	text-align: right;
}

#table_center table td{
	text-align: left;
}

#left_pannel {
	width: 19%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	text-align:center;
	/*font-size:14px;*/
	/*border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	background: white;*/
	height: 400px;
	z-index: 2;
}
#right_pannel {
	width: 19%;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
	text-align: center;
	/*font-size:14px;*/
	/*background: white;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;*/
	height: 400px;
	z-index: 2;
}
/* end column 3 count */

.infobox {
  border-style: solid;
  border-width: 10px;
  border-color: rgb(204, 204, 204);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.106);
  width: 200px;
  height: 170px;
  padding: 20px;
  margin: 10px auto 0 auto;
}
.infobox h2 {
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(32,32,32) 75%);
	background-image: -webkit-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(32,32,32) 75%);
	background-image: -ms-linear-gradient( 90deg, rgb(43,43,43) 0%, rgb(32,32,32) 75%);
	/*font-size: 22px;*/
	color: white;
	font-weight: bold;
	width: 170px;
	margin: 0;
	text-shadow: 3px 3px #000000;
	text-align:center;
}
.infobox h3 {
	/*font-size: 20px;*/
	margin-bottom: 5px;
}

.infobox p {
	text-align:center;
}

#newsImage {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	margin-left: 0;
	padding-left: 0em;
	padding-right: 0.5em;
		
}

} /*End The Big Size*/

/*General Stuff*/
#paragraph_welcome {
	width: 100%;
	border-radius: 0.5em;
}
#paragraph_welcome > p {
	/*font-size:16px;	*/
	text-align:center;

}

#image_slider #welcome_text ul table tr td h4 {
	background: url(../_images/diag_pattern.png) rgba(144,0,32,1);
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0px:
	margin: 0px;
	color: white;
	text-align: center;
}
#image_slider #welcome_text ul table tr td li {
	text-align: left;
	padding-left: 1em;
}

.gridContainer.clearfix #page_info table tr td {
	text-align: left;
}
