
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* general, global style rules */

	body {
		background-color: #fff;
		color: #000;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
		font-size: 75%;
		margin-top: 70px;
		margin-bottom: 200px;
	}

	p {
		line-height: 1.4;
		margin: 0 0 1em 0;
	}

	h2 {
		color: #689F11;
	}
	h3 {
		font-size: 1.3em;
		color: #689F11;
		margin-top: 2em;
	}
	h4 {
		font-size: 1.2em;
		color: #689F11;
	}
	h5 {
		font-size: 1.1em;
		margin-bottom: 0px;
	}

	a {
		color: #5F8625;
		text-decoration: underline;
		font-weight: bold;
	}
	a:visited {
		color: #313131;
		/* we should delete this last value below after launch */
		color: #5F8625;
	}
	a:hover {
		color: #90C93A;
	}

	a img {
		border: none;
	}

	form {
		margin: 0;
		padding: 0;
	}

	select,
	input {
		font-family: "Trebuchet MS", "Tahoma", "Verdana";
		font-size: 14px;
	}

	input.medium {
		width: 140px;
		border: 1px solid #868686
	}

	.indented {
		margin-left: 30px;
	}

	strong.emphatic {
		font-weight: bold;
		color: #689F11;
	}

	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* global page layout rules */

	/* set page width and center it all */
	div#ctl00_content {
		width: 772px;
		margin: auto !important;
	}

	/* toolbar layout rules */
	ul#toolbar {
		width: 767px;
		height: 2em;
		margin: 0;
		padding: 0;
	}
		ul#toolbar li {
			display: block;
			float: left;
			margin: 0 7px 0 8px;
		}

		ul#toolbar a,
		ul#toolbar a:visited {
			color: #323232;
			text-decoration: none;
			font-weight: normal;
			text-transform: lowercase;
		}
		ul#toolbar a:hover{
			color: #90C93A;
			text-decoration: none;
		}

	a.lit,
	ul#toolbar a.lit {
		color: #90C93A;
		text-decoration: none;
	}

	/* masthead:  main title and kudos */
	div#masthead {
		width: 767px;
		height: 56px;
		background: transparent url("../images/masthead.gif") no-repeat;
	}
		div.fr div#masthead {
			background: transparent url("../images/masthead_fr.gif") no-repeat;
		}
		div#masthead * {
			/* hide all masthead contents for image replacement */
			position: absolute;
			left: -9999px;
		}

	/* main navigation menu links */
	ul#mainmenu {
		width: 767px;
		height: 121px;
		margin: 0 0 8px 0;
		padding: 0;
		background: transparent url("../images/mainmenu.gif") no-repeat;
	}
		div.fr ul#mainmenu {
			background: transparent url("../images/mainmenu_fr.gif") no-repeat;
		}
		ul#mainmenu li {
			display: block;
			float: left;
		}
		ul#mainmenu a {
			display: block;
			height: 121px;
			margin: 0;
			padding: 0;
			background-repeat: no-repeat;
			text-indent: -9999px; /* hide main menu text links for image replacement */
			text-decoration: none;
		}
		ul#mainmenu a:hover {
			/* rollover effect */
			background-position: 0px -121px;
		}
		ul#mainmenu li.lit a {
			/* lit state */
			background-position: 0px -121px;
		}
		/* note:  these are doubled up to avoid bg image flicker in IE6 */
		ul#mainmenu li#search,
		ul#mainmenu li#search a {
			width: 125px;
			background-image: url("../images/mainmenu_search.gif");
		}
			div.fr ul#mainmenu li#search,
			div.fr ul#mainmenu li#search a {
				background-image: url("../images/mainmenu_search_fr.gif");
			}
		ul#mainmenu li#promotions,
		ul#mainmenu li#promotions a {
			width: 128px;
			background-image: url("../images/mainmenu_promotions.gif");
		}
			div.fr ul#mainmenu li#promotions,
			div.fr ul#mainmenu li#promotions a {
				background-image: url("../images/mainmenu_promotions_fr.gif");
			}
		ul#mainmenu li#partner,
		ul#mainmenu li#partner a {
			width: 129px;
			background-image: url("../images/mainmenu_partner.gif");
		}
			div.fr ul#mainmenu li#partner,
			div.fr ul#mainmenu li#partner a {
				background-image: url("../images/mainmenu_partner_fr.gif");
			}
		ul#mainmenu li#builders,
		ul#mainmenu li#builders a {
			width: 128px;
			background-image: url("../images/mainmenu_builders.gif");
		}
			div.fr ul#mainmenu li#builders,
			div.fr ul#mainmenu li#builders a {
				background-image: url("../images/mainmenu_builders_fr.gif");
			}

	/* panel div used only on secondary pages */
	div#panel {
		width: 772px;
		background: transparent url("../images/panel_bg.jpg") no-repeat bottom;
	}

		/* "clearfix" hack to force panel to stretch to height of floats within */
		div#panel:after {
		    content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: hidden;
		}
		div#panel {display: inline-block;}
		/* Hides from IE-mac \*/
		* html div#panel {height: 1%;}
		div#panel {display: block;}
		/* End hide from IE-mac */

	/* content div used to provide left/right margins */
	div.content {
	 	margin: 0 45px 0 45px;
	}

		div.content ul {
			margin-left: 10px;
			padding-left: 0;
			list-style-type: none;
		}
		div.content ul li {
			margin-bottom: 10px;
			padding-left: 20px;
			background-image: url("../images/bullet_dots.gif");
			background-repeat: no-repeat;
			background-position: 0px 5px;
		}

	/* breadcrumb trail */
	p.trail {
		margin: 20px 20px 30px 45px;
		color: #7F7F7F;
	}
	p.trail a,
	p.trail a:visited {
		color: #7F7F7F;
		text-decoration: none;
	}
	p.trail a:hover {
		color: #90C93A;
		text-decoration: none;
	}

	/* footer gear */
	div#footer {
		clear: both;
		color: #666;
		text-align: center;
		padding-top: 20px;
	}

		div#footer p {
			margin: 0.5em auto 0.5em 0;
		}

		div#footer a {
			font-weight: normal;
		}


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */


/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* skyscraper advertisements */

#ctl00_content { position: relative; }

#banner-ad {
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	height: 600px;
	padding: 1px;
	position: absolute;
	right: -168px;
	top: 74px;
	width: 160px;
	z-index: 1000;
}
#banner-ad img { border: 0; display: block; }
