/* This is the global CSS file; It contains all CSS styles used on all pages */

/* Copyright (c)2008 Kinetiqu Web Productions */
/* Unless you have explicit written permission from the owner and copyright holder, you are denied permission to publish or republish this file, or a modification of this file, or any extract from this file, by any means. */
/* Body bg old: #0A1C29 */

body {
	background-color: #D5DDE5;

	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 10px;
}

body.enterSite {
	background-color: #0A1C29;
}

a:link {
	color: #0066FF;
	text-decoration: underline;
}

a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}

.allText {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.allBold {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.allItalic {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

div.eventsSidebarPadding {
	padding-left: 5px;
	padding-right: 5px;
}

.eventsSidebar {
	margin-left: 10px;
	float: right;
	border: 2px solid #000000;
	background-color: #E6EDF3;
}

h2 {
	font-family: Georgia, Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: italic;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: Georgia, Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: italic;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.heading {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

hr {
	width: 400px;
}

img {
	border: none;
}

.leftFloaterBorder {
	margin-right: 7px;
	background-color: white;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float: left;
}

p {
	text-align: justify;
}

.rightFloaterBorder {
	background-color: white;
	margin-left: 7px;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float: right;
}

.shadowLeft {
	background-image: url(../images/shadows/shadowLeft.jpg);
	background-repeat: repeat-y;
}

.shadowRight {
	background-image: url(../images/shadows/shadowRight.jpg);
	background-repeat: repeat-y;
}

.smallText {
	font-family: Arial, Verdana "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

table.mainContent {
	background-color: #FFFFFF;
	padding: 15px;
}

/* index bg image
#indexbg {
	z-index: 2;
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/indexbg.jpg);
	height: 100%;
	width: 100%;
}
*/


#GMap {
	float: none;
	clear: both;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	right: auto;
	position: relative;
	left: auto;
	text-align: center;
	width: 600px;
	height: 350px;
}

#GDirections {
	width: 275px;
}

#GMapDirections {
	width: 310px;
	height: 400px;
}