@charset "UTF-8";
body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: "franklin-gothic-urw";
	font-size: 14 px;
}
h1 {
	margin: -17px 0 0 0;
	font-weight: 900;
	font-size: 56px;
}
h2 {
	margin: -11px 0 0 0;
	font-weight: 500;
	font-size: 17px;
}
hr {
	border: 0;
	border-width: 0;
	height: 1px;
	background-color:#000000;
	color:#000000;
	clear: both;
	margin: 0 30px 25px 30px;
}
a {
	text-decoration: none;
}
.mainDiv {
	background-color: #ffffff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.headerDiv {
	background-color: #cccccc;
	width: 1000px;
	height: 100px;
	position: relative;
}
.titleDiv {
	width: 1000px;
	height: 60px;
	position: relative;
	top: 20px;
}
.colorDiv {
	width: 50px;
	height: 61px;
	float: left;
}
.titleTextDiv {
	height: 60px;
	position: relative;
	left: 20px;
	float: left;
}
.titleTextDiv a {
	color: #000000;
	text-decoration: none;
}
.titleTextDiv a:hover {
	color: #ffffff;
	text-decoration: none;
}
.blackDiv {
	background-color: #000000;
	color: #ffffff;
	width: 562px;
	height: 57px;
	float: right;
	font-weight: 900;
	font-size: 40px;
	padding-left: 20px;
	padding-top: 4px;
}
.shadowDiv {
	width: 1000px;
	height: 20px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
.reelDiv {
	background-color: #99cccc;
	width: 1000px;
	height: 415px;
	margin-top: 10px;
	padding-top: 20px;
}
.blackBandDiv {
	background-color: #000000;
	color: #ffffff;
	height: 25px;
	position:relative;
	padding-top: 5px;
	padding-left: 10px;
}
.categoryCtaDiv {
	color: #ffffff;
	height: 18px;
	font-size: 13px;
	margin: 2px 0px 2px 2px;
	padding: 2px 2px 0 10px;
	float: left;
}
.categoryBtnDiv {
    background-color: #eeeeee;
	color: #000000;
	height: 18px;
	border-width: 1px;
	border-style: outset;
	font-size: 13px;
	margin: 2px 0px 2px 2px;
	padding: 2px 5px 0 5px;
	float: left;
}
.categoryBtnDiv:hover {
	background-color: #cccccc;
	border-style: inset;
}
.mediaDiv {
	background-color: #000000;
	width: 440px;
	height: 356px;
	float: left;
	margin: 5px 0 0 0;
}
.copyDiv {
	margin: 30px 50px 30px 50px;
}
.copyDiv a {
	color: #990066;
}
.workDiv {
	width: 1000px;
	background-color: #cccccc;
	padding-top: 20px;
	padding-bottom: 10px;
}
.circleDivFirst {
	background-color: #000000;
	width:120px;
	height:120px;
	margin-left: 50px;
	margin-bottom: 20px;
	background-size: 120px 120px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	line-height: 120px;
	float: left;
}
.circleDivLogin {
	width:120px;
	height:120px;
	margin-left: 50px;
	margin-bottom: 20px;
	background-size: 120px 120px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	line-height: 120px;
	text-decoration: none;
	color: #000000;
}
.circleDivLogin:hover {
	color: #ffffff;
}
.circleDiv {
	background-color: #000000;
	width:120px;
	height:120px;
	margin-left: 35px;
	margin-bottom: 20px;
	background-size: 120px 120px;
	border-radius: 50%;
	position: relative;
	color:#ffffff;
	text-align: center;
	line-height: 120px;
	float: left;
}
.projName {
	font-weight: 900;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.compName {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
}
.footerDiv {
	width: 970px;
	height: 30px;
	padding-top: 10px;
	padding-left: 30px;
}
.footerDiv a {
	color: #000000;
	text-decoration: none;
}
.footerDiv a:hover {
	color: #888888;
}
.legalese {
	margin: 20px 50px 20px 50px;
	padding-bottom: 50px;
}
.agreeDiv {
	width: 30%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.agreementBtnDiv {
    background-color: #eeeeee;
	color: #000000;
	height: 24px;
	border-width: 1px;
	border-style: outset;
	font-size: 15px;
	font-weight: 900;
	padding: 4px 5px 0 5px;
	float: left;
}
.agreementBtnDiv:hover {
	background-color: #cccccc;
	border-style: inset;
}


