@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	font-family: helvetica;
	font-size: 12pt;
	text-align: center;
	height: 710px;
	}

body.black {
	background-color: black;
	font-family: helvetica;
	font-size: 12pt;
	text-align: center;
	}


img, object {
	border: 0;
}


	
a {	
	text-decoration: none;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.center {
	text-align: center;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
	text-align: left;
}

.v-spaced {
	position: relative;
	top: 10px;
}

.l-spaced {
	padding-left: 20px;
}

.noscroll {
	overflow: hidden;
}

/* Colors */

.l-blue {
	color: #00CCFF;
}

.al-blue a {
	color: #00CCFF;
}


.blue {
	color: #0066FF;
}

.ablue a {
	color: #0066FF;
}

.purple {
	color: #CC33FF;
}
.apurple a {
	color: #CC33FF;
}

.green {
	color: #03FF3C;
}

.agreen a {
	color: #03FF3C;
}

/* Containers */

.full {
	width: 100%;
}

.centered_big {
	width: 80%;
	margin: 0 auto 0;
}

.centered_small {
	width: 330px;
	margin: 0 auto 0;
	padding: 8px 15px 15px 15px;

}

.small 	{
	height: 20px;
}

table.big {
	width: 85%;
	table-layout: auto;
	margin: 0 auto 0;
}

table.big td {
	text-align: center;
}

.thumb {
	width: 175px;
}

.thumbbig {
	width: 300px;
}

td {
	padding: 10px;
}

td.nopad {
	padding: 0px;
}

td.vertc {
	vertical-align: center;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.purp_bord {
	border: 2px solid #CC33FF;
}

.padded {
	padding: 15px;
//	width: 100%;
}

	
#top {
	width: 80%;
	margin: 0 auto 10;
	text-align: center;
}
	
#top.big {
	height: 550px;
	}

#top.med {
	height: 490px;
}

#spacer {
	text-align: center;
	table-layout: auto;
	height: 100%;
	margin: 0 auto 0;
}

#middle {
	width: 80%;
	position: relative;
	top: 0;
	margin: 0 auto 0;
}
	
#bottom {
	width: 100%;
	height: 40px;
	border: 0px;
	position: fixed;
	background: ;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: black;
}

#bottom_holder {
	position: absolute;
	top: 8;
	left: 0;
}

#bottom_holder td {
	padding-top: 0;
	margin-top: 0;
}

.indented {
	padding-left: 30px;
}

/* Fonts */

.smaller {
	font-size: 9pt;
}

.medium {
	font-size: 11pt;
}

.bigger {
	font-size: 19pt;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Special */

/* SPLASH */

	#container {
		position: absolute;
		left: 0;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	
	#innercont {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 27%;
		text-align: left;
	}
	
	img.banner {
		width: 100%;
	}
	
	img.bdi_presents {
		width: 82%;
		padding-left: 2px;
		margin-bottom: 10px;
	}
	
	div.back: {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
	img.back {
		width: 100%;
	}
	
	.zone {
		position: absolute;
		width: 23%;
		height: 30%;
		z-index: 1;
	}
	
	#changeIMG {
		position: absolute;
		top: 10;
		right: 10;
		z-index: 2;
	}
		
	#zone_1 {
		left: 16%;
		top: 15%;
	}
	
	#zone_2 {
		left: 60%;
		top: 8%;
	}
	
	#zone_3 {
		left: 2%;
		top: 65%;
	}
	
	.splink {
		position: absolute;
		z-index: 1;
		display: none;
	}
	
	#link_1 {	
		left: 20%;
		top: 20%;
	}
	
	#link_2 {
		left: 68%;
		top: 14%;
	}
	
	#link_3 {
		left: 56%;
		top: 77%;
	}
	
	#laurels {
		margin-top: 18px;
	}
	
	#laurels img {
		margin-bottom: 10px;
		vertical-align: middle;
	}
	
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #0066FF;
left: 0 !important;
}

.vscrollerbar {
width: 10px;
background-color: #CC33FF;
padding: 0px;
}

.hscrollerbase {
height: 0px;
background-color: #0066FF;
}

.hscrollerbar {
height: 0px;
background-color: #CC33FF;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: black;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	color: white;
	text-align: left;
	border: 1px;
	}

#mycustomscroll.big {
	width: 730px;
	height: 420px;
	line-height: 100%;
}

#mycustomscroll.med {
	width: 400px;
	height: 324px;
	line-height: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
}

#mycustomscroll.med div{
	margin-bottom: 13px;
	line-height: 120%;
}

#mycustomscroll div {
	margin-bottom: 3px;
}

/* PHP LIST MAILING LIST */

.required {
	font-weight: bold;
}

/* Headers */

h1, h2 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: inherit;
}

/* Social */

.social-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.social-container td {
	padding: 2px;
}

.fb-like {
float: right;
}
