html {
	height:100%;
}
body { 
    margin: 0;
    padding: 0; 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    background: url(images/background.jpg) no-repeat 50% 50% transparent;
	color:#333;
	line-height:22px;
	height:100%;
}
.full {
	width:100%;
	height:100%;
}
#container {
    width: 764px;
	height: 462px;
    margin: 0 auto;
	background: url(images/containerbg.png) no-repeat top left transparent;
	overflow:hidden;
}

#inner {
	padding:20px;
	text-align:center;
}
#intro {
	padding:5px 0 10px 0;
}

h1.title {
	display:none;
}

h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
	font-size:2em;
	
}
h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
	font-size:1.6em;
	color: #5f2e9f;
}
#slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
	overflow:hidden;
}
#slider2 {
    width: 100%;
	height:100%;
    margin: 0 auto;
    position: relative;
	overflow:hidden;
}
.scroll {
    height: 250px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    clear: left;
	margin: 10px 0 0 0;
}

.scrollContainer div.panel {
    padding: 20px !important;
    width: 685px !important;
	overflow:hidden !important;
}
.panellogo {
	float:left;
	width:50%;
	text-align:left;
}
.panelinfo {
	float:right;
	width:49%;
	text-align:left;
}

ul.navigation {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 7px 0 7px 0;
	font-weight:bold;
	font-size:1.6em;
}

ul.services {
    margin: 10px 0 10px 0;
    padding-bottom: 8px;
	font-weight:bold;
	font-size:1.4em;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #5f2e9f;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #ffffff;
}

ul.navigation a.selected {
    background-color: #5f2e9f;
	color:#ffffff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.scrollButtons.left {
    display:none;
	left: 10px;
}

.scrollButtons.right {
	 display:none;
    right: 10px;
}

.hide {
    display: none;
}

p {
	margin:0 0 10px 0;
	font-size:1.5em;
}

.popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
}

.window {
width: 800px;
margin: 0 auto;
border: 1px solid #000000;
background: #ffffff;
position: absolute;
padding:15px;
top: 5%;
left: 16.5%;
font-size:1.1em;
}
.window p {
	font-size:1.1em;
}
.close {
	float:right;
	font-weight:bold;
	font-size:1.3em;
}

#footer {
	height:20px;
	float:left;
	bottom:5px;
	position:absolute;
	text-align:right;
	width:99%;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
img {
	border:0;
}
img a {
	border:0;
}
img.title {
	margin-bottom:10px;
	border:0;
}


/* ===== Scrollable CSS ===== */
/* Primary Container */
div.scrollable { position: relative; width: 685px; height: 340px; overflow: hidden; margin:20px; } 

/* Items Container */
div.scrollable div.items { width: 20000em; position: absolute; clear: both; left:0; height:340px; }

/* Individual Item Containers */
div.scrollable div.items div {
	float: left;
	width: 685px;
	padding: 0;
	left:0;
}

/* Next and Previous buttons */
a.prev, a.next {
	display:block;
	float:right;
	padding: 5px 4px;
	cursor:pointer;
	font-size: 13px;
	color: #999;
}
a.prev:hover, a.next:hover { color: #333; }

/* Disabled Next or Previous button */
a.disabled { visibility: hidden !important; }

/* Navigation Container */
div.navi { height:30px; }

/* Navigation Links */
div.navi a {
/*	float: left; */
	text-decoration: none;
	font-weight:bold;
	font-size:1.6em;
    color: #5f2e9f;
	margin-right:10px;
	border: 4px none;
	padding: 10px;
}
div.navi a.active { font-weight: bold; }
div.navi a:hover {  background-color: #ffffff; color:#5f2e9f; }
div.navi a.active { background-color: #5f2e9f; color:#ffffff; }
.panellogo2 {
	float:left !important;
	width:280px !important;
	text-align:left !important;
}
.panelinfo2 {
	float:right !important;
	width:340px !important;
	text-align:left !important;
}