@charset "utf-8";

/* SWEEB.NET
 * =========
 *
 * All HTML / CSS / JAVASCRIPT (C) Alexander Shepherd 2009
 *
 * Page Built by SWEEB
 * Alexander.Shepherd@Gmail.com
 *
 * VALID XHTML
 * http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sweeb.net
 *
 * VALID CSS 2.1
 * http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.sweeb.net
 *
 */
 
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	background: #c7d4fa;
	height: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}

hr.bottom {
	margin-bottom: 2px;
	width: 900px;
}

sup {
	font-size: 10px;
}

/*TEXT FORMATTING*/
	h1 {
		font-family: Arial;
		font-size: 21px;
		display: inline;
	}
	
	p {
		font-family: Arial;
		font-size: 16px;
	}
	
	h4 {
		position: relative;
		left: 20px;
		z-index: 1;
	}
	
	h3 {
		display: inline;
	}
	
	p.subP {
		padding-left: 20px;
	}
	
	a, a:visited {
		color: #00F;
		text-decoration: underline;
	}
	
/*INDEX BOXES*/
	.box_top {
		background: url('/images/banner_top.JPG');
		font-size: 1px;
		height: 25px;
	}
	
	.box_side {
		background: #8de3fb;
		width: 15px;
		background-Image: url('/images/banner_fade.JPG');
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
	.box_main {
		padding-left:8px;
		padding-top: 8px;
		text-align: left;
		height: 200px;
	}
	
/*ARROWS*/

	.arrow, .arrow:visited {
		 display: block;
		 width: 160px;
		 height: 37px;
		 padding-top: 16px;
		 text-decoration: none;
		 background-repeat: no-repeat;
		 color: black;
		 margin-top: 5px;
		 font-weight: bold;
		 cursor: pointer;
	}
	
	#right_arrow {
		background:url('/images/SCREEN/right_arrow.png');
		text-align: left;
		padding-left: 10px;
	}
	
	#left_arrow {
		background:url('/images/SCREEN/left_arrow.png');
		text-align: right;
		padding-right: 10px;
	}
	
	#right_arrow:hover {
		background: url('/images/SCREEN/right_arrow_over.png');
	}
	
	#left_arrow:hover {
		background: url('/images/SCREEN/left_arrow_over.png');
	}
	
/*Pop up*/

	.popBg {
		background: black;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
	}
	
	.popBox {
		background: #cbf1f9;
		width: 550px;
		height: 200px;
		border: 10px solid #30a3f4;
		padding: 6px 6px 6px 6px;
	}
	