/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



body{
margin:0;
padding:0;
background:#d9d9d9 url(../images/bg.gif) center top repeat-x;
font-family:"Helvetica Neue",Helvetica, Arial;
}

.mr20{
margin-right: 20px;
}

.clearfix {
	clear: both;
	display: block;
	height: 20px;
	visibility: hidden;
	width: 100%;
}

#content{
background: url(../images/mid_bg.jpg) center top no-repeat;
padding-top: 30px;
text-align: center;
}

p{
	font-size: 13px;
	color: #656565;
	line-height: 22px;
	margin-bottom: 10px;
}

a{
color: #2a6888;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1{
color: #fff;
font-size: 36px;
margin-bottom: 15px;
}

h3{
font-family: Georgia, helvetica, arial;
font-size: 16px;
color: #fff;
font-style: italic;
margin-bottom: 35px;
}

h2{
	font-size: 22px;
	color: #000000;
	margin-bottom: 8px;
}

.main{
width: 884px;
padding-bottom: 30px;
margin: 20px auto 0 auto;
background: url(../images/shadow.png) left bottom no-repeat;
}

.mcontent{
min-height: 153px;
background:#ebebeb url(../images/main.gif) left top repeat-x;
width: 698px;
border-left: 1px solid #f7f7f7;
margin: 0 auto;
border-right: 1px solid #f7f7f7;
padding: 20px;
}

.box{
border: 1px solid #fff;
background: #ededed;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;
float: left;
text-align: left;
min-height: 110px;
padding: 20px;
width: 180px;
}

.box2{
border: 1px solid #fff;
background: #ededed;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;
float: left;
text-align: left;
min-height:110px;
padding: 20px;
width: 172px;
}

.box2 a{
float: left;
margin-right: 10px;
}

.box3{
border: 1px solid #fff;
background: #ededed;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;

text-align: left;
min-height: 90px;
padding: 20px;
}

a.get{
background: #3e7a9a;
color: #fff;
border: 1px solid #41728c;
padding: 3px 7px;
font-size: 16px;
}

a:hover.get{
background: #41728c;
border: 1px solid #3e7a9a;
text-decoration: none;
}

form p {
	margin-bottom: 0;
}

/* CONTACT & COMMENT FORM
================================================== */


.contact_form {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.contact_form h2, .comment-form h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Marcellus SC', serif;
}

.contact_form fieldset, .contact_form fieldset {
	border: none;
	padding: 0px;
	margin: 35px 0px;
}

.contact_form input[type="text"] {
	width: 295px;
	float: left;
	height: 11px;
	border: 1px solid #ececec;
	outline: none;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #999999;
	background: #f5f5f5;
}
.contact_form input[type="text"]:focus {
	background: #fff;
	color: #555;
}

.contact_form textarea {
	width: 630px;
	border: 1px solid #ececec;
	outline: none;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background: #f5f5f5;
	min-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a7a7a7;
	font-size: 12px;
}
.contact_form textarea:focus {
	background: #fff;
	color: #555;
}

.contact_form textarea[value] {
	font-size: 12px;
	color: #a7a7a7;
}

.contact_form input[value]{
	font-size: 12px;
	color: #a7a7a7;
}

.contact_form input.error, .contact_form textarea.error {
	background: #FFF2F2;
}

.contact_form input.valid, .contact_form textarea.valid {
	background: #F7FFEC;
}

.contact_form a.submit {

	display: inline-block;
	margin: 20px 0px 20px 0px;
}

.success-message {
	display: none;
	text-align: center;
	color: #0aad11;
	font-weight: bold;
}
label {
	position: absolute;
}

a.button{
	background-color:#303030;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #303030, #111111); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #303030, #111111); /* for opera 3.6+ */
	border:1px solid #000;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-size:13px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-transition: all 0.2s ease 0s;
	font-family: 'Open Sans', sans-serif;
}
	
a.button:hover {
	text-decoration: none;
	cursor: pointer;
	background-color:#111111;
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #111111, #303030); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #111111, #303030); /* for opera 3.6+ */
	border:1px solid #000;
	color:#3FC6CE;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
