@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #442418;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #ACA292;
	background-image: url(images/mottaINDEXb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #6A2B17;
	text-decoration: underline;
			outline: none;

}
a:hover {
	color: #1F0828;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-top-color: #662C1B;
	border-left-color: #662C1B;
}
.twoColFixLtHdr #sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #68301A;
	font-size: 12px;
	text-decoration: none;
	line-height: 13px;
			outline: none;

}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D2413;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #1F0625;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #68301A;
	letter-spacing: -1px;
	background-image: url(images/under.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
h2 {
	font-size: 20px;
	color: #4D2413;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D2413;
}
h3 {
	color: #4A443D;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h4 {
	font-size: 12px;
	color: #4D2413;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D2413;
	text-transform: uppercase;
	margin-bottom: -10px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #5A4740;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	line-height: 12px;
	margin-bottom: -10px;
	margin-top: 0px;
}
p {
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #502F24;
}
.MenU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-top: 150px;
	width: 100%;
	margin-left: 50px;
}
.MenUbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4F2E23;
	text-decoration: none;
	display: inline;
}
.MenUbutton a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
}
.MenUbutton :hover {
	display: inline;
	color: #FFFFFF;
	background-image: url(images/menuunder.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.crimform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E8E3D8;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3AEA5;
	border-right-color: #A18A79;
	border-bottom-color: #A18A79;
	border-left-color: #B3AEA5;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	width: 100%;
}
.crimform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.noStyle {
}
#apDiv1 {
	position:absolute;
	width:251px;
	height:36px;
	z-index:1000;
	left: 880px;
	top: 98px;
}
.selected {
	background-color: #676058;
	color: #FFFFFF;
}
.box {
	width: 100%;
	padding: 10px;
}
.box p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #605C52;
}
.reBox {
	background-color: #D2C5B1;
	background-repeat: no-repeat;
	background-position: 6px top;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #8F897A;
	background-image: url(images/RE.gif);
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 160px;
	height: 150px;
}
.crBox {
	background-color: #D2C5B1;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 155px;
	background-image: url(images/Cr.gif);
	float: left;
	width: 150px;
	height: 150px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F897A;
}
.2ndCol {
	margin-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8F897A;
	width: 50%;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	float: right;
	background-color: #8F897A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
}
.callOUT {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0EE2CF;
	border-right-color: #0EE2CF;
	border-bottom-color: #0EE2CF;
	border-left-color: #0EE2CF;
	float: right;
	width: 200px;
	padding: 10px;
	background-color: #877162;
	line-height: 20px;
	margin-left: 10px;
}
.callOUTBIG {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0EE2CF;
	float: right;
	width: 300px;
	padding: 10px;
	line-height: 20px;
	margin-left: 10px;
	font-weight: normal;
}
.callOUThome {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0EE2CF;
	border-right-color: #0EE2CF;
	border-bottom-color: #0EE2CF;
	border-left-color: #0EE2CF;
	float: right;
	width: 400px;
	padding: 10px;
	background-color: #877162;
	line-height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
