@charset "utf-8";
/* CSS Document */
@import "menu.css";
@import "carousel.css";
@import "lightbox.css";
@import "listView.css";
@import "linkList.css";
@import "pagination.css";
@import "gallery.css";
@import "boxgrid.css";
@import "popupnotice.css";

a { outline:none; }
body{
	background:url(../images/body_bg.png) repeat-x #b3b8bc;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
body, table td, table th, input, textarea { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#wrapper{
	width:1000px;
	clear:both;
}
#banner{
	height:192px;
	clear:both;
}
.logo1{
	margin:40px;
	float:left;
	border:none;
}
.logo2{
	float:right;
}
#hMenubar{
	height:40px;
	display:block;	
	margin: 6px 0 0 0;
}
#innerWrapper{
	background:#FFF;
}
#leftSidebar{
	width:190px;
	height:500px;
	float:left;
	margin:5px 0 5px 5px;
}
.moreLink a{
	color:#739de7;
}
.moreLink a:hover{
	text-decoration:none;
}
#newsLetter{
	background:url(../images/box_bg.png) repeat-y;
	width:190px;
	margin-top:5px;
}
#container{
	width:594px;
	float:left;
	margin:5px;
	overflow:hidden;
}
.content{
}
.contentTitle{
	border:#d7d7d8 1px solid;
	text-align:left;
	padding:10px 0 10px 10px;
	font-size:14px;
	font-weight:bold;
	color:#5691e1;
}
.contentText{
	text-align:justify;
	border:1px #d7d7d8 solid;
	padding:7px;
	margin:5px 0 10px 0;
	font-size:12px;
}

.contentText img {
	margin:0 0 5px 5px;
	width:200px;
	border:3px solid #ddd;
	padding:1px;
}

#rightSidebar{
	width:190px;
	float:right;
	margin:5px 7px 5px 0;
}
.contactImage{
	padding:5px 0 -5px 0;
}
#footer{
	background:#b3b8bc;
	height:40px;
	font-size:11px;
}
#footer a{
	color:#1b3e5c;
	text-decoration:none;
	padding:5px 10px;
	float:left;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
.footerInformation{
	color:#FFF;
	font-size:11px;
	float:right;
}

/*****************************************************/
.cBoth { clear:both !important;width:0px !important;height:0px !important;overflow:hidden !important; }
a { cursor: pointer;text-decoration:none; }
.tabheading {
	width: 196px;	
}
.tabheading a { color:#FFF; }
.tabheading div { height:27px; }
.tabheading .tbh_left { 
	background: url(../images/tab_left.png) no-repeat;
	width:4px;
	height:27px;	
	float:left;
}
.tabheading .tbh_centre { 
	background: url(../images/tab_centre.png) repeat-x;
	width:182px;
	height:20px;
	float:left;
	font-size:12px;
	text-align:center;
	color:#FFF;
	padding:7px 0 0 0;
}
.tabheading .tbh_right { 
	background: url(../images/tab_right.png) no-repeat;
	width:4px;
	height:27px;
	float:left;
}
	
.sidebarSection {
	background: url(../images/box_bottom.png) no-repeat bottom;
	padding: 0 0 8px 0;
	margin-bottom:1em;
}

.sidebarSection .sectionText { 
	padding:5px;
	border-right:1px #d4d4d4 solid;
	border-left:1px #d4d4d4 solid;
	font-size:12px;
	text-align:left;
	background:#f5f5f5;
}

.sidebarSection .sectionText .title, .sidebarSection .sectionText .title * {
	color:#069;
	font-weight:bold;
	border-bottom:1px #DDD dotted;
	padding: 0 0 5px 0;
}

.sidebarSection .sectionText ul {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	list-style:square;
}
.sidebarSection .sectionText ul li a {
	color:#000;
}

.archivemonth {
	width:90px;
	float:left; 
	border-right: 2px #FFF solid;
}
.archivemonth > .title { color: #FFF !important;padding:5px !important;text-align:center; background:#ccc;  }
.archivemonth ul {  padding:0 !important; }

.archiveyear > .title { color: #FFF !important;padding:5px !important;text-align:center; background:#ccc;  } 
.archiveyear ul li { list-style:none;margin-left:5px;  } 
.archiveyear ul li:active { list-style:square;  } 
.archiveyear {
	width:85px;
	float:left;
}


/****************************************************************** Validate */
.frmText {
	width: 450px;
	padding:10px;
	border:1px #039 solid;
}
label.error {	
	color:#F00;
	font-weight:bold;
}
