/* North Coast Tile CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39331B;
	border-right-color: #39331B;
	border-bottom-color: #39331B;
	border-left-color: #39331B;
}
table#photos {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	text-align: left;
	font-size: 16px;
	color: #38321A;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9B9446;
	margin-bottom: 25px;
}
h2 a{
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	color: #38321A;
	text-decoration: none;
}
h2 a:visited {
	color: #38321A;
}
h2 a:hover {
	color: #8F6E1F;
}
h2 a:active{
	color: #8F6E1F;
}
a:link {
	color: #9B9446;
}
a:visited {
	color: #9B9446;
}
a:hover {
	color: #39331B;
}
a:active {
	color: #39331B;
}
/* top navigation (bottom too)*/
.topNav {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
#nav {
	list-style: none;
	/*padding: 0; -- took out to work in opera, then added right and bottom margins at 0*/
	/*margin-left: 25px;*/
	margin-top: 0px;
	/*margin-right: 0px;*/
	margin-bottom: 0px;
	background-color: #39331B;
	color: #39331B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#nav ul {
	margin-top: 2px;
	margin-bottom: 5px;
}
#nav li {
	/*float: right;*/
	padding-top: 4px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	color: #FEEFCE;
	list-style-type: none;
	list-style-image: none;
	background-image: url(../images/tileBullet2.gif);
	background-repeat: no-repeat;
	background-position: 1px 5pt;
	padding-left: 15px;
	display: inline;
}

#nav li a {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
 /* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
#nav li a:visited {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#nav li a:hover {
	color: #FEEFCE;
	
}
#nav li a:active {
	color: #FEEFCE;
	
}

#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 8px;
	margin-top: 140px;
	margin-left: 10px;
	width: 180px;
}
#text {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 15px;
	text-align: justify;
	margin-top: 10px;
	color: #201D0F;
}
#text2 {
	font-size: 12px;
	padding-right: 15px;
	padding-left: 25px;
	text-align: justify;
	margin-top: 10px;
	color: #201D0F;
}

.copyright {
	font-size: 9px;
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
}

.copyright a:link {
	color: #F0D085;
}
.copyright a:visited {
	color: #F0D085;
}
.copyright a:hover {
	color: #FEEFCE;
}
.copyright a:active {
	color: #FEEFCE;
}
.bold {
	font-weight: bold;
}
#botnav {
	list-style: none;
	/*padding: 0; -- took out to work in opera, then added right and bottom margins at 0*/
	/*margin-left: 25px;*/
	margin-top: 0px;
	/*margin-right: 0px;*/
	margin-bottom: 0px;
	background-color: #39331B;
	color: #3D4D69;
}

#botnav ul {
	margin-top: 3px;
	margin-bottom: 0px;
}
#botnav li {
	/*float: right;*/
	padding-top: 4px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 20px;
	color: #FEEFCE;
	list-style-type: none;
	list-style-image: none;
	padding-left: 15px;
	display: inline;
}

#botnav li a {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
 /* Hide from IE5-Mac \*/
#botnav li a
{
float: none
}
/* End hide */
#botnav li a:visited {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
#botnav li a:hover {
	color: #FEEFCE;
}
#botnav li a:active {
	color: #FEEFCE;
}

/* for photo gallery page */
#botnav2 {
	list-style: none;
	/*padding: 0; -- took out to work in opera, then added right and bottom margins at 0*/
	/*margin-left: 25px;*/
	margin-top: 0px;
	/*margin-right: 0px;*/
	margin-bottom: 0px;
	background-color: #2D2815;
	color: #3D4D69;
}

#botnav2 ul {
	margin-top: 3px;
	margin-bottom: 2px;
}
#botnav2 li {
	/*float: right;*/
	padding-top: 4px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 20px;
	color: #FEEFCE;
	list-style-type: none;
	list-style-image: none;
	padding-left: 15px;
	display: inline;
}

#botnav2 li a {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
}
 /* Hide from IE5-Mac \*/
#botnav2 li a{
float: none
}
/* End hide */
#botnav2 li a:visited {
	color: #F0D085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}

#botnav2 li a:hover {
	color: #FEEFCE;
}
#botnav2 li a:active {
	color: #FEEFCE;
}
.contactSubhead {
	border-bottom-style: dotted;
	border-bottom-color: #8F6E1F;
	border-bottom-width: 1px;
	display: block;
	margin-bottom: -8px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #9B9446;
}
#text h3 {
	margin-bottom: -15px;
}
#text h3 a {
	text-decoration: none;
}
#text h3 a:visited {
	text-decoration: none;
}

#text h3 a:hover {
	text-decoration: none;
	color: #39331B;
}

#text  h3 a:active {
	text-decoration: none;
	color: #39331B;
}
#text2  h3 {
	margin-bottom: -15px;
}
#text2  h3 a {
	text-decoration: none;
}
#text2  h3 a:visited {
	text-decoration: none;
}
#text2  h3 a:hover {
	text-decoration: none;
	color: #39331B;
}
#text2  h3 a:active {
	text-decoration: none;
	color: #39331B;
}
#text2 li a {
	font-weight: bold;
	letter-spacing: 1px;
}

#text2 li {
	margin-bottom: 5px;
}
.partnersNav {
	font-size: 10px;
	text-align: left;
}
.partnersNav a {
	text-decoration: none;
	color: #807A39;
}
.partnersNav  a:visited {
	text-decoration: none;
}

.partnersNav  a:hover {
	text-decoration: underline;
	color: #39331B;
}

.partnersNav  a:active {
	text-decoration: underline;
	color: #39331B;
}	
.give {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 1px;
	color: #FEEFCE;
	border: 2px solid #F0D085;
	text-align: left;
}
div.give {
	background-color: #39331B;
}
.give h2{
	color: #FEEFCE;
}
.give h3 {
	color: #FEEFCE;
}

.give a {
	color: #F0D085;
}
.give a:visited {
	color: #F0D085;
}
.give a:hover {
	color: #FEEFCE;
}
.give a:active {
	color: #FEEFCE;
}
.granite {
	text-align: left;
}
.granite h3 {
	display: block;
}
div.container {
	overflow: hidden;
	width: 100%;
}
.granite div.left {
	float: left;
	width: 50%;
}
.granite div.right {
	float: right;
	width: 50%;
}
