@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #01253F;
	background-color: #b0cce0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}


ul, ol, dl {
	text-align: center;
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #002744;
	color: #FF0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-radius: 15px;
	line-height: 32px;
}
h1 {
	background-color: #002744;
	color: #FF0;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
	font-size: 24px;
	text-align: center;
}

h2 {
	margin-top: 0;
	text-align: center;
}

h3 {
	margin-top: 0;
	text-decoration: underline;
}

h4, h5, h6, p {
	margin-top: 0;
	line-height: 26px;
}
a img {
	border: none;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	padding-bottom: 14px;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover, a:active, a:focus {
	text-decoration: none;
	background-color: #579BCC;
	color: #002A4C;
}


.footernavbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	padding-bottom: 10px;
}
.footernavbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footernavbar a:hover, a:active, a:focus {
	text-decoration: none;
	background-color: #579BCC;
	color: #002A4C;
}

.container {
	width: 930px;
	background: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
}


.header {
	text-align: center;
	background-color: #579BCC;
}


.sidebar1 {
	float: left;
	width: 520px;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
}
.content {
	width: 380px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	text-align: center;
	background-color: #579BCC;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navbar {
	text-align: center;
	background-color: #FFF;
	height: 50px;
	background-image: url(../images/nav-bg.jpg);
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
.footernavbar {
	text-align: center;
	background-color: #FFF;
	height: 40px;
	background-image: url(../images/nav-bg.jpg);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	clear: both;
	position: relative;
}

.gallerycontent {
	text-align: center;
}
.contactform {
}
.thirds {
	text-align: center;
	width: 300px;
	float: left;
	margin-top: 20px;
	color: #012D50;
	font-size: 18px;
	font-weight: bold;
}
.thirdsimg {
	text-align: center;
	width: 300px;
	float: left;
	margin-top: 60px;
	color: #012D50;
	font-size: 18px;
	font-weight: bold;
}

.roundedbox {
	background-color: #B0CCE0;
	margin-right: 30px;
	margin-left: 30px;
	border-radius: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.logos {
	margin-right: 7px;
	margin-left: 10px;
}
.danger {
	background-color: #C00;
	color: #FFF;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	border-radius: 15px;
}
.fullcontent {
	margin-right: 20px;
	margin-left: 20px;
}

hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
