@charset "utf-8";
/* INTRO PAGE */

*	{
	padding: 0;
	margin: 0;
	}

body {
	background: transparent url(images/Untitled-4.jpg) repeat-x top;
	font-family: Arial, sans-serif;
	color:#000000;
	overflow: auto;
	}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
#header {
	width: 960px;
	min-height: 150px;
	height: 150px;
	background: url(images/header-image2.png) no-repeat;
	text-align: right;
	padding-right: 20px;
	color: #FFCC00;
	}

#header a {
	color:#FFFFFF;
	font-size: 1em;
	text-decoration: none;
	}
	
#header a:hover {
	color:#FFFFFF;
	font-size: 1em;
	text-decoration: underline;
	}

#grafix {
	width: 960px;
	min-height: 300px;
	overflow: hidden;
	}
	
#fr {
	position:absolute;
	float: left;
	width: 270px;
	height: 100px;
	margin-left: 645px;
	margin-top: 100px;
	z-index: 1;
	overflow:visible;
	font-size: 11px;
	color:#FFFFFF;
	}

#fr p{
	width: 180px;
	}

#fr img {
	float: right;
	margin-top: -50px;
	top: 0;
	}

#features {
	width: 960px;
	background-color: none;
	margin-top: 0px;
	}
	
#featureboxL {
	width: 320px;
	background: url(images/feature-box-blue.png) no-repeat;
	height: 270px;
	margin-left: 44px;
	color: #FFFFFF;
	padding-top: 25px;
	}

#featureboxL ul {
	width: 235px;
	padding-left: 40px;
	list-style-position:outside;
	list-style-type: disc;
	font-size: 15px;
	}

#featureboxL ul li {
	margin-bottom: 10px;
	}
	
#featureboxL a.button {
	background: url(images/learn-more.png) no-repeat 0 0;
	width: 120px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	margin-left: 90px;
	margin-top: 55px;
	_margin-top: 105px;
}

#featureboxL a.button:hover { background-position: 0 -40px; }
#featureboxL a.button:active { background-position: 0 -80px; }

#featureboxL ul li a.link {
	color: #fff;
	text-decoration: none;
	}

#featureboxL ul li a.link:hover {
	text-decoration: underline;	
	}

#featureboxR {
	width: 320px;
	background: url(images/feature-box-blue.png) no-repeat;
	height: 270px;
	float: right;
	margin-right: 35px;
	_margin-right: 17px;
	color: #FFFFFF;
	padding-top: 25px;
	}

#featureboxR ul {
	width: 235px;
	padding-left: 40px;
	list-style-position:outside;
	list-style-type: disc;
	font-size: 15px;
	}

#featureboxR ul li {
	margin-bottom: 10px;
	}
	
#featureboxR a.button {
	background: url(images/learn-more.png) no-repeat 0 0;
	width: 120px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	margin-left: 100px;
	margin-top: 72px;
	_margin-top: 105px;
}

#featureboxR a.button:hover { background-position: 0 -40px; }
#featureboxR a.button:active { background-position: 0 -80px; }


#footer {
	width: 960px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: .6em;
	color:#333;
	text-align: center;
	}

/***********************************************/
/*******************TYPOGRAPHY******************/
/***********************************************/

.feature h1 {
	font-size: 0.9em;
	color:#FFFFFF;
	}

