/* CSS Document */
body {
	background-color: rgb(216,214,197);
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: rgb(153,153,153);*/
	color: #575757;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	position: relative;
}

#header {
	width: 850px;
	height: 151px;
	background: url(../images/header_footer.jpg) top left no-repeat;
}

#logo_wps {
	display: block;
	width: 365px;
	height: 54px;
	border: none;
	position: relative;
	top: 72px;
	left: 110px;
	float: left;
}

#logo_wps img {
	width: 365px;
	height: 54px;
	border: none;
}

#top_link {
	position: absolute;
	margin: 65px 0 0 554px;
}

#top_link a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#page_title, #page_title_retirement {
	width: 214px;
	height: 12px;
	float: right;
	position: relative;
	margin-left: auto;
	top: 90px;
	right: 83px;
}

#page_title_retirement {
	height: 32px;
	top: 70px;
}


#footer {
	width: 850px;
	height: 148px;
	background: url(../images/header_footer.jpg) bottom left no-repeat;
}

#logo_c2t {
	display: block;
	width: 198px;
	height: 63px;
	border: none;
	position: relative;
	top: 17px;
	left: 51px;
	float: left;
}

#logo_c2t img {
	width: 198px;
	height: 63px;
	border: none;
}

#footer_content {
	width: 300px;
	position: relative;
	top: 45px;
	right: 25px;
	margin-left: auto;
	text-align: center;
	float: right;
}

#footer_content a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

#footer_content a:hover {
	text-decoration: underline;
}

#copyright {
	margin-top: 20px;
	color: rgb(153,153,153);
}

#main_content {
	padding-right: 26px;
	padding-left: 26px;
	width: 798px;
	background: url(../images/content_bg.jpg) top left repeat-y;
	position: relative;
}

.dollar_img {
	float: left;
	position: relative;
	margin: 0px;
	margin-left: -63px;
	width: 313px;
	height: 366px;
	background: url(../images/dollar_default.jpg) top left no-repeat;
}

#dollar_home {
	background: url(../images/dollar_home.jpg) top left no-repeat;
}

#dollar_real_estate {
	background: url(../images/dollar_real_estate.jpg) top left no-repeat;
}

#dollar_stock {
	background: url(../images/dollar_stock.jpg) top left no-repeat;
}

#dollar_forex_futures {
	background: url(../images/dollar_forex_futures.jpg) top left no-repeat;
}

#dollar_internet_market {
	background: url(../images/dollar_internet_market.jpg) top left no-repeat;
}

#dollar_asset_protection {
	background: url(../images/dollar_asset_protection.jpg) top left no-repeat;
}

#dollar_personal_coaching {
	background: url(../images/dollar_personal_coaching.jpg) top left no-repeat;
}

#left_content {
	float: left;
	width: 497px;
	border-left: 1px solid #fff;
	position: relative;
}

#menu {
	float: right;
	width: 247px;
}

#menu a {
	display: block;
	border: none;
	width: 247px;
	height: 25px;
}

#menu a#retirement {
	height: 50px;
}

#menu a:hover {
	border: none;
	width: 247px;
	background: url(../images/link_hover.gif) top left no-repeat;
}

#menu .menu_sub a:hover {
	border: none;
	width: 247px;
	height: 25px;
	background: url(../images/link_hover.gif) bottom left no-repeat;
}

#menu img {
	width: 247px;
	height: 25px;
	border: none;
}

#menu #retirement img {
	height: 50px;
}

#right_content {
	position: relative;
	float: left;
	border-left: 1px solid rgb(181,191,160);
	margin: 0px;
	margin-left: -8px;
	width: 255px;
	padding-left: 30px;
	padding-right: 20px;
}

#handouts_box {
	margin-top: 50px;
	margin-bottom: 25px;
	width: 255px;
	background: rgb(230,226,214) url(../images/handouts_bg.gif) bottom left repeat-x;	
}

#handouts_box #handouts_header {
	width: 245px;
	padding: 5px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: rgb(185,47,21) url(../images/list_head_bg.gif) bottom left repeat-x;
}

#handouts_box #form_error {
	color: #900;
	text-align: center;
	width: 245px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#handouts_box form {
	width: 245px;
	padding: 5px;
	margin: 0px;
}

.form_line {
	width: 245px;
	background: none;
	padding-bottom: 5px;
}

.form_line .input_label {
	width: 75px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	float: left;
}

.form_line .input_box {
	width: 165px;
	float: right;
	text-align: left;
}

.input_box input {
	border: 1px solid #999;
	width: 160px;
}

#handouts_box form #submit_button {
	width: 91px;
	margin-left: 80px;
	height: 22px;
	border: none;
}

#handouts_box ul {
	margin: 0px;
	padding: 10px;
	list-style: inside square;
}

#handouts_box ul li {
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

#handouts_box ul li a {
	color: rgb(142,76,70);
}

#handouts_box ul li a:hover {
	text-decoration: none;
}

.stretch {
	clear: both;
}