@charset "iso-8859-1";
/* Author: Geoff Vines - 1ontheweb */
/* Creation date: 27/02/2008 */
/* Last modified: 18-Aug-2019 PM */

/* Styling for the basic structural elements. */
* {
	margin: 0;
	padding: 0;
}

body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 101%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 padding-top: 10px;
	 z-index: 1;
}

#mainframe {
	width: 780px;
	/*padding: 135px 0 0 0;*/
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	min-height: 500px;
	overflow: hidden;
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
}

#header {
	width: 780px;
	height: 125px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin-bottom: 15px;
}

#footer {
	/*bottom: 0px ;*/
	position: relative;
	width: 778px;
	margin-top: 10px;
	background-color: transparent;
	text-align: center;
	font-size: 0.8em;
	color: #0B3D91;
	padding: 10px 0 10px 0;
	border: 1px solid #0B3D91;
}

.container-box {
	position: relative;
	overflow: auto;
	border: 0px #0B3D91 solid;
	padding-bottom: 10px;
	width: 780px;
	min-height: 550px;
}

#column-left {
	width: 380px;
	/*padding-right: 10px;*/
	overflow: auto;
	float: left;
}

#column-right {
	width: 380px;
	padding-left: 20px;
	overflow: auto;
}

#container-box-cafe {
	min-height: 550px;
}

#container-box-about {
	min-height: 550px;
}

#container-box-thankyou {
	min-height: 550px;
}

#container-box-alz {
	min-height: 300px;
}

.left-box {
	float: left;
	overflow: auto;
	/*border: 1px #0B3D91 solid;*/
	padding-bottom: 10px;
	width: 380px;
	clear: left;
	display: inline;
}

.right-box {
	float: left;
	overflow: auto;
	/*border: 1px #0B3D91 solid;*/
	padding-bottom: 10px;
	margin-left: 20px;
	width: 380px;
	/*clear: right;*/
	display: inline;
}

#popup-menu {
	background-color: white;
	position: absolute; left:0; top: 140px;
	border: 3px #0B3D91 solid;
	display: none;
	z-index: 10;
	overflow: auto;
	padding: 10px 5px 0 5px;
}

#popup-menu p {
	text-align: left;
	/*padding-left: 5px;*/
	font-size: 0.9em;
	display: block;
	width: 135px;
}

#popup-menu a {
	display: block;
	width: 135px;
}

h1 {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding-left: 5px;
}

#redhdr {
	color: red !important;
}	 

h2 {
	/*font-weight: bold;*/
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 10px 0 0 5px;
	clear: left;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0 0 5px;
}

p {
	background-color: transparent;
	color: #000;
	line-height: 130%;
	margin: 10px 0 10px 0;
	text-align: justify;
	/*clear: left;*/
}

.clear-none {
	clear: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
   text-decoration: none;
}

.img-right {
	float: right;
	margin: 5px 0 10px 10px;
  clear: right;
}

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

.img-info {
	font-size: 0.75em;
	font-style: italic; 
}

#header img {
	float:left;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;
}

a {
	text-decoration: none;
}

/* Styling for navigational elements. */
#navanchor {
	visibility: hidden;
}

a:visited {
	color: #A30000;
	background-color: transparent;
}

/* Specify the rollover style for the links */
/* div#navigation li a:hover, div#navigation li a:focus, div#navigation li a:active */
a:hover {
	background-color: #0000B5;
	color: #FFF;
}

/* Highlighting provide for keyboard users.  a:focus works in Firefox, etc., */
/* a:active works in IE. */
a:focus, a:active {
	background-color: #0000B5;
	color: #FFF;
	text-decoration: none;
}

/* This provides grey text for the inactive menu link of the page your on. */
div#navigation span {
	background-color: transparent;
	color: #999999;
	display: block;
	width: 133px;
	padding: 2px 0 2px 5px;
}

/* Text styling */
ul.maintextlist {
	margin: 10px 0 10px 20px;
	list-style: none;
	line-height: 1.25em;
}

/* Image specific styling. */
#footer-lft {
	position: absolute;
	bottom: -2px;
	left: -2px;
}

#footer-rgt {
	position: absolute;
	bottom: -2px;
	right: -2px;
}


p a:hover {
	text-decoration: none;
}

p.redmsg {
	color: #F00;
	font-weight: bold;
}
/**************************/

/* styling for YouTube movies */
.ytmovie {
	display: block;
	width: 410px;
	height: 231px;
	margin-left: 25px;
	margin-bottom: 20px;
	clear: both; 
}

