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

/* HEADER  what a work around to some text floating v-aligned inside a div! */
#header.home {
	background-image:url(../../imageheaders/rotator.php);
	background-repeat:no-repeat;
	width:1024;
}
#header #logo {
	position:absolute;
	top:54px;
	right:0px;
	height:105px;
	width:237px;
	background-color:#265a10;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
#header .logoTxt {
	font-family:"Times New Roman", Times, serif;
	font-size:3.4em;
	color:#FFF;
	height: 60%;
}
#header .logoPayoff {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:bold;
	color:#cd841f;
}

#logo p {
	margin:0;
	padding:0;
	line-height : 25px;
}
#logo>#floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
#floating { /*for IE*/
	width:237px;
	height:100%;
	position:relative;
}
#floating div { /*for IE*/
	position:absolute;
	top:50%;
}
#floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#floating div div {
	position:relative;
	top:-50%;
}
#header #opacy {
	position:absolute;
	top:0px;
	left:210px;
	height:220px;
	width:236px;
	background-color:#abb486;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

/* MENU */
.menu {
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	font-variant:small-caps;
	letter-spacing: 2px;
	color:#696;
	padding-top: 5px;
	padding-bottom:5px;
}
.menuSubText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-variant:normal;
	color:#777;
	line-height:9px;
}

#menu ul, ol {
	margin: 0;
	padding: 10px 0 12px;
	list-style: none;
	width: 210px;
}
#menu li {
	padding: 2px 0 5px;
	float: center;
	background: url(../../images/background_menu.gif) no-repeat;
}
#menu .active{
	color:#cd841f;

}

.box
{
	cursor: default;
	list-style: none;
	margin:0;
	padding:0;
}
.box img
{
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.box li
{
	display: inline;
	float: left;
	padding: 2px;
	position: relative;
}
#seperator #pics{
	position:absolute;
	top: 11px;
	width:216px;
	height: 185px;
	left: 11px;
}
#seperator #pics2{
	position:absolute;
	top: 395px;
	width:216px;
	height: 185px;
	left: 11px;
}


/*LINKS */

a:link {
	text-decoration: none;
	color:#696;
}
a:visited {
	text-decoration: none;
	color:#696;
}
a:active {
	color: #cd841f;
	text-decoration:none;
}
a:hover {
	color: #cd841f;
	text-decoration:none;
}
/* TXT*/

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer ul {
	float:right;
	margin:0;
	list-style:none;
	overflow:hidden;
	margin-left:-6px;
	color:#777;
}

/* footer */

#footer ul li {
	float:left;
	padding:0 5px;
	border-left:1px solid #777;
}
#footer ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
#footer p {
	float:right;
	margin:0;
	padding-bottom:14px;
}
#content p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;	
    text-align:left;
	line-height:16px;
 }
#square{
	width:103px;
	height:103px;
}
