@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. */

.textOrange {
	color: #e46202;
}

.textRed {
    color: #7a2427;
}


.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;
	background-image: url(/templates/assets/images/contentAreaBG2.png);
}

.content h1 {
	margin: 0 0 0 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	padding: 0;	
	float: left;
	clear: both;
	width:700px;
}

.content h2 {
	margin: 0 0 0 540px;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	padding: 0;	
	float: left;
	clear: both;
}

.content b {
	margin: 0;
	padding: 0;
	font-family: 'DroidSansBold';
	font-size: 28px;
	font-style: italic;
	display: inline;
}

.topPiece {
	width: 450px;
	height: 120px;
	padding: 0;
	margin: -100px 0 0 -1px;
	background-image: url(/templates/assets/images/submit-site-top.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

.formHolder {
	width: 420px;
	height: 300px;
	padding: 0 0 0 0;
	float: right;
}

.textContainer {
	width: 500px;
	float: left;
	clear: both;
}


.textTop {
	font-family: DroidSansRegular;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 20px;
	background-image: url(/templates/assets/images/faq-red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

.textTop a:link    { color: #711310; text-decoration: none; background-position: 0px 0px;}
.textTop a:visited { color: #711310; text-decoration: none; }
.textTop a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }


.subtextBox {
	width: 390px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 110px;
	float: left;
	clear: both;
}

.subtextBox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	clear: both;
	padding: 15px;
	margin: 0;	
}

.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	color: #FFFFFF;
	background-color: #6a6e73;
	padding: 15px 20px 15px 20px;
	border: 3px solid #43464c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
	clear: both;
	position: relative;
	margin: 0 0 0 40px;
	z-index: 2;
	text-align: right;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.indent {
	margin: 0 0 0 50px;
}

.bottom {
	background-image: url(/templates/assets/images/contentAreaBottom2.jpg);

}


fieldset {
	border:0;
}
fieldset input[type=text], fieldset textarea {
	display:block;
	margin:0 0 10px 0;
	width:100%;
	font-size:16px;
	font-family:Tahoma;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
}
fieldset input[type=text].sm, fieldset input[type=text].sm_r {
	display:inline-block;
	width:46%;
}
fieldset input[type=text].sm_r {
	margin-left:10px;
}
fieldset input[type=submit] {
	display:inline-block;
	font-size:16px;
	font-family:Tahoma;
	font-weight:bold;
}
.status {
	margin-top:10px;
	display:none;
	border:2px solid #FF6;
	background:#FF9;
	padding:10px;
}
