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

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

* {
  margin: 0;
  padding: 0;
}
.clear {
	clear:both;
}
body {
	background-image: url(images/BG-pattern.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#InsideContainer {
	background-image: url(images/bg-image-Inside.jpg);
	background-position: center top;
	margin: auto;
	width: 100%;
	background-repeat: no-repeat;
}
#InsideWrapper {
	margin: auto;
	width: 1030px;
}

#TopBar {
	margin: auto;
	height: 73px;
	width: 1030px;
}
#TopBar #Logo {
	float: left;
	height: 73px;
	width: 500px;
}
#Logo img {
	padding-top: 14px;
	padding-left: 30px;
}

#navcontainer {
	float: left;
	height: 73px;
	width: 530px;
}
#navcontainer #navlist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 30px;
	font-weight: bold;
}
#navcontainer ul li { display: inline; }

#navcontainer #navlist li {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navcontainer #navlist li a {
	text-decoration: none;
	color: #FFF;
}
#navcontainer #navlist li a:hover {
	text-decoration: none;
	color: #ee9700;
}
#BoxText {
	width: 400px;
	padding-top: 80px;
	padding-left: 550px;
	height: 225px;
}
#BoxText p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	line-height: 24px;
}
#ContentText {
	margin-top: 60px;
	padding-top: 20px;
}

#ContentText #LeftCol {
	float: left;
	width: 500px;
	padding-right: 30px;
}
#ContentText #LeftCol h1 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
#ContentText #LeftCol p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
}
.orange {
	color: #ee9700;
}
.grey {
	color: #333;
}
.white {
	color: #FFF;
}

#ContentText #RightCol {
	float: left;
	width: 500px;
}
#ContentText #RightCol h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
}
#ContentText #RightCol p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
#RightCol p img {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#RightCol #YouTube {
	height: 175px;
	width: 330px;
	text-align: center;
}

/* Footer */
#Footer {
	background-image: url(images/FooterBg.jpg);
	background-repeat: repeat;
	height: 80px;
	margin-top: 20px;
}
#Footer #FooterWrap {
	margin: auto;
	width: 1030px;
}

#Footer #FooterLeft {
	float: left;
	width: 655px;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
#Footer #FooterRight {
	width: 330px;
	float: left;
	padding-top: 20px;
}

.SocialMedia {
	float: left;
	height: 36px;
	width: 36px;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BorderNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* inside pages */
