@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
}
.pg-align {
	position:relative;
	width:960px;
	background-image:url(images/bkgd-image.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	margin:auto;
}
.header{
	/*padding-top:.5em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:0.2em;*/
	height:125px;
	width:960px;
	background-image:("images/logo_01.png");
	margin: 0px;
	padding:0px;
}
.swfhead{
	height:100px;
	width:960px;
	margin: 0px;
	padding:0px;
}
.logo{
	background-image:url(images/logo_01.png);
	position:relative;
	float:left;
}
.home{
	float:right;
	width:40px;
	position:absolute;
	height: 22px;
	left: 830px;
	bottom:50px;
}
.contact{
	float:right;
	width:50px;
	position:absolute;
	height: 20px;
	left: 880px;
	bottom:50px;
}
.bar{
	padding-bottom:.01em;
	width:960px;
	height:25px;
}

.col-hldr{
	position:relative;
	width:960px;
}
.btn{
	padding-top:.1em;
	float: left;
	height: 25px;
	width: 160px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:16px;
	color:rgb(255,255,255);
	text-align:center;
	text-decoration:none;
	list-style-position: inside;
}
.btn:hover, .btn ul a:hover{
	background:rgb(199,200,202);
	color:rgb(255,255,255);
	text-decoration:none;
}
.btnsub{
	padding-top:.1em;
	padding-left:4em;
	padding-right:0.2em
	float: left;
	height: 25px;
	width: 160px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:rgb(255,255,255);
	text-align:center;
	text-decoration:none;
	list-style-position: inside;
}
.btnsub:hover, .btn ul a:hover{
	background:rgb(199,200,202);
	color:rgb(102,102,102);
	text-decoration:none;
}
.submenu{
	padding-top:.2em;
	float: left;
	height: 25px;
	width: 100px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:rgb(255,255,255);
	text-align:right;
	list-style-position: inside;
}
.submenu b:hover, .btn ul b a:hover{
	background:rgb(199,200,202);
	color:rgb(0,0,0);
}
.search{
	float: right;
	height: 20px;
	width: 270px;
	text-align:left;	
	font-family:"Trebuchet MS", sans-serif;
	font-size:10px;
	color:#000000;
	z-index:1;
}
.go{
	float: right;
	height: 20px;
	width: 50px;
	text-align:center;	
	font-family:"Trebuchet MS", sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.h1{
	font-family:"Trebuchet MS", sans-serif;
	font-size:21px;
	color:rgb(91,195,190);
}
.comments{
	color:rgb(102,102,102);
	font-family:"Trebuchet MS";
	font-size:10px;
	position:relative;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.spacer{
	height:10px;
}

.grey{
	background-color:rgb(199,200,202);
}
.grey2{
	background-color:rgb(102,102,102);
}
.white{
	background-color:rgb(255,255,255);
}
