@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "CooperBlack";
	src: url( 'fonts/CooperBlack.eot'); /* IE */  
  src: local("real CooperBlack"), url('fonts/CooperBlack.ttf') format("truetype"); /* non-IE */ 
}
@font-face {
	font-family: "HelveticaNeue";
	src: url( 'fonts/HelveticaNeue.eot'); /* IE */  
  src: local("real HelveticaNeue"), url('fonts/HelveticaNeue.ttf') format("truetype"); /* non-IE */ 
}
@font-face {
	font-family: "HelveticaNeueLight";
	src: url( 'fonts/HelveticaNeueLight.eot'); /* IE */  
  src: local("real HelveticaNeueLight"), url('fonts/HelveticaNeueLight.ttf') format("truetype"); /* non-IE */ 
}
@font-face {
	font-family: "HelveticaNeueUltraLight";
	src: url( 'fonts/HelveticaNeueUltraLight.eot'); /* IE */  
  src: local("real HelveticaNeueUltraLight"), url('fonts/HelveticaNeueUltraLight.ttf') format("truetype"); /* non-IE */ 
}
.skipnavbutton {
	display: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #791B25;
	text-decoration: underline;
}
H1 {
	font-family: HelveticaNeueLight, Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 30px;
	color: #791B25;
	font-weight: normal;
}
H2 {
	font-family: HelveticaNeueLight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0px;
	color:#d50076;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
}
H3 {
	font-family: HelveticaNeueLight, Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 30px;
	color: #791B25;
	font-weight: normal;
}
H3 a{
	color:#ff8fcd;
}
H3 a:hover{
	color: #FFF;
	text-decoration: none;
}
H4 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #c1c4c4;
	font-weight: normal;
}
H5 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #c1c4c4;
	font-weight: normal;
}
H5 a{
	color: #c1c4c4;
}
H5 a:hover{
	color:#ef4638;
	text-decoration: none;
}
H6 {
	margin: 0px;
	padding-bottom: 15px;
	line-height: 20px;
}
P {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #666;
	padding-bottom: 10px;
	line-height: 22px;
}
.red {
	color: #791B25;
}
UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	padding-bottom: 15px;
}
LI {
	font-size: 14px;
	padding-bottom: 5px;
	color: #ababab;
	line-height: normal;
}
.displaynone {
	display: none;
}
img {
	border: none;
}
body{
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	margin: 0px;
	background-image: url(images/sce/bg.jpg);
	background-repeat: repeat;
}
.gradient {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(images/sce/gradient.png);
	background-repeat: repeat-x;
}
.invites {
	width: 734px;
	height: 649px;
	z-index: 9999;
	position: fixed;
	right: -5%;
	bottom: 0;
		background-image:url(images/sce/invites.png);
		background-repeat: no-repeat;
}
.content {
	width: 100%;
	height: auto;
	float: left;
}
.contentinside {
	width: 500px;
	height: auto;
	float: left;
	padding: 30px;
}
.contentinsideline1 {
	width: 500px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
.contentinsideline2 {
	width: 500px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
.contentinsideline3 {
	width: 500px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
.contentinsideline4 {
	width: 500px;
	height: auto;
	float: left;
}
.contentinsideline5 {
	width: 500px;
	height: auto;
	float: left;
}
.contentinsideline6 {
	width: 700px;
	height: auto;
	float: left;
}
.logo {
	width: 329px;
	height: 82px;
	float: left;
	background-image: url(images/sce/logo.png);
	background-repeat: no-repeat;
}