﻿/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	}
p{
	padding:0px;
	margin:0px;
	}
form{
	padding:0px;
	margin:0px;
	}
.table_bg{background-color:#F2F2F2}
/*--------------------------------------------------------logo-----------------------------------*/
.logo_bg{
	background-color:#29878E;
	padding-left:20px;
	padding-bottom:8px;
	}
.logo_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.logo_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
/*---------------------------------------------navigation----------------------------------------*/
.navi_bg{
	background-image: url('../images/navigation_bar.gif');
	background-repeat: repeat-x;
}
.navi_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.navi_text:hover{
	color:#EFE1A5;
	}
.navi_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	}
.breadcrumb_text {
	background-color: #F2F2F2;
	font-family: Tahoma, Arial, Helvetica, sans-seriftahoma;
	font-weight: bold;
	font-size: 9px;
	color: #276166;
	text-decoration: none;
}

/*---------------------------------------------------view link----------------------------------------*/
.link{
	font-family: Tahoma, Arial, Helvetica, sans-seriftahoma;
	font-size: 9px;
	color: #276166;
	text-decoration: none;
	font-weight: bold;
}
.link:hover{
	color:#841E00;
	}
/*------------------------------------------------welcome------------------------------------*/
.body_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #4E4E4E;
}
.body_text{
	font-family: Tahoma, Arial, Helvetica, sans-seriftahoma;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	line-height: 14px;
	padding-bottom: 18px;
}
.body_text_bold{
	font-family: Tahoma, Arial, Helvetica, sans-seriftahoma;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}
.more{
	font-family:tahoma;
	font-size:9px;
	color:#505050;
	text-decoration:none;
	font-weight:bold;
	}
.more:hover{
	color:#841E00;
	}
/*------------------------------------------------------copyright--------------------------------*/
.copyright{
	font-family:Tahoma, Arial, Helvetica, sans-seriftahoma ;
	font-size:11px;
	color:#4E4E4E;
	font-weight:bold;
	padding-bottom:7px;
	}

/*-------------------------------------------------------form------------------------------------------*/
.form_box{
	width:175px;
	height:19px;
	border:#4E4E4E 1px solid;
	background-color:#FFFFFF;
	font-size:9px;
	color:#808080;
	}
.form_button{
	background-image: url('../images/button.gif');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	font-size: 0px;
	width: 46px;
	height: 19px;
	margin-right: 7px;
}
.search_text{
	font-family:Tahoma, Arial, Helvetica, sans-seriftahoma ;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding-left:6px;
	text-transform:uppercase;
	padding-top:5px;
	}
/*------------------------------------------------------------------left_table----------------------------------------*/
.left_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #4E4E4E;
}
.left_line1{
	background-image:url('../images/line2_bg.gif');
	background-repeat:repeat-y;
	}
.left_text{
	font-family:Tahoma, Arial, Helvetica, sans-seriftahoma ;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	color:#4E4E4E;
	padding-left:6px;
	}
.left_text:hover{	
	color:#872828;
	}
.left_text1{
	font-family:Tahoma, Arial, Helvetica, sans-seriftahoma ;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	color:#4E4E4E;
	padding-left:18px;
	}
.left_text1:hover{	
	color:#872828;
	}
/*----------------------------------------------------------links--------------------------------------*/
.left_link{
	font-family:Tahoma, Arial, Helvetica, sans-seriftahoma ;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	color:#2E6266;
	padding-left:14px;
	}
.left_link:hover{
	color: #872828;
}
/*-------------------------------header pic border------------------------------*/
.headerpic_border{
	border: 2px solid #535353;
}
.gallerypic_border{
	border:#535353 2px solid;
	}
