@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{outline:none;}
a img{border:none;}
html, body{
	background-image:url(../images/salamander.gif);
	background-position:50% top;
	background-attachment:fixed;
	height:100%;
	font:12px trebuchet MS;
	line-height:16px;
	color:#000000;
}
.fr { 
	float:right;
	margin:30px 0 10px 10px;
	clear:right;
}
p{
	font-size:12px;
	letter-spacing:1px;
}
h1{
	font-size:18px;
	line-height:24px;
	margin:0 0 6px 0;
}
h2{
	font-size:14px;
	line-height:18px;
	margin:12px 0 6px 0;
}
a{
	outline:none;
	color:#404000;
}
#ad1{
	float:left;
	margin:10px;
}
#ad2{
	float:right;
	margin:10px;
}
/* Container */
#container{
	position:relative;
	margin:0 auto;
	width:800px;
	height:100%;
	background-color:#ffffff;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#scrollbox{
	position:absolute;
	top:295px;
	min-height:100%;
	width:800px;
	overflow:hidden;
}
#scrollbox img#bgimage{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
/* Content */
#content{
	position:absolute;
	left:240px;
	width:520px;
	min-height:100%;
	background-color:transparent;
}
#content .article{
	float:left;
	width:520px;
	padding:0 0 12px 0;
	border-bottom:2px #ffffff dotted;
	margin-bottom:6px;
}
#content .article:first-child{
	min-height:10px;
	border-bottom:none;
}
#content .double{
	min-height:480px;
}
.intro{
	font-weight:bold;
}
a.flipimage{
	float:right;
	width:250px;
	height:187px;
	margin:15px 0 10px 10px;
	background-position:0;
	background-repeat:no-repeat;
	clear:right;
}
a.flipimage:hover{
	background-position:-250px;
}
/* menu */
ul.floatMenu{
	position:absolute;
	top:295px;
	left:40px;
	list-style-type: none;
	z-index:100;
}
ul.floatMenu li{
	width:160px;
	height:35px;
	margin-bottom:20px;
	background-image:url(../images/button.png);
	background-position:right;
	background-repeat:no-repeat;
}
ul.floatMenu li a{
	margin-left:72px;
	line-height:28px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
ul.floatMenu li.active a{
	color:#000000;
}
ul.floatMenu li a:hover{
	color:#000000;
}

/*
 * simple demo stylesheet for the EasyPoll Snippet v.0.2
 */

.pollvotes, .pollresults {
    position:absolute;
    display:block;
    left:10px;
    top:10px;
    width:120px;
    padding:230px;
    max-width:200px;
    background-color:#cfe295;
    border:1px solid #79a100;
    padding:10px;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:12px;
    color:#618200;
}

.pollvotes ul, .pollresults ul {
    margin:10px 0px 10px 0px;
    list-style:none;
}

.pollvotes li, .pollresults li {
    margin-top:4px;
}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    border:1px solid #79a100;
    color:#618200;
    background-color:#d8e6af;
}

.easypoll input:hover {
    background-color:#FFF;
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

.easypoll_inner {
    height:100%;
    background:url('../../templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
    background-color:#618200;
}

.easypoll_error {
    border:1px solid #600;
    background-color:#FAA;
    padding:8px;
}
/*
 * image with link to modx
 */

#modxlink{
    position:absolute;
    display:block;
    bottom:10px;
    left:10px;
}