@charset "utf-8";
/* CSS Document */


body
{
	background: #71684f url(../images/bgGreenVert1000.gif) repeat-x center -521px; /* adjust for up/down */
}


/*** page ***/

.header,
.main,
.footer
{
	background: #d4c9a8 url(../images/bg.jpg) no-repeat center -50px; /* adjust for up/down */
	width: 956px;
	margin: 0px auto;
	padding: 0px 50px;
}


/* header */

.header
{
	height: 200px;
	padding-top: 0px; /* adjust for up/down */
}
.header .logo
{
	width: 188px;
	height: 176px;
	margin: 24px 64px 0px 68px; /* 320 x 200 */
	float: left;
	border: 0px;
}
.header .specialOffer
{
	width: 600px;
	height: 75px;
	margin: 25px 0px 25px 18px; /* 636 x 125 */
	float: left;
}
.header .menuTopBg,
.main .menuTopBgSub
{
	background: url(../images/bgMenuTop.gif) no-repeat top right;
	width: 636px; /* 636 - padding */
	height: 65px; /* 75 - padding */
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}
.main .menuTopBgSub
{
	background: url(../images/bgMenuTopSub.gif) no-repeat top right;
	width: 450px; /* 450 - padding */
	height: 40px; /* 50 - padding */
	margin-top: 10px;
}
.header ul.menuTop,
.main ul.menuTopSub
{
	border-bottom: 1px solid #d4caa9;
	list-style: none;
	height: 43px; /* 55 - padding */
	margin: 0px;
	padding: 12px 0px 0px 0px;
	text-align: center;
}
.main ul.menuTopSub
{
	border-bottom: 0;
	padding-top: 2px;
	height: 30px;
}
.header ul.menuTop li,
.main ul.menuTopSub li
{
	border-right: 1px solid #d4caa9;
	height: 30px;
	line-height: 30px;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}
.header ul.menuTop li.last,
.main ul.menuTopSub li.last
{
	border-right: none;
}
.header ul.menuTop li a,
.main ul.menuTopSub li a
{
	color: #d4caa9;
}
.header ul.menuTop li a:hover,
.main ul.menuTopSub li a:hover
{
	color: #fff;
}
.header ul.menuTop li img,
.main ul.menuTopSub li img
{
	border: 0px;
	padding: 0px 5px 0px 6px;
	margin: 0px;
}


/* main */

.main
{
	background-position: center -250px;
	/* min-height for ie6 */
	/*min-height: 700px;
	_height: auto !important;*/
}
.main .colSingle
{
	margin: 30px 0;
	float: left;
	padding: 0px 48px 0px 48px;
	width: 860px; /* 956 - padding */
}
.main .col1,
.main .col2
{
	margin: 30px 0px 0px 0px;
	float: left;
	min-height: 670px; /* 680 - margin/padding */
	/* min-height for ie6 */
	_height: auto !important;
}
.main .col1
{
	background: url(../images/grfxCol1Top.gif) no-repeat -50px bottom;
	padding: 0px 38px 0px 48px;
	width: 544px; /* 630 - padding */
	min-height: 280px; /* 680 - .col1 margin - .graphic height */
	/* min-height for ie6 */
	_height: auto !important;
}
.main .col1 p
{
	text-align: justify;
}
.main .col1 .story1
{
	/*font-size: 1.15em;*/
}
.main .col2
{
	background: url(../images/bgCol2.gif) no-repeat top left;
	padding: 0px 42px 0px 26px; /* 26 left/right padding + 16 on right for page */
	width: 258px; /* 326 - padding */
	float: right;
}
.main .colSingle .heading,
.main .col1 .heading
{
	margin: 0em 0em 0.4em 0em;
}
.main .col2 .heading
{
	margin: 1.0em 0em 0.2em 0em;
}
.main .colSingle img.headingSub,
.main .col1 img.headingSub
{
	margin: 0em 0em 0.6em 0em;
}
.main .colSingle .headingSub,
.main .col1 .headingSub,
.main .col2 .headingSub
{
	color: #4d2a42;
	font-weight: bold;
}
.main .colSingle .link,
.main .col1 .link,
.main .col2 .link
{
	display: block;
	margin-bottom: 20px;
}
.main .col2 .link
{
	margin-top: -0.6em;
}
.main .graphic
{
	width: 680px;
	height: 390px;
	float: left;
	margin-left: -50px; /* - .main padding */
}


/* footer */

.footer
{
	background-color: #71684f;
	background-position: center -1050px;
	height: 200px;
}
.footer .contactPhone,
.footer .menuBottom
{
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.footer .contactPhone
{
	background-color: #677719;
	width: 956px;
	text-align: center;
}
.footer .menuBottom
{
	color: #ddd;
	line-height: 20px;
	text-align: center;
	padding-top: 30px;
}
.footer .menuBottom a
{
	color: #fff;
	text-decoration: none;
}
.footer .menuBottom a:hover
{
	text-decoration: underline;
}

