@charset "UTF-8";


.page_wrap {
	width: 100%;
}

.header_wrap {
	width: 713px;
}

.header_logo {
	float: left;
	width: 465px;
	height: 203px;
}

.logo {
	/*background: url(images/white_logo.png) no-repeat top center;*/
	width: 100%;
	height: 100%;
}

.header_flash {
	width: 248px;
	height: 203px;
	float: right;
}

.nav_wrap {
	width: 100%;
	padding: 10px 0px 20px 0px;
}
	.nav_wrap a:link {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}
		.nav_wrap a:hover {
		color: #000;
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		.nav_wrap a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
.cont_wrap {
	width: 713px;
}

.cont_l {
	float: left;
	width: 293px;
	height: 412px;
	
}

.cont_r {
	float: right;
	width: 420px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.cont_r_g {
	float: right;
	width: 420px;
	color: #455560;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

	.cont_r_g h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		font-weight: bold;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		color: #455560;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
}

.blue_txt {
	color: #455560;
	padding: 0px 0px 0px 15px;
}

.txt_frm {
	text-align: right;
	padding: 8px 0px 0px 0px;
}

.txt_field {
	width: 212px;
	height: 32px;
	background: url(images/txt_field.gif) no-repeat top center;
	border: none;
	padding: 8px 0px 0px 3px;
}

.txt_area {
	width: 224px;
	height: 115px;
	background: url(images/txt_area.gif) no-repeat top center;
	border: none;
	padding: 8px 0px 0px 3px;
	overflow: hidden;
}	

.gallery_wrap {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* New */

	.blog_arch h2 {
		margin: 0px;
		padding: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
	}
	
	.blog_arch a:link {
		color: #FFFFFF;
		text-decoration: none;
		line-height: 18px;
	}
	
	.blog_arch a:visited {
		color: #FFFFFF;
		text-decoration: none;
		line-height: 18px;
	}
	
	.blog_arch a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		line-height: 18px;
	}
	
	.gal_cont h2 {
		margin: 0px;
		padding: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-size: 18px;
	}
	
	.gal_cont img {
		border: solid #fff 1px !important;
	}
	
.gal_link {
	line-height: 21px;
}

.form_txt {
	text-align: right;
	padding: 0px 6px 0px 0px;
	width: 100%;
}

	.input {
		border: none;
		width: 233px;
		height: 21px;
		background: #fff;
	}
	
	.textarea {
		border: none;
		width: 233px;
		height: 100px;
		background: #fff;
		overflow: auto;
	}
	
#main_form02 input {
		border: none;
		width: 44px;
		height: 21px;
		background: #fff;
	}
	
.blog_cont {
	width: 500px;
}