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

/***** Body global *****/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

body, html{
	position: static;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:left;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	background-color:#ffffff;
}

#center-table{
	position: relative;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*height: 100%;*/
	width: 100%;
}

#site-container {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

.pagename-bg {
	background-image:url(..);		/* Allows for full page background image. Use for cool page/site */
	background-position: top center;    /* background graphic or even a large hero image */
	background-repeat:no-repeat;
	}

h1 {
	font-size: 36px;
	font-weight:300;
	letter-spacing:-1px;
	color: #666666;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

h2 {
	font-size: 24px;
	font-weight:300;
	color: #000000;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

h3 {
	font-size: 18px;
	font-weight:300;
	color: #000000;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

p {
	padding: 0px 0px 15px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
}


a:link, a:visited, a:active { 
	color:#6da524;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	text-decoration:none;
	}

a:hover {
	color:#6da524;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	text-decoration:underline;
	}

.clear {
	clear:both;
	}
	
	
	/** slide show **/

/*** set the width and height to match your images **/

#slideshow {
	width:960px;
	height:550px;
	margin:0px 0px 0px 0px; /*top, right, bottom, left*/ 
	padding:0px 0px 0px 0px; /*top, right, bottom, left*/
	position:relative;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:997;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:999;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:998;
}
