@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #666666;
}
.maincontent a:link {
	color: #28ace2;	
}
.maincontent a:visited {
	color: #666666;	
}
.style1 {font-size: 9px}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.style5 {color: #666666}
.style7 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style13 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.style14 {color: #FF0000}
.style17 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style19 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0066FF; }

.body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.body h2 {
	font-size: 14px;
}

.body h3 {
	font-size: 13px;
}

.button {
	width: 174px;
	height: auto;
	margin-bottom: 11px;
}
.features {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.divider {
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}

.everything{
	width:100%;
	height: 100%;
	background-color:#000;
}

.content {
width:800px;
}

.content_main {
	background-image:url(images/promo_content_mid.png);
	background-repeat:repeat-y;
}
.int {
	padding-left:25px;
	padding-right:25px;
}

.int_list {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	display:compact;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 0px;
		border:none;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 3px solid #3e3e3e;
	}
	#gallery ul a:hover img {
		border: 3px solid #39F;
		color: #39F;
	}
	#gallery ul a:hover { color: #fff; }


