/* CSS Document */


body.cntct {
	background-color: #e4f1fd;
}

#pagtitle_cntct {
	width: 400px;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
	font-family:"Bookman Old Style", "Courier New";
	font-size: 16pt;
	letter-spacing: 0.1em;
	color: #7d5f40;
	font-style: italic;
	font-weight: normal;
}

.imgborder_cntct {
	border: 2.2px solid #d7e5f5;
}


#center_text_layer_cntct {
/*  text-align: left;*/
	font-family: "Times New Roman", Times, serif;
	color: #193e4a;
/*	width:300px;
/*	border: 1px solid black;*/
	padding: 2px;
}

#center_text_layer_cntct h4 {
/*	text-align:center;*/
	color: red;
	font-size: 14pt;
	margin: 4px;
	padding: 0;
}

#center_text_layer_cntct p {
	font-size: 12pt;
	font-style: normal;
	letter-spacing: 0em;
	margin: 0px;
}

#center_text_layer_cntct input.btn {

}


#left_text_layer_cntct {
	position: relative;
	top: 0;
	float: left;
/*	width: 100%;*/
	height: auto 0;
/*	min-height: 15em;*/
	text-align: left;
	color: #193e4f;
	margin: 30px 40px 0 50px;
	padding: 1em 0 0 0.3em;
}

#left_text_layer_cntct h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 260%;
	font-style: italic;
	font-weight: normal;
	text-indent: -1em;
	letter-spacing: .2em;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
}

#left_text_layer_cntct h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 0 0 0 2em;
}

#left_text_layer_cntct p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0.5em 0 0 1.5em;
}


#right_text_layer_cntct {
	position: relative;
	top: 20px;
/*	float: right;
 	width: 57%; */
	min-height: 12em;
	text-align: center;
	color: #193e4f;
	margin: 0 60px 35px 70px;
	padding: 0 0 0 0;
}

#right_text_layer_cntct h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	letter-spacing: .1em;
}

#right_text_layer_cntct h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	letter-spacing: 0.1em;
	padding: 0.5em 0 0 1em;
}

#right_text_layer_cntct p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: .1em;
	line-height: 1.5em;
}


/* email */

form.contact {
	color: #193e4f;
/*	width: 0 auto;
	height: o auto;*/
	padding; 0;
	margin: 0;
	margin-top: 0;
/*	line-height: 100%;*/
}

form.contact fieldset {	background-image:url(../images/graphics/fw/grngradientvert.png);
	border: none;
	padding: 10px;
}

form.contact label {
	font-family: "Times New Roman", Times, serif;
	font-weight: ;
	color: 193e4f;
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 3px;
}

form.contact label.fixedwidth {
	display: block;
	width: 70px;
	text-align: right;
	float: left;
}


form.contact input {
	font-family: Verdana, Geneva, sans-serif;
/*	width: 300px;
	font-size: 12pt;*/
	color: #193e4f;
/*	text-align: center;*/
	margin: 3px 0px;
	background-color: #eef6fc;
	border: 1px solid #c3dfdd;
}

form.contact input.stats {
	width: 300px;
	font-size: 12px;
}

form.contact input.msg {
	width: 320px;
	font-size: 12px;
}

form.contact input:focus {
	border-color: #2c874b;
}

form.contact input.code {
	font-size: 14pt;
	width: 90px;
	text-align: center;
	letter-spacing: 0.1em;
}

form.contact p {
	text-align: center;
	font-size: 10pt;
	color: 193e4f;
}

form.contact textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #193e4f;
	margin: 3px 0px;
	background-color: #eef6fc;
	border: 1px solid #c3dfdd;
}

form.contact textarea:focus {
	border-color: #2c874b;
}

form.contact .cntctbuttonarea {
	text-align: center;
	padding: 3px;
}

form.contact .cntctbuttonarea input {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #303e7e;
	background-color: #e7b683;
	border: 1px outset #6e7ab2;
	width: 100px;
	-moz-border-radius: 7px;
	margin: 0 0 0 5px;
}