@charset "utf-8";
/* 					MAIN.CSS				 	*/
/* 		(C) 2009 Retirement Calculator	 		*/

* {
	padding: 0; 
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background-color: #fff;
}

#container { 
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

a			{ color: #0033cc; text-decoration: underline; }
a:visited 	{ color: #3333cc; text-decoration: underline; }
a:active	{ color: #3333ff; text-decoration: none; }
a:hover		{ color: #3333ff; text-decoration: none; }

img { border-width: 0px; }

h1 {
	font-size: 2.4em;
	color: #094fb9;
	font-weight: normal;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

p { padding-bottom: 10px; }

ul, ol {
	margin-left: 20px;
}

li { 
	padding-bottom: 15px;
	list-style-image: url(../images/rclp_bullet.gif);
}

#hd {
	width: 900px;
	height: 110px;
	float: left;
}

#site {
	width: 360px;
	float: left;
	padding-left: 40px;
	margin-top: 35px;
	background: url(../images/rclp_icon.jpg) no-repeat;
}

#logo {
	width: 150px;
	float: right;
	text-align: right;
	line-height: 110px;
}

#faorg {
	width: 143px;
	float: right;
	margin-left: 20px;
	margin-top: 30px;
}

#phone {
	width: 155px;
	float: right;
	margin-left: 20px;
	margin-top: 25px;
	color: #666;
	font-size: 1.4em;
}

#phone span { font-size: 1.25em; }

#free {
	width: 896px;
	height: 134px;
	padding-left: 6px;
	padding-top: 1px;
	background: url(../images/rclp_free.jpg) no-repeat;
	float: left;
}

#free .advphoto {
	width: 110px;
	height: 132px;
}

#left-col {
	width: 235px;
	float: left;
	padding-right: 15px;
	padding-top: 20px;
	font-size: 1.1em;
}

#leadform {
	width: 610px;
	float: left;
	margin-top: 15px;
	padding: 20px;
	background: #a2d944 url(../images/rclp_leadform-bgt.gif) 0 0 no-repeat;
}

#leadform .left {
	width: 290px;
	padding-right: 20px;
	float: left;
	
}

#leadform .right {
	width: 300px;
	float: left;
}

#leadform .floatedField	{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

#leadform label	{
	font-family: Verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	margin-bottom: 2px;
	display: block;
}

#leadform label span {
	color: red;
}

#leadform .field	{
	margin-top: 8px;
}

#leadform .field .phone	{
	float: left;
	margin: 0 3px;
}

#leadform .field span	{
	padding-top: 5px;
}

#leadform .field span.symbols	{
	float: left;
	color: #333;
}

.clear	{
	clear: both;
}

#submission	{
	float: left;
	display: inline;
}

#submit	{
	background: transparent url(../images/rclp_submit.gif) no-repeat scroll 0 0;
	border: medium none;
	height: 49px;
	width: 138px;
	margin-top: 18px;
	color: #fff;
	font-family: "Myriad Pro", sans-serif;
	font-weight: lighter;
	font-size: 18px;
}

#formFooter	{
	margin-top: 22px;
	float: right;
	display: inline;
}

#formFooter	img	{
	float: left;
	padding: 0 2px;
}

#formFooter p {
	width: 120px;
	float: right;
	display: inline;
	color: #333;
	text-align: left;
}



#footer {
	width: 900px;
	float: left;
	padding-top: 30px;
	color: #666;
}


