* {
    margin: 0;
}
html, body {
height: 100%;
}
body {
	background-image: url(picture.jpg);
	background-position:top left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0B55C4;
	outline: none;
}

img {
	border: 0;
}

h1 {
	background-image: url(../images/generic.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0B55C4;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding-left: 58px;
}

table.headertable {
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

table.adminform {
	background-color: #E7E7E7;
}

table.adminform tr th {
	background-color: #F0F0F0;
	border-bottom: 1px solid #999;
}

table.adminform tr td {
	background-color: #FFF;
}

div.message {
	border: 1px solid #E7E7E7;
	color: #0B55C4;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

div.title_bar {
	height: 30px;
	width: 242px;
}

div.title_bar a {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 40px;
	text-decoration: none;
	width: 192px;
}
.submitbtn {
	background-color: #333;
	border: 1px solid #000;
	color: #FFF;
	margin-right: 3px;
	padding: 3px 5px;
	text-decoration: none;
}
div.pagination {
	padding-right: 5px;
	text-align: right;
}

div.pagination a {
	background-color: #333;
	border: 1px solid #000;
	color: #FFF;
	margin-right: 3px;
	padding: 2px 5px;
	text-decoration: none;
}

div.pagination a:hover {
	background-color: #000;
}

div.pagination a.current {
	background-color: #369;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 0px;
}
.footer, .push {
height: 0px;
}
.footer {
bottom:auto;
width:100%;
}
.rightlinks {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.share {
	position: absolute;
	top: 357px;
	left: 0px;
	z-index: 4;
}
.descbg td {
	background-image: url(images/desc.png);
	background-position: top;
	background-repeat: repeat-y;
}
.descbgtwo td {
	background-image: url(images/desctwo.png);
	background-position: top;
	background-repeat: repeat-y;
}
.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 665px;
    height: 327px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
}
.featuredbox ul.slides{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox ul.slides li{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 665px;
	height: 327px;
}
.featuredbox .description{
	background:transparent url(images/bg.png) repeat scroll 0 0;
	top:265px;
	color:#FFFFFF;
	left:20px;
	padding:3px 6px;
	position:absolute;
	z-index:100;	
	height: 16px;
}
.featuredbox-wrapper .navigation{
	background:transparent url(images/bg.png) repeat scroll 0 0;
	bottom:0px;
	color:#FFFFFF;
	right:0px;
	padding:3px 6px;
	position:absolute;
	z-index:100;	
	height: 294px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.featuredbox-wrapper .navigation li{
	list-style: none;
	list-style-type: none;
	margin: 0px 0px;
	padding: 3px 0px;
}
.featuredbox-wrapper .navigation li img{
	border: solid 2px #000;
}
.featuredbox-wrapper .navigation li.hover img{
	border: solid 2px #414141;
}
.featuredbox-wrapper .navigation li.active img{
	border: solid 2px #FFF;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 327px;
    width: 665px;
    z-index: -1;
}
.featuredbox .box-slide1{
	background: transparent;	
}
.featuredbox .box-slide2{
	background: transparent;	
}
