@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/bkgdgrad.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	min-height:1000px;
	padding:0px;
	margin:0px;
}

.pg-align {
	position:relative;
	width:960px;
	background-image:url(images/bkgd-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:relative;
	margin:auto;
	background-color:#FFFFFF;
}
.header{
	padding-top:.5em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:0.2em;
	height:100px;
	width:960px;
}
.logo{
	background-image:url(images/logo_01.png);
	position:relative;
	float:left;
}
.home{
	background-image:url(images/home.jpg);
	float:right;
	width:50px;
	position:relative;
}
.contact{
	background-image:url(images/contact.jpg);
	float:right;
	width:50px;
	position:relative;
}
.bar{
	height:25px;
}

.col-hldr{
	/*position:relative;*/
	width:960px;
}
.btn{
	padding-top:.2em;
	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);
}
.main{
	padding-left: 20px;
	padding-right: 20px;
	width: 600px;
	font-family:"Trebuchet MS", sans-serif;
	float: left;
}
.article {
	border-bottom: 1px dotted gray;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:rgb(91,195,190);
}
.intro{
	font-weight:bold;
}
.admin{
	color:rgb(102,102,102);
	font-family:"Trebuchet MS";
	font-style:italic;
	font-size:10px;
	position:relative;
}
.gallery {
	width:600px;
}
.gallery-item {
	float:left;
	width:150px;
	height:150px;
	margin-bottom:0px;
	margin-right:0px;
}
.gallery img {
	width:150px;
	height:150px;
}
.gallery-caption {
	margin-left: 0;
}

.post{
	float:left;
	width:280px;
}
.ulborder{
	height:auto;
	width:275px;
	color:rgb(244,123,32);
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:rgb(244,123,32);
}
ul{
	padding-top:0em;
	padding-left:1em;
	padding-right:1em;
	margin-top:0em;
	/*list-style-position: inside;*/
}
li{
	list-style-image:url(images/crossbullet_01.png)
}
.list{
	color:rgb(102,102,102);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
}
.list li:hover, .list ul li a:hover{
	background:rgb(255,255,255);
	color:rgb(244,123,32);
}
.sbar-title{
	font-size:15px;
	float:left;
	margin-left:10px;
	font-family: "Times New Roman", Times, serif;
	color:rgb(244,123,32);
}
.comments{
	color:rgb(102,102,102);
	font-family:"Trebuchet MS";
	font-size:10px;
	position:relative;
}
.footer{
	color:rgb(102,102,102);
	font-family:"Trebuchet MS";
	font-size:10px;
	clear:both;
	text-align:center;
	position:relative;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.spacer{
	height:10px;
}
.teal{
	background-color:rgb(91,195,190);
}
.grey{
	background-color:rgb(199,200,202);
}
.grey2{
	background-color:rgb(102,102,102);
}
.white{
	background-color:rgb(255,255,255);
}