/* CSS Document */

a, a:visited {
	color: #000;
	text-decoration: underline;
	background-position: bottom;}
	
a:hover {
	text-decoration: underline;}

#hello {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 8pt;}
	
#lp-container {
	width: 485px;
	}
	
#lp-container .box {
	width: 230px;
	height: 195px;
	background-color: #fff;
	margin: 1px 1px 0 0;
	float: left;
	position: relative;
	}

#lp-container .lp-header {
	background-image: url(http://www.camplouemma.com/images/louemmaPlus_header.gif);
	text-indent: -9999px;
	width: 475px;
	height: 270px;
	background-color: transparent;
	margin: 0 0 30px 0 ;
	position: relative;}
	
#lp-container .box h3 {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
	color: #999;}
	
#lp-container .box h2 {
	margin: 0 0 4px -1px;
	padding: 0;
	font-size: 14pt;
	font-weight: normal;
	color: #999;
	font-family: Arial, Helvetica, sans;
	letter-spacing: -1px;}
	
#lp-container .box span {
	position: absolute;
	line-height: 1.6em;
	padding: 0 30px 15px 25px;
	bottom: 0;
	height: 98px;
}

#lp-container .box span div {
	width: 10px;
	border-bottom: 3px solid #fff;
	margin: 0 0 2px 0;
	line-height: 0;}
	
#lp-container .box#soccer {
	background-color: #fff;
	background-image: url(http://www.camplouemma.com/images/soccer_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;}
	
#lp-container .box#baseball {
	background-color: #fff;
	background-image: url(http://www.camplouemma.com/images/baseball_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;}

#lp-container .box#golf {
	background-color: #fff;
	background-image: url(http://www.camplouemma.com/images/golf_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom right;}

#lp-container .box#academics {
	background-image: url(http://www.camplouemma.com/images/academics_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;}
	
#lp-container .box#rocknrap {
	background-image: url(http://www.camplouemma.com/images/rocknrap_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;}

#lp-container .box#campcations {
	background-image: url(http://www.camplouemma.com/images/campcations_tab.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #fff;}
	
#lp-container .box a, #lp-container .box a:visited {
	color: #000;
	text-decoration: underline;}
	
#lp-container .box a:hover {
	color: #000;
	text-decoration: underline;}
	
	
	