/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
font-family: 'Cabin Condensed', sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
	
	}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}

#top {
position: absolute;
background-color: rgba(255,255,255,0.9);
}

#logocont {
position: absolute;
}

#menubar {
position: absolute;
}

#menubarleft {
position: absolute;
background-color: rgba(6,3,92,0.8);
}

#menubarright {
position: absolute;
background-color: rgba(6,3,92,0.8);
}

#menubarmiddle {
position: absolute;
}

#servicestext {

}

.menuli {
color: white;
display: inline-block;
background-color: rgba(6,3,92,0.8);
position: relative;
}

.menulink{
display: block;
}

.longtext {
overflow: scroll;
overflow-x: hidden;
}


#centralcontent {
position: absolute;
background-color: rgba(255,255,255,0.9);
font-weight: 400;
color: #666;
/*text-shadow: 2px 2px 2px rgba(0,0,0,0.8);*/
}

#content {
position: relative;
width: 90%;
margin-left: 5%;
}

#bottombar {
position: absolute;
background-color: rgba(6,3,92,0.8);
color: white;
}

#bottombar a{
color: white;
}

 #createdby {
position: relative;
float: right;
 }
 
 #copyright {
 position: relative;
 float: left;
 }
 


 a:link {
 color: white !important;
 }

 a:hover {
 color: white !important;
 }

 a:active {
 color: white !important;
 }
 
 a:visited {
 color: white !important;
 }

h2 {
color: black;
}
 
     /*************** SCROLLBAR BASE CSS ***************/
     
    .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    }
     
    .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    }
     
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
    }
     
    .scroll-element {
    display: none;
    }
     
    .scroll-element.scroll-x.scroll-scrollx_visible,
    .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    }
     
    .scroll-element .scroll-bar,
    .scroll-element .scroll-arrow {
    cursor: default;
    }
     
     
     
     
    /*************** SIMPLE INNER SCROLLBAR ***************/
     
    .scrollbar-inner > .scroll-element,
    .scrollbar-inner > .scroll-element div
    {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    }
     
    .scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
    .scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
    .scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
     
     
    /* update scrollbar offset if both scrolls are visible */
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
     
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }