@charset "utf-8";
body{
background-color: #22292A;
}
#wrapper {
	height: 562px;
	width: 1024px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	height: 562px;
	width: 1024px;
}
#navBar {
	height: 20px;
	width: 460px;
	margin-left: 564px;
	margin-top: 15px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 51px;
	width: 1024px;
	background-image: url(../images/headerLogo.jpg);
}

#content {
	height: 500px;
	width: 1024px;
}

#footer {
	height: 10px;
	width: 1024px;
	background-image: url(../images/footerLine.jpg);
	background-repeat: repeat;
}
#homeText {
	height: 175px;
	width: 330px;
	float: left;
	padding: 0px;
	margin-top: 307px;
	margin-right: 9px;
	margin-left: 18px;
}
#contactText {
	height: 105px;
	width: 330px;
	float: left;
	padding: 0px;
	margin-top: 375px;
	margin-right: 9px;
	margin-left: 18px;
}
#navBar ul {
	margin: 0px;
	padding: 0px;
}
#homePic {
	height: 500px;
	width: 1024px;
	background-image: url(../images/IndexPic.jpg);
}

#aboutText {
	height: 402px;
	width: 380px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 46px;
	float: left;
}
#aboutPic {
	height: 440px;
	width: 606px;
	float: right;
	padding: 0px;
	margin-top: 30px;
	margin-right: 9px;
	margin-bottom: 30px;
	margin-left: 9px;
	background-image: url(../images/aboutPic02.jpg);
}
#bulletPoints {
	width: 400px;
	height: 200px;
	float: left;
}


#navBar li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #00ADEF;
	font-style: normal;
	font-weight: normal;
	margin-left: 50px;
}
.menuItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #00AFEF;
	text-decoration: none;
	list-style-type: none;
}
.menuItem a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #9FE4FF;
	text-decoration: none;
	list-style-type: none;
}
.textInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	height: 600px;
	width: 1024px;
}
#aboutT01 {
	float: left;
	height: 155px;
	width: 380px;
	margin: 0px;
	padding: 0px;
}
#aboutT02 {
	float: left;
	width: 380px;
	height: 75px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#list01 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 190px;
}
#list01 ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/dotPoint.jpg);
}
#list02 {
	float: left;
	height: 200px;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#list02 ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/dotPoint.jpg);
}
#content #menu ul {
	margin: 0px;
	padding: 0px;
}
#content #menu li {
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}
#content #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}
#content #menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #00AFEF;
	text-decoration: none;
	list-style-type: none;
}
#content #slider {
	height: 470px;
	width: 1024px;
	position: relative;
}
#content #slider .scroll {
	overflow:hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	height: 470px;
}
.panel {
	height: 470px;
	width: 1024px;
	color: #FFFFFF
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -50px;
	top: 235px;
}

.scrollButtons.right {
	right: -50px;
	top: 235px;
}
.style1 {
	color: #00ADEF;
	font-weight: bold;
	font-size: large;
}
#contactPic {
	height: 500px;
	width: 1024px;
	background-image: url(../images/contactPic.jpg);
}
