@charset "UTF-8";
.mlcMactaggart #container a:link , .mlcMactaggart #container a:visited {
	font-size: 1em;
	color: #333;
	text-decoration: underline;
	line-height: 1.2em;
}
.mlcMactaggart #container a:hover { color: #32440D; }
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: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	list-style-type: none;
	text-decoration: none;
	outline: none;
	background-color: #9FA074;
}
.mlcMactaggart #header  h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #002B5C;
	padding: 0;
}
.mlcMactaggart #footer {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 95%;
} 
.mlcMactaggart #container h6
{
	font-size: 1.2em;
	line-height: 1.1em;
	color: #666;
	letter-spacing: 1.3px;
}
.mlcMactaggart #container h5
{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #403E3F;
	font-weight: lighter;
}

.mlcMactaggart #container h4
{
	font-size: 1.6em;
	line-height: 1.5em;
	color: #69130a;
	font-style: italic;
	font-weight: lighter;
}
.mlcMactaggart #container h3
{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #9FA074;
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
}

.mlcMactaggart #container h2
{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #32440D;
	text-transform: none;
	font-style: normal;
	font-weight: lighter;
}
.mlcMactaggart
#container p{
	font-size: 1.2em;
	line-height: 1em;
	color: #403E3F;
}
.mlcMactaggart #header {
	background-image: url(../mactaggart-ridge/headerBackground.jpg);
	background-repeat: no-repeat;
	height: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.mlcMactaggart #preHeader {
	height: 165px;
	margin: 0px;
	padding: 0px;
}
.mlcMactaggart #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #403E3F;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.mlcMactaggart #container a img {
	border-top-width: 0(value);
	border-right-width: 0(value);
	border-bottom-width: 0(value);
	border-left-width: 0(value);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mlcMactaggart #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.mlcMactaggart #mainContent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
} 

#zoomBar a:link, #zoomBar a:visited{
	font-size: 2em;
	color: #333;
	text-decoration: underline;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#zoomBar a:hover
{ 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: 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;
}
.hidetext
{ text-indent: -10000px; }

.bulletless { list-style-type: none; }
.mainContentNoSidebar 
{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
}

.imgPad {
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #32440d;
	display: block;
}
.tableCentre      { text-align: center; }


.pAddress
{
	font-size: 1em;
	line-height: 1em;
	color: #403E3F;
}
.red {
	font-style: italic;
	font-weight: bolder;
	color: #F00;
}

