body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: black url(images/background-tile.jpg) fixed;
}

button.ui-button{
	font-size: 0.7em;
	margin-top: 5px;
	width: 45%;
}


#content{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
}
#header {
	background: url(images/header.png) no-repeat;
	width: 960px;
	height: 277px;
}

#banner{
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	background: url(images/top-banner.png) no-repeat;
	width: 221px;
	height: 245px;
	float: left;
	padding-top: 70px;
	position: relative;
	z-index: 50;
}

#banner p{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#navigation{
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	/*background: url(images/nav-background.png) repeat-x;*/
background: #0a3047; /* Old browsers */
background: -moz-linear-gradient(top,  #0a3047 0%, #00b3df 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3047), color-stop(100%,#00b3df)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0a3047 0%,#00b3df 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0a3047 0%,#00b3df 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0a3047 0%,#00b3df 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0a3047 0%,#00b3df 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3047', endColorstr='#00b3df',GradientType=0 ); /* IE6-9 */




	width: 960px;
	height: 54px;
/*	margin-top: -8px;
*/	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: -481px;
}

#navigation ul{
	color: white;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 150px;
}

#navigation li{
	display: inline;
	width: 100px;
	height: 69px;
	padding: 15px 10px;
	border-right: 1px solid white;
}

#navigation li.no-border{
	border-right: none;
}

#navigation li a{
	color: white;
}

#navigation li a:hover{
	text-decoration: underline;
}

#right{
	background: url(images/calendar-background.png) no-repeat;
	width: 277px;
	/*height: 316px;*/
	padding-right: 30px;
	float: right;
}


div.ui-datepicker {
    font-size: 70%;
	text-align: left;
}

#datepicker{
	text-align: left;
	margin-left: 40px;
	margin-top: 15px;
}

#left{
	float: left;
	width: 550px;
	padding-left: 30px;
}

#main{
	
	background-color: #f5f1e4;
	/*background-color: rgb(221,199,145);*/
	padding: 20px;
	padding-bottom: 190px;
}

#main h3{
	font-size: 1.2em;
}

#main h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #0A3047;
}

#main p{
	margin-bottom: 5px;
}

label{
	width: 150px;
	float: left;
	text-align: left;
}

input, textarea{
	width: 250px;
	text-align: left;
	float: right;
}


.left{
	text-align: left;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.red{
	color: #0A3047;
}

/* slideshow 484x220*/
#sliderContainer {
	width: 484px;
	height: 220px;
	position: relative;
	border-top: 5px solid #999;
	border-bottom: 5px solid #999;
	margin: 0 auto;
}
.slideContent {
	background:url("images/contentBg.png") repeat scroll 0 0 transparent;
	position: absolute;
	bottom:0px;
	right:0px;
	padding: 10px;
	width: 484px;
}
.slide h3 {
	font: 26px/1em 'Rokkitt', serif;
	color: #FFF;
	margin: 0 0 5px 0;
}
.slide p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
}
.jFlowSlideContainer {
	overflow: hidden;
}
.jFlowSlideContainer a { 
	color: #F90;
	text-decoration: none;
	font-style: italic;
}
.jFlowSlideContainer a:hover {
	text-decoration: none;
}
.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}
.jFlowNext {
	background:url("images/arrows.png") no-repeat scroll 0 -35px transparent;
	height:130px;
	position:absolute;
	top:50px;
	right: -50px;
	width:50px;
	cursor:pointer;
}
.jFlowPrev {
	background:url("images/arrows.png") no-repeat scroll -84px -35px transparent;
	height:130px;
	position:absolute;
	top:50px;
	left: -50px;
	width:50px;
	cursor:pointer;
}
.jFlowPrev:hover {
	background-position: -84px -235px;
}
.jFlowNext:hover {
	background-position: 0px -235px;
}
/* controller pagination */

#myController {
	position: absolute;
	top: 5px;
	right: 5px;
}
.jFlowControl {
	background:url("images/bullet.png") no-repeat scroll 0px 0px transparent;
	float: left;
	width: 15px;
	height: 15px;
}
.jFlowControl:hover {
	background-position: -32px 0px;
	cursor: pointer;
}
.jFlowSelected, .jFlowSelected:hover {
	background-position: -15px 0px;
}

#main.history img, #main.contact img{
	float: left;
	margin-right: 10px;
	border: 2px solid #0A3047;
}

#footer{
	width: 960px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -481px;
	height: 142px;
}

#footer-bar{
	background: url(images/bottom-background.png) repeat-x;
	height: 40px;
	border-bottom: 3px solid #4f000f;
	margin-top: -5px;
	/*padding: 15px;*/
}