/*
 * Original Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright Jon Velas Web Agency
 * Top SEO Expert
 */

@charset "utf-8";

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	height: auto;
	width: auto;
}

#Top-Banner {
	background-color: #000000;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(slogan-top-banner-mobile-165px.png);
	background-repeat: no-repeat;
	background-position: 150px 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	float: left;
	margin-top: 45px;
	padding-right: 0px;
}
#Top-Banner h1 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #F7B426;
	text-align: center;
	text-indent: -9999px;
	letter-spacing: -1px;
}
#Top-Banner h2 {
	font-family: Merriweather, Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-style: italic;
	padding-top: 25px;
	padding-left: 150px;
	line-height: 21px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#Logo  {
	height: 93px;
	width: 120px;
	position: absolute;
	left: 10px;
	top: 60px;
	z-index: 900;
	background-image: url("Logo-LissaMart-Taxi-Samana-Web-2026.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#Container #Our-Competitors p {
	font-family: Signika;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 77px;
	padding-right: 10px;
	padding-left: 10px;
}

#Container {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#Main-Animation {
	height: auto;
	width: 100%;
	top: 90px;
	z-index: 100;
	padding: 0px;
	float: left;
	margin: 0px;
}
#Small-Animation    {
	height: auto;
	width: auto;
	padding: 0px;
	float: left;
	position: relative;
	border: 6px solid #6CC;
	max-width: 100%;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#Top-Nav {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 6px #999;
	opacity: 1.0;
}



.topnav {
	background-color: #FFF;
	overflow: hidden;
	z-index: 900;
}



.topnav a {
	float: left;
	display: inline;
	color: #467A92;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-family: Signika, sans-serif;
	font-weight: 600;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}


.active {
	color: #467A92;

}


.topnav .icon {
	display: none;
	color: #467A92;
	background-color: #FFF;
}


.dropdown {
	float: left;
	overflow: hidden;
	z-index: 999;
	opacity: .90;
}


.dropdown .dropbtn {
	font-size: 14px;
	border: none;
	outline: none;
	color: #36C;
	background-color: #FC0;
	font-family: Montserrat, sans-serif;
	margin: 0;
	font-weight: 600;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
	text-transform: uppercase;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}


.dropdown-content a {
	float: none;
	color: #999;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	background-color: #FC0;
}


.topnav a:hover, .dropdown:hover .dropbtn {
	color: #000;
}


.dropdown-content a:hover {
	background-color: #39F;
	color: #FC0;
}


.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#Main-Content {
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 25px;
	margin: 0px;
	float: left;
	max-width: 100%;
}
#Container #Main-Content #Main-Content-Photo{
	float: left;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	max-width: 100%;
}
#Container #Main-Content #Main-Content-Photo img {
	height: auto;
	width: auto;
	border: 6px solid #D3D3D3;
	max-width: 100%;
	margin-right: 15px;
	margin-bottom: 10px;
}






#Main-Content p {
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #685C53;
	text-align: left;
	padding-top: 10px;
	letter-spacing: 0px;
	font-style: normal;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 5px;
}
#Photo-Emilio-Taxi {
	float: left;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: right;
	max-width: 100%;
	padding-right: 20px;
	padding-left: 0px;
	position: relative;
}
#Container #Main-Content #Photo-Emilio-Taxi img {
	height: auto;
	width: auto;
	max-width: 100%;
}


#Main-Content img  {

}

#Main-Content p .lettrine {
	font-family: "Euphoria Script";
	font-size: 48px;
	color: #78A8BE;
	font-weight: bolder;
	margin-right: -7px;
}


#Main-Content  p.p-smaller  {
	font-family: Merriweather, Georgia, serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	color: #685C53;
	text-align: left;
	padding-top: 0px;
	letter-spacing: -1px;
	font-style: normal;
}

#Main-Content  h1 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	color: #467A92;
	letter-spacing: -1px;
	padding-bottom: 10px;
	padding-right: 30px;
}
#Main-Content h1.red {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 900;
	color: #F00;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

#Main-Content h2 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #467A92;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

#Main-Content h2 .bold {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	color: #467A92;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

#Main-Content #Airports-Hotels-Rates {
	height: auto;
	width: auto;
	background-image: none;
	padding-bottom: 20px;
	max-width: 100%;
	float: left;
	padding-top: 5px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F7B426;
	margin-top: 10px;
	position: relative;
	margin-bottom: 20px;
}
#Container #Main-Content #Airports-Hotels-Rates h4 {
	font-family: Signika, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
#Main-Content #Book-Button {
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	height: 150px;
	width: 100%;
	max-width: 90%;
	clear: right;
	padding-bottom: 40px;
}

#Main-Content #Online-Reservations {
	width: 100%;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #F7B426;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: none;
	padding-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	height: auto;
}
#Main-Content #Online-Reservations #Form {
	padding-top: 40px;
	height: auto;
	float: left;
	width: auto;
	max-width: 100%;
	margin-left: -10px;
}
#Main-Content  #Online-Reservations  #Form  form p {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #467A92;
	letter-spacing: 0em;
}
#Main-Content #Online-Reservations p {
	font-family: Merriweather;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	text-align: left;
	padding-left: 0px;
}

#Main-Content h3 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-weight: 700;
	color: #F00;
	font-size: 21px;
	padding-top: 25px;
	padding-left: 0px;
	line-height: 21px;
	letter-spacing: 0px;
	margin-top: 15px;
	padding-bottom: 10px;
	text-decoration: none;
}
#Main-Content h3.padding-top {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-weight: 700;
	color: #FF0000;
	font-size: 21px;
	padding-top: 10px;
	padding-left: 0px;
	line-height: 23px;
}

#Main-Content  h3 .black-type {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 17px;
	padding-top: 0px;
}


#Main-Content h4 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #685C53;
	padding-top: 5px;
}
#Main-Content h4 .low-price-red {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #F00;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
}


#Main-Content h4 .price-bold {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #685C53;
	padding-top: 5px;
	padding-left: 0px;
}
#Main-Content h4 .price-bold-strike {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #685C53;
	padding-top: 5px;
	padding-left: 7px;
	text-decoration: line-through;
}

#Main-Content h4 .name-bold {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #685C53;
	padding-top: 15px;
	padding-left: 0px;
	margin-top: 10px;
}





#Main-Content    h5  {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #000;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-right: 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FC6;
}

#Main-Content h5 .light-yellow-color {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FAD07A;
	padding-top: 6px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}


#Main-Content h6 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #467A92;
}
#Main-Content #Image-Voucher {
	height: auto;
	width: auto;
	float: left;
}
#Main-Content #Image-Voucher p {
	font-family: Merriweather;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	padding-left: 0px;
}


#Main-Content #Image-Voucher img {
	padding-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
	border: 0px none transparent;
	padding-bottom: 0px;
	cursor: pointer;
}

#Main-Content a {
	font-family: Signika, serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #467A92;
	text-decoration: underline;
}
#Main-Content a:hover {
	color: #F00;
	text-decoration: none;
}

#Main-Content  #Map-Google {
	height: auto;
	width: auto;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}
#Main-Content #Map-Google img {
	border: 1px solid #8E8780;
	margin: 0px;
	padding: 0px;
}
#Main-Content #Google-Map-Address {
	height: auto;
	width: 100%;
	clear: right;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#Main-Content #Google-Map-Address a {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #467A92;
	padding-top: 15px;
	padding-bottom: 0px;
	letter-spacing: 0em;
	text-decoration: none;
}
#Main-Content #Google-Map-Address a:hover {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #685C53;
	padding-top: 15px;
	padding-bottom: 0px;
	letter-spacing: 0em;
	text-decoration: none;
}


#Main-Content #Google-Map-Address h3 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #467A92;
	padding-bottom: 0px;
}
#Container #Main-Content #Google-Map-Address p {
	font-family: Merriweather;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	padding-left: 0px;
}



#Main-Content #Google-Map-Address img {
	cursor: pointer;
	width: auto;
	max-width: 85%;
	padding-right: 15px;
}
#Main-Content #Dynamic-Widget-TA {
	float: right;
	height: auto;
	width: auto;
	clear: right;
	margin-top: 15px;
	margin-bottom: 27px;
}
#Main-Content #Dynamic-Widget-TA-2 {
	height: auto;
	width: auto;
	clear: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
#Main-Content #Dynamic-Widget-TA img {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;


}
#Main-Content #Dynamic-Widget-TA-2 img {
	border: 0px none transparent;
	margin: 0px;
	padding: 0px;

}

#Main-Content #Dynamic-Widget-TA a {
	font-family: Signika;
	font-size: 18px;
	font-weight: bolder;
	color: #467A92;

}
#Main-Content #Dynamic-Widget-TA-2 a {
	color: #000;
	text-decoration: underline;
}

#Main-Content #Dynamic-Widget-TA a:hover {
	color: #000;

}
#Main-Content #Dynamic-Widget-TA-2 a:hover {
	color: #093;
	text-decoration: none;


}



#Main-Content #Signature {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	height: 175px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: left 150px;
	padding-left: 10px;
}




#Main-Content  #Signature h5 {
	font-family: "Euphoria Script";
	font-size: 23px;
	color: #467A92;
	font-variant: normal;
	font-weight: bolder;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#Main-Content #Signature h4 {
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #685C53;
	padding-top: 5px;
	text-align: left;
	font-style: italic;
}
#Main-Content  #Signature h6 {
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	color: #685C53;
	padding-top: 5px;
	text-align: left;
	font-style: italic;
}
#Main-Content #Book-Button img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	max-width: 90%;
	height: auto;
	width: auto;
}
#Main-Content #Sightseeing-Tours {
	height: auto;
	width: auto;
	margin-top: 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFCC66;
	max-width: 100%;
}
#Main-Content #Sightseeing-Tours p {
	font-family: Merriweather, Georgia, serif;
	font-size: 17px;
	font-weight: 300;
	color: #685C53;
	font-style: normal;
	padding-top: 5px;
	line-height: 24px;
	padding-left: 0px;
}
#Main-Content #Sightseeing-Tours p.p-smaller {
	font-family: Merriweather, Georgia, serif;
	font-size: 15px;
	font-weight: 400;
	color: #685C53;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: -5px;
	margin: 0px;
	line-height: 15px;
}


#Main-Content    #Sightseeing-Tours    p.p-bold   {
	font-family: Merriweather, Georgia, serif;
	font-size: 17px;
	font-weight: 700;
	color: #685C53;
}


#Main-Content #Sightseeing-Tours h1 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 26px;
	font-weight: 900;
	color: #467A92;
	padding-bottom: 10px;
	padding-top: 3px;
}
#Main-Content #Sightseeing-Tours h2 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #467A92;
	letter-spacing: -1px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#Main-Content #Sightseeing-Tours h4 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #467A92;
	padding-top: 17px;
}
#Main-Content #Sightseeing-Tours h5 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #685C53;
	padding-top: 5px;
	padding-left: 0px;
	border: 0px none transparent;
	background-color: transparent;
}


#Main-Content #Main-Content-Sub-Navigation {
	display: inline;
	float: left;
	clear: both;
	padding-top: 10px;
	width: auto;
	height: auto;
	max-width: 100%;
}
#Main-Content #Main-Content-Sub-Navigation h4 {
	padding-bottom: 5px;
}

#Main-Content #Main-Content-Sub-Navigation ul {

}
#Main-Content #Main-Content-Sub-Navigation li {
	display: inline;
}
#Main-Content #Main-Content-Sub-Navigation a {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0px;
	display: inline;
	color: #685C53;
	line-height: 30px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url(sun-link.gif);
}
#Main-Content #Main-Content-Sub-Navigation a:hover {
	font-family: Signika, "Segoe UI", Sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	color: #B3A391;
}












#Right-Column {
	float: right;
	width: 190px;
	height: 850px;
	background-image: url(vertical-tint-750px.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 220px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	display: none;
}
#Right-Column #Trip-Advisor-Widget{
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 12px;
	padding: 0px;
}

#Right-Column  img {
	cursor: pointer;
}
#Right-Column  h1 {
	padding-bottom: 10px;
	padding-top: 20px;
}
#Right-Column h6 {
	font-family: Merriweather, Georgia, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #FF0000;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 30px;
	font-style: italic;
}
#Right-Column #Facebook-Widget {
	height: 120px;
	width: 150px;
	padding-top: 70px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Right-Column  #Facebook-Widget  img   {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
}

#Right-Column #Facebook-Widget h5 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #467A92;
	padding-bottom: 5px;
}
#Right-Column #Widget-TA {
	height: auto;
	width: auto;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Right-Column #Widget-TA a {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #467A92;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
}
#Right-Column #Widget-TA a:hover {
	color: #685C53;
	text-decoration: none;
}
#Right-Column #Logo-Go-Samana {
	height: auto;
	width: 150px;
	padding-top: 70px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Right-Column #Logo-Go-Samana img {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
}
#Right-Column #Logo-Go-Samana h5 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	color: #467A92;
	padding-bottom: 5px;
}

#Right-Column #Sub-Navigation {

}
#Main-Content-Sub-Navigation {
	display: inline;
}

#Right-Column #Sub-Navigation a:link {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	display: block;
	color: #685C53;
	padding-left: 12px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 14px;
	font-style: normal;
	background-image: none;
}
#Right-Column #Sub-Navigation a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #B3A391;
}
#Main-Content #Notes-Bottom{
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 100%;
	padding-right: 20px;
}
#Main-Content #Notes-Bottom p {
	max-width: 100%;
	font-family: Merriweather;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 0px;
	line-height: 20px;
}







#Footer {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	padding-bottom: 10px;
	background-color: #000000;
	margin: 0px;
	height: auto;
	clear: none;
	width: 100%;
	display: none;
}
#Footer  p  {
	font-family: Merriweather, Georgia, serif;
	font-weight: 400;
	color: #333366;
	text-align: right;
}

#Footer h2 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #C9BDAF;
}

.footer-bold {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 14px;
	font-weight: 700;
}

#Footer a {
	color: #524638;
	text-decoration: none;
	font-family: "Segoe UI", Geneva, "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}
#Footer a:hover {
	color: #9A856B;
	text-decoration: none;
}
#JVM {
	height: auto;
	width: 100%;
	background-color: #000000;
	float: right;
	padding-bottom: 20px;
	clear: both;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: none;
}
#JVM p {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}
#JVM p a {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	color: #948D85;
	text-decoration: none;
}
#JVM p a:hover {
	color: #C9BDAF;
	text-decoration: none;
}
#Websites {
	float: none;
	height: auto;
	width: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-indent: -9999;
	display: none;
	max-width: 100%;
}
#Websites  p  {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	font-weight: lighter;
	color: #0099CC;
	padding: 0px;
}
#Websites  p  a {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0099CC;
	font-weight: normal;
}
#Websites  p  a:hover {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #00769D;
	font-weight: bolder;
}

.margin-top-h6 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #467A92;
	padding-top: 50px;
}
.smaller-margin-top-h6 {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #467A92;
	margin-top: 20px;
}

.red {
	font-family: Signika, "Segoe UI", Sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #FF0000;
}

.bold-phone {
	font-family: Merriweather, Georgia, serif;
	font-size: 20px;
	font-weight: 700;
	color: #685C53;
}

.p-bold {
	font-family: Signika, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #685C53;
}
