/*
Sheet Name: Entrepreneur Intro Page Styles
Theme URI: http://www.clearliteglass.com
Description: 2 goal Intro with image, paragraph and 3 item list
Author: Mjo
Author URI: http://www.onewebsite.ca/
*/


body {
	margin: 0px;
	color: inherit; /* P:F; */
	font-family: Arial, Lucida Grande, Verdana;
	font-size: 92.5%;
	background-color: transparent; /* P:2; */
	}

	
div#intro-popup div.entry {
	margin: 20px;
	}

div.entry {
	margin: 0px;
	padding: 10px;
	background-color: transparent;
	color: #ccc;
	}

	div.entry p {
		margin: 0px 0px 20px 0px;
		padding: 0px;
		color: #ccc;
		}
		
		div.entry p, div.entry h2, div.entry ol, div.entry ul {
			color: #ccc;
			} 

div#billboard-home {
margin: 0px;
	padding: 0px;
		xwidth: 760px;
	xheight: 250px;
	background-color: transparent;
	}




div#billboard-movie {
	margin: 0px;
	padding: 0px;
	height: 645;
	width: 962px;
	background-color: transparent;
	xbackground-image: url(../images/faux_intro.jpg);
	xbackground-repeat: no-repeat;
	}



ul#goal-titles {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-family: tahoma, arial;
	text-align: center;
	}
	
	ul#goal-titles li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left	;
		width: 190px;
		xheight: 50px;
		color: #fff;
		font-size: 20px;
		}
	
	ul#goal-titles li a:link {
		color: #fff;
		text-decoration: none;
		}
	
	ul#goal-titles li a:visited {
		color: #fff;
		text-decoration: none;
		}
	
	
