.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
.button {
height: 38px;
margin: 5px 0;
background: #1F8532 url(../images/btn-bg.png);
border: 1px solid #066a19;
font-family: "MerriweatherBold", Georgia, Serif;
font-size: 14px;
color: #ffffff;
cursor: pointer;
text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;	
	background: #222;
}

a:link, a:visited { color: #750a20; text-decoration: none;} 
a:active, a:hover { color: #FF0000;}

p {
	margin: 0 0 5px 0;
	padding: 0px;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #750a20;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #750a20;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #750a20;
}
h1 span{
font-size: 3.333em;
color: #750a20;
line-height: 160%%;
font-weight: normal;
font-style: italic;
letter-spacing: -0.05em;
margin: 0;
text-rendering: optimizeLegibility;
}

.updatedtime {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.view_all a{
	clear: both;
	display: block;
	width: 100%;
	padding: 5px 0 1px 0;
	margin-bottom: 5px; 
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #CCC;
}

#unique_container {
	margin: auto;
	width: 1000px;
	padding:5px;
}

#unique_top_panel {
	float: left;
	width: 1000px;
	height: 100px;
	margin: 0px;
	color: #FFF;
	background:url(images/unique_top_panel_background.jpg);
}

#unique_sitetitle {
	float: left;
	margin-top:10px;
	padding:0px 10px 10px 10px;
	font-weight: bold;
	color: #FFF;
	line-height:.9;
	height:30px;
}

#unique_searchbox {
	float: right;
	clear:right;
	width: 320px;
	margin: 20px 0 0 10px;
}

#unique_searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchfield{
	background:#FFFFFF;
	border: none;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 16px;
	line-height: normal;
	padding: 4px;
	width: 200px;
}


#searchbutton{
	background: url(images/unique_search_button.gif); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

#unique_currentdate {
	float: right;
	width: 300px;
	margin: 30px 10px 0 0;
	text-align: right;
	font-weight: bold;
	clear: right;
}

/*------------- Menu ------------------*/
#unique_menu {
	float: left;
	width: 1000px;
	display:block;
	height: 30px;
	background: #750a20 url(images/unique_menu_bg.gif) repeat-x;
	border-bottom: 1px solid #333;
}

#unique_menu ul {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#unique_menu ul li{
	display: inline;
}

#unique_menu ul li a{
	float: left;
	padding: 0 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#unique_menu li a:hover, #unique_menu li .current{
	color: #FFFF00;
}

/* end of menu */
.topnews {
	background: #CCCCFF;
	font-size: 16px;
	float:left;
	width:1000px;
	position:relative;
	}
.topnews-head{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 16px;
	background-color: #187DA7;
	color: #fff;
	padding: 8px 10px;
}
/* content */
#unique_content {
	float: left;
	width: 1000px;
	font-size:12px;
	background-color: #FFFFFF;
	
}

#unique_main_leftcol {
	float: left;
	width: 600px;
	margin-top: 15px;
	font-size:14px;
	padding:10px;	
	text-align:justify;
}

.unique_leftcol_subcol {
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
	margin-right: 15px;
}
#unique_main_leftcol p{
	padding:10px;
}
#unique_main_rightcol {
	float: right;
	margin-top: 15px;
	width: 370px;
}

* html #unique_main_rightcol {
	margin-left: -15px;	
}

#unique_topnews {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

#unique_topnews img{
	margin-bottom: 5px;
}

#unique_gallery_section {
	display: block;
	width: 278px;
	padding: 5px 0 5px 5px;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}

#image_section {
	float: left;
	width: 278px;	
	padding-bottom: 5px;
}

#image_section img{
	float: left;
	margin: 0 3px 3px 0;
	border: none;
}

.regular_section {
	display: block;
	width: 285px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

.newsbox {
	clear: both;
	width: 285px;
	padding-bottom: 15px;
}


.newsbox img{
	float: left;
	margin: 0 5px 0 0;
	padding: 0px;
}

.newsbox .newstitle {
	font-size: 16px;
	color:#C00;
	font-weight: bold;
}

.newsbox p{
	font-size: 12px;
}

.regular_section ul{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.regular_section li a{
	font-weight: bold;
}

.regular_section li a:hover{
	text-decoration: underline;
}

.unique_leftcol_fullrow {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px 0 0 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	
}

.unique_rcol_sectionwithborder {
	display: block;
	width: 368px;
	height:inherit;
	border: 1px solid #CCC;
	margin-bottom: 25px;	
}

#unique_video_section {
	display: block;
	width: 358px;
	margin-top: 10px;	
	margin-left: 10px;
	height:340px;
}

* html #unique_video_section {
	margin-left: 5px;
}

#unique_video_section .video_box {
	float: left;
	width: 106px;
	margin: 0 10px 10px 0;
}

#unique_video_section .video_box img{
	margin: 0 0 5px 0;
	width:100px;
	height:100px;
}

#unique_video_section .video_box a{
	font-size: 12px;
	font-weight: bold;
}

#unique_video_section .video_box a span{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

#unique_newsletter_section {
	width: 348px;
	margin: 10px;
}

#unique_newsletter_section  form {
	margin: 0 30px 0 0;
	text-align: right;
}

#unique_newsletter_section  select {
	width: 200px;
	height: 25px;
	padding: 2px 0;
	margin: 0px;
}

#unique_newsletter_section .form_row{
	padding: 3px 0px;
}


#unique_newsletter_section label {
	margin-right: 10px;
}

#unique_newsletter_section input{
	width: 195px;
	height: 15px;
}

#unique_newsletter_section .button{
	height: 25px;
	width: 80px;
}

#unique_blog_section {
	width: 348px;
	margin: 10px;
}

#unique_blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#unique_blog_section .datetime{
	font-weight: bold;
}

#unique_poll_section {
	width: 348px;
	margin: 10px;
}

#unique_poll_section p{
	padding-bottom: 10px;
}


#unique_poll_section img{
	float: right;
}

#unique_poll_section .button{
	height: 25px;
	width: 50px;
	margin-right: 25px;
}

#unique_partner_section {
	width: 348px;
	margin: 10px;
}

.partner_box {
	width: 348px;
	padding: 0px;
	margin-bottom: 25px;
}

.partner_box p{
	clear: both;
}

div.panel {
    padding: 30px;
    height: 395px;
    width: 540px;
}

#contact_form { padding: 0px; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { width: 440px; padding: 8px; background: #CCCCCC; 	outline:none; border: 1px solid #886; color: #000; }
#contact_form form label { display: block; width: 100px; margin-right: 10px; font-size: 14px; margin-bottom: 3px; }

#contact_form form textarea { 
	width: 440px;  
	height: 120px; 
	padding: 8px; 
	background: #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #886; 
	color: #000; 
	outline:none;
	resize:none;
}

#contact_form form .submit_btn {
	color: #000;
	background: #CCCCCC;
	border: 1px solid #886;
	padding: 10px 20px;
	margin-right: 100px;
	font-size: 15px;
}


/* ----- Footer ----- */
#unique_footer {
	clear: both;
	float: left;
	padding: 25px;
	width: 950px;
	color: #FFF;
	text-align: left;
	background: #333333;
}

.footer_leftcol {
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
	margin-right: 25px;
}

.footer_rightcol {
	float: right;
	text-align: right;
	width: 435px;
	text-align: right;
}

.footer_subcol {
	float: left;
	width: 120px;
	margin-left: 25px;
}

#unique_footer p{
	padding: 0;
	margin-bottom: 10px;	
	text-align: justify;
}

#unique_footer a{
	color: #555;
	text-decoration: none;
}

#unique_footer a:hover{
	color: #EEE;
	text-decoration: underline;
}

/* ----- End of Footer ----- */

.gallery-window{
	list-style:none;
	display:block;
	margin:0px;
	padding:10px;
}
.gallery-window li{
padding:10px;
float:left;}

.gallery-window img{
	width:100px;
	height:100px;
}

.small_box{ float:left; padding-top: 25px;}
.small_box ul{ margin:0px; padding:0px; list-style:none;}
.small_box ul li{ margin:0px; padding:0px; float:left; padding-left:10px;}
.small_box ul li img{ width:140px; height:100px;}

.line{
	 background:url(images/line.gif) no-repeat;
	 height: 3px;
	 width: 594px;
	 margin: 0 auto;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
.album{
	float:left;
	padding:10px;
}
.album ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.album ul li{
	float:left;
	margin-bottom:40px;
	padding-right:30px;
}
.album img{
	width:250px;
	height:150px;
}

.noDisplay{display:none;}

.yesDisplay{display:block;}