

@charset "UTF-8";


/* reset styles 
--------------------------------------------- */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
	
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}



/* main shared styles
--------------------------------------------- */
body {
	font-size: 100%;
	background-color: #ffffff;
	color: black;
	padding: 0 0 4% 0;
}


.container {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-width: 17em;
	font-size: 150%;
	padding: 2% 0 0 0;
/* 	padding: 1.6% 0 2.1% 0; */ 
	
}
#wrapper {
	margin: 0 auto 0 auto;
	max-width: 100%;
	background-color: #ffffff; 
	
}   


.logoBox {
    margin: auto;
    max-height: 1px;
    overflow: visible;
    position: relative;
}
#logoImage {
	max-width: 30%;
	display: inline;
	background-color: #ffffff;
	/* padding: 1% 0 1% 0; */
}
.bannerSpanBox {
	max-width: 100%;
	margin-left: 10%;
	padding: 6% 8% 7% 25%;
	text-align: center;
}
.bannerSpan {
	color: #34679e;
	font-size: 375%;
	display: inline;
	font-family: "Book Antiqua", Palatino, serif;
	font-weight: 900;
	text-indent: 4%;
	
}
.bannerSpan2 {
	padding-top: 3%;
	color: #34679e;
	font-size: 375%;
	display: block;
	font-family: "Book Antiqua", Palatino, serif;
	font-weight: 900;
	
}

.iframe {
	position: relative;
	left: 278px;
}

.linked {
	position: relative;
	top: 60px;
	left: 335px;
	
}
#navbar1 p{
	position: relative;
	top: 3px;
	font-weight: 900;
	
	
	font-family: "Book Antiqua", Palatino, serif;
	
	font-size: 48px;
	color: #dddddd;
	
	letter-spacing: 2px;
	
	
}
#navbar2 p{
	position: relative;
	top: 3px;
	font-weight: 900;
	
	
	font-family: "Book Antiqua", Palatino, serif;
	
	font-size: 48px;
	color: #dddddd;
	
	letter-spacing: 2px;
}
#navbar3 p{
	position: relative;
	top: 3px;
	font-weight: 900;
	
	
	font-family: "Book Antiqua", Palatino, serif;
	
	font-size: 48px;
	color: #dddddd;
	
	letter-spacing: 2px;
}
#navbar4 p{
	position: relative;
	top: 3px;
	font-weight: 900;

	font-family: "Book Antiqua", Palatino, serif;
	
	font-size: 48px;
	color: #dddddd;
	
	letter-spacing: 2px;
}

#navbar1 {
	position: static;
	height: 60px;
	width: 240px;
	text-align: center;
	background-color: #013e7f;
	border-width: 5px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	
	
	
	
	
	
}
#navbar2 {
	position: relative;
	left: 250px;
	bottom: 70px;
	height: 60px;
	width: 240px;
	text-align: center;
	background-color: #013e7f;
	border-width: 5px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	
	
	
	
	
}
#navbar3 {
	position: relative;
	left: 500px;
	bottom: 140px;
	height: 60px;
	width: 240px;
	text-align: center;
	background-color: #013e7f;
	border-width: 5px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	
	
	
	
	
	
}
#navbar4{
	position: relative;
	left: 750px;
	bottom: 210px;
	height: 60px;
	width: 240px;
	text-align: center;
	background-color: #013e7f;
	border-width: 5px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	
	
	
}


/* .navlink {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 170%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
	
}
.navlinkMiddle {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 170%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.navlinkMiddle2 {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 170%;
	color: #dddddd;
	padding: 0 1% 0 1%;
	letter-spacing: 2px;
	
} */


.navlink:hover {
	color: #dddddd;
	cursor: pointer;
}
.navlinkMiddle:hover {
	color: #dddddd;
	cursor: pointer;
}
.navlinkMiddle2:hover {
	color: #dddddd;
	cursor: pointer;
}


/* .navbar {
	padding: 1% 0 1% 0;
	text-align: center;
	max-width: 100%;
	
} */


#bottom {
	position: relative;
	bottom: 205px;
	background-color: #ffffff;  
}

ul:hover {
	cursor: default;
}

.hidden {
	display: none;
}

.padding {
	padding-top: 25px;
	max-width: 100%;
	background-color: #34679e;
}

.textBox {
	max-height: 400px;
	min-height: 200px;
	line-height: 28px;
	position: static;
	padding: 0 300px 30px 35px;
	color: #dcdcdc;
	font-family: "Tahoma", Geneva, sans-serif;
	background-color: #34679e;
	max-width: 100%;
	font-size: 25px;
	
}
.historyGraf {
	letter-spacing: 1px;
}

.historyGraf2 {
	letter-spacing: 1px;
	margin-top: 5px;
}

.historyGraf3 {
	letter-spacing: 1px;
	margin-top: 3px;
}
.imgBox {
    margin: auto;
    max-height: 1px;
    overflow: visible;
    position: relative;

	background-color: #34679e;
	

}

.image {
	margin-left: 715px;
	max-width: 25%;
	border: 3px solid #dcdcdc;
	
	display: inline;
}

.textBoxRgt {
	line-height: 18px;
	position: relative;
	bottom: 385px;
	left: 725px;
	width: 235px;
	height: 125px;
	
	color: #dcdcdc;
	font-family: "Tahoma", Geneva, sans-serif;
	background-color: #34679e;
	max-width: 100%;
	font-size: 16px;
}

.txtRgt {
	font-family: "Tahoma", Geneva, sans-serif;
}

.title {
	font-weight:bold;
	padding-bottom: 2%;
	padding-top:2%;
	padding-left: 17%;
}

.location {
	padding: 1% 1% 1% 1%;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFAF0;

}
.locationItem {
	font-size: 130%;
}


.footer {
	font-family: "Tahoma", Geneva, sans-serif;
	
	color: #b4b4b6;
	background-color: #013e7f;
	width: 1000px;
	height: 50px;
	position: relative;
	bottom: 200px;
}
.ftLink {
	font-size: 16px;
	font-weight: 300;
}
.ftBar {
	font-family:  Geneva, sans-serif;
}

#ftLink1 {
	position: relative;
	left: 275px;
	top: 15px;
}
#ftBar1 {
	position: relative;
	left: 355px;
}
#ftLink2 {
	position: relative;
	left: 388px;
	bottom: 17px;
}
#ftBar2 {
	position: relative;
	left: 453px;
	bottom: 32px;
}
#ftLink3 {
	position: relative;
	left: 490px;
	bottom: 49px;
}
#ftBar3 {
	position: relative;
	left: 571px;
	bottom: 64px;
}
#ftLink4 {
	position: relative;
	left: 600px;
	bottom: 81px;
}



/* php contact form */
#contactHeader {
	padding-left: 5%;
}
#contactForm {
	padding: 1% 1% 1% 1%;
	text-align: left;
	max-width: 100%;
	

	background-color: #ffffff;
	
}
input:focus {
	border-style: solid;
	border-color: #013e7f;
}
form {
	margin: 0 0 0 0;
	
}
input {
	outline: none;
	
}
#formHeader {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	
}
.formItem {
	font-size: 17px;
	
	
}
textarea {
	max-width: 78%;
	
	height: 50%;
	resize: none;
	overflow: auto;
	
}
textarea:focus {
	border-color: #013e7f;
	border-style: solid;
}
#button {
	margin: 0;
}
  
  
  /*  SHARED */
                  /* STYLES  */


/* teevee body styles */
.teevee .container {
	max-width: 90em;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-width: 17em;
	font-size: 150%;
}
/* .teevee .navbar {
	text-align: center;
	max-width: 100%;
	
	padding: 1% 0 1% 0;
} */
/* .teevee .navlink {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 280%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.teevee .navlinkMiddle {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 280%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.teevee .navlinkMiddle2 {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 280%;
	color: #dddddd;
	padding: 0 1% 0 1%;
	letter-spacing: 2px; 
}  */
.teevee .navlink:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.teevee .navlinkMiddle:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.teevee .navlinkMiddle2:hover {
	color: #FFFAF0;
	cursor: pointer;
}


.teevee h3 {
	font-size: 120%;
}


.teevee .location {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1%;
}
.teevee .locationItem {
	font-size: 130%;
}



.teevee .description  {
	font-size: 100%;
	margin-top: .5%;
	line-height: 1em;
	margin-bottom: 1%;
}
.teevee .description2  {
	font-size: 100%;
	margin-top: .5%;
	line-height: 1em;
	margin-bottom: 1%;
}




/* body class initial */
.initial .container {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-width: 17em;
	font-size: 100%;
}

/* .initial .navbar {
	
	max-width: 100%; 
	padding: .5% 0 1% 0; */
}
/* .initial .navlink {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 275%;
	color: #dddddd;
	padding: .5% 3% 1% 4%;
	letter-spacing: 2px;
}
.initial .navlinkMiddle {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 275%;
	color: #dddddd;
	padding: .5% 3% 1% 4%;
	letter-spacing: 2px;
}
.initial .navlinkMiddle2 {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 275%;
	color: #dddddd;
	padding: .5% 4% 1% 4%;
	letter-spacing: 2px; 
}  */
.initial .navlink:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.initial .navlinkMiddle:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.initial .navlinkMiddle2:hover {
	color: #FFFAF0;
	cursor: pointer;
}

initial h3 {
	font-size: 120%;
}


.initial .location {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1%;
}
.initial .locationItem {
	font-size: 130%;
}


.initial .description  {
	font-size: 100%;
	margin-top: .5%;
	line-height: 1em;
	margin-bottom: 1%;
}
.initial .description2  {
	font-size: 100%;
	margin-top: .5%;
	line-height: 1em;
	margin-bottom: 1%;
}

/* body class tablet */
.tablet .container {
	max-width: 65em;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-width: 17em;
	font-size: 100%;
}

.tablet .location {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1%;
}
.tablet .locationItem {
	font-size: 130%;
}
/* .tablet .navbar {
	padding: 1% 0 1% 0;
	text-align: center;
	max-width: 63%;
	
} */
/* .tablet .navlink {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 132%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.tablet .navlinkMiddle {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 132%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.tablet .navlinkMiddle2 {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 132%;
	color: #dddddd;
	padding: 0 1% 0 1%;
	letter-spacing: 2px; 
} */
.tablet .navlink:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.tablet .navlinkMiddle:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.tablet .navlinkMiddle2:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.tablet .description {
	font-size: 90%;
}

.tablet .description2 {
	font-size: 90%;
}

/* body class mobile */
.mobile .container {
	max-width: 65em;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	min-width: 17em;
	font-size: 100%;
}
.mobile .navbar {
	padding: 1% 0 1% 0;
	text-align: center;
	max-width: 80%;
	
}
/* .mobile .navlink {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;
	font-size: 100%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.mobile .navlinkMiddle {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
     display: inline;
	font-size: 100%;
	color: #dddddd;
	padding: 0 0 0 1%;
	letter-spacing: 2px;
}
.mobile .navlinkMiddle2 {
	font-weight: 900;
	background-color: #013e7f;
	border-width: 4px;
	border-style: outset;
	border-bottom-color: #012063;
	border-top-color: #84a3c2;
	border-left-color: #0e4887;
	border-right-color: #001f62;
	font-family: "Book Antiqua", Palatino, serif;
	display: inline;   
     font-size: 100%;
	color: #dddddd;
	padding: 0 1% 0 1%;
	letter-spacing: 2px;
}  */
.mobile .navlink:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.mobile .navlinkMiddle:hover {
	color: #FFFAF0;
	cursor: pointer;
}
.mobile .navlinkMiddle2:hover {
	color: #FFFAF0;
	cursor: pointer;
}

.mobile h3 {
	font-size: 90%;
}

.mobile .location {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1%;
}
.mobile .locationItem {
	font-size: 130%;
}
.mobile .description {
	display: none;
	font-size: 60%;
	margin-top: 0;
	line-height: 1em;
}
.mobile .description2 {
	display: none;
	font-size: 60%;
	margin-top: 0;
	line-height: 1em;
}






  

.body1 {
	display: block;
}

.teevee .body1 {
	display: block;
}

.initial .body1 {
	display: block;
}

.tablet .body1 {
	display: none;
}

.mobile .body1 {
	display: none;
}



.body2 {
	display: none;
}

.teevee .body2 {
	display: none;
}
.initial .body2 {
	display: none;
}
.tablet .body2 {
	display: block;
}
.mobile .body2 {
	display: none;
}


.body3 {
	display: none;
}

.teevee .body3 {
	display: none;
}

.initial .body3 {
	display: none;
}

.tablet .body3 {
	display: none;
}

.mobile .body3 {
	display: block;
}









.faq_container {
	margin: 0 auto 0 auto;
	max-width: 95%;
	background-color: #ffffff; 
	
	
}

#wrapper2 {
	margin: 0 auto 0 auto;
	max-width: 95%;
	background-color: #ffffff;
}

#wrapper3 {
	margin: 0 auto 0 auto;
	max-width: 95%;
	background-color: #ffffff;
}

.faq {
	font-weight: bold;
	text-align: center;
	max-width: 100%;
	background-color: #ffffff; 
	
	padding: 1% 0 1% 0;
	margin-left:auto;
	margin-right: auto;
}

.faq_question { font-size: 90%; margin: 0; padding: 0% 0% 5% 0%; display: inline-block; cursor: pointer; font-weight: bold; color: #000000; }

.faq_answer_container { height: 0; overflow: hidden;  background-color: #dddddd;  
   	padding-bottom: 0; }
.faq_answer { margin: 0; padding: 0; color: #dddddd; font-weight: normal; }

.faq .letter_q { max-width: 100%; height: 0; }
.faq .letter_a { max-width: 90%; height: 0; }



/*
background: #ffffff

(logo blue:  013e7f)

banner text: 34679e (web: 336699)
Book Antigua

navbar: 013e7f websafe:003366
	upper navbar outline: 84a3c2 websafe: 9999cc 6699cc?? lower highlight: 96b0c9  
	left navbar outline: 0e4887 websafe: 003399  inner highlight: 295c95
	lower navbar outline: 012063 websafe: 003366  lower highlight: 013e7f
	right navbar outline: 001f62  websafe: 003366 000066?? inner highlight:  012063 
nav text: dddddd websafe: cccccc


content field: 34679e (web: 336699)
content text: dcdcdc websafe: cccccc
Tahoma



text under picture: c3ccd3 websafe: cccccc

footer: 013e7f wersafe: 003366
footer text: b4b4b6 wesafe: cccccc




*/