@charset "utf-8";
/*
* 	CMP / Commercial
*	layout.css
*
*/

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background-color: #336699;
	background-image: url(/retirementcalc/images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 700px;
	text-align: left;
	margin: auto;
}

#footer {
	width: 680px;
	padding: 10px;
	float: left;
	font-size: 10px;
	color: #fff;
}
#footer a { color: #fff; }
#msg { float: right; }


/* Common Styles */
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }

.mt10 { margin-top: 10px; }


.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	margin-top: 0px;
}

.ad { 
	text-align: center;
}

.ad span {
	color: #999;
	font-size: 9px;
}

.field-half { width: 100px; float: left; margin: 5px 5px 0px 0px; font-size: 10px; color: #336699; }
.field-full { width: 180px; float: left; margin-top: 5px; font-size: 10px; color: #336699; }

.field-half input { width: 90px; font-size: 11px }
.field-full input { width: 170px; font-size: 11px }

/* Tags */
img { border-width: 0px; }


/* Link Styles */
a:link 		{ color: #336699; text-decoration: underline; }
a:visited 	{ color: #335eb6; }
a:active 	{ color: #335eb6; }
a:hover 	{ color: #3366cc; text-decoration: none; }

/* Lead Form */
#lead {
	width: 680px;
	float: left;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#lead .intro {
	width: 150px;
	float: left;
	padding-right: 10px;
	font-size: 10px;
}

#lead .fields {
	width: 400px;
	float: left;
}

#lead .submit {
	width: 120px;
	float: left;
}

/* Top Navigation */
#tpnav {
	width: 700px;
	height: 32px;
	float: right;
	background-color: #336699;
}

#tpnav .phone {
	width: 409px;
	height: 32px;
	float: left;
}

#tpnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tpnav li {
	height: 32px;
	float: left;
	margin: 0px;
	display: block;
	list-style: none;
	text-align: center;
	overflow: hidden;
}


/* Main Navigation */
#mnnav {
	width: 700px;
	height: 71px;
	float: right;
	background-color: #336699;	
}

#mnnav .logo {
	width: 226px;
	height: 71px;
	float: left;
}

#mnnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mnnav li {
	height: 71px;
	float: left;
	margin: 0px;
	display: block;
	list-style: none;
	text-align: center;
	overflow: hidden;
}


/* Sub Navigation */
#subnav {
	width: 185px;
	float: left;
}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	width: 157px;
	height: 19px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	display: block;
	list-style: none;
	text-align: left;
	overflow: hidden;
	background-color: #ddd;
	background-image: url(/retirementcalc/images/sub_navbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #336699;
}

#subnav .section {
	width: 185px;
	height: 41px;
	float: left;
}

#subnav .bottom {
	width: 185px;
	height: 21px;
	float: left;
}

#subnav a {
	text-decoration: none;
}


/* Sub Page Layout WITH Navigation */
#withnav {
	width: 700px;
	float: left;
	background-color: #fff;
	background-image: url(/retirementcalc/images/sub_content_bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#withnav .page-title {
	width: 515px;
	height: 45px;
	float: left;
	background-color: #fff;
	background-image: url(/retirementcalc/images/sub_topbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#withnav .bread {
	width: 340px;
	height: 21px;
	float: left;
	padding-top: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 9px;
	color: #666;
	background-color: #fff;
}

#withnav .logo {
	width: 175px;
	height: 45px;
	float: left;
}


#withnav .content {
	float: left;
	width: 490px;
	padding: 0px 15px 25px 10px;
	margin-top: 0px;
	font-size: 14px;
}


/* Sub Page Layout WITHOUT Navigation */
#full {
	width: 700px;
	float: left;
	background-color: #fff;
	background-image: url(/retirementcalc/images/sub_content_bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#full .page-title {
	width: 700px;
	height: 45px;
	float: left;
	background-image: url(/retirementcalc/images/sub_topbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#full .bread {
	width: 505px;
	height: 21px;
	float: left;
	padding-top: 3px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 9px;
	color: #666;
	background-color: #fff;
}

#full .logo {
	width: 175px;
	height: 45px;
	float: left;
}

#full .content {
	width: 670px;
	float: left;
	padding: 0px 15px 25px 15px;
	margin-top: 0px;
	background-color: #fff;
}





