html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}

:focus {outline: 0;}

body {
	color: black;
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-color: #efefef;
}

p {
	padding-bottom: 9px;
}

p.last {
	padding-bottom: 0px;
}

.bold_blue {
	font-weight: bold;
	color: #00406e;
}

.blue {
	color: #00406e;
}

h1 {
	display: none;
}

.h1_img {
	margin-bottom: 6px;
}

h2 {
	color: #00406e;
	font-weight: bold;
	margin-top: 20px;
}

span.bold { font-weight: bold; }

/* @group links */

a.blue, a:visited.blue, a:active.blue {
	color: #00406e;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover.blue {
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #00406e;
}

/* @end */

/* @group layout */

#main_wrapper {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

/* @group header+footer */

#header {
	/*margin: 0;
	padding: 0;*/
	height: 138px;
	position: relative;
}

#home {
	position: absolute;
	width: 260px;
	height: 50px;
	left: 190px;
	top: 76px;
	cursor: pointer;
}

#header img {
	vertical-align:bottom;
}

#footer {
	background-image: url(../img_lay/footer.png);
	padding-top: 23px;
	padding-left: 35px;
	margin: 0;
	height: 34px;
}

a.fmenu, a:visited.fmenu, a:active.fmenu  {
	margin-right: 35px;
	font-size: 13px;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover.fmenu {
	border-bottom: 1px dotted white;
}

.gotop {
	float: right;
}

#credit {
	font-size: 12px;
	text-align: right;
	padding-right: 35px;
	color: #9bc3c5;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 6px;
}

#credit p {
		float: left;
		margin: 0.75em 2em 0 0;
}

#credit a,
#credit a:visited,
#credit a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #9bc3c5;
	font-weight: normal;
	font-style: normal;
}

#credit a:hover {
	text-decoration: underline;
}

/* @end */

/* @group menu */

#menu {
	height: 175px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#menu img {
	/*margin: 0;
	padding: 0;*/
}

#menu ul {
	display: block;
	/*margin: 0;
	padding: 0;*/
}

#menu li {
	display: inline;
	/*margin: 0;
	padding: 0;*/
}

/* @end */

/* @group content */

#content {
	margin-top: 16px;
	margin-left: 180px;
	margin-bottom: 36px;
}

#content.less_height {
	margin-bottom: 20px;
}

#content .contenttextWithImage {
	margin: 0 300px 0 0;
	padding: 0;
}

#imagepreview_container a img {
	border: 1px solid #00406e;
}

/*#content a img {
	border: 1px solid #00406e;
}*/

#imagepreview_container {
	float: right;
	width: 280px;
	margin-left: 20px;
}

#imagepreview_container p {
	padding-top: 7px;
}

img.frame {
	border: 1px solid #00406e;
	margin-top: 26px;
	margin-bottom: 40px;
}

.show_image_detail {
	color: #00406e;
}

.three_column_box {
	width: 220px;
	border-top: 6px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	/*margin-top: 20px;*/
}

.two_column_box {
	width: 340px;
	border-top: 6px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* @end */

/* @end */

/* @group floats */

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clearfloat {
	font-size: 0;
	line-height: 1px;
	clear: both;
	/*height: 175px;*/
}

/* @end */

/* @group lists */

ul.arrows {
	list-style-position: outside;
	padding-left: 18px;
	list-style-image: url(../img_lay/arrow_e.png);
}

ul.arrows li {
	padding-bottom: 9px;
}

ul.arrows li.last {
	padding-bottom: 0px;
}

/* @end */

/* @group contact_form */

#contact_form {
	/*background-image: url(../img_lay/contact_form.png);*/
	width: 488px;
	/*height: 152px;*/
	height: 106px;
	position: relative;
	left: 220px;
	/*top: -85px;*/
	top: -153px;
	display: none;
}

input {
	position: absolute;
	border-style: none;
	border-width: 0;
	font: 0.9em/0.9em Georgia, "Times New Roman", Times, serif;
	background-color: #e2eaee;
	border-bottom: 1px dotted #749eb8;
}

textarea { 
	position: absolute;
	border-style: none;
	border-width: 0;
	font: 0.9em/20px Georgia, "Times New Roman", Times, serif;
	/*background-color: transparent;*/
	resize: none;
	background-color: #e2eaee;
	padding-right: 5px;
	padding-left: 5px;
}

input.empty, textarea.empty {
	color: #6f7070;
}

#button_submit {
	position: absolute;
	cursor: pointer;
}

.alert {
	color: red;
}

#message {
	width: 446px;
	/*height: 30px;*/
	position: relative;
	left: 240px;
	/*top: -70px;*/
	top: -155px;
	height: 120px;
	background-color: #f4faff;
	padding: 10px;
	border: 1px solid #c2ddee;
	display: none;
}



/* @end */