/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0;}
body { 
	font: 11px Tahoma, Arial, 
	sans-serif; 
	color:#636363; 
	line-height:18px; text-align:justify;
}
.main_top_bg{ 
	background:url(../images/top_bg.gif) repeat-x;
}
.main_detail_bg{ 
	background:#e7f3fe repeat-x;
}
.welcome_bg{ 
	background:url(../images/welcome_bg.gif) repeat-x; 
	font-size:10px; 
	height:38px; 
	border-left: 
	1px solid #CCC;
}
.border_right{
	border-right: 1px solid #CCC;
}
.border_top{
	border-top: 1px solid #CCC;
}
.txt_orange{ 
	color:#FF6600; 
	text-decoration:underline;
}
.txt_orange2{ 
	color: #666699; 
	text-decoration:none;
}
.readmore,.readmore:visited{ 
	color:#000; 
	text-decoration:underline; 
	font-weight:bold;
}
.readmore:hover,.readmore:active{ 
	color:#000; 
	text-decoration:none; 
	font-weight:bold;
}
.sub_nav{ 
	background:url(../images/banner_nav_bg.gif) repeat-x; 
	height:38px; 
	font-weight:bold;
}
.sub_nav a,.sub_nava:visited{
	color:#2C609D; 
	text-decoration:none;
}
.sub_nav a:hover,.sub_nava:active{
	color:#2C609D; 
	text-decoration:underline;
}
.link_small{ 
	background:url(../images/small_nav_bg.gif) repeat-x; 
	height:29px; 
	font-size:10px;
}
.link_small a,.link_small a:visited{
	color:#636363; 
	text-decoration:none;
}
.link_small a:hover,.link_small a:active{
	color:#636363; 
	text-decoration:underline;
}
.main_bottom{ 
	background-color:#BCD0E4; 
	color:#FFF;
}
.main_bottom table { 
	background-color:#2F67A5; 
	height:43px; 
	padding:5px;
}
.main_bottom a,.main_bottom a:visited{ 
	text-decoration:none; 
	color:#FFF;
}
.main_bottom a:hover,.main_bottom a:active{ 
	text-decoration:underline;color:#FFF;
}
.mail_link{ 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none; 
	color: #333333; 
}
.mail_link:hover{ 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none; 
	color: #FF6600; 
}
.mail_link2{ 
	font-size:10px; 
	font-weight:bold;
	text-decoration:none; 
	color: #666699; 
}
.mail_link2:hover{ 
	font-size:10px; 
	font-weight:bold;
	text-decoration:none; 
	color: #FF6600; 
}

/*---------------------*/


.gallery/* jQuery lightBox plugin - Gallery style */
	 {
	
	margin-bottom: 20px;
	}
#gallery h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #6D7478;
	margin-top: 0px;
	padding-top: 0px;
}

.gallery  ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.gallery  ul  li { display: inline; }
.gallery  ul  img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
.gallery  ul  a:hover  img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
.gallery  ul  a:hover { color: #fff; }
	