@import url("reset.css");

html, body { 
    min-height: 100%; 
    height: 100%; 
} 
 
body {
	margin: 0;
	padding: 0;
	font: .9em/1.5 arial, sans-serif;
	line-height: 18px;
	color: #000;	
	background-color: #fff;
	background-image: url(../images/bg_learnMore2.jpg);
	background-repeat: repeat-x;
}

a { color: #004daa; }
a:hover { color: #004daa; text-decoration:none; }

.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.clear { height: 1%; }
.bold {font-weight:bold;}

#mainContent {
	position: relative;
	width: 920px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid Fuchsia; */
}

#topLeft {
	float: left;
	width: 475px;
	padding: 0px;
	/* border: 1px solid Fuchsia;
	 */	
}

#topLeft #logo {
	width: 390px;
	height: 80px;
}

#topLeft #screen {
	width: 456px;
	height: 440px;
} 

#topLeft #FBlike {
	margin-left: 10px;
	margin-top: 10px;
}

#topLeft #screenButton {
	text-align:center;
}



#topRight {
	float: left;
	width: 400px;
	text-align: left;
	/* border: 1px solid Fuchsia;
	 */
}

#topRight #topNav {
	width: 480px;
	height: 34px;
	/*
	
	!! HOLD VERSION UNTIL WE NEED !!
		
	width: 480px;
	height: 34px;
	background-color: #fff;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	margin: 0px 0px 0px 20px;	
	*/		
}

#topRight #topNav ul {
	padding: 5px 0px 0px 0px;	
} 

#topRight #topNav li {
	float: left;
	margin: 0px 0px 0px 42px;
	font-weight:bold;	
} 

#topRight #info {
	width: 450px;
	margin: 20px 0px 0px 20px;
	/*border: 1px solid Fuchsia;	*/	
}

#topRight #title {
	font-size:2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold;
	line-height: 1em;
	padding-bottom: 5px;
}

#topRight #subtitle {
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold;
	line-height: 1em;
	padding-bottom: 15px;
}

#topRight #title DIV {
	font-size:.8em;
}

#topRight #icon {
	width: 120px;
	float:left;
}
#topRight #topSample {
	width: 400px;
	height: 290px;
	margin-left: 0px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

#topRight #topSample .sublink {
	font-size: 14px;
	font-weight: normal;
}

#topRight #content {
	width: 400px;
	margin-left: 0px;
	margin-top: 10px;
	/* float:left; */
}

#topRight #content ul {
	margin-left: 20px;
	margin-top: 10px;
}

#topRight #content ul li {
	list-style: disc;
}


#topRight #content IMG {
	margin-top: 0px;
	margin-bottom: 20px;
}

#topRight #buttons {
	width: 510px;
	height: 120px;
	margin: 0px 0px 0px 0px;			
}

#topRight #buttons ul {
	padding: 0px 0px 0px 0px;
	margin-left: 10px;	
} 

#topRight #buttons li {
	float: left;
	margin: 0px 0px 0px 5px;	
} 

#topRight #mprSample {
	margin-top: 20px;
}

#topRight #mprSample .sampleTitle {
	font-weight: bold;
	font-size: 16px;
}

#topRight #mprSample #sampleIcon {
	float: left;
}

#topRight #mprSample #sampleText {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#footer {
	position: relative;
	width: 900px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:12px;
	padding: 10px;
	/* border: 1px solid Fuchsia; */
}

