/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  		{color: black;}
.white			{color: white;}
.green_lt1		{color: #AFCDC0;}
.green_lt2		{color: #97BFAE;}
.green_lt3		{color: #CDDBB6;}
.green_med		{color: #7FB099;}
.green_med_dark	{color: #6D9784;}
.green_dark		{color: #263F35;}
.green_bright	{color: #88AB54;}
.gray_lt		{color: #EEE;}
.gray_med		{color: #777;}
.gray_dark		{color: #444;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
 
body {
	background-color: white;
	color: black;
	line-height: 90%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px;
}

.license_body {
	background-color: #AFCDC0;
	margin-top: 1px;
	margin-left: 1px;
}


b,p,tr,ul,ol,li,div,form,blockquote {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.fullheight {
	height: 100%;
}

.page_headline {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: white;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

.headline {
	color: #263F35;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.subline {
	color: #263F35;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 5px;
	border-top: 1px solid #999;
}

.subhead {
	color: #263F35;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.tight {
	letter-spacing: -1px;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #777;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.form_section_head {
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #263F35;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
 
.form_row {
	font-size: 11px;
	padding-bottom: 10px;
}

.small_caption {
	font-size: 9px;
	color: #777;
	text-transform: uppercase;
}

.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	color: #1A624F;
	text-decoration: none;
}

a:hover {
	color: #88AB54;
	text-decoration: underline;
}

a.button {
	font-size: 11px;
	background-color: #263F35;
	color:  white;
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.button:hover {
	font-size: 11px;
	background-color: #88AB54;
	color:  white;
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.more_link {
	color: #263F35;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

a.more_link:hover {
	color: #88AB54;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

a.pagelink {
	font-size: 11px;
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	font-size: 11px;
	background-color: #88AB54;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected {
	font-size: 11px;
	background-color: #7FB099;
	color: #AFCDC0;
	padding: 4px 2px 4px 2px;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.trialoffer,
a.trialoffer_rev:hover {
	color: black;
	background-color: #FFAA26; 
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
	text-decoration: none;
	width: 80px; 
	padding: 3px; 
	display: block;
}
a.trialoffer:hover,
a.trialoffer_rev {
	background-color: #88AB54; 
	color: white;
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
	text-decoration: none;
	width: 80px; 
	padding: 3px; 
	display: block;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Menus 
 ----------------------------------------------- */

a.menu_item,
a.menu_item_reversed:hover {
	color: #97BFAE;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	border-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-decoration: none;
}

a.menu_item:hover,
a.menu_item_reversed,
a.menu_item_selected, 
a.menu_item_selected:hover {
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 11px;
	border-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-decoration: none;
}

a.aspen_menu_item {
	color: #263F35;
	text-decoration: none;
}

a.aspen_menu_item:hover, 
a.aspen_menu_selected, 
a.aspen_menu_selected:hover {
	color: white;
	text-decoration: none;
}

/* -----------------------------------------------
 MakeMenu CSS
 ----------------------------------------------- */

ul.makeMenu, ul.makeMenu ul {
	font-weight: bold;
	background-color: #263F35;
	padding: 1px 0px 1px 0px;
	cursor: default;
	margin-left: 0px;
	border-bottom: 0px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	color: #97BFAE;
	padding: 1px 0px 1px 0px;
}
ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	color: white;
	padding: 1px 0px 1px 0px;
	border-bottom: 0px;
}
ul.makeMenu ul.CSStoShow {
	/*display: block;*/
	display: inline;
}
ul.makeMenu li:hover > ul {
	display: block;
}
ul.makeMenu li a {
	text-align: left;
	font-weight: bold;
	color: #97BFAE;
	/*display: block;*/
	width: 100%;
	border-bottom: 0px;
	padding: 1px 1px 1px 10px;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
	font-weight: bold;
	color: white;
	border-bottom: 0px;
	text-decoration: none;
	padding: 1px 1px 1px 10px;
}
ul.makeMenu li:hover > a {
	font-weight: bold;
	color: white;
	border-bottom: 0px;
	padding: 1px 1px 1px 10px;
}

/* -----------------------------------------------
 Lists 
 ----------------------------------------------- */
.aspenlist {
	color: #7FB099;
	list-style-type: square;
}

/* -----------------------------------------------
 Header 
 ----------------------------------------------- */

.header_menu {
	background-color: #263F35;
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header_homegradient {
	background-image: url(/art/home_gradient.jpg);
	background-repeat: no-repeat;
}

.header_gradient {
	background-image: url(/art/header_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #7FB099;
}

.header_bkgd {
	background-color: #7FB099;
}

.header_top {
	padding: 2px;
	padding-left: 12px;
	background-color: #AFCDC0;
}

.header_headline {
	margin-top: 30px;
	margin-left: 302px;
}

.header_green_med {
	background-color: #7FB099;
}

.header_green_lt {
	background-color: #AFCDC0;
}

/* -----------------------------------------------
 Footer 
 ----------------------------------------------- */
 
.footer {
	background-color: #263F35;
	color: white;
	padding: 6px;
	text-align: center;
	font-size: 9px;
}

a.footer_link {
	color: white;
	font-size: 9px;
	text-decoration: none;
}

a.footer_link:hover {
	color: #CDDBB6;
	font-size: 9px;
	text-decoration: underline;
}

/* -----------------------------------------------
 Testimonial Quotes 
 ----------------------------------------------- */
 
.testimonial_right {
	float: right;
	background-color: white;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
	width: 200px;
}
 
.testimonial_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
	width: 200px;
}

.testimonial {
	font-style: italic;
	color: #263F35;
}
 
.attribution {
	padding-top: 8px;
	font-weight: bold;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #7FB099;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */
 
.floatpixright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
 
a.imagelink {
	border-bottom: 0px;
	text-decoration: none;
}

a.imagelink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

/* -----------------------------------------------
 Columns 
 ----------------------------------------------- */
 
.col_left {
	margin-top: 10px;
	padding-right: 10px;
}

.col_center {
	margin-top: 10px;
	margin-right: 10px;
}

.col_right {
	margin-top: 10px;
	padding-left: 10px;
}

.column_fill_gray {
	height: 100%;
	padding: 10px;
	background-image: url(/art/body_gradient_gray.jpg);
	background-repeat: repeat-x;
}

.column_fill_green {
	/*height: 100%;    // screws up FireFox */
	padding: 10px;
	background-image: url(/art/body_gradient.jpg);
	background-repeat: repeat-x;
}

.column_fill_moregreen {
	/*height: 100%;    // screws up FireFox */
	padding: 10px;
	background-color: #C3D4AA;
	background-image: url(/art/body_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table_header {
	background-color: #7FB099;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
}

.table_divider {
	background-color: #CDDBB6;
	color: #263F35;
}

.td_header_left {
	border-left: 1px solid white;
}

.td_border_top {
	border-top: 1px solid #7FB099;
}

.td_border_left {
	border-left: 1px solid #DDD;
}

.td_border_topleft {
	border-top: 1px solid #7FB099;
	border-left: 1px solid #DDD;
}

.td_border_action {
	border-top: 1px solid #7FB099;
	border-left: 1px solid #DDD;
	font-weight: bold;
	letter-spacing: -1px;
}

.td_odd {
	background-color: #eee;
}

.td_evn {
	background-color: white;
}

.td_pad_LTR {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.td_percents {
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
}

.paypal_table {
	padding: 6px;
	background-color: #D6E1C2;
}
.paypal_titlebar {
	height: 14px;
	padding: 6px;
	background-color: #7FB099;
	color: white;
}
.paypal_td1 {
	padding-right: 10px;
	width: 200px;
}
.paypal_td2 {
	padding-right: 10px;
}

/* -----------------------------------------------
 Registration Forms
 ----------------------------------------------- */
 
.inputform_required, inputform_prompt {
	color: #263F35;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_problem {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_hint {
	color: #777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */
 
.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

.badge {
	border: 1px solid #CCC;
	color: #777;
	font-size: 9px;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	white-space: nowrap;
}

.divider_row_left {
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
 
.divider_row_right {
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
 
.invisible {
	display: none;
}

.visible {
	display: block;
}

.RA_license_div {
	position:relative;
	padding:0px;
	border:3px double #666;
	width:600px;
	height:350px;
	background:#fff;
	overflow:scroll;
	padding:10px;
}

