body {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: 231f20;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: helvetica, tahoma, verdana, arial, sans-serif;
	font-size: 18px;
}

body a {
	text-decoration: none;
	color: #33ff0b;
}

p {
	line-height: 1.5em;
	margin-top: 0px;
}

#navigation {
	position: fixed;
	left: -40px;
	top: 190px;
	width: 200px;
	
}

#navigation li {
	width: 250px;
	height: 17px;
	color: white;
	float:left;
	list-style-type: none;
	background-color: #019fcb;
	/*
	background-image: url("images/navBG.png");
	background-repeat: no-repeat;
	*/
	text-align: left;
	padding: 5px 5px 2px 5px;
	font-family: helvetica, tahoma, verdana, arial, sans-serif;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 3px;
}

#navigation a {
	text-decoration: none;
	color: white;
	padding-right: 55px;
	padding-left: 45px;
	width: 140px;
}

#slogan {
	position: fixed;
	font-size: 13px;
	font-weight: lighter;
	font-style: italic;
	color: white;
	top: 390px;
	left:50px;
	width: 200px;
}

#logoBox {
	position: fixed;
	left: 50px;
	top: 0px;
	width: 220px;
	background: black;
	z-index: 1;
	height: 190px;
}

#logoBox img {
	margin-top: 30px;
	margin-right: 20px;
	float: left;
}

#content {
	position: absolute;
	top: 182px;
	left: 298px;
	width: 602px;
	color: white;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

#fourSquare {
	position: relative;
	width: 602px;
	margin-bottom: 30px;
	/*
	background-color: rgba(0, 174, 223, 0.6);
	*/
}

.square1 {
	position: relative;
	padding: 10px 10px 5px 10px;
	width: 580px;
	height: 190px;
	float: left;
	color: white;
}

.square2 {
	position: relative;
	padding: 10px 10px 5px 10px;
	width: 280px;
	float: left;
	color: white;
}

.square1 img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.square1 a:link {
	color: white;
}

.square1 a:visited {
	color: white;
}

.square1 a:visited {
	color: white;
}

.square1 a:hover {
	color: rgb(0, 174, 223);
}

.square2 img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.square2 a:link {
	color: white;
}

.square2 a:visited {
	color: white;
}

.square2 a:hover {
	color: rgb(0, 174, 223);
}

h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #00aedf;
}

h2 {
	padding: 8px 0px 8px 0px;
	margin: 8px 0px 8px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

#subNav {
	clear: both;
	position: relative;
}

#subNav ul {
	list-style-position: inside;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	font-weight: 600;
}

#subNav li {
	float: left;
	list-style: none;
	background-color: #f26522;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	text-indent: none;
}

#subNav a {
	color: white;
}

#subNav a:visited {
	color: white;
}

#subNav a:hover {
	color: white;
}

#footer {
	bottom: 0px;
	left: 250px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: white;
	width: 600px;
	border-top: 1px solid rgb(0, 174, 223);
	text-align: center;
	background-color: black;
	margin-top: 10px;
	clear: both;
}

#butEmail
{
	display: block;
	width: 451px;
	height: 17px;
	background: url("images/but_join.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butEmailOn
{
	display: block;
	width: 451px;
	height: 17px;
	background: url("images/but_join.gif") no-repeat 0 0;
	background-position: 0 -17px;
	margin: 0px;
	z-index: 2;
}

#butEmail:hover
{ 
	background-position: 0 -17px;
}

#butFacebook
{
	display: block;
	width: 225px;
	height: 17px;
	background: url("images/but_facebook.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butFacebookOn
{
	display: block;
	width: 225px;
	height: 17px;
	background: url("images/but_facebook.gif") no-repeat 0 0;
	background-position: 0 -17px;
	margin: 0px;
	z-index: 2;
}

#butFacebook:hover
{ 
	background-position: 0 -17px;
}

#butTwitter
{
	display: block;
	width: 226px;
	height: 17px;
	background: url("images/but_twitter.gif") no-repeat 0 0;	margin: 0px;
	z-index: 2;
}

#butTwitterOn
{
	display: block;
	width: 226px;
	height: 17px;
	background: url("images/but_twitter.gif") no-repeat 0 0;
	background-position: 0 -17px;
	margin: 0px;
	z-index: 2;
}

#butTwitter:hover
{ 
	background-position: 0 -17px;
}

#butCalendar
{
	display: block;
	width: 167px;
	height: 19px;
	background: url("images/but_calendar.gif") no-repeat 0 0;	margin: 0px;
	z-index: 2;
}

#butCalendarOn
{
	display: block;
	width: 167px;
	height: 19px;
	background: url("images/but_calendar.gif") no-repeat 0 0;
	background-position: 0 -38px;
	margin: 0px;
	z-index: 2;
}

#butCalendar:hover
{ 
	background-position: 0 -19px;
}

#butTickets
{
	display: block;
	width: 153px;
	height: 19px;
	background: url("images/but_tickets.gif") no-repeat 0 0;	margin: 0px;
	z-index: 2;
}

#butTicketsOn
{
	display: block;
	width: 153px;
	height: 19px;
	background: url("images/but_tickets.gif") no-repeat 0 0;
	background-position: 0 -38px;
	margin: 0px;
	z-index: 2;
}

#butTickets:hover
{ 
	background-position: 0 -19px;
}

#butFundraising
{
	display: block;
	width: 209px;
	height: 19px;
	background: url("images/but_fundraising.gif") no-repeat 0 0;	margin: 0px;
	z-index: 2;
}

#butFundraisingOn
{
	display: block;
	width: 209px;
	height: 19px;
	background: url("images/but_fundraising.gif") no-repeat 0 0;
	background-position: 0 -38px;
	margin: 0px;
	z-index: 2;
}

#butFundraising:hover
{ 
	background-position: 0 -19px;
}

#butServices
{
	display: block;
	width: 173px;
	height: 149px;
	background: url("images/but_services.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butServicesOn
{
	display: block;
	width: 173px;
	height: 149px;
	background: url("images/but_services.gif") no-repeat 0 0;
	background-position: 0 -149px;
	margin: 0px;
	z-index: 2;
}

#butServices:hover
{ 
	background-position: 0 -298px;
}

#butAbout
{
	display: block;
	width: 132px;
	height: 149px;
	background: url("images/but_about.gif") no-repeat 0 0;	margin: 0px;
	z-index: 2;
}

#butAboutOn
{
	display: block;
	width: 132px;
	height: 149px;
	background: url("images/but_about.gif") no-repeat 0 0;
	background-position: 0 -149px;
	margin: 0px;
	z-index: 2;
}

#butAbout:hover
{ 
	background-position: 0 -298px;
}

#butContact
{
	display: block;
	width: 126px;
	height: 149px;
	background: url("images/but_contact.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butContactOn
{
	display: block;
	width: 126px;
	height: 149px;
	background: url("images/but_contact.gif") no-repeat 0 0;
	background-position: 0 -149px;
	margin: 0px;
	z-index: 2;
}

#butContact:hover
{ 
	background-position: 0 -298px;
}

#butBook
{
	display: block;
	width: 263px;
	height: 149px;
	background: url("images/but_book.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butBookOn
{
	display: block;
	width: 263px;
	height: 149px;
	background: url("images/but_book.gif") no-repeat 0 0;
	background-position: 0 -149px;
	margin: 0px;
	z-index: 2;
}

#butBook:hover
{ 
	background-position: 0 -298px;
}

#butInfo
{
	display: block;
	width: 408px;
	height: 149px;
	background: url("images/but_info.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butInfoOn
{
	display: block;
	width: 408px;
	height: 149px;
	background: url("images/but_info.gif") no-repeat 0 0;
	background-position: 0 -149px;
	margin: 0px;
	z-index: 2;
}

#butInfo:hover
{ 
	background-position: 0 -298px;
}

#butComp
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_comp.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butCompOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_comp.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butComp:hover
{ 
	background-position: 0 -126px;
}

#butInstalls
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_installs.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butInstallsOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_installs.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butInstalls:hover
{ 
	background-position: 0 -126px;
}

#butHardware
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_hardware.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butHardwareOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_hardware.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butHardware:hover
{ 
	background-position: 0 -126px;
}

#butNetworking
{
	display: block;
	width: 316px;
	height: 126px;
	background: url("images/img_but_networking.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butNetworkingOn
{
	display: block;
	width: 316px;
	height: 126px;
	background: url("images/img_but_networking.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butNetworking:hover
{ 
	background-position: 0 -126px;
}

#butWifi
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_wifi.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butWifiOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_wifi.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butWifi:hover
{ 
	background-position: 0 -126px;
}

#butData
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_data.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butDataOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_data.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butData:hover
{ 
	background-position: 0 -126px;
}

#butSecurity
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_security.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butSecurityOn
{
	display: block;
	width: 306px;
	height: 126px;
	background: url("images/img_but_security.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butSecurity:hover
{ 
	background-position: 0 -126px;
}

#butEthernet
{
	display: block;
	width: 316px;
	height: 126px;
	background: url("images/img_but_ethernet.gif") no-repeat 0 0;
	margin: 0px;
	z-index: 2;
}

#butEthernetOn
{
	display: block;
	width: 316px;
	height: 126px;
	background: url("images/img_but_ethernet.gif") no-repeat 0 0;
	background-position: 0 -252px;
	margin: 0px;
	z-index: 2;
}

#butEthernet:hover
{ 
	background-position: 0 -126px;
}

/* Slider Core Layout */
.slider-container {
    position: relative;
    max-width: 100%;
    height: 407px; /* Adjust banner desktop height here */
    margin: 0 auto;
    overflow: hidden;
    background-color: #000000;
}

/* Clickable Slide Defaults */
a.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.8s ease-in-out;
}

a.slide.active {
    opacity: 1;
    z-index: 2;
}

a.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Semi-Transparent Text Content Overlay */
.slide-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    color: #ffffff;
    background: rgba(15, 19, 45, 0.6);
    backdrop-filter: blur(5px);
    padding: 24px;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 480px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slide-content h2 {
    margin: 0 0 10px 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.slide-content p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: 0.9;
}

/* Next / Prev Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
    z-index: 10;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.prev { left: 24px; }
.next { right: 24px; }

/* Bottom Indicator Dots */
.dots-container {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s, transform 0.3s;
}

.dot.active, .dot:hover {
    background-color: #ffffff;
    transform: scale(1.2);
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 992px) {
    .slider-container { height: 400px; }
    .slide-content h2 { font-size: 1.8rem; }
}

@media (max-width: 600px) {
    .slider-container { height: 320px; }
    .slide-content {
        left: 5%;
        right: 5%;
        bottom: 12%;
        max-width: 90%;
        padding: 16px;
    }
    .slide-content h2 { font-size: 1.4rem; }
    .slide-content p { font-size: 0.95rem; }
    .nav-btn { width: 40px; height: 40px; font-size: 14px; }
    .prev { left: 12px; }
    .next { right: 12px; }
}

/* Container styling */
.form-container {
	max-width: 500px;
	background: #191e31;
	padding: 25px;
	margin: 0 auto;
	border: 2px solid #3e7d97;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.form-container h1 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
	color: #3e7d97;
}
.form-container h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
	color: #fff;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: block;
	color: #b3c0c5;
	margin-bottom: 5px;
}
.form-group input, .form-group textarea {
	width: 100%;
	padding: 8px;
	border: 2px solid #3e7d97;
	border-radius: 2px;
	box-sizing: border-box;
}
.required::after {
	content: " *";
	color: red;
}
button {
	background-color: #1c4555;
	color: white;
	font-weight: bold;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
}
button:hover {
	background-color: #3e7d97;
}

