/* CSS Document */

#pageTop {
	width:836px;
	height:22px;
	margin:auto;
	background-image:url(../images/top.jpg); 
	background-repeat:no-repeat;
}

#logoContainer {
	width:802px;
	height:77px;
	background-image:url(../images/logoInterior.jpg);
	background-position: 10px 0px;
	background-repeat:no-repeat;
	margin:auto;
	padding: 0px;
}


/* Global Nav Styles*/
#logoContainer #globalNav{
	float: right;
	margin: 0px 10px 0px 0px;
	padding-top:0px;
	width: 300px;
}

#logoContainer #globalNav ul{
	list-style: none;
	text-align: right;
}

#logoContainer #globalNav ul li{
	font:14px Arial; color:#666666;
	border-right:1px solid #666666;
	display:inline;
	padding:0px 12px 0px 10px;
}

#logoContainer #globalNav ul li.last {
	border-right:none;
}

#logoContainer #globalNav ul li a{
	text-decoration:underline;
	color:#006600;
}

#logoContainer #globalNav ul li a:hover{
	text-decoration:underline;
}
/*End Global Nav Styles*/


#headerContainer {
	width:800px;
	height:126px;
	margin:auto;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#contentContainer {
	width:836px;
	margin:auto;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

/*Start Top Nav Bar Styles*/
#navBar {
	width:802px;
	height:31px;
	margin:auto;
	background-image:url(../images/navBg.jpg);
	background-repeat:no-repeat;
	padding-top:1px;
}
.navText {
	color:#FFFFFF;
	margin: 0px;
}

.navText ul {
	list-style-type:none;
	margin:7px 15px 0px 0px;
	text-align:center;
}
.navText ul li {
	font:14px Arial;
	font-weight:bold;
	border-right:1px solid;
	color:#FFFFFF;
	padding: 0px 15px 0px 15px;
	display:inline;
}

.navText ul li a{
	color: #ffffff;
	text-decoration: none;
}

.navText ul li a:hover{
	color: #996600;
	text-decoration: none;
}

.navText ul li.last {
	border:none;
}
/*End Top Nav Bar Styles*/


#bodyContainer{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/globe.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#oneColumn {
	width:750px;
	font:12px Arial, Helvetica, sans-serif; color:#000000;
	font-weight:normal;
	padding:10px 10px 30px 40px;
	margin:auto;
}
#oneColumn h1 {
	background-image: url(../images/recycle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:43px;
	padding:10px 0px 0px 50px;
	font:20px Arial; color:#996600;
	font-weight:bold;
	margin-bottom:-5px;
}
#leftContainer {
	width:205px;
	float:left;
	margin: 20px 0px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
}
#leftContainer a{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #996600;
	text-decoration: underline;
}

#leftContainer a:hover{
	text-decoration: none;
}

#leftContainer h1{
	width: 190px;
	height: 24px;
	margin-left: 5px;
	padding: 2px 0px 0px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c8c1d;
	text-align: center;
	border-bottom:1px solid #999999;
}
.sideBar {
	width:240px;
	margin:20px 0px 20px 0px;
}
.sideHeader {
	background-image:url(../images/titleBg.jpg);
	background-repeat:repeat-x;
	width:210px;
	height:34px;
	margin-left:30px;
	padding-top:5px;
}
	
.sideText {
	font:14px "Trebuchet MS";
	color:#996600;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.sideTitle {
	font:16px Arial; color:#3c8c1d;
	font-weight:bold;
	padding:20px 2px 0px 10px;
}


/*Start Global Box Styles*/
.gbox {
	width:200px;
	padding:15px 0px 5px 0px;
}
.gbox_title {
	font:18px Arial; color:#3c8c1d;
	border-bottom:1px solid #999999;
	font-weight:200;
	padding:10px 0px 5px 0px;
	margin-left:5px;
	height:24px;
}
.gbox_body {
	font:12px Arial; color:#999999;
	width:200px;
	padding:10px 0px 10px 10px;
}
.gbox_body a {
	color:#006600;
	text-decoration:underline;
}
.gbox_body a:hover {
	color:#006600;
	text-decoration:underline;
}
/*End Global Box Styles*/


#rightContainer {
	width:530px;
	height:auto;
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 23px;
	margin-right: 18px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#rightContainer h1 {
	background-image: url(../images/recycle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:43px;
	padding-left:50px;
	padding-top:10px;
	font:20px Arial; color:#996600;
	font-weight:bold;
	margin-bottom:-5px;
}
#rightContainer h2 {
	font:16px Arial; color:#000000;
	font-weight:bold;
	line-height:normal;
}
#rightContainer a {
	color:#006600;
	text-decoration:underline;
	font-weight:normal;
}
#rightContainer a:hover {
	color:#006600;
	text-decoration:underline;
	font-weight:normal;
}

.main {
	font:13px Arial; color:#000000;
	font-weight:normal;
}


/*Start Footer Styles*/
#footerContainer {
	width:836px;
	height:60px;
	margin: -16px auto 0px auto;
	padding: 0px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}
.foot {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.foot ul {
	list-style-type:none;
	padding:15px 0px 10px 0px;
}
.foot ul li {
	font:14px Arial; 
	font-weight:bold;
	border-right:1px solid;
	display: inline;
	padding:0px 20px 0px 20px;
}

.foot ul li a{
	text-decoration: none;
	color: #ffffff;
}

.foot ul li a:hover{
	text-decoration: none;
	color: #996600;
}
.foot ul li.last {
	border:none;
}
/*End Footer Styles*/


.img {
	padding-bottom: 5px;
}
imgLeft {
	background-image:url(../1206/images/interiorLeftImage.jpg);
	width:195px;
	height:225px;
	background-repeat:no-repeat;
}