body, html    { color: #333; 
				font-family: Arial, Helvetica, sans-serif;
			}


body {
	margin: 0;
	padding: 0;
	width: 16000px;
	overflow: hidden;
}		
			
p, table, div { text-align: left; 
			font-size: 0.95em;
		line-height: 1.6em;}
			


#homebg { background: url('images/bg_green.jpg'); }		
#webbg { background: url('images/bg_pink.jpg'); }	
#printbg { background: url('images/bg_grey.jpg'); }		
#otherbg { background: url('images/bg_orange.jpg'); }			

.container {
	float: left;
	display: block;
	height: 1800px;
	width: 2000px;
	position: relative;
	z-index:0 !important;
}

.main {
	width: 800px;
	background-color: #fff;
	margin-left:130px;
	margin-top:300px;
	padding: 0px 50px 10px 50px;
	min-height: 300px; 
}
	
#home {
	background:  url('images/green.jpg') no-repeat top left; position: absolute;}

#homebg .main {
	background: #fff url('images/corner_green.jpg') no-repeat bottom right;
	min-height: 450px;}

#web {
	background:  url('images/pink.jpg') no-repeat top left; position: absolute;}

#webbg .main {
	background: #fff url('images/corner_pink.jpg') no-repeat bottom right;
	min-height: 400px;}

#print {
	background: url('images/grey.jpg') no-repeat top left; position: absolute;}

#printbg .main {
	background: #fff url('images/corner_grey.jpg') no-repeat bottom right;
	min-height: 400px;}
	
#other {
	background:  url('images/orange.jpg') no-repeat top left; position: absolute;}

#otherbg .main {
	background: #fff url('images/corner_orange.jpg') no-repeat bottom right;
	min-height: 400px;}	


#nav    { float: left;
		position: relative;
			left: 25px; 
			top: 35px;
			width: 1000px;
}

	
/* #home .main, #two .main, #three .main {
	margin-left:130px;
	margin-top:300px;
	padding:20px;
	min-height: 300px;
} */   
			  
			  
  	

/*** -----------------text formatting -------------------- ***/	
h1 {
	font-family: Times, Georgia, sans-serif;
	font-size: 1.7em;
	color: #D64548;
	font-weight: normal;
	line-height: 1.8em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D64548;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C6C664;
}
#quote {background:  url('images/bracket.gif') no-repeat top left;
		min-height: 100px; }
.quoteText {
	font-family: Times, Georgia, sans-serif;
	font-size: 1.4em;
	color: #D64548;
	line-height: 1.5em;
	font-weight: normal;
	margin-left: 50px;
}

.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
	line-height: 1.4em;
}

a, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


.Caption a, .Caption a:active, .Caption a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D64548;
	text-decoration: none;

}

.Caption a:hover {
	color: #D64548;
	text-decoration: underline;

}


	
ul {
	color: #888888;
	line-height: 160%;
	list-style-type: square;
	list-style-image: url(images/bullet_e.gif);
	list-style-position: outside;
	}
	
li {
	color: #888888;
	line-height: 160%;
	}
form, search, submit, input, textarea, select {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #666666;}
	
.imgborder { border: 1px solid #CCC;
			background: #fff;
	padding: 3px;}
	
.bgimg {
	background: #fff url(slide.png) no-repeat 50%;
	padding: 45px 20px 45px 15px;
}

hr {
	color: #ccc;
	border-style: dotted;
	background-color: #ccc;
	height: 1px;
	}
	
img, div { behavior: url("iepngfix.php") }