/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html {
    position: relative;
    min-height: 100%;
}

body {
	background:#333;
margin: 0 0 43px; /* bottom = footer height */
}

#form1 {
margin:0;
padding:0;
}

.page-wrap {
	background:#333 url(../Userfiles/template/page-wrap-bg.png);
	background-repeat:repeat-x;
	height:17px;
	position:absolute;
	top:0;
	left:0;
	width:100%;	
}
.pageBG {
	background: url(../Userfiles/template/content-bg.png) center;
	background-repeat:no-repeat;
	width:940px;
	height: 656px;
	left:50%;
	margin-left:-470px;
	position: absolute;
	top:17px;
	
}

.container {
	position:relative;
	min-height:100%;
}
header {
	height:115px;
	position:relative;
}
nav {
display:none;
}
div#logo {
	width:371px;
	height:50px;
	left:0px;
	position:absolute;
	top:45px;
}
div#top-nav {
	position:absolute;
	top:52px;
	right:10px;
	z-index:200;
display:none;
}
div#top-nav img{
margin-left:5px;
}

/* CONTENT */
section#content {
	position:relative;
	text-align: left;
padding-bottom:40px;
}


/* LEFT SIDE */

aside#left-side {
	min-height:500px;
	height: auto !important;
	height:500px;
}

/* MAIN */
article#main {

}

.home .main-content {
font-size:9pt;
width:220px;
height:320px;
overflow:hidden;
padding-top:0px;
line-height:16px;
}

/* FOOTER */

.footer-wrap {
	background:#333 url(../Userfiles/template/site-bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
 position: absolute;
    left: 0;
    bottom: 0;
    height: 43px;
    width: 100%;
}

footer {
margin:0 auto;
width:940px;
}
div#credits {
	color:#666;
padding-top:8px;
	position:relative;
	text-align:left;
}


/* #Page Styles
================================================== */

/* Gallery Spacing */
table[class*='galleryTable'] img{
  margin:0px 10px 3px 0px !important;
padding:0 !important;
border:5px solid #f5f4e1;
}

/* SLIDESHOW */

#slideshow {
	height:544px;
	width:580px;
float:right;
}

.slider-top{
	background: url(../Userfiles/template/slider-top.png) no-repeat 0px 0px;
height:5px;
position:absolute;
top:0;
right:0;
width:580px;
z-index:2900;
}
.slider-bottom{
	background: url(../Userfiles/template/slider-bottom.png) no-repeat 0px 0px;
height:5px;
position:absolute;
top:539px;
right:0;
width:580px;
z-index:2900;
}
#home-slider img {
	float:left;
	left:0;
	top:0;
	position:relative;
}

#home-mask {
	overflow: hidden;
	position: absolute;
	height:544px;
	width:580px;
}
.buttons {
	height:125px;
	bottom:0px;
	position:absolute;
	left:320px;
	top:425px;
	z-index:1900;
}
.buttons .button {
	background: url(../Userfiles/template/slider-buttons.png) no-repeat 0px 0px;
	height:20px;
	display:block;
	position:relative;
	margin-bottom:5px;
	width:20px;
	cursor:pointer;
}
.buttons .active, .buttons .button:hover {
	background: url(../Userfiles/template/slider-buttons.png) no-repeat 0px -30px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'asapregular';
    src: url('../fonts/asap-regular-webfont.eot');
    src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-regular-webfont.woff') format('woff'),
         url('../fonts/asap-regular-webfont.ttf') format('truetype'),
         url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}