/*

Landing Pages

*/

#LPcontent
{
	border: #002256 2px solid;
	/*margin-left: 45px;*/
	margin-top:20px;
	padding-left:0px;
	padding-bottom:0px;
	font-size: 100%;
	padding-top: 0px;
	
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	overflow:hidden;
	text-align:left;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#LPcontent_Left
{
	/*border: #002256 1px solid;
	margin-left: 45px;*/
	padding-left:20px;
	padding-bottom:20px;
	padding-top: 10px;
	padding-right:0px;
	
	clear:left;
	overflow:hidden;
	text-align:left;
	float:left;
	width:610px;
	/*height:400px;
	background-color:#cccccc;*/
	
}
#LPcontent_Left ul
{
	margin-left:10px;
	padding-left:10px;
}

#LPcontent_Left h1
{
	font-weight: normal;
	font-size: 200%;
	color: #666666;
}
#LPcontent_Left h2
{
	font-size: 120%;
	color: #666666;
}
#LPcontent_Left h3
{
	font-size:130%;
}
#LPcontent_Left h4
{
	font-size:100%;
}


#LPcontent_Right
{
	/*border: #002256 1px solid;
	margin-left: 45px;*/
	padding-left:0px;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right:10px;
	
	clear:right;
	overflow:hidden;
	text-align:left;
	float:right;
	width:250px;
	/*background-color:#cccccc;*/
	
}

#LPcontent_Right p
{
	color:#006600;
	font-size:110%;
	margin-top:3px;
	margin-bottom:3px;
}



#LPcontent_Bottom
{
	/*border: #002256 1px solid;*/
	background-color:#CEDCCD;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	overflow:hidden;
	width:100%;
	
}

#LPcontent_BottomLeft
{
	/*border: #002256 1px solid;
	margin-left: 45px;*/
	padding-left:20px;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right:0px;
	
	clear:left;
	overflow:hidden;
	text-align:left;
	float:left;
	width:600px;
	background-color:#CEDCCD;
	
}

#LPcontent_BottomLeft h1
{
	color:#666666;
	font-size:120%;
	font-weight:bold;
}

#LPcontent_BottomRight
{
	/*border: #002256 1px solid;
	margin-left: 45px;*/
	padding-left:0px;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right:10px;
	
	clear:right;
	overflow:hidden;
	text-align:left;
	float:right;
	width:260px;
	background-color:#CEDCCD;
	
}

#LPcontent_BottomRight p
{
	color:#006600;
	font-size:110%;
}
