/* example-specific CSS */

body {
	background-color: #FFF;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	font-size: 10pt;
	line-height: 130%;
	
	/*width:expression(document.body.clientWidth  < 640? "640px": "auto" );
	width:expression(document.body.clientWidth  > 1024? "1024px": "auto" );
	*/
	min-width: 620px;
	max-width: 1004px;
	
	}
	
h1 {
	font-size: 135%;}

h2 {
	font-size: 120%;
	color: navy;}

img{
	border:none;}
	

#title {
	 background: white;
	 background: url("images/title2.jpg") top left no-repeat;
	
	 padding:0 10px 0 10px;
	 width: 100%;
	 height: 150px; }	

#content {
		position: relative;
		
		
		/*IE does not support Min-height, using height:expression, a style supported only by IE.*/
		height:expression(this.scrollHeight < 400? "400px" : "auto" );
		/*compliant browsers will use this one*/
		min-height: 400px;
		padding:10px;
		color:#000;
		background:#F7ECBE;
		width: 100%;
		width:expression(document.body.clientWidth > 1004 ? "1004px": "100%")
		width:expression(document.body.clientWidth <= 600 ? "600px": "100%");
		}

#content p {
	margin: .5cm;}


#container {
	position: relative;
	min-width: 640;
	max-width: 1024;
	
	width: 100%;
	width:expression(document.body.clientWidth  < 620? "620px": "auto" );
	width:expression(document.body.clientWidth  > 984? "984px": "auto" );
	width: 100%;
	
	height: 25px;
	padding:0 10px 0 10px;
	margin: 0 0 0 0;
	background: #818181;
	background: url("images/barbground2.jpg") top left no-repeat;
	}

#nav {
	position: relative;
	float: right;
	
	list-style: none;
	margin: 5px 0 0 0;
	padding:0 10px 0 10px;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 100%;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none; }

#nav a {
	float: right;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px ;}
	
#nav a:hover {
	background-position: 0 -20px; }

#nav a:active, #nav a.selected {
	background-position: 0 -40px; }
	
#about a  {
	width: 82px;
	background: url("images/abouttab2.gif") top left no-repeat; }

#contact a  {
	width: 82px;
	background: url("images/contacttab.gif") top left no-repeat; }
	
#services a  {
	width: 82px;
	background: url("images/servicestab.gif") top left no-repeat; }
	
#LeftCol {
	
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px; }
	
#RightCol {
	float: right;
	width: 40%;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px; }
	
.tableright 

	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding: 4px 8px 6px 4px;
	float: right;
	margin: 2px 2px 2px 2px;
	/*background: #eeeeee;*/}	

	

.tableleft

	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding: 4px 8px 6px 4px;
	float: left;
	margin: 2px 2px 2px 2px;
	/*background: #eeeeee;*/}	
