@charset "utf-8";
@font-face {
font-family: "Century Gothic";
src: url("Fonts/Gothic.ttf")
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow: scroll;
	color: #000000;
}
a:link {
	color: #018eaf;
}
a:hover {
	color: #014758;
}
a:visited {
	color: #018eaf;
}
a:active {
	color: #014758;
}
#Container {
	position: relative;
	left: 200px;
	width: 650px;
	padding: 0px;
}
#Header {
	background-image: url(../Images/SiteImages/Header.jpg);
	position: relative;
	height: 119px;
	width: 650px;
}
.Section {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #014758;
	height: 30px;
	width: 600px;
	background-image: url(../Images/SiteImages/SectionWhite.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 50px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.SectionActive {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	background-color: #018eaf;
	height: 30px;
	width: 650px;
	position: relative;
	background-image: url(../Images/SiteImages/SectionBlack.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
}.Content {
	background-color: #FFFFFF;
	background-image: url(../Images/SiteImages/ContentBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.MemberBottom {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 550px;
	font-size: 10px;
	position: relative;
}
.MemberTop {
	height: 45px;
	padding: 0px;
}
.MemberTop span{
	margin-top:20px;
	margin-left: 15px;
}
.MemberTop img{
	float: left;	
}
#PortImage {
	height: 240px;
	width: 400px;
	position: relative;
}
.Thumb {
	float: left;
	height: 240px;
	width: 180px;
	position: relative;
	background-image: url(../Images/SiteImages/OurWork.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 50px;
}
.Thumb img {
	margin: 0px;
	padding: 0px;
}
#Gallery {
	height: 260px;
}
#CR {
	color: #018eaf;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
