/*---------------------------------------------------------
#basic.css - syles for Treepackaging Inc.

version:1.1
author: Andrew Sherman
Email: andy@imanageit.net
Description: Style sheet for Tree Packaging site dev
authorFlags: !!Required Dev
-----------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	/*orange text*/
	/*color: #e9a124;*/
	color: #000000;
	background: url(../images/bgTile.jpg) repeat;
}

/*---------------------------
styles for definition window
---------------------------*/
/*styles knocked out to remove styling from behind swf - bugs in display may come from here*/
/*
#modal_container {
		padding:5px;
		background-color:#fff;
		border:1px solid #666;
		overflow:auto;
		font-family:"Lucida Grande",Verdana;
		font-size:12px;
		color:#333;
		text-align:left;
}
*/

/*
#modal_container.test {
	background-color:#900;
		color:#fff;
		padding:30px;
		text-align:center;
}
*/

#modal_overlay {
		background-color:#000;	
}


#modal_overlay.test {
		background-color:#fff;
}


#wrapper {
	position: relative;
	width: 1024px;
	/*min-height: 600px;*/
	/*left: 50%;
	margin-left: -512px;*/
}


#flashcontent {
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}

#header {
	width: 1024px;
	height: 183px;
	background: url(../images/header2.jpg) no-repeat top left;
}

#contentContainer {
	position: relative;
	width: 1024px;
	background: url(../images/contentSlice.jpg) repeat-y;
}

#content {
	display: inline;
	width: 785px;
	min-height: 500px;
	margin-right: 55px;
	/*background: #ff0000;*/
	float: right;	
}


#content h1 {
	position: relative;
	width: 779px;
	height: 69px;
	margin-top: -10px;
	/*padding-top: 10px;
	padding-left: 10px;*/
	background: url(../images/h1bg2.png) no-repeat top left;
}

/*header text main*/
h1 #headerText {
	display: inline;
	/*padding-top: 10px;*/
	/*margin-left: 75px;*/
	/*color: #ffffff;*/
	margin-top: 25px;
	margin-left: 60px;
	color: #A30D0D;
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	float: left;
}

/*header text sub*/
h1 #headerSubText {
	display: inline;
	/*color: #E02D2D;*/
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-top: 31px;
	margin-right: 50px;
	float: right;
}



#content p {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	width: 1024;
	height: 40px;
	background: url(../images/footer.jpg) no-repeat top left;
	clear: both;
}


/*-------------------
page specific styles
-------------------*/

/*home*/
#homeImg {
	display: inline;
	width: 364px;
	height: 470px;
	margin-top: -30px;
	background: url(../images/homeImg2.jpg) no-repeat top left;
	float: right;
}

#index ul li {
	list-style: url(../images/bullet.png);
	margin-left: 15px;
}

#index ul {
/*	margin-left: 15px;*/
}

/*about*/

#aboutWaterM {
	display: inline;
	width: 467px;
	height: 443px;
	/*border: 1px solid #000000;*/ 
	background: url(../images/aboutWaterMLogo.jpg) no-repeat top left;
	float: right;
}

#aboutTextContainer {
	display: inline;
	width: 310px;
	/*background: #ccc;*/
	float: left;
}