/* ------------------------------------------------ */
/* GA Landing pages                                 */
/* ------------------------------------------------ */

#gaLanding {
	background-image: none;
}

#gaLanding #container {
	width: 800px;
}

#gaLanding #header {
	height: 65px;
}

#gaLanding #gaContent {
	position: relative;
	padding: 0 56px 40px;
}

body#gaLanding #stripe {
	height: 20px;
	background: url(/images/css/layout/bg-greenBar800.jpg) repeat-y left top;
	margin-bottom: 0;
}

#gaLanding .resourceFormBox p {
	color: #333;
	font: 1.2em Arial, Verdana, sans-serif;
}

#gaLanding .resourceFormBox form p {
	margin: 0;
}

#gaLanding .resourceFormBox form p#rememberMeBox {
	margin: 15px 0;	
}

#gaLanding p.quoteText {
	font-size: 1.4em; 
	line-height: 1.6em; 
	padding: 0 40px 0 0; 
	background: url(/images/landingPages/rightQuote.png) no-repeat right bottom;
}

#gaLanding .resourceThankYou h2 {
	margin-bottom: 6px;
	padding-bottom: 0;
	font: normal 1.8em Arial;
}

#gaLanding a#logo {
	left: auto;
	right: 36px;
	top: 15px;
}

#gaLandingTitle {
	display: none; /* displayed only on gaLanding pages */
	position: absolute;
	top: 8px;
	left: 56px;
	font: 1.2em Arial;
	color: #333;
}

#gaLanding #gaLandingTitle {
	display: block;
}

#gaLanding .formContent {
	position: relative;
	left: 20px;
	float: right;
	margin-top: 20px;
	width: 244px;
}

#gaLanding .contentLeft {
	float: left;
	width: 425px;
	position: relative; /* added so that div.quote can be absolutely positioned */
	padding: 20px 0 20px 0;
}

#gaLanding h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #990033;
}

#gaLanding h1 {
	font-size: 2.4em;
	line-height: 1.1em;
	font-weight: normal;
}

#gaLanding h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
}

/* navless3 styles for pages like /fpdep/ */

#gaLanding #gaContent.navless3 h2 {
	color: #4D4D4D; 
	font-style: normal;
}

#gaLanding #gaContent.navless3 h2.clearBoth,
#gaLanding #gaContent h3.clearBoth {
	clear: both;
}

#gaLanding p {
	font-size: 1.2em;
}

#gaLanding p.copyright {
	padding-top: 20px;
	font-size: 1.0em;
}

#gaLanding img.resourceThumb {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 5px;
}

#gaLanding img.resourceThumb.border {
	border: 1px solid #8c8c8c;
}	

#gaLanding #gaContent ul,
#gaLanding ul.whatsInsideList,
#gaLanding ul.resourceImageList {
	list-style: disc;
}

#gaLanding #gaContent ul li,
#gaLanding ul.whatsInsideList li,
#gaLanding ul.resourceImageList li,
ul.boldList li {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Verdana, sans-serif;
	color: #4D4D4D;
}

#gaLanding #gaContent ul {
	margin: 0 0 10px 30px;
}

#gaLanding #gaContent ul li {
	padding: 0 0 2px 0;
}

#gaLanding ul.whatsInsideList {
	margin: 0 0 10px 232px;
}

#gaLanding ul.whatsInsideList.noResourceImage {
	margin-left: 20px;
}

#gaLanding #gaContent ul.resourceImageList {
	margin-left: 190px;
}

ul.boldList li {
	font-weight: bold;
}
