@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	}
	
#container{
	position:relative;
	width: 865px;
	}
	
#header{
	position:relative;
	z-index: 100;
	}
	
#lower{
	position:relative;
	top: -116px;
	z-index: 1;			
	}
	
#window-top{
	position:relative;
}	

#window-mid{
	position:relative;
	background-image:url(images/layout/window.png);
	}	
	
#content{
	position:relative;
	text-align:left;
	padding: 30px 60px 0px 60px;
	}	
	
#window-bottom{
	position:relative;
	}	
	
#footer{
	position:relative;
	top: -110px;
	height: 36px;
	}	
	
#footer-mid{
	background-color: #f68428;
	font-size: 10px;
	color: #333333;
	width: 800px;
	text-align: center;
	}	
	
#testimony{
	position: relative;
	width: 405px;
	height: 107px;
	padding: 15px 200px 10px 160px;
	background-repeat:no-repeat;
	font-size: 11px;
	}
	
#testimony2{
	position: relative;
	width: 550px;
	height: 107px;
	padding: 15px 50px 10px 180px;
	background-repeat:no-repeat;
	font-size: 11px;
	}	
	
	
#spacer{
	position:relative;
	height: 10px;
	}	
	
td{
	vertical-align: middle;
	}	
	
#color1{
	background-color: #DDDDDD;
	}	
	
/*////////TEXT STYLES///////////////*/	

p{
	font-size:12px;
	margin: 0px;
	}
	
li{
	font-size:12px;
	margin: 0px;
	}
		
	
h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-style:italic;
	font-weight: 100;
	color: #f68428;
	}
	
h3{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color: #3399CC;
	margin: 0px;
	}	
	
h4{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color: #3399CC;
	margin: 0px;
	}		
	
a:link{
	color: #CC6600;
	text-decoration: none;
	}	
	
a:visited{
	color: #CC6600;
	text-decoration: none;
	}		
	
a:hover{
	color: #000000;
	text-decoration: none;
	}
	
a:active{
	color: #000000;
	text-decoration: none;
	}			
		
		
a:link.foot{	
	color: #333333;
	text-decoration: none;
	}	
	
a:hover.foot{	
	color: #333333;
	text-decoration: none;
	}	
	
a:visited.foot{	
	color: #333333;
	text-decoration: none;
	}	
	
a:active.foot{	
	color: #333333;
	text-decoration: none;
	}			