@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #87d1ea;
} 
#gallery {
	background-color: #87D1EA;
	height: auto;
	width: 454px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(pics/bgtile01.gif);
	background-repeat: repeat;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #044E67;
	border-right-color: #044E67;
	border-bottom-color: #044E67;
	border-left-color: #044E67;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.imgright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.imgleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#flashcontent {
	float: left;
	width: 250px;
	padding-right: 12px;
	padding-bottom: 5px;
	height: 351px;
	margin-right: 13px;
	margin-bottom: 4px;
}

.thrColFixHdr #header {
	height: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(pics/heading.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #044E67;
	background-size:100% 100%;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #87d1ea;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #87D1EA;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.heading {
	font-size: 14px;
	font-style: italic;
	color: #044E67;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.picright {
	float: right;
	text-align: right;
}


.thrColFixHdr #mainContent {
	margin-top: 0;
/*	margin-right: 230px;*/
	width:67%;
	float:left;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
} 
#divider {
	width: 100%;
	text-align: center;
}

.thrColFixHdr #footer {
	background-color: #87D1EA;
	background-image: url(pics/bar.jpg);
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 10px;
	color: #666;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: justify;
	background-size:100% auto;
} 
.center {
	text-align: center;
	margin-bottom: 12px;
}
.textleft {
	font-size: 12px;
	font-style: italic;
	color: #044E67;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044E67;
	text-align: justify;
	margin-top: -9px;
}
.h2sidebar {
	font-size: 14px;
	color: #003;
}
.h1main {
	font-size: 15px;
	color: #044E67;
	font-style: italic;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.h2main {
	font-size: 14px;
	font-style: italic;
	color: #044E67;
}

.Nav {
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #044E67;
}
.divider {
	text-align: center;
}
#mma {
	font-size: 12px;
	font-style: italic;
	color: #044E67;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	width: 180px;
}
.h1center {
	font-size: 15px;
	font-weight: bold;
	color: #044E67;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.youtube {
	width: auto;
	float: none;
	padding-left: 2px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shellac {
	text-align: center;
}
.shellac {
	font-size: 14px;
	font-style: italic;
	color: #044E67;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer {
	padding-bottom: 15px;
}

/*New CSS by Robel*/
.slicknav_menu{display:none;}
