/*

	#a6b05e - Green

*/

html,body {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#606060;
	background-image:url(/common/images/background.png);
}
h1,h2,h3,h4,h5,h6,p {
	margin:0 0 10px 0;
	padding:0;
}
a {
	color:#a6b05e;text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	margin-top:0;
	padding-top:0;
}
img {
	border:none;
}
#wrapperToCenter {
	margin:0 auto 0 auto;
	padding:0;
}
#wrapperShadow {
	position:relative;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
	width:760px;
	background-image:url(/common/images/shadowBody.png);
	background-repeat:repeat-y;
}
#shadowBottom {
	clear:left;
	margin:0 auto 0 auto;
	padding:0;
	width:780px;
	background-image:url(/common/images/shadowBottom.png);
	background-repeat:no-repeat;
	height:40px;
}
hr {
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	width: 100%;
	text-align: left;
}
/* ------------------------- */
/*         MASTHEAD          */
/* ------------------------- */
#masthead {
	margin:0;
	padding:0;
	width:760px;
	height:140px;
	background-image:url(/common/images/masthead.png);
}
#masthead #logoLink {
	position:absolute;
	top:10px;
	left:20px;
	width:215px;
}
#masthead #contactInfo {
	position:absolute;
	width:300px;
	top:63px;
	right:20px;
	text-align:right;
	font: .8em Arial, Helvetica, sans-serif;
	color:#606060;
}
#masthead #search {
	position:absolute;
	width:300px;
	top:20px;
	right:20px;
	text-align:right;
	font: .8em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8c954d;
}
#footer {
	margin:0 auto 0 auto;
	padding:0 20px 10px 25px;
	width:735px;
	font: 11px Arial, Helvetica, sans-serif;
}
#content {
	float:left;
	width:545px;
	min-height:425px;
	margin: 0 0 0 5px;
}
#content h1 {
	margin:0;
	padding:8px 0 14px 0;
	font: 18px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#19462c;
}
.primaryColor {
	color:#a6b05e;
}
.clearBoth {
	clear:both;
}
.textAlignRight {
	text-align:right;
}
.formatTextField {
	width:175px;
	height:1.4em;
	border:1px solid #a6b05e;
	font: 10px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:2px 5px 0 5px;
}
.formatButton {
	height:17px;
	padding:0;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#e9ebd7;
	border:1px solid #a6b05e;
}
div#productButtons {
	margin:0 auto;
	width:200px;
	text-align:center;
}
a#purchaseLink {
	margin-left:10px;
}
/* ------------------------- */
/*       HOME CALLOUTS       */
/* ------------------------- */
.homeCallout {
	margin:0 10px 0 0;
	padding:0;
	width:530px;
}
.homeCallout .callout1 {
	background-image:url(/common/images/iconPeople.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.homeCallout .callout2 {
	background-image:url(/common/images/iconBriefcase.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.homeCallout .callout3 {
	background-image:url(/common/images/iconPencilPaper.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.homeCallout .callout1 h2,.homeCallout .callout2 h2,.homeCallout .callout3 h2 {
	margin:0 0 10px 0;
	padding:0;
	width:449px;
	font-size:1.2em;
	font-weight:bold;
	color:#a6b05e;
	border-bottom:1px dotted #a6b05e;
}
.homeCallout .callout1 p,.homeCallout .callout2 p,.homeCallout .callout3 p {
	width:449px;
}
.learnMoreSpacer {
	height:23px;
	padding-right:78px;
}
#bodyContent {
	margin:18px 0 0 0;
	padding:0 15px 0 0;
	width:530px;
}
#bodyContent h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#a6b05e;
}
#bodyContent h3 {
	font-size:14px;
	font-weight:bold;
	color:#a6b05e;
}
#bodyContent h4, #bodyContent h5, #bodyContent h6 {
	font-size:12px;
	font-weight:bold;
	color:#a6b05e;
}
#innerPageTitle {
	position:absolute;
	top:225px;
	right:20px;
	background-image:url(/common/images/redArrows.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:8px;
}
#innerPageTitle h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
div.innerPageQuote {
	position:absolute;
	top:170px;
	left:40px;
	width:445px;
	color:#ffffff;
}
div.innerPageQuote i {
	line-height:24px;
	padding-left:10px;
}
/* ------------------------- */
/*        NAVIGATION         */
/* ------------------------- */
.nav {
	float:left;
	margin:0 0 25px 0;
	padding:0;
	width:210px;
}
.nav ul {
	margin:0;
	padding:0;
	font: 11px Arial, Helvetica, sans-serif;
}
.nav ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
.nav ul li a.navActive {
	color:#000000;
}
.nav ul li a {
	display:block;
	margin:0 10px 0 0;
	padding:8px 0 10px 20px;
	font-weight:bold;
	text-decoration:none;
	color:#8c954d;
	background-color:#e9ebd7;	
	background-image:url(/common/images/linePattern.png);
	background-position:bottom;
	background-repeat:repeat-x;

}

.nav ul li a:hover {
	color:#000000;
	text-decoration:none;
}
.nav ul li ul {
	margin:0 10px 0 0;
	padding:7px 0 5px 0;
	background-color:#f2f3e7;
}
.nav ul li ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
.nav ul li ul li a {
	display:block;
	margin:4px 20px 0 35px;
	padding:0 0 4px 0;
	font-size:10px;
	text-decoration:none;
	color:#8c954d;
	border:none;
	background:none;
}

.nav ul li ul li.lastSubNavItem
{
	padding-bottom:10px;
	margin-bottom:-4px;
	background-image:url(/common/images/linePattern.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.nav ul li ul li a:hover {
	color:#000000;
}
.nav ul li ul li .navActive {
	color:#000000;
}
.linePattern {
	margin:0 10px 0 1px;
	padding:0;
	height:3px;
	background-image:url(/common/images/linePattern.png);
	background-repeat:repeat-x;
	width:200px;
	/*border:solid 1px black;*/
}
/* ------------------------- */
/* Purchase FORM */
/* ------------------------- */
#form {
}
#form label
{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-top:3px;
}

#form label.long
{
	width:auto;
	margin-left:110px;
	margin-bottom:3px;
}

#form input
{
	float:left;
	width:410px
}
#form select, #form input
{
	margin-bottom:10px;
	padding-left:1px;
}
#form input, #form textarea
{
	height:1.4em;
	border:1px solid #8e8e8e;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#19462c;
	padding-left:2px;
}

#form input.indented, #form select.indented
{
	margin-left:110px;
}

#form textarea
{
	width:410px;
	height:100px;
	margin-bottom:10px;
}

#form input.button
{
	width:auto;
	height:auto;
	margin-left:110px;
	margin-top:20px;
}

.clear
{
	clear:both;
}
.required
{
	font-weight:bold;
	color:#FF0000;
	padding:3px;
	font-size:1.1em;
}

#datePicker
{
	float:left;
	font-size:.8em;
	padding:4px 0 6px 3px;
	
}

#datePicker img
{
	margin-bottom:-4px;
	cursor:hand;
}

#form input.retirementDate
{
	clear:left;
	width:100px;
}

.resultUrl
{
	padding-bottom:3px;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:6px;
}

div#navWrapper
{
	float:left;
}

a#newsletterCallout
{
	float:left;
	clear:left;
}

a#newsletterCallout img
{
	margin:10px 0 10px 17px;
}

