body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
	font:12px "Arial", "Helvetica", sans-serif;
	text-align:center;
}




/*-----POSITIONING-----*/




#popup-holder {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

#vertical-center {
	height:50%;
	width:100%;
	margin-top:-260px;/* half vertical height*/
	border:0px;
}

#parent-div {
	position:relative;
	width:925px;
	height:520px;
	margin:auto;
	padding:0px;
	border:0px;
	clear:both;
	text-align:left;
}

#parent-div div {
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
}
	

#logo-holder {
	top:405px;
	left:405px;
	width:520px;
	height:115px;
	text-align:center;
	overflow:hidden;
}

#announcement-holder {
	top:0px;
	left:135px;
	width:250px;
	height:115px;
}



.money-holder {
	width:250px;
	height:250px;
	background-size:100%;
}

.money-holder A,.money-holder A:visited {
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	background-image: url('bg.png');
	position:relative;
	width:250px;
	height:250px;
	margin:0px;
	padding:10px;
	border:none;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
	font-size:16px;
	font-weight:100px;
	-webkit-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-moz-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-o-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-ms-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
}

.money-holder A:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#money-holder-1 {top:135px;left:675px;}
#money-holder-2 {top:270px;left:0px;}



.thumb-holder {
	width:115px;
	height:115px;
	background-size:100%;
}

.thumb-holder A, .thumb-holder A:visited {
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	background-image: url('bg.png');
	position:relative;
	width:115px;
	height:115px;
	margin:0px;
	padding:10px;
	border:none;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
	font-size:16px;
	font-weight:100;
	-webkit-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-moz-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-o-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	-ms-transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
	transition:.5s cubic-bezier(0.25,0.1,0.25,1.0);
}

.thumb-holder A:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
	

#thumb-holder-1  {top:0px;left:0px;}
#thumb-holder-2  {top:0px;left:405px;}
#thumb-holder-3  {top:0px;left:540px;}
#thumb-holder-4  {top:0px;left:675px;}
#thumb-holder-5  {top:0px;left:810px;}
#thumb-holder-6  {top:135px;left:0px;}
#thumb-holder-7  {top:135px;left:135px;}
#thumb-holder-8  {top:135px;left:270px;}
#thumb-holder-9  {top:135px;left:405px;}
#thumb-holder-10 {top:135px;left:540px;}
#thumb-holder-11 {top:270px;left:270px;}
#thumb-holder-12 {top:270px;left:405px;}
#thumb-holder-13 {top:270px;left:540px;}
#thumb-holder-14 {top:405px;left:270px;}




/*-----HEADER STYLES-----*/




HR {
	margin-top:0px;
	margin-bottom:10px;
	border-style:none none solid;
	border-width:2px;
	border-color:#009ADD;
}

H1 {
	margin:0px;
	margin-top:6px;
	margin-bottom:0px;
	padding:0px;
	border-color:#009ADD;
	border-width:2px;
	border-style:none none solid;
	white-space:nowrap;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
}

H2 {
	width:100%;
	margin-top:0px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:300;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	
}

.red {color:#CC0733;}
.yellow {color:#E08C19;}
.green {color:#90BD17;}
.blue {color:#009ADD;}

#logo-holder H2 {
	margin-top:8px;
	margin-bottom:8px;
	font-size:16px;
	font-weight:300;
	color:#FFFFFF;
	text-decoration:none;
}

#info-full {
	margin:0px;
	padding:0px;
	list-style:none;
}

#info-full LI {
	display:inline;
	margin:0px;
	padding:0px 10px 0px 10px;
	border-color:#009ADD;
	border-width:1px;
	border-style:none none none solid;
	font-size:13px;
	font-weight:300;
	color:#8D8D8D;
}

#info-full LI A,#info-full LI A:visited {
	text-decoration:underline;
	color:#8D8D8D;
}

#info-full LI A:hover {
	color:#009ADD;
	text-decoration:underline;
}

#info-full .first {
	border-style:none;
}

#info-mobile {
	display:none;
}

P {
	margin:0px;
	font-size:14px;
	font-weight:300;
	color:#8D8D8D;
}

P A,P A:visited {
	color:#009ADD;
	text-decoration:underline;
}

P A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}




/*-----CONTENT STYLES-----*/




#fader {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#fader A {
	display:block;
	height:100%;
	width:100%;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color:black;
}

#homebg {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:100%;
	width:100%;
}

#close-btn {
	position:absolute;
	top:-18px;
	right:-2px;
	margin:0px;
	padding:0px;
}

#close-btn A,#close-btn A:visited {
	color:#FFFFFF;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
}

#close-btn A:hover {
	color:#009ADD;
}

#popup-div {
	position:relative;
	top:40px;
	width:950px;
	Height:96%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#project-menu{
	position:relative;
	z-index:10;
	margin:0px;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	width:150px;
	border-style:solid;
	border-right-style:none;
	border-width:2px;
	border-color:#909090;
	text-transform:uppercase;
	background-color:#000000;
}

#project-menu UL{
	list-style:none;
	margin:0px;
	margin-left:8px;
	padding:0px;
}

#project-menu LI{
	font-size:14px;
	margin:0px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-color:#8D8D8D;	
}

#project-menu LI A,#project-menu LI A:visited{
	color:#8D8D8D;
	font-weight:100;
	text-decoration:none;	
}

#project-menu LI A:hover{
	color:#009ADD;
	font-weight:300;
	text-decoration:none;	
}

#popup-content {
	position:absolute;
	top:0px;
	left:150px;
	z-index:10;
	width:800px;
	height:95%;
	margin:0px;
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#009ADD;
	background-color:#000000;
	overflow:scroll;
	text-align:center;
	overflow-x:hidden;
	overflow-y:scroll;
}

#current {
	position:relative;
	top:-50px;
}

#popup-content img {
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
	max-width:90%;
	max-height:90%;
	width: expression(this.width > 750 ? 750: true);
	border-style:none;
}

.description {
	display:inline-block;
	margin:20px auto 0px auto;
	padding:12px;
	border-style:solid;
	border-width:2px;
	border-color:#8D8D8D;
	background-color:#111111;
	max-width:50%;
	text-align:left;
	color:#8D8D8D;
	font-size:16px;
	font-weight:100;
	line-height:125%;
}

#footer {
	display:block;
	padding:10px;
}