@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 18px;
	color: #003333;
	background-image: url(images/gold-gradient.jpg);
	background-repeat: repeat;
	line-height: 24px;
	
}

p {text-align:left;}

#wrapper {
	text-align: left;
	width: 1350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 50px;
	padding-left: 1%;
	padding-right: 1%;
}

#header {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 60px;
	margin-bottom: 0px;
}
#left {
	float: left;
	width: 35%;
	text-align: justify;
	
}
#contact {
	clear: both;
	text-align: left;
	font-size: 18px;
	margin-top: 8px;
	line-height: 24px;
}



#contact-number {
	font-weight: bolder;
	line-height: 24px;
}

#right {
	float: right;
	width: 60%;
	padding-left:3%;

}




h1 {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
	font-weight:lighter;
	
}
#image_box {
	height: 44px;
	margin-top: 11px;
	margin-right: 4px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#image_box-right
 {
	height: 44px;
	margin-top: 11px;
	margin-right: 3px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

h1 a {
	text-decoration: none;
	color: #ffffff;
}
#contact-number a {
	text-decoration: none;
}
#contact-number a:link {
	color: #003333;
	text-decoration: none;
	font-weight: normal;
}
#contact-number a:visited {
	color: #003333;
	text-decoration: none;
	font-weight: normal;
}
#contact-number a:active {
	color: #003333;
	text-decoration: none;
	font-weight: normal;
}
#contact-number a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#left a {
	text-decoration: none;
}
#left a:link {
	text-decoration: none;
	color: #003333;
}
#left a:visited {
	text-decoration: none;
	color: #003333;
}
#left a:active {
	text-decoration: none;
	color: #003333;
}
#left a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#right3 {
	clear: both;
	font-size: 18px;
	text-decoration: none;
	text-align: right;
	margin-top: 8px;
	width: 100%;
}
#right3 a {
	text-decoration: none;
	font-size: 18px;
}
#right3 a:link {
	text-decoration: none;
	color: #003333;
}
#right3 a:visited {
	text-decoration: none;
	color: #003333;
}
#right3 a:active {
	text-decoration: none;
	color: #003333;
}
#right3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#right3 p {text-align:right;}


h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  
  -ms-overflow-style: none;
  /* Hides the scrollbar. */
  
  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */
  
  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */
  
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}
