body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

html, body {
	background: #00a1d3 url(../images/background.png) repeat-x;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	width: 990px;
	min-width: 990px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 110px;
	padding-top: 10px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 2px 0 0 2px;
}

#header h1 a {
	display: block;
	width: 470px;
	height: 88px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header p.contact {
	float: right;
	margin: 0 15px 0 0;
	padding: 8px 0 0 10px;
	font-size: 21px;
	color: #0194cb;
	line-height: 1;
	text-align: right;
}
#header p.contact a {
	color: #0194cb;
}
#header p.contact a:hover {
	text-decoration: none;
}
#header p.contact span {
	display: block;
	font-size: 54px;
	color: #fff;
}
#fbLink {
	float : right;
background-color: #fff;
padding: 4px 3px 3px 3px;
margin: 7px 9px 0 0;
border-radius:2px;
}


/* Top Navigation */

#topNavigation {
	height: 51px;
	background: #0067b6;
}

#topNavigation {
	
}
#topNavigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
#topNavigation li {
	position: relative; 
	float:left;
	margin: 5px 15px 0 0;
	padding: 0;
}
#topNavigation li.First {
	margin-left: 55px;
}
#topNavigation li.Last {
	margin-right: 0;
}
#topNavigation ul li a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 27px;
	font-size: 24px;
	color: #fff;
	background: #00a0d3 url(../images/navi-normal.png) repeat-x;
	white-space: nowrap;
}
#topNavigation ul li.First a {
	border-left: 0;
}
#topNavigation ul li a:hover {
	text-decoration: none;
	background: #e16f00 url(../images/navi-hover.png) repeat-x;
}
#topNavigation ul li.Current a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 27px;
	font-size: 24px;
	color: #fff;
	background: #e16f00 url(../images/navi-active.png) repeat-x;
}
#topNavigation ul ul {position:absolute; display:none;padding-left:0; }
#topNavigation ul li:hover ul {display:block;}
#topNavigation ul ul li { float:none; margin-top: 0;}
#topNavigation ul ul li a {
	text-align:left; 
	background: #00a0d3 url(../images/navi-normal.png) repeat-x; 
	white-space:nowrap;
	height: 38px;
	line-height: 38px;
	padding: 0 32px;
	font-size: 18px;
}
#topNavigation ul li.Current ul li a {
	text-align:left; 
	background: #00a0d3 url(../images/navi-normal.png) repeat-x; 
	white-space:nowrap;
	height: 38px;
	line-height: 38px;
	padding: 0 32px;
	font-size: 18px;
}
#topNavigation ul li ul li.Current a {
	height: 38px;
	line-height: 38px;
	padding: 0 32px;
	font-size: 18px;
}
#topNavigation ul ul li a.First{ } 
#topNavigation ul ul li a:hover, #topNavigation ul li.Current ul li a:hover {background: #00a0d3 url(../images/navi-hover.png) repeat-x; }


/* Content */

#content {
	padding: 20px 0;
	min-height: 400px;
}

/* Welcome Section */

#welcomeSection {
	padding: 20px 10px 40px;
}

#welcomeSection .leftColumn {
	float: left;
	width: 567px;
}

#welcomeSection .leftColumn .welcomeImage {
	margin-top: 70px;
}

#welcomeSection .rightColumn {
	float: right;
	width: 383px;
}

/* Sections */

#sections {
	padding: 21px 0 17px;
	background: #13295d;
	border-top: 7px solid #e16f00;
	border-bottom: 7px solid #e16f00;
}

#sections .section {
	position: relative;
	display: inline-block;
	padding-left: 33px;
	padding-bottom: 17px;
	width: 147px;
	background: url(../images/orange-arrow.png) no-repeat 0 33px;
	margin-left: 12px;
	vertical-align: top;
	cursor: pointer;
}

#sections .section img {
	display: block;
	border: 3px solid #fff;
	margin-bottom: 11px;
}

#sections .section span {
	position: absolute;
	left: 15px;
	padding-left: 4px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
	width: 173px;
}

/* Footer */

#footer {
	padding: 18px 0;
}

#footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#footer .copyright a {
	color: #fff;
	font-size: 12px;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer ul.footerLinks {
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
}

#footer ul.footerLinks li {
	display: inline;
	margin: 0 12px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #81c3e3;
}

#footer ul.footerLinks li a {
	color: #81c3e3;
}
.clear {
	clear: both;
}

img.galleryThumb {
	width: 105px;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}
img.galleryThumb:hover {
	border: 3px solid #EA7400;
}
.galleryImage {
	float: left;
	width: 115px;
	padding: 4px 4px 7px 4px;
}
#FormBlock {
	margin-left: 350px;
}

#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
	width: 100px;
	
}
#FormBlock input.formfields {
	width: 315px;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 160px;
	font-weight: bold;
	color : #000000;
}	
form input[type=submit] {
	background : url("../images/submit_button.png") no-repeat center center;
	width : 115px;
	height :52px;
	border : none;
	color : transparent;
	font-size : 0
}