/* CONSUMERDIRECT GLOBAL SCREEN STYLESHEET */

* {
	margin: 0px;
	padding: 0px;
  	}

body {
	min-width: 950px;
	font: 12px/13px arial,helvetica,georgia;
	color: #666;
	background-color: #fff;
	}

img {
	border: 0px;
	}
	
ul {
	margin-left: 20px;
	}

a:hover {
	color: #669933;
	}

a:visited {
	color: #669933;
	}

a {
	color: #669933;
	}

h1 {
	font-size: 105%;
	}

h2 {
	font-size: 103%;
	}

h3 {
	font-size: 99%;
	}

text-area {
	color: #666;
	padding: 1px 2px;
	font-size: 97%;
	}

select {
	color: #666;
	padding: 1px 2px;
	font-size: 97%;
	}

input {
	color: #666;
	padding: 1px 2px;
	font-size: 97%;
	}

/* body selectors */
#container {
	margin: 0px auto;
	width: 950px;
	height: 100%;
	}
	
#content {
	position: relative;
	z-index: 100;
	font-size: 95%;
	}

#content #rotator-container {
	position: absolute;
	top: 0px;
	left:0px;
	}

#content #columns {
	position: relative;
	margin-top: 10px;
	min-height: 390px;
	}

#content #column-one {
	width: 329px;
	height: 387px;
	background: transparent url(/images/column1.jpg) top left no-repeat;
	position: relative;
	left: 0px;
	padding-right: 15px;
	}
	
#content #column-three ul {
	margin-left: 30px;
	margin-bottom: 0px;
	}
	
#content #column-one ul {
	margin-left: 30px;
	margin-bottom: 0px;
	}
	
#content #column-two p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	}
	
#content #column-one p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	}
	
#content #column-two {
	width: 329px;
	height: 387px;
	background: transparent url(/images/column2.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 330px;
	padding-right: 15px;
	
	}
	
#content #column-three {
	width: 329px;
	height: 387px;
	background: transparent url(/images/column3.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 660px;
	padding-right: 15px;
	}
	
#content #column-three li {
	list-style-type: none;
	display: block; 
	padding: 0px 0px 10px 15px; 
	margin: 0px; 
	background: transparent url(/images/arrowLi.jpg) no-repeat 2px 2px;
	font-weight: bold;
	color: #80AD46;
	padding-bottom: 15px;
	}	

#pagecontent {
	width: 775px;
	position: relative;
	margin-top:50px;
	margin-bottom:40px;
	margin-left: auto;
    margin-right: auto;
	}
	
#left-content {
	width: 705px;
	position: relative;
	padding: 35px 5px 25px 10px;
	}
	
#right-content {
	padding-top: 25px;
	padding-left: 45px;
	position: relative;
	}

#header {
	height: 85px;
	position: relative;
	background-color: transparent;
	}

#header #logo {
	padding: 15px 0px 0px 5px;
	}

#header #info {
	font-size: 97%;
	}
	
#header #info #login {
	width: 303px;
	height: 81px;
	font-size: 97%;
	background: transparent url(/images/bg_login.jpg) top left no-repeat;
	}
	
#header #info #login table {
	margin: 5px 15px 0px 15px;
	}
	
#header #info #logout ul {
	margin-top: 35px;
	}
		
#header #info #logout li {
	list-style-type: none;
	border-right: 1px solid black;
	padding: 0px 10px;
	display: inline;
	}
		
#header #info #logout li.last {
	border-right: 0px;
	}
	
#header #info #logout #reactivation-link {
	position: absolute;
	top: 60px;
	right: 65px;
	}

/* PRIMARY NAVIGATION */

#primary-navigation {
	z-index: 200;
	position: relative;
	background: #6DA129 url(/images/bg_primary_navigation_left.gif) top left no-repeat;
	}
	
#primary-navigation #background-holder {
	top: 0px;
	right: 0px;
	width: 8px;
	height: 7px;
	position: absolute;
	background: transparent url(/images/bg_primary_navigation_right.gif) top right no-repeat;
	}
	
#primary-menu {
	height: 14px;
	padding-top: 8px;
	padding-bottom: 7px;

	}
	
ul#menu {
	
	display: block;

	}
	
ul#menu li {
	border: 2px solid #6DA129;
	display: inline;
	padding: 3px 5px;
	list-style-type: none;

	}
	
ul#menu li.active {
	border: 2px solid #77b622;
	}

ul#menu li.current a {
	color: #fff;
	background-color: #588f0f;
	}

ul#menu li.current {
	color: #fff;
	background-color: #588f0f;
	}

ul#menu li.active a {
	color: #fff;
	background-color: #066e2a;	
	}
	
ul#menu li.active {
	color: #fff;
	background-color: #066e2a;	
	}
	
ul#menu li a {
	color: #fff;
	padding: 0px 10px;
	font-weight: bold;
	text-decoration: none;
}

ul#menu ul.submenu {
	position: absolute;
	top: 0px;
	padding: 8px 0px;
	margin: 8px 0px 0px 0px;
	background-color: #066e2a;
	border: 2px solid #77b622;
	border-top: 0px;
	color: #ffffff;
	z-index: 5000;
	visibility: hidden;
	}

ul#menu ul.inactive-submenu {
	visibility: hidden;
	}

ul#menu ul.active-submenu {
	visibility: visible;

	}
	
ul#menu ul.submenu li {
	padding: 0px;
	display: block;
	border: 0px;
	}
	
ul#menu ul.submenu a.item {
	padding: 3px 1.75em;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	}
	
	ul#menu ul.submenu a.item:hover {
	color: #ffffff;
	background-color: #066e2a;
	text-decoration: underline;
	background:url(/images/bg_secondary_nav_menu_selector.gif) no-repeat;

	}

	
#primary-navigation #sub-bar {
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	position: relative;
	background: transparent url(/images/bg_member_sub_bar.gif) top left repeat-x;
	}
	
#primary-navigation #sub-bar {
	background: transparent url(/images/bg_member_sub_bar_alt.gif) top left repeat-x;
	}

#primary-navigation #sub-bar h1.left {
	width: 45%;
	padding-left: 50px;
	background: transparent url(/images/bg_member_sub_bar_alt_left.gif) top left no-repeat;
	}
	
#primary-navigation #sub-bar h1.right {
	width: 45%;
	text-align: right;
	padding-right: 10px;
	}
	
#page-header {
	width: 100%;
	height: 37px;
	line-height: 37px;
	color: #fff;
	background: #066e2a url(/images/bg_page_header_left.gif) top left no-repeat;
	}
	
#page-header h1 {
	width: 45%;
	font-size: 108%;
	}

#page-header h1.left {
	padding-left: 15px;
	margin: 0px 0px 0px 50px;
	background: transparent url(/images/bg_page_header_title.gif) center left no-repeat;
	}
	
#page-header h1.right {
	text-align: right;
	padding-right: 15px;
	background: transparent url(/images/bg_page_header_right.gif) top right no-repeat;
	}
	
#side-navigation {
	top: -37px;
	right: 0px;
	width: 250px;
	height: 100%;
	position: absolute;
	background: transparent url(/images/bg_side_navigation_left.gif) top left no-repeat;
	}

#side-navigation #secondary-menu {
	width: 208px;
	height: 100%;
	float: right;
	color: #fff;
	background: #066e2a url(/images/bg_side_navigation_bottom.gif) bottom left no-repeat;
	}
	
#side-navigation ul {
	margin: 15px 0px 0px 0px;
	}
		
#side-navigation li {
	padding: 3px 0px 3px 20px;
	list-style-type: none;
	}

#side-navigation li.active {
	background: transparent url(/images/bg_secondary_menu_selector.gif) 9px 6px no-repeat;
	}

#side-navigation li.separator {
	height: 2px;
	
	padding: 4px 0px;
	background: transparent url(/images/bg_secondary_menu_separator.gif) center left no-repeat;
	}
	
#side-navigation #secondary-menu li a {
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
	}
	
#side-navigation #secondary-menu li a:hover {
	text-decoration:underline;
	}

#footer {
	height: 32px;
	color: #fff;
	background: transparent url(/images/bg_footer.gif) top left repeat-x;
	}
	
#footer #navigation {
	height: 100%;
	background: transparent url(/images/bg_footer_left.gif) bottom left no-repeat;
	}
	
#footer #copyright {
	height: 100%;
	background: transparent url(/images/bg_footer_right.gif) bottom right no-repeat;
	}
	
#footer #navigation ul {
	padding-top: 10px;
	padding-left: 10px;
	}
	
#footer #copyright ul {
	padding-top: 10px;
	padding-right: 10px;
	}
	
#footer #navigation li {
	padding-right: 10px;
	}
	
#footer #copyright li {
	display:inline;
	list-style-type:none;
	font-weight: bold;
	}
	
#footer #navigation li {
	display:inline;
	list-style-type:none;
	font-weight: bold;
	}
	
#footer #navigation a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer #navigation a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#footer #navigation a {
	color: #fff;
	text-decoration: none;
	}
	
#footer #navigation a:hover {
	text-decoration: underline;
	}
	
/* box style declarations */

div.box {
	position: relative;
	}
	
div.header {
	padding-left: 10px;
	}
	
div.header h1 {
	width: 100%;
	font-weight: bold;
	line-height: 22px;
	}
	
div.header img.title-help {
	position: absolute;
	padding-left: 5px;
	top: 4px;
	}
	
div.header h2 img {
	display: inline;
	position: absolute;
	}
	
div.header h1 a {
	text-decoration: underline;
	}
	
div.header h2 {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 95%;
	line-height: 22px;
	}
	
div.header h2 a:visited {
	color: #fff;
	}
	
div.header h2 a:hover {
	color: #fff;
	}
	
div.errorMessage {
	font-weight:bold; color:red;
	}

div.messageBox { 
	border:1px solid #158B3A;
	background: #F1F9E9 url(/images/icon_information.gif) 20px 20px no-repeat; 
	margin: 15px; 0px; 
	padding: 25px 10px 25px 65px; 
	}

	
/* green header */
	
div.green {
	color: #fff;
	background: transparent url(/images/bg_green_header_left.gif) top left no-repeat;
	}
	
div.green h1 {
	background: transparent url(/images/bg_green_header_right.gif) top right no-repeat;
	}	
	
div.green a {
	color: #fff
	}
	
/* grey header */
	
div.gray {
	color: #7caf38;
	background: transparent url(/images/bg_gray_header_left.gif) top left no-repeat;
	}
	
div.gray h1 {
	background: transparent url(/images/bg_gray_header_right.gif) top right no-repeat;
	}	
	
div.gray a {
	color: #7caf38
	}
	
/* box body declarations */

div.body {
	padding: 5px;
	border: 1px solid #ccc;
	}

/* site errors */
div.form-error {
	color:red; 
	font-weight:bold;
	font-size:1.2em;
	}

/* misc class declarations */

.pointer {
	cursor: pointer;
	}
.left { 
	float: left; 
	}
.right { 
	float: right; 
	}
.bold { 
	font-weight: bold; 
	}
.clear { 
	clear: both; 
	display: block; 
	height: 1px;
	}
.orange { 
	color: #ff881d; 
	}
.green { 
	color: #7ab036;
	}
.red {
	color: #ff0000;
	}
.light-green { color: #6ba22a; }
.black { color: #000; }
.white { 
	color: white; 
	}
.ptitle{
	font: 9pt/12pt arial,helvetica,georgia;
	font-weight: bold;
	color:#7ab036;
	background-color:#edfadc;
	padding:7px;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
.hr {clear: both; padding: 0px; padding-bottom:0px; margin: 30px 0px 0px 0px;  height: 1px;  background: transparent url(/images/bg_line.gif) repeat ;margin-bottom:30px;}

.divider {
	background-color:#d6d6d6;
	color:#d6d6d6;
	border:0px;
	margin:5px 0px;
	}	

.membership li {
	list-style-type: none;
	display: block; 
	padding: 0px 0px 10px 20px; 
	margin: 0px; 
	background: transparent url(/images/arrowLi.jpg) no-repeat 3px 3px;
	font-weight: bold;
	color: #80AD46;
	padding-bottom: 15px;
	font-size: 110%;

	}

/* Modal Window Declarations */
#modal_container { padding:0px; background-color:#fff; overflow:auto;}
#modal_container.transparent { background-color:transparent; }
#modal_overlay { background-color:#000; }

/* Modal Window Declarations */
.dialogPopupContainer { background-color: #E7F9D3; padding: 8px; border: 1px solid #000; }
.dialogPopupBox { width: 100%; height: 100%; background: #fff; }
#tipDiv h1 { font: 1.3em/30px arial,times,helvetica,georgia; font-weight: bold; background-color: #EDEDED; color: #828097; padding: 0px 8px; }
.dialogPopupBox h1 { font: 1.3em/30px arial,times,helvetica,georgia; font-weight: bold; background-color: #EDEDED; color: #828097; padding: 0px 8px; }
.dialogPopupContent { padding: 8px; font: 1.2em/1.2em arial,times,helvetica,georgia; font-weight: normal; }
.dialogPopupContent form { margin: 0px; padding: 0px; }
.dialogPopupContent p { margin-bottom: 5px; }

/* Tooltip Declarations */
.tooltip {
	width: 400px;
	z-index: 1000;
	color: #000;
	padding: 10px;
	border: 1px solid #066E2A;
	background-color: #fff;
	}
	
/* Form Declarations */
table.form {
	width: 100%;
	}

table.form td {
	padding: 7px 3px;
	font-size: 102%;
	}

table.form td.label {
	color: #066E2A;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 13px;
	width: 35%;
	background: transparent url(/images/bg_form_label_arrow.gif) right 9px no-repeat
	}

table.form td.input text-area {
	color: #666;
	min-width: 220px;
	padding: 1px 2px;
	border: 1px solid #cecece;
	}
	

table.form td.input select {
	color: #666;
	min-width: 220px;
	padding: 1px 2px;
	border: 1px solid #cecece;
	}
	

table.form td.input input {
	color: #666;
	min-width: 220px;
	padding: 1px 2px;
	border: 1px solid #cecece;
	}
	

table.form td.input p.error {
	color: #ff0000;
	font-size: 98%;
	}
	
table.form td.submit {
	padding: 10px 0px;
	text-align: center;
	}
	
table.form td.submit p {
	margin-top: 20px;
	font-size: 97%;
	}
	
/* Validation Declarations */
div.validation-advice {
	color: #ff0000;
	}
	
.validation-failed {
	background-color: #FFDFDF;
	}
	
	
form label {
  float: left;
  margin-right: 5px;
	color: #066E2A;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 13px;
	width: 35%;
	background: transparent url(/images/bg_form_label_arrow.gif) right 4px no-repeat;
}

form p {
  margin: 10px 0;
}

form option {
  padding-right: 5px;
}

form p.submit {
  text-align: center;
}

form input.text, textarea {
  border: 1px solid #d0d0d0;
  padding: 2px;
  font-size: 12px;
  width: 250px;
}

form select.text {
  width: 255px;
}

form span.field_error input, form span.field_error select, form span.field_error textarea {
  background-color: #FFDFDF;
}

form span.form_error_message {
  color: red;
  width: 250px;
}
	
/* CSS form styling, to be cleaned up and improved */
#form-fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
border: 0 none #FFF; 
}
#form-fieldset legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
#form-fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

#form-fieldset label {  
float: left;  
width: 18em;
height: 22px; /* This will keep any error text underneath on the right side*/
margin-right: 1em;
text-align: right;
}

#form-fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1.2em;
}

#form-fieldset {  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
}

#form-fieldset select {  
width:175px;
}

#submit-fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 20em;
padding-bottom:15px;
margin-top:-14px;
}

.style1 {
	margin-right: 0px;
}
.style2 {
	font-size: small;
	font-weight: bold;
}
.style4 {
	font-size: small;
}
.style5 {
	font-size: small;
	color: #FF881D;
}
#faq_table th {
  padding: 3px;
  text-align: center;
  background-color: #e5e5e5;
}
#faq_table td {
  padding: 3px;
  text-align: center;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
#faq_table td.last {
  border-right: 1px solid #d0d0d0;
}
#faq_table td.first {
  text-align: left;
}

/* Flash Divs ============ */
div.notice {
  background-color: #FFF1BA;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}