/* basic styles */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #9badb5;
	text-decoration: none;
}

a:visited {
	color: #9badb5;
	text-decoration: none;
}

a:hover {
	color: #C4CBDA;	
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* main page div */

#page {
	width: 757px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #050441;
}

/* page header */

#header {
	padding: 10px 10px 10px 10px;	
	margin: 0px 0px 0px 0px;
}

/* page content */

#content {
	margin: 0px 10px 0px 113px;
	padding: 0px 0px 0px 0px;
}

#content p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

#content p.centred {
	text-align: center;
}

#content p.centredTall {
	text-align: center;
	height: 250px;
}

/* page footer */

#footer {
	text-align: center;
	float: bottom;
	color: #ffffff;
	background-color: #222552;
	margin: 0px 0px 0px 0px;	
	cursor: default;
	width: 757px;
}

#footer span {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #C4CBDA;
	text-decoration: none;
}

/* gallery Image content */

#galleryImageContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#photoGallery table {
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}

#photoGallery td {
	vertical-align: top;
}

/* side navigation */

#navigation {
	position: absolute;
	left: 10px;
	top: 130px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #02506F;
	border-left: 1px solid #02506F;
	border-right: 1px solid #02506F;
}

#navigation li {
	list-style: none;
	border-bottom: 1px solid #02506F;
}

#navigation a.notCurrent {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #222552;
	display: block;
	padding: 4px 6px;
}

#navigation a.notCurrent:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #222552;
	display: block;
	padding: 4px 6px;
}

#navigation a.notCurrent:hover {
	color: #FFFFFF;
	background-color: #497e94;	
}

#navigation a.current {
	text-decoration: none;
	background-color: #02506F;
	color: #FFFFFF;
	display: block;
	padding: 4px 6px;
}

#navigation a.current:visited {
	color: #FFFFFF;
}

#navigation a.current:hover {
	color: #FFFFFF;
}

/* custom classes */

.leftPadded {
	margin: 0px 10px 10px 0px;
	float: left;
}

.rightPadded {
	margin: 0px 0px 10px 10px;
	float: right;
}

img.padded {
	margin: 5px 5px 5px 5px;
	border: 1px 1px 1px 1px;
	border-color: #9badb5;
}

img.wellPadded {
	margin: 20px 20px 20px 20px;
}

a.lined {
	text-decoration: underline;
}

a.lined:visited {
	text-decoration: underline
}

a.lined:hover {
	text-decoration: underline	
}

/* Google future events map */

#map {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 280px;
	height: 350px;
}

.pinColumn { 
	float:left; 
	width:30px;
}
.blurbColumn { 
	margin-left:30px;
} 

.bubbleWriting {
	color: black;
}

/* Flash intro page */

#flashPage {
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#flashSkip {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* Fleuri photo and classes to fix float problem */

#fleuriPhoto {
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.clearfix:after {
	content: "."; 
 	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
