﻿.RedHeader {
	border: 2px solid #C0C0C0;
	background-color: #CC0000;
	font-size: 18pt;
	font-weight: bold;
}
div#FormWrapper {
	border: 2px solid #6F6;
	width: 80%;
	margin: 0px auto 20px;
	padding: 0px;
	background: #BA9472;
	border-radius: 15px;
	box-shadow: 2px 2px 20px #000;
}


.ContactInfo {
	text-align: center;
	margin: 20px auto;
	padding: 1%;
	width: 42%;
	background: #EADFD5;
	border: 2px solid #443222;
	color: #000;
	border-radius: 8px;
	box-shadow: 2px 2px 10px #000;
}

.ContactInfo .tableInfo {
	border-style: none;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 5px;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}


.ContactInfo .tableInfo td{
	border-style: none;
	padding: 4px;
	margin: 0px;
	font-size: 14px;
	color: #000;
}


.ContactInfo input {
	font-weight: bold;
	font-size: 12pt;
}

.ContactInfo p{
	margin: 10px 0px 0px;
	padding: 5px;
	border: 1px solid #C00;
}

.textbox {
    height: 25px;
    border: 1px solid #B9BDC1;
    color: #797979;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.textbox:focus {
    background-color: #E7E8E7;
    outline: 0;
}

#tableContents {
	width: 90%;
	margin: 0px auto 20px;
	padding: 0px;
	
}

#tableContents .TableBorder {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-shadow: 2px 2px 15px #000;
	
}


#tableContents .TableBorder td {
	padding: 5px 7px 5px 7px;
	background-color: #42230D;
}

.CompanyInfo {
	text-align: center;
	color: #FFFFCC;
	font-weight: 400;
	margin:10px 0px;
	padding:0px;
}

.CompanyInfo.NameAdd {
	line-height: 30px;
	font-size: 16pt;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.CompanyInfo.Menu {
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;
	text-decoration: none;
}

hr {
	border-radius: 6px;
	background-color: black;
	height: 8px;
	width: 85%;
	margin: 20px auto;
}
.stRow {
	background-color: #9C541F;
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}

.SubmitReset {
	border-radius: 10px;
	background-color: rgb(122, 66, 24);
	border: 3px ridge #6F0;
	color: yellow;
	font-size: 14pt;
	margin: 15px 0 15px 10px;
	padding: 0px;
	
}

.SubmitReset:hover{
	background: rgb(58,32,12);
}
.SubmitReset:active {
	background-color: rgb(45, 23, 9);
	border: 3px ridge #FF3300;
}
/* line 156, ../sass/screen.sass */
.location .facebook {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #18222E;
	border-radius: 8px;
	margin: 0px;
	padding: 3px 6px;
}

.location .facebook:hover {
	box-shadow: 0px 0px 8px 4px #FFF;
}
.location .facebook em {
	color: #94ABC7;
}



.home {
	padding: 3px 4px;
	margin: 0 0 0 10px;
	border-radius: 10px;
	background-color: rgb(122, 66, 24);
	border: 3px ridge;
	border-color: lime;
	color: yellow;
	font-size: 14pt;
	text-decoration: none;
}

.home:hover {
	background-color: rgb(79, 43, 15);
	border-color: lime;
}

.LargeFont {
	font-size: 30pt;
	font-weight: bold;
}

.SmallFont {
	font-size: 13pt;
	font-weight: bold;
}

.TexRight {
	border: 1px solid #C0C0C0;
	text-align: right;
	background-color: #251407;
}

.TexCenter {
	border: 1px solid #C0C0C0;
	text-align: center;
}

.TexLeft {
	border: 1px solid #C0C0C0;
	text-align: left;
}


.perlb {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #CC0000;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}
.highlightedText {
	color: #FFFF00;
	text-align: center;
}

.underline {
	text-decoration:underline;
	font-weight:bold;
	line-height: 40px;
}
.center {
	text-align: center;
}
.top {
	font-size: 12pt;
	background: #930;
	margin: 0px;
	padding: 2px 4px;
	width: 40px;
	border: 3px ridge #FF0;
	font-weight: bold;
}
.att1 {
	color: #FF0;
	background: #600;
	text-align: center;
	margin: 10px auto 15px;
	padding: 10px 30px;
	width: 65%;
	border: medium ridge #F93;
	font: italic 18pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
}

.colr1 {
	color: #CF0;
	font-weight: bold;
	font-size: 1.2em;
}
u {
	text-decoration: underline;
}
