* {
    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;	
}




#fblikepop{
	background-color:#fff;
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE 6*/
	width:450px;
	border:10px solid #999999;
	z-index:100;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin:0pt;
	padding:0pt;
	color:#333333;
	text-align:left;
	font-family:arial,sans-serif;
	font-size:13px;
}


#fblikepop body{
	background:#fff none repeat scroll 0%;
	line-height:1;
	margin:0pt;
	height:100%;
}

.fbflush{
	cursor: pointer;
	font-size:11px;
	color:#FFF;
}

#fblikebg{
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000; 
	z-index:99;
}

#fblikepop #closeable{
	float:right;
	margin:5px 15px 0 0;
}

#fblikepop h1{ 
	background:#6D84B4 none repeat scroll 0 0;
	border-color:#3B5998 #3B5998 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	padding:10px;
	margin:0px;
}

#fblikepopClose{
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	display:block;
	color:#FFFFFF;
}

#fblikepop #buttonArea{
	background:#F2F2F2;
	border-top:1px solid #CCCCCC;
	padding:8px;
	min-height:50px;
}

#fblikepop #popupMessage{
	font-size:12px;
	line-height:22px;
	padding:8px;
}

#fblikepop #counter-display{
	float:right;
	font-size:11px;
}
