@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, p, div, section, td, tr {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
    -webkit-text-size-adjust: 100%;
	
}


h1{
	font-family: 'PT Sans', sans-serif;
	color: #03054F;
	font-size: 36px;
	font-weight:bold;	
	padding-bottom:10px;
	margin:0px;
	text-transform: uppercase;
	line-height: 35px;
}
h2{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color:#910000;
	padding:0px;
	margin:0px;
	line-height: 22px;	
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.gallery h3{
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:5px;
	margin:0px;
	text-transform: uppercase;
}

.footer_box h3{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #515151;
	padding-bottom: 10px;
	text-transform: uppercase;
}
	
h4{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	padding:10px;
	margin:0px;
	background: -webkit-linear-gradient(#1f71b9, #033c6d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1f71b9, #033c6d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1f71b9, #033c6d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1f71b9, #033c6d); /* Standard syntax */
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	

h5{
	font-size: 20px;
	font-weight: bold;
	color:#033c6d;
	text-transform: uppercase;
	background-image:url(h5arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0px;	
}



.p3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
}

.back-to-top {
			position: fixed;
			bottom:2em;
			right: 20px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding:2px;
			border-radius:10px;
			display: none;
		}

.back-to-top img {
	max-width:41px;
	width:100%;			
		}

.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}
		
hr{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}	

/*Link effect*/
a:link,a:visited,a:active {
	font-size:12px;
	color:#0092ce;
	font-weight:normal;
	text-decoration: none;
	border-color:none;	
}

a:hover {
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	border-color:none;
}
	

@media only screen and (max-width: 720px) {
h1{
font-size: 32px;
}
h2{
font-size: 18px;
}

.back-to-top {
right: 5px;
			
		}
	
	}
	
	



