@charset "UTF-8";
/* CSS Document */


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
		background: #eee url(images/bgHatch.png) repeat;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 auto;
		width: 700px;
	}
	
.box245 { 
		width: 300px;
		float: left;
	}
	
	.box246 {
	width: 300px;
	float: left;
	padding-left: 100px;
	}
	
html {
	height: 100%;
}
#header {
	float: left;
		background: url(images/logo.png) no-repeat; background-position:center;
		width: 700px;
		height: 238px;
	display: block;
}

#masthead {
	float: left;
		background: url(images/masthead.png) no-repeat; background-position:center;
		width: 700px;
		height: 179px;
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1 {
	font-family: 'Arvo', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	color: #D0D2D3;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	text-align: center;	
}

h2 {
	font-family: 'Oswald', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #3B2314;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
}

h3 {
	font-family: 'Arvo', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #A6A8AB;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #58595b;
}

h3 a {
	font-family: 'Arvo', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #A6A8AB;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #58595b;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	min-height: 1000px;
	height: auto !important;
	height: 100%;
}
 .space {
	 width: 100px;
	float: left;
 }
 
.label {
	font-family: 'Arvo', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #8CC63F;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
}

/***** 07. CONTACT *****/
.notification_error {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0 15px 70px;
	background: url(images/icons/icon_mail_no.png) no-repeat 0 50%;
	color: #a1272c;
}

.notification_ok {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0 15px 70px;
	background: url(images/icons/icon_mail_yes.png) no-repeat 0 50%;
	color: #518f2c;
}

.info_fieldset {
	margin: 0;
	padding: 0;
}


.button_wh {
		cursor: pointer;
		color: #333;
		text-shadow: #fff 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #ddd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-o-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		background: #ddd;
		background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd));
		background: -moz-linear-gradient(top, #f9f9f9, #ddd);
		background: -o-linear-gradient(top, #f9f9f9, #ddd);
		background: linear-gradient(top, #f9f9f9, #ddd);
		margin: 5px 10px 10px 0;
		padding: 3px 10px;
		font-size: 14px;
	}
	
	.button_wh:hover, .button_wh:focus {
		color: #333;
		text-shadow: #fff 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border-color: #ccc;
		-webkit-box-shadow: #ccc 0 0 5px;
		-moz-box-shadow: #ccc 0 0 5px;
		-o-box-shadow: #ccc 0 0 5px;
		box-shadow: #ccc 0 0 5px;
	}
	
	.button_wh:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ccc));
		background: -moz-linear-gradient(top, #e9e9e9, #ccc);
		background: -o-linear-gradient(top, #e9e9e9, #ccc);
		background: linear-gradient(top, #e9e9e9, #ccc);
	}
/***Input & Textarea styles***/
input[type=text], textarea {
	margin: 5px 0 10px 0;
	padding: 6px 3px;
	float: left;
	background: #D0D2D3;
	color: #277c94;
	border: 1px solid #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 14px arial;
}

/***Input & Textarea styles on hover***/
input[type=text]:hover, textarea:hover {
	border-color: #fff;
}

/***Input & Textarea styles on input***/
input[type=text]:focus, textarea:focus {
	-webkit-box-shadow: #a5b6ba 0 0 14px;
	-moz-box-shadow: #a5b6ba 0 0 14px;
	-o-box-shadow: #a5b6ba 0 0 14px;
	box-shadow: #a5b6ba 0 0 14px;
}
	
br { clear: left; }