@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #F5E0D7;
	margin: 0; 
	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;
}

h1 {
	font: 150% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8B0E04;
}

h2 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8B0E04;
}

h3 {
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8B0E04;
	margin-bottom: -10px;
}

.thrColFixHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8B0E04;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #mainContent { 
	margin: 0 180px 0 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 5px #B5121B solid;
} 

.thrColFixHdr #mainContent2 { 
	margin: 0 50px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 3px 10px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 5px #B5121B solid;
} 

.thrColFixHdr #header { 
	background: #FFF;
	padding: 0 0 0 0px;
} 

.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColFixHdr #sidebar1 {
	float: left; 
	width: 180px; 
	background: #fff;
	padding: 10px 10px 10px 15px; 
}

.m1{background-image:url('../images/nav/home.jpg'); background-repeat:no-repeat;}
.m1m{background-image:url('../images/nav/home1.jpg'); background-repeat:no-repeat;}
.m2{background-image:url('../images/nav/about.jpg'); background-repeat:no-repeat;}
.m2m{background-image:url('../images/nav/about1.jpg'); background-repeat:no-repeat;}
.m3{background-image:url('../images/nav/services.jpg'); background-repeat:no-repeat;}
.m3m{background-image:url('../images/nav/services1.jpg'); background-repeat:no-repeat;}
.m4{background-image:url('../images/nav/galleries.jpg'); background-repeat:no-repeat;}
.m4m{background-image:url('../images/nav/galleries1.jpg'); background-repeat:no-repeat;}
.m5{background-image:url('../images/nav/news.jpg'); background-repeat:no-repeat;}
.m5m{background-image:url('../images/nav/news1.jpg'); background-repeat:no-repeat;}
.m6{background-image:url('../images/nav/links.jpg'); background-repeat:no-repeat;}
.m6m{background-image:url('../images/nav/links1.jpg'); background-repeat:no-repeat;}
.m7{background-image:url('../images/nav/contact.jpg'); background-repeat:no-repeat;}
.m7m{background-image:url('../images/nav/contact1.jpg'); background-repeat:no-repeat;}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 180px; 
	height: 100%;
	background: #fff; 
	padding: 10px 10px 10px 15px; 
	border-left: 1px solid #666;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer-bg.jpg);
} 

.thrColFixHdr #footer p {
	margin: 0;
	padding: 5px 0;
	color: #FFF;
}

.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: 15px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}

.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;
}

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 180px; }

/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 20px; }
.thrColFixHdr #mainContent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

#navlist {
	font-size: 100%;
	padding-left: 0;
	margin-left: 0;
	width: 180px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 15px;
}

#navlist li a {
	text-decoration: none; 
	color: #8B0E04;
}

#navlist li a:hover {
	text-decoration: none;
	color: #B5121B;
}

#bullet {
	font-size: 100%;
	font-weight: bold;
	padding-left: 200px;
	margin-left: 0;
}

#bullet li {
	list-style: url(../images/bullet.jpg);
	list-style-position: outside;
	padding-bottom: 20px;
	padding-left: 5px;
}

#bullet li a {
	text-decoration: none; 
	color: #8B0E04;
}

#bullet li a:hover {
	text-decoration: none;
	color: #B5121B;
}

#bullet2 {
	font-size: 90%;
	font-weight: bold;
	padding-left: 30px;
	margin-left: 0;
	color: #8B0E04;
}

#bullet2 li {
	list-style: url(../images/bullet.jpg);
	list-style-position: outside;
	padding-bottom: 20px;
	padding-left: 5px;
}

#bullet2 li a {
	text-decoration: none; 
	color: #8B0E04;
}

#bullet2 li a:hover {
	text-decoration: none;
	color: #B5121B;
}

p {
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 20px;
	
} 

p a:link {
	color: #8B0E04;
	font-weight: bold;
}

p a:hover {
	color: #695E4A;
	text-decoration: underline;
	font-weight: bold;
}

p a:visited {
	color: #8B0E04;
	font-weight: bold;
}

p a:active {
	color: #695E4A;
	font-weight: bold;
}

#footertext {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#footertext a:link a:active {
	color: #fff;
	text-decoration: none;
} 

#footertext a:hover a:visited {
	color: #fff;
	text-decoration: none;
} 

.centre {
	text-align:center;
}

.centrewhite {
	text-align:center;
	color: #FFF;
}

.descriptionshead {
	color: #8B0E04;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.descriptions {
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
} 

.dottedline {
	border-bottom: 1px #B42025 dotted;
}

.readmore {
	color: #695E4A;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.bold {
	font-weight: bold;
} 

.topofpage {
	font-size: 70%;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
} 

.topofpage a:link {
	color: #695E4A;
}

.topofpage a:hover{
	color: #8B0E04;
}

.primary-content {
	width: 690px;
	padding: 10px;
}

.primary-content p {
	padding: 0 0 14px 0;
}

.primary-content ol {
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 14px 0;
}

.primary-content li, .simple-list li {
	line-height: 24px;
	padding: 0 0 0 19px;
}

.primary-content ul li, .simple-list ul li {
	padding: 0 0 0 19px;
}

.primary-content ul {
	padding-bottom: 15px;
}

#photo {
	text-align: center;
	padding: 5px; 
	float: left;
	border: 1px #999 solid;
	margin: 20px;
}

.clearboth {
	clear: both;
}

.box {
	border: 1px #666 solid;
}

