/********************** CLASS DIVS *****************************/

body {
	background-color: #E4E2C2;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/top_gradient.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #26465A;
	font-size: 20px;
	margin-bottom:8px;
	line-height: 22px;
}
h2 {
	color: #26465A;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #26465A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
}
h4 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}
h5 {
	color: #A47C59;
	font-weight: bold;
	font-size:16px;
	line-height:normal;
	margin-bottom:10px;
}
a,  a:link {
	color: #6897AE;
}
a:visited {
	color: #6897AE;
}
a:hover {
	color: #333;
}
a:focus {
	color: #6897AE;
}
a:active {
	color: #6897AE;
}
.topNav  {
	color: #6897AE;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:8px;
}
	a.topNav:visited, a.topNav:link, a.topNav:active {
	color: #6897AE;
		}
	a.topNav:hover {
	color: #214458;
	text-decoration:underline;
		}
.capsuleText  {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	a.capsuleText:visited, a.capsuleText:link, a.capsuleText:active {
		color: #06C;
		}
	a.capsuleText:hover {
		color: #333333;
		text-decoration:none;
		}
.footerLinks  {
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
	a.footerLinks:visited, a.footerLinks:link, a.footerLinks:active {
	color: #FFF;
		}
	a.footerLinks:hover {
	color: #6897AE;
	text-decoration:underline;
		}
.footerText  {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	a.footerText:visited, a.footerText:link, a.footerText:active {
	color: #FFF;
		}
	a.footerText:hover {
	color: #6897AE;
	text-decoration:underline;
		}
.photoLeft  { float:left; margin-left:20px; margin-bottom:10px;}
.photoRight  { float:right; margin-left:20px; margin-bottom:10px;}
a#button1 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:150px;
	padding:8px;
	text-align:center;
	margin-top:6px;
}
a#button1 img { display: block; background-color: #D6CCAF;}
a#button1:hover { background-color: #4282C2; color:#FFF;}
a#button2 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:75px;
	text-align:center;
	padding:3px;
	margin-top:6px;
}
a#button2 img { display: block; background-color: #D6CCAF;}
a#button2:hover { background-color: #4282C2; color:#FFF;}


/********************** ID DIVS ***************************/

#outerWrapper { }
#Wrapper {
	text-align: left;
	width: 919px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Wrapper #header {
	position:relative;
	height:119px;
	width: 919px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#Wrapper #header.php {
	background-image: url(../images/header-php.jpg);
}
#Wrapper #header #topNav {
	position:relative;
	text-align:right;
	top:8px;
	right:20px;
	float:right;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Wrapper #mainNav {
	height: 41px;
	padding: 0px;
}
#Wrapper #contentWrapper {
	overflow: hidden;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}
#Wrapper #contentWrapper #contentWatermark {
	overflow: hidden;
}
#Wrapper #contentWrapper #leftColumn {
	float: left;
	padding: 10px;
	width: 230px;
	margin-left: 31px;
	background-color: #F2F1E1;
	border: 1px solid #E4E2C2;
	margin-top: 15px;
	background-image: url(../images/left_cap_watermark.jpg);
	background-position: center bottom;
	min-height:350px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
}

#Wrapper #contentWrapper #rightColumn {
	background-color: #EFEFEF;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 276px;
	font-size: 12px;
}
#Wrapper #content {
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#Wrapper #content2 {
	margin-left: -10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	float:left;
	font-size:12px;
	width: 520px;
}

#Wrapper #rightColumn2 {
	float: right;
	padding: 10px;
	width: 230px;
	background-color: #F2F1E1;
	border: 1px solid #E4E2C2;
	background-image: url(../images/left_cap_watermark.jpg);
	background-position: center bottom;
	min-height:350px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
}
#Wrapper #contentWrapper #contentinterior {
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 45px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#Wrapper #contentWrapper #flashArea {
  height: 250px;
  background-color:#666666;
  margin: 0 0 15px 0;
}
#Wrapper #footer {
	height:47px;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#Wrapper #footer2 {
	height:15px;
	padding: 10px 20px 10px 20px;
}
#footerNav {
	float:right;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerCredit {
	float:left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #FFF;
}
#sideCapsule {
	border: 1px solid #999999;
	clear:both;
}
#capsuleTop {
	background-color:#06C;
	padding:5px;
}
#capsuleMid {
	background-color:#FFFFFF;
	padding:5px;
	background-image: url(../images/capsule_watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#capsuleBtm {
	background-color:#4C89C8;
	padding:5px;
}
#spacer1 { height:5px; clear:both;}
#spacer2 { height:10px; clear:both;}
#spacer3 { height:15px; clear:both;}
#spacer4 {
	height:25px;
	clear:both;
	margin-bottom: 0px;
}

#flash_header {
	background-image: url(../images/flash_area.jpg);
	background-repeat: no-repeat;
	height: 258px;
}

#header_link {
	clear: both;
	float: right;
	height: 72px;
	width: 307px;
	margin-top: 12px;
}

.disclaimer {
	font-size: 10px;
	line-height: normal;
}

#plan_caps {
	width:230px;
	font-size: 12px;
	background-color: #F2F1E1;
	border: 1px solid #E4E2C2;
	line-height: 16px;
	padding: 8px;
	background-image: url(../images/left_cap_watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.plantext {
	margin-left:70px;
	float:left;
}
table.plantext td {
	padding:5px;
}
.plantext {
	font-size: 12px;
	line-height: 16px;
}

#breadcrumb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: right;
}

.green {
	color:#5FB649;
}

#flash_calculator {
	height: 557px;
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/calculator_placeholder.jpg);
	background-repeat: no-repeat;
}

.dot {
	background: url(../images/dot.gif) no-repeat;
	color: #FFF;
	font-weight:bold;
    float:left;
    margin-top: -5px;
    padding: 4px 18px 8px 8px;
    background-repeat:no-repeat;
}
#content2 p {
}
.hint {
	font-size: 11px;
	color: #666;
	margin-left:120px;
}

label {
	display:inline-block;
	width: 120px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}

select,input[type="text"],input[type="select"],input[type="password"] {
	width: 200px;
}

.divider {
	background: url(../images/divider.gif) repeat-x center left;
	padding-top:30px;
	padding-bottom:30px;
}
.divider2 {
	background: url(../images/divider.gif) repeat-x center left;
	padding-top:20px;
	padding-bottom:20px;
}
.divider2 span {
	font-weight:bold;
	padding: 0px 10px;
	margin-left:20px;
	background:#FFF;
	color: #A47C59;
}
.noWidth {
	width:auto;
}

.bottom {
	margin-bottom: 25px;
	border: solid 1px #E4E2C2;
	padding: 10px 5px;
	background-color: #F2F1E1;
}
.updateField {
	color: Green;
}
.bad {
	color: Maroon;
}
.field-validation-error {
	color: Maroon;
	font-weight:bold;
}
.input-validation-error {
	background: #FFF0F0;
}
.error {
	padding:10px;
	width: 500px;
	background: #FFF0F0;
	color: #990000;
	border: solid 1px #990000;
	margin-bottom: 20px;
}