@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(backgrounds/b_bg.png);
}

.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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: #C6B8A6;
	background-image: url(backgrounds/mainbg.png);
}
#mainContent1 h1 img {
	float: right;
	padding-right: 25px;
	padding-left: 75px;
	margin-top: 25px;
}
#mainContent1 {
	padding-right: 25px;
	margin-right: 25px;
	margin-left: 25px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent1 p a img {
	text-decoration: none;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: medium solid #FFF;
}

.oneColFixCtrHdr #header {
	background-image: url(backgrounds/head.png);
	background-repeat: no-repeat;
	height: 185px;
	padding-top: 0;
	padding-bottom: 0;
}
#header ul {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 16px;
	list-style-type: none;
	margin-top: 65px;
}
#header ul li {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.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 {
	padding: 0;
	margin: 0px;
}
#mainContent1 img {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h1 img {
	float: right;
}
#header p {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}
#header p a {
	color: #DAE0DE;
}
#header p a:hover{
	color: #FFF;
}
#mainContent p {
	margin-left: 25px;
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	color: #202020;
	display: none;
	font-size: 12px;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 25px;
	text-indent: 100px;
}
#mainContent1 p {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 14px;
	padding-left: 70px;
	padding-right: 485px;
}
#mainContent1 a img {
	border: medium solid #FFF;
	padding: 2px;
	color: #666;
}
#mainContent1 p a {
	color: #666;
}
#mainContent1 p a:hover {
	color: #333;
}

#mainContent table tr td {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #282822;
}
.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 */
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
#footer p .phone-link {
	color: #EAE3D9;
}
#footer p a {
	color: #EAE3D9;
}
