/*Default styles*/
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
td, th          { display: table-cell }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
:link, :visited { text-decoration: underline }

/*custom*/
img  { border:none; }
a,
a:link,
a:active,
a:visited {
	color: #408C29;
	cursor: pointer;
	text-decoration:underline;
}
a:hover{ color: #999; }
label,
.label {
	width:180px;
	display:inline-block;
	/*vertical-align:top;*/
}
.align-top { vertical-align:top; }
.red { color: Red; }
/* Universal Body*/
body { margin: 0; }
form {
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
    border:none;
    border-top: 1px solid #dbdbdb;    
    color:#dbdbdb;
}
#wrapper {
	height: auto;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 0;
	visibility: visible;	
	text-align: left;
}
/*Universal Header*/
#head {
	height: 133px;
	width: 988px;	
	overflow:hidden;	
}
#logo {	
	margin-bottom:17px;
	margin-left:15px;
	margin-right:30px;
}
/*Main Navigation*/
#nav {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #4fa601;
	background-position: bottom;
	height: 32px;	
	z-index: 1;
	position:relative;	
	margin: 0 2px;
}
ul.cssnav {
	position: absolute;
	z-index: 2;
	left: 19px;
	margin:0;
	padding:0;	
}
.cssnav .cssnavdown {
	background-image: none;
	background-color: #3c7d00;
}
.cssnav li{
	list-style-type:none;
	width: 120px;	
	text-align:center;	
	float: left;
	display:inline;
	margin: 0;
	padding: 0;		
	border-right:1px solid #3a7901;	
}
.cssnav a{	
	color: white !important;	
	width: 100%;	
	display: block;
	font-size:12px;	
	height: 24px;
	padding-top: 8px;
	text-decoration: none !important;	
	font-weight:bold;
}
.cssnav a:hover {	
	background-color: #438c00;
}
.button {
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	color:#717171;
	background-color:Transparent;
	border:0;
	background-image: url(/images/button_bg.png);
	width:150px;
	height:34px;
	padding-bottom:3px;	
}
.content-inline .button { margin-right:20px; }
.content-inline ul,
.content-inline ol { margin-left: 0 }

.button:hover {
	background-image: url(/images/button_green_bg.png);	
	color:White;
}

.buttonReversed {
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	color:#FFFFFF;
	background-color:Transparent;
	border:0;
	background-image: url(/images/button_green_bg.png);
	width:150px;
	height:34px;
	padding-bottom:3px;	
}
.buttonReversed:hover {
	background-image: url(/images/button_bg.png);	
	color:#717171;
}



#site_search {
	position:absolute;
	right:6px;
	top:4px;	
	font-size: 12px;
	color:#CCC;		
}
#site_search .button {	
	background-image: url(/images/search_button_bg.png);
	width:93px;
	height:24px;
    padding-bottom:2px;			
}
#site_search .button:hover { color:#717171; }
.search-wrapper {
    background-color:white;
    position:absolute;
	top:1px;
	padding: 2px 2px 0;	
	height: 20px;
	right:99px;
}
#sidebar .search-button-wrapper {
    text-align:center; 
    margin-top:4px;
}
#sidebar .search-button-wrapper .button  {
    background-image: url(/images/button_small_bg.png); 
    width:97px;
}
#sidebar .search-button-wrapper .button:hover { background-image: url(/images/button_small_green_bg.png); }
.textfield-search {
	border: none;
	width:190px;
	margin:0; /* needed for safari to look consistent with ie and ff */
}
ul.search-list {
    margin-left: 0;
}
/*Main Section */
#middle {	
	max-width: 988px;
	visibility: visible;
	position: relative;
	background-color: #FFF;		
	display:block;
	overflow:hidden;
	margin: 2px;
}
#middle h1 {
	color:#868484;
	font-family:Verdana;
	font-size:25px;
	font-weight:bold;
	line-height:normal;
	margin-top:0;
	padding-bottom:5px;
	padding-top:0;
}
.content {
	margin: 13px 5px;
}
.content-inline {
	float:left;
	width:758px;	
	margin: 8px 5px 13px;
}
#content_shadow_left {
	position:absolute;
	left:-8px;
	top:0px;
	width:7px;
	height:799px;
	z-index:1;
	background-image: url(/images/left_shadow.gif);
	background-repeat: no-repeat;
}
#content_shadow_right {
	position:absolute;
	left:991px;	
	top:0px;
	width:7px;
	height:799px;
	z-index:1;
	background-image: url(/images/right_shadow.gif);
	background-repeat: no-repeat;
}

/*Footer Section*/
#wrapper_footer {	
	width: 990px;
	z-index: 0;		
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #3e8201; 
	background-color: #3f8501;	
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
	text-align: center;
}
#wrapper_footer a {
	color:White !important;
}
#wrapper_footer a:hover {
	color:#98ff3d !important;
}
#wrapper_footer ul {	
	margin:0 auto;
	padding:0;	
	height:150px;
	list-style-type:none;
	text-indent:0;		
}
#wrapper_footer li {
	float:left;
	border-right:1px solid #3e8201;
	text-align:left;
	display:inline;	
	height:150px;	
	width:144px;
	margin-left: 19px;	
}
#wrapper_footer li.last {
	border-right: none;
}
#wrapper_footer  h4 {
	margin: 6px 0;
	color:white;
	font-size:12px;
}
#wrapper_footer a {
	line-height:20px;
	font-size:11px;
}
#copyright_statement {	
	font-size: 11px;
	font-weight: normal;
	color: white;
	position: relative;
	text-align: center;	
	padding:3px 0 1px;
}

/* Sidebar formatting starts */
#sidebar {
    float:left;
	margin:10px 15px 0 0;
	padding:0 1px 1px;
	width:200px;
}
#sidebar a:link 
{
    color:#4a4949;
}
#sidebar a:active{
    color:#4a4949;
}
#sidebar a:visited {
	color: #4a4949;
}
#sidebar a:hover{
	color: #408C29;
}

#sidebar .title_green,
#sidebar .title_blue,
#sidebar .title_gold,
#sidebar .title_red,
#sidebar .title_purple {	
    margin: 0px;
    margin-bottom:5px;
    color: white;
    padding: 8px 10px;    
    font-weight: bold;
    font-size: 8pt;
    text-transform:uppercase;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}
#sidebar .title_green{
    background: url(/images/sidebar/section-bg-green.jpg) #187531 left top;
}
#sidebar .title_blue{
    background: url(/images/sidebar/section-bg-blue.jpg) #187531 left top;
}
#sidebar .title_gold{
    background: url(/images/sidebar/section-bg-gold.jpg) #187531 left top;        
}
#sidebar .title_red{
    background: url(/images/sidebar/section-bg-red.jpg) #187531 left top;    
}
#sidebar .title_purple{
    background: url(/images/sidebar/section-bg-purple.jpg) #187531 left top;
}
#sidebar ul {
    margin: 0 0 20px;
    padding:0;
    list-style-type: none;  
    text-indent:none;
    text-align: left;
}
#sidebar li {
	font-size: 8pt;         
    padding:2px 5px 2px 15px;
    font-family: Verdana;    
    margin-left: 5px;    
    background: url('/images/sidebar/arrow-grey-right.gif') no-repeat;
    color:#000000;
}
#sidebar li.green{
    background: url('/images/sidebar/arrow-green-right.gif') no-repeat;
    font-weight:700;     
}

/*Universal GM Login Destinations*/
.login_container {
	background-image:url(/images/login_option_bg.png);
	background-repeat:no-repeat;
	height:73px;
	left:775px;
	position:absolute;
	top:0;
	width:214px;
	z-index:4;
}
#forget_pass {
	position:absolute;
	left:77px; /*45px;*/
	top:45px;	
	height:20px;
	z-index:8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}	
#forget_pass a:link,
#forget_pass a:visited,
#forget_pass a:active { 
	color: #ffffff; 
	text-decoration: none;
} 
#forget_pass a:hover { 
	color: #005c3f; 
	text-decoration: underline;
}

/*--Top_Nav--*/
ul.topnav {		
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:32px;
	left:15px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:8px;
	width:184px;
}
ul.topnav li {
	float: none;
	margin: 0; /*--Declare X and Y axis base--*/
	padding: 0;	
}
ul.topnav li a{
	padding: 6px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	width: 184px;
	position: relative;
	/*background-image: url(/images/topnav_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 184px;
	height: 32px;
	float: left;
	background-image: url(/images/navigate.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}

/*--Sub_Nav--*/
ul.topnav li span.subhover {
	background-position: center bottom; 	
} 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 32px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 182px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #CCC;
	background-color: #CCC;
	z-index:10;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #CCC; /*--Create bevel effect--*/
	border-bottom: 1px solid #CCC; /*--Create bevel effect--*/
	clear: both;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 157px;
	padding-left: 20px;
	background-color: #CCC;
	background-image: url(/images/dropdown_linkbg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #999;
}

/* classes */
.green,
.green a { color:#4B9D02 !important; }
a.green:hover { color:#999 !important; }
.cms-link {
	text-align:right; 
	margin-right:10px;
}
.dark-green { color:#004630; }
.indent { margin-left:178px; }
.validation-summary {
	border:2px solid red;
    color:red;
    font-size:11px;
    margin-bottom:15px;
}
.validation-summary ul {
    list-style-type: disc;
    padding-left: 40px;
}
/*.validation-summary ul { padding:0; }*/
.disclaimer { font-size:11px; }

/* move to calculator css */
.calculator label,
.calculator .label {
	width:270px;
	line-height: 1.4em;
	vertical-align:middle;	
}
.calculator .indent { margin-left:269px; }
/*.calculator .big {*/
.big {
	font-size:18px; 
	letter-spacing:1px;
}
.calculator .notes {
	font-size:12px;
	font-style:italic;
}
.investment-direction-title {
	width:342px;
	display:inline-block;
	padding-bottom:7px;
	margin-left:1px;	
}

/* only used by search results page */
.pager {
    text-align:center;
}
.pager-button {
    margin: 0 3px;
    font-size: 12px;
}
span.pager-button {
    color: Gray; /* disable look */    
}

.selectWrapper {
    position:relative;    
    height:22px;	
    display:inline-block;
    margin-bottom:1px;
    vertical-align:middle;     
}
.selectWrapper .styledSelect {
    position:absolute;
    top:0;
}
.selectWrapper .option {
    line-height:22px;
    color:#666;
    cursor:pointer;  
}
.selectWrapper .optionHover {
    background:#5ec502;
    color:#fff;
}
.selectWrapper .selectedOption {   
    background:white url(/images/input_bg.gif) top repeat-x;    
    border: 1px solid #b5b5b5;
    display:inline;
    top:1px;
    position:relative;
}
.selectWrapper .selectedOption span {
    padding:0 5px;
    margin:0;
    height:20px;
    line-height:20px;        
    border-right:none;
    overflow:hidden;
    display:block;
    cursor: pointer;
    color:Black;    
}
.selectWrapper .optionHolder span {
    margin:0 7px;
    line-height:17px;
    display:block;
    color:Black; 
}
.selectWrapper .optionHover span {
	color:#fff;
}
.selectWrapper .optionHolder {
    background:#fff;
    clear:both;
    border: 1px solid #b5b5b5;
    border-top:none;
}
/*.selectWrapper .optionHolder .option {
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}*/
.selectWrapper .selectArrow {    
    width: 20px;    
    height: 22px;
    float: right;
    cursor: pointer;
    background-color: transparent;
    background-image: url(/images/bg-select.png);
    background-position: right top;
    background-repeat: no-repeat;
}
div.selectFooter {
    height:1px;
    background:#fff;
}

/* textbox styles */
span.text-wrapper-outer {
    height: 21px; 
    background-color:#b5b5b5; 
    display:inline-block;
    margin-bottom:1px; 
    padding: 1px; 
    vertical-align: middle;    
}
div.text-wrapper-inner {
    height: 21px; 
    background: white url(/images/input_bg.gif) repeat-x top;     
}
input.textbox {
    height: 16px; 
    background-color: transparent; 
    position: relative; 
    top: 2px; 
    left: 2px;
    border-style: none; 
} 
textarea {
    border-style: none; 
    background-color: transparent; 
    position: relative; 
    top: 2px; 
    left: 4px;
    resize: none; /* disable the ability to resize textareas in safari */
    height: 124px;
    /*width:350px;*/
    width:380px;
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
span.textarea-wrapper-outer {
    height: 128px; 
    background-color:#b5b5b5; 
    display:inline-block; 
    margin-bottom:1px; 
    padding: 1px; 
    width:386px;
}
div.textarea-wrapper-inner {
    height: 128px; 
    background: white url(/images/input_bg.gif) repeat-x top; 
}

.sitemap { padding-top:1px; }
.sitemap h2 { margin-bottom: 6px; }
.sitemap ul {
    padding-left:0; 
    margin-left:35px;
}
.sitemap ol {
    padding-left: 0;
    margin: 0 22px;
}
.sitemap ol li {
    list-style-type: none;
    font-weight: bold;     
}
.sitemap ol ul li {
    list-style-type:circle;   
    font-weight:normal;
    padding:0; 
    margin:4px 0; 
}

.long-labels label,
.long-labels .label { width:350px; }
.long-labels .indent { margin-left:353px; }

.auto-length label { width:auto; }

a.blue-button-100w:hover {
	background-image: url(/images/white-bg-100w.gif);
	color: #13b8fe !important; /*#717171 !important;*/
}
a.blue-button-100w {	
	color:White !important;	
	font-weight: bold;
	text-align: left;
	background-image: url(/images/blue-bg-100w.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	text-align:center;
	padding-top:7px;
	padding-bottom:5px;
	vertical-align:top;
	margin:0px;
}

/* blue button */
.blue-button:hover {
    background-image: url(/images/white_btn.png);
    color:#13b8fe !important;
}
.blue-button {	
    color:White !important;	
    width: 179px;
    text-align: left;
    background-color:Transparent;
    background-image: url(/images/blue_btn.png);
    background-repeat: no-repeat;    
    text-align:center;
    position: absolute;
    bottom: 12px;
    left:59px;
    font-weight: bold;
    font-size:15px;  
    font-family: Arial, Helvetica, sans-serif;    
}
a.blue-button {
	text-decoration:none;
	padding-top:11px;
    padding-bottom:9px;
}
input.blue-button {
	cursor:pointer;
	border:none;  
    height:38px;
}
#sidebar a.blue-button {	    
    position:static;   
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    display:block;
}

.x-small { font-size:10px; }

input[type="file"],
input.file { margin-bottom:3px; }