body{
   background-image: url('../images/bg.jpg');
   background-repeat: repeat-x;
   background-color: #000000;
}

.clear{clear: both; font-size: 1px;}

.bold{font-weight: bold;}

.italic{font-style: italic;}

.center{text-align: center;}

#msg{
	color: red;
	font-weight: bold;
	padding-bottom: 20px;
	display: none;
	text-align: center;
}

#global{
}

#footer{
	background-image: url('../images/bottom_bar.jpg');
	height: 36px;
	width: 100% !important;
	width: 972px;
}

#menu{
	background-image: url('../images/menu_background.jpg');
	background-repeat: repeat-x;
	height: 52px;
	text-align: center;
	padding-top: 12px;
	font-style: bold;
	margin: 0 !important;
	margin-top: -2px;
}

#menu_text{
	width: 1240px;
	margin: 0 auto;
}

#menu a{
	color: #191a48;
	font-size: 2.6em;
	margin-left: 30px;
	margin-right: 30px;
}

#menu a:hover{
	color: white;
}

#header_image{
	width: 1240px;
	margin: 0 auto;
}

#content{
	width: 970px;
	background: white;
	margin: 0 auto;
}

#content_padding{
	padding: 15px 10px;
	padding-bottom: 20px;
}

#left_column{
	background-image: url('../images/side_background.jpg');
	width: 247px;
	float: left;
	background-repeat: repeat-y;
}

#menu_bg_top{
	background: url('../images/menu_background_top.jpg') 0 0 no-repeat;
	padding-top: 11px;
}

#menu_bg_bottom{
	background: url('../images/menu_background_bottom.jpg') 0 100% no-repeat;
	padding-bottom: 9px;
	padding-left: 10px;
}

#main_column{
	width: 683px;
	float: left;
	margin-left: 20px;
}

#left_column a{
	display: block;
	padding: 5px 12px;
	background-color: #d0eef9;
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#left_column a:hover{
	background-color: #a0b8c1;
}

.opinion_form input{
	border: 1px solid #000;
	font-size: 1.2em;
}

.opinion_form textarea{
	border: 1px solid #000;
	font-size: 1.2em;
}

.menu_cat{
	background-image: url('../images/side_menu_button.jpg');
	width: 237px;
	height: 34px;
	cursor: pointer;
}

.menu_cat h5{
	color: #009;
}

.menu_cat_hover{
	background-image: url('../images/side_menu_button_over.jpg');
	width: 237px;
	height: 34px;
	cursor: pointer;
}

.menu_cat_hover h5{
	color: #009;
}

#left_column h5{
	padding-left: 7px;
	padding-top: 9px;
	color: white;
}

.sub_menu{
	background-color: #d0eef9;
	width: 237px;
	padding: 10px 0;
}

.info_link{
	color: black;
	font-size: 1.2em;
}

.opinion_form_table td{
	padding-bottom: 10px;
}

.button{
	background-color: #ccc;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	padding: 2px;
}

.title{
	margin-bottom: 15px;	
}

.gallery_image{
	width: 136px;
	height: 136px;
}

.document_category{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.document_title{
	margin-bottom: 10px;
	font-weight: bold;
}

.news_title{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.news_date{
	margin-bottom: 10px;
}

.news_bar{
	margin: 25px 0;
	text-align: center;
}

#facebook_link{
	background: url('../images/facebook.jpg');
	width: 239px;
	height: 68px;
}

#facebook_link a{
	background: none;
	padding-top: 28px;
	padding-left: 75px;
	width: 150px;
	height: 35px;
}

#facebook_link a:hover{
	background: none;
}


.news_bottom_table{
	width: 400px;
	margin: 0 auto;
}

/***************** Gallerific ******************/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:100%; 
	text-align: center;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
	
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	width: 126px;
	height: 126px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	border: 1px solid #ccc;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
	text-align: center;
}
div.pagination a, div.pagination span.current {
	display: inline;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
