@charset "utf-8";

a:link    { color: #41464c; text-decoration: underline; }
a:visited { color: #41464c; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

.titlebarWrapper {
	width: 1004px;
	height: 181px;
	margin: 0;
	padding: 0;
	background-image: url(/templates/assets/images/wood.jpg);
	background-repeat: no-repeat;
	background-position: 18px 160px;
}

.content {
	width: 944px;
	margin: 0 0 0 0;
	padding: 0 40px 20px 20px;
}

.contentHolder1 {
	width: 685px;
	margin: 40px 0 0 0;
	float: left;
}

.contentHolder1 h2 {
	font-family: DroidSansBold;;
	padding: 0 0 0 0;
	margin: 12px 0 0 -2px;
	font-size: 20px;
	color: #000000;
	font-style: italic;
}

.contentHolder2 {
	width: 825px;
	margin: 10px 0 0 20px;
	padding: 0 0 0 99px;
	float: left;
	clear: both;
	background-image: url(/templates/assets/images/contact-icon-forums.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

.contentHolder2 a:link    { color: #711310; font-weight: bold; text-decoration: underline;  }
.contentHolder2 a:visited { color: #711310; text-decoration: underline; }
.contentHolder2 a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }

.topOwlContact {
	width: 240px;
	height: 235px ;
	padding: 0;
	margin: -77px 0 0 18px;
	background-image: url(/templates/assets/images/contact-owl.png);
	background-repeat: no-repeat; 
	float: left;
}

.formWrapper {
	width: 925px;
	padding: 0;
	margin: 0 0 20px 20px;
	float:left;
	clear: both;
	cursor:pointer;
}

/*
.contactFormTop {
	width: 925px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	background-image: url(/templates/assets/images/contact-form2-top.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
*/
.contactFormContent {
	width: 804px;
	padding: 0 0 0 99px;
	float: left;
	clear: both;
}

.contactFormContent a:link   { color: #711310; font-weight: bold; text-decoration: underline;  }
.contactFormContent a:visited { color: #711310; text-decoration: underline; }
.contactFormContent a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }

.contactFormContent h2 {
	font-size: 15px;
	color: #474747;
	text-align: left;
	width: 750px;
	padding: 0;
	margin: 0 0 8px 220px;
	font-weight: normal;
}
/*
.contactFormBottom {
	width: 925px;
	height: 30px;
	margin: 0 0 0 0;
	background-image: url(/templates/assets/images/contact-form2-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	clear: both;
}
*/
.iconEmail {
	background-image: url(/templates/assets/images/contact-icon-email.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;	
}

.iconPhone {
	background-image: url(/templates/assets/images/contact-icon-phone.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;	
	min-height:95px;	
}

.iconMail {
	background-image: url(/templates/assets/images/contact-icon-mail.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;	
}

.lineBreak {
	width: 600px;
	height: 2px;
	background-color: #666;
	float: left;
}

/* Styles for Form */

.buttonSubmit {
	width: 775px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	float: left;
	clear: both;
}

.submitButtonHolder {
	width: 147px;
	height: 50px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	float: right;
	clear: both;
}

input.submitbutton {
	border: 0;
	width: 147px;
	height: 50px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

input.submitbuttonSelect {
	background-image: url(/templates/assets/images/contact-submit2.jpg);
	background-repeat: no-repeat;
}

.submitbuttonSelect:hover {
	background-image: url(/templates/assets/images/contact-submit-on2.jpg);
	background-repeat: no-repeat;
}

.submitbuttonSelect:active {
	background-image: url(/templates/assets/images/contact-submit-on2.jpg);
	background-repeat: no-repeat;
}

.formNameContact {
	width: 775px;
	height: 48px;
	margin: 0 0 15px 0;
	background-image: url(/templates/assets/images/test-red.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;	
}

.formNameContact p {
	width: 160px;
	font-family: DroidSansBold;
	font-size: 15px;
	margin: 15px 0 0 40px;
	padding: 0 0 10px 0;
	float: left;
	color: #FFFFFF;
}

.fiveBottomMargin {
	margin: 0 0 6px 0;	
}

.form {
	width: 545px;
	height: 43px;
	font-family: DroidSansBold;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 0;
	padding: 3px 0 0 20px;
	background: #e9eaea;
	border: 1px solid #c0c0c0;
	float: right;
	display: inline-block;
	line-height: 46px;
}

.textAreaNameContact {
	width: 775px;
	height: 100px;
	margin: 0 0 15px 0;
	background-image: url(/templates/assets/images/test-red.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;	
}

.textAreaNameContact p {
	width: 160px;
	font-family: DroidSansBold;
	font-size: 15px;
	margin: 15px 0 0 40px;
	float: left;
	color: #FFFFFF;
}

.textFormContact {
	width: 545px;
	height: 100px;
	font-family: DroidSansBold;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 0;
	padding: 15px 0 0 20px;
	background: #e9eaea;
	border: 1px solid #c0c0c0;
	float: right;
	display: inline-block;
	line-height: 19px;
}

.highlightContact {
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.highlightContact:focus {
	background-color: #FFFFFF;
	-moz-outline-width: thick;
	outline-width: thick;
	border: 1px solid #7c0303;
}
.highlightContact:active {
	-moz-outline-color: #3D0802;
	outline-color: #3D0802;
	outline-width: 3px;
}

.checkbox {
	float: left;
	margin: 4px 10px 0 0;
}

.indent {
	margin: 4px 10px 0 50px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.bottom {
	background-image: url(/templates/assets/images/contentAreaBottom.jpg);
}

.formWrapperBorder {
	border:4px solid #330802;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:10px 0;
	background:#eceeed;
	cursor:default !important;
}

.contactFormBody {
	display:none;
}

.submitContact, .forumWrapper {
	cursor:pointer;
}
