@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #3C311E;
	background-image: url(../images/sand.jpg);
	background-repeat: repeat-x;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}
 
p {  
 font-size: 1.2em;  
}  
h1 {
	color: #550F29;
	font: 2.3em Verdana, Arial, Helvetica, sans-serif;
}

h2 {  
 font-size:2.5em;  
}

h3 {
	font-size:1.7em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}


.oneColFixCtrHdr #dropShadow {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropShadow.png);
	background-repeat: repeat;
}

.oneColFixCtrHdr #container {
	width: 730px;
	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;
	background-color: #80173F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #80173F;
	width: 730px;
}
.oneColFixCtrHdr #wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #353722;
	padding-bottom: 10px;
}


.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #80173F;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	background-color: #80173F;
	background-image: url(../images/footerMaster.png);
	height: 200px;
	width: 730px;
	clear: both;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 10px;
}
.oneColFixCtrHdr #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 */
}



#textboxLRG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F9F5F0;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
}

.photoHome {
	border: 10px solid #F9F5F0;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer #navcontainer {
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
#boilerplate {
	text-align: center;
	font-size: 90%;
}



/* FOOTER navigation*/
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;

}

#footer a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#mini2 {
	background-color: #F9F5F0;
	padding: 10px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 15px;
	width: 282px;
}



#footer a:hover {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration: none;
}

#footer a:active {
text-decoration: none;
background-color: transparent;
}
#navBar {
	height: 37px;
	background-color: #99CCCC;
	width: 100%;
}

#contactMini {
	background-color: #F9F5F0;
	width: 345px;
	padding: 10px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 15px;
}

#contactMini p {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

#contactMini #form1 #submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #FFFFFF;
	background-image: url(../images/navGrad_up.jpg);
}
#contactMini #form1 table {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4 {
	font-size: 1.4em;
	color: #5B112D;
}
