* {
	font-size: 11pt;
	font-family: Arial;
	line-height: 140%;
}

body {
	background-color: #D5D5D5;
	background-image: url(/home/images/gradient.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

img {
	filter:alpha(opacity=100);
}

img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* header styles */

.tagline {
	color: #F1A919;
	font-size: 11pt;
	font-family: Arial Narrow;
	letter-spacing: 1px;
}

.main_body {
	background-color: white;	
}

/* footer styles */

.main_foot {
	background-color: black;
}

.footer, a:link.footer, a:visited.footer {
	color: white;
	font-size: 9pt;
}

a:hover.footer {
	color: #F1A919;
	font-size: 9pt;
}

.footer_divider {
	color: #333333;
	font-size: 9pt;
	padding: 0px 5px;	
}

.copyright {
	font-size: 8pt ! important;
	color: #999999;
}

/* nav styles */

.nav, a:link.nav, a:visited.nav {
	color: #666666;
}

a:hover.nav {
	color: white;	
}

td.nav {
	padding: 0px 8px;
}

.nav_current {
	color: black;
}

a:link.nav_current, a:visited.nav_current {
	color: black;
	font-weight: bold;	
}

a:hover.nav_current {
	color: white;
	font-weight: bold;	
}

td.nav_current {
	padding: 0px 8px;
	background-image: url(/home/images/nav_gradient_current.gif);
	background-repeat: repeat-x;
}

.nav_divider {
	color: white;
}

.nav_divider_current {
	color: transparent;	
	background-image: url(/home/images/nav_gradient_current.gif);
	background-repeat: repeat-x;
}

/* subsection styles */

.subsection {
	padding: 0px 15px;
	color: #999999;
}

.subsection_selected {
	padding: 0px 15px;
	color: #F1A919;
	background-image: url(/home/images/nav_gradient.gif);
}

.subsection_divider {
	color: #DDDDDD;
}

/* sidenav styles */

.sidenav_container {
	width: 235px;
	line-height: 120%;
}

.sidenav_tab_left {
	background-image: url(/home/images/sidenav_tab_left.gif);
	width: 5px;
	height: 31px;
}

.sidenav_tab {
	background-image: url(/home/images/sidenav_tab_gradient.gif);
	color: white;
	font-style: italic;
	font-size: 12pt;
}

.sidenav_tab_right {
	background-image: url(/home/images/sidenav_tab_right.gif);
	width: 5px;
	height: 31px;
}

.sidenav_title {
	color: #F1A919;
	font-size: 12pt;

	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px 1px 0px 1px;

	background: url(/home/images/sidenav_title_gradient.gif);
	background-repeat: repeat-x;

	padding: 10px 20px 10px 10px;
	cursor: pointer;
	width: 100%;
}

.sidenav_data {
	color: #666666;
	font-size: 10pt;

	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px 1px 0px 1px;

	background-image: url(/home/images/sidenav_data_gradient.gif);
	background-repeat: repeat-x;

	padding: 10px 20px 10px 10px;
	width: 100%;
	display: none;
}

.sidenav_data_title {
	color: black;
	font-size: 12pt;
	cursor: pointer;
}

.sidenav_table_foot {
	background-color: #DDDDDD;
	width: 100%;
	height: 1px;
	padding: 0px 21px 0px 11px;
}


/* newsletter signup styles */

.newsletter_signup_table {
	width: 265px;
	background-image: url(/home/images/newsletter_signup_gradient.gif);
	background-repeat: repeat-x;
}

.newsletter_signup_main {
	font-size: 11pt ! important;
	padding: 10px;
	color: #999999;
}

.newsletter_signup_title {
	color: black;
	font-style: italic;
	font-weight: bold;
}

.newsletter_signup_form_text {
	font-size: 9pt;
	color: #666666;
	width: 240px;
	margin-top: 5px;
	border: solid #98988D 1px;
}

.newsletter_signup_form_submit {
	font-size: 9pt;
	color: #666666;
	margin-top: 5px;
}

.newsletter_signup_privacy {
	font-size: 8pt;
	margin-top: 5px;
}


/* blog styles */

div.blog_title {
	font-size: 22pt;
	padding-top: 1px;
	padding-bottom: 10px;
	line-height: 100%;
}

span.blog_title, a:link.blog_title, a:visited.blog_title {
	font-size: 22pt;
	line-height: 100%;
	color: black;
	text-decoration: none;
}

a:hover.blog_title {
	font-size: 22pt;
	line-height: 100%;
	color: black;
	text-decoration: underline;
}

div.blog_title_small {
	line-height: 100%;
	padding-bottom: 5px;
}

span.blog_title_small, a:link.blog_title_small, a:visited.blog_title_small {
	line-height: 100%;
	color: black;
	text-decoration: none;
}

a:hover.blog_title_small {
	line-height: 100%;
	color: black;
	text-decoration: underline;
}

.blog_date {
	font-size: 9pt;
	color: #666666;
	padding-bottom: 10px;
}

div.blog_subline {
	font-size: 14pt;
	padding-bottom: 10px;
	line-height: 120%;
}

span.blog_subline {
	font-size: 14pt;
	line-height: 100%;
}

div.blog_body {
	font-size: 11pt;
	color: #666666;
	line-height: 130%;
}

span.blog_body {
	font-size: 11pt;
	color: #666666;
	line-height: 130%;
}

div.blog_more_link {
	padding-top: 10px;
}

a:link.blog_more_link, a:visited.blog_more_link {
	font-size: 11pt;
	color: #89C7ED;	
	text-decoration: none;
}

a:hover.blog_more_link {
	font-size: 11pt;
	color: #89C7ED;	
	text-decoration: underline;
}

.blog_footer {
	font-size: 8pt;
	color: #999999;
	padding-top: 10px;
}

div.blog_more {
	padding-top: 15px;
}

a:link.blog_more, a:visited.blog_more {
	font-size: 12pt;
	color: #0066CC;
	text-decoration: none;
}

a:hover.blog_more {
	font-size: 12pt;
	color: #0066CC;
	text-decoration: underline;
}

/* Blog Comment Styles */

.blog_comment {
	font-size: 11pt;
	color: #666666;
	line-height: 130%;
}

.blog_comment_date {
	font-size: 8pt;
	color: #999999;
	padding-bottom: 10px;
}

div.blog_comment_form {
}

input.blog_comment_form {
	color: #666666;
	border: solid #98988D 1px;
	width: 300px;
	margin-bottom: 5px;
	font-size: 10pt;
}

textarea.blog_comment_form {
	color: #666666;
	border: solid #98988D 1px;
	width: 300px;
	height: 100px;
	margin-bottom: 5px;
	font-size: 10pt;
}

/* ask james styles */

.ask_james_question, a:link.ask_james_question, a:visited.ask_james_question {
	font-size: 12pt;
	padding-bottom: 5px;
	color: black;
}

.ask_james_question {
	font-size: 12pt;
	padding-bottom: 5px;
	color: black;
}

.ask_james_answer {
	color: #666666;
	padding-bottom: 5px;
}

.ask_james_footer {
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}

.ask_james_posted_date {
	font-size: 8pt;
	color: #999999;
}

.ask_james_more, a:link.ask_james_more, a:visited.ask_james_more {
	font-size: 11pt;
	color: #89C7ED;	
	text-decoration: none;
	padding-bottom: 15px;
}

a:hover.ask_james_more {
	font-size: 11pt;
	color: #89C7ED;	
	text-decoration: underline;
	padding-bottom: 15px;
}

div.ask_james_rest {
	padding-bottom: 15px;
}

a:link.ask_james_rest, a:visited.ask_james_rest {
	font-size: 13pt;
	color: #89C7ED;	
	text-decoration: none;
}

a:hover.ask_james_rest {
	font-size: 13pt;
	color: #89C7ED;	
	text-decoration: underline;
}


/* popup menus */


.popup_menu {
	position: absolute;
	display: none;
	z-index:30001;
}

#services_menu {
	width: 170px;
}

#free_resources_menu {
	width: 210px;
}

.popup_menu_item {
	color: #666666;
	border-style: solid;
	border-color: #D9D7D0;
	border-width: 1px 1px 0px 1px;
	background-color: #EEEEEE;
	padding: 10px;
	width: 100%;
}

.popup_menu_item_over {
	color: black;
	border-style: solid;
	border-color: #D9D7D0;
	border-width: 1px 1px 0px 1px;
	background-color: white;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}

.popup_menu_footer {
	padding: 0px 11px;
	background-color: #D9D7D0;
	width: 100%;
}

/* search box styles */

.search_top_left {
	background-image: url(/home/images/search_box_tl.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 2px;
}

.search_top {
	background-color: white;	
	border-top: solid #CCCCCC 1px;
}

.search_top_right {
	background-image: url(/home/images/search_box_tr.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 2px;
}

.search_left {
	background-color: white;	
	border-left: solid #CCCCCC 1px;
}

.search_main {
	background-color: white;
	padding: 0px 5px;
}

.search_form {
	background-color: white;
	border: 0px;
	color: #999999;
	width: 120px;
	font-size: 9pt;
}

.search_right {
	background-color: white;	
	border-right: solid #CCCCCC 1px;
}

.search_bottom_left {
	background-image: url(/home/images/search_box_bl.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 2px;
}

.search_bottom {
	background-color: white;	
	border-bottom: solid #CCCCCC 1px;
}

.search_bottom_right {
	background-image: url(/home/images/search_box_br.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 2px;
}

.search_highlight {
	background-color: #FFFF99;
}

/* faq styles */

.faq_question {
	font-size: 14pt;
	padding-bottom: 10px;
}

.faq_answer {
	color: #666666;	
	line-height: 140%;
	padding-bottom: 20px;
}

/* free resources styles */

.survey_question {
	color: #666666;
	height: 30px;
	vertical-align: top;
}

.survey_box_labels {
	height: 20px;
	padding: 0px 10px;
}

.survey_box_numbers {
	text-align: center;
	height: 20px;
}

.survey_box_selection_table {
	border: 1px solid #CCCCCC;
	background-image: url(/home/images/survey_gradient.gif);
	background-repeat: repeat-x;
}

.survey_option {
	width: 50px;
	text-align: center;
	height: 30px;
	vertical-align: top;
	padding-top: 5px;
}

a:link.survey_submit, a:visited.survey_submit {
	/* color: #3333FF ! important; */
	color: #0066CC ! important;
	text-decoration: none;
	font-size: 13pt;
}

a:hover.survey_submit {
	/* color: #3333FF ! important; */
	color: #0066CC ! important;
	text-decoration: underline;
	font-size: 13pt;
}

.survey_form {
	color: #666666;
	border: solid 1px #98988d;
	font-size: 9pt;
	width: 220px;
	margin-bottom: 4px;	
}

/* other styles */

.page_title {
	font-size: 22pt;
}

.page_subtitle {
	font-size: 14pt;
}

a:link.contact_link, a:visited.contact_link {
	/* color: #3333FF ! important; */
	color: #0066CC ! important;
	text-decoration: none;
}

a:hover.contact_link {
	/* color: #3333FF ! important; */
	color: #0066CC ! important;
	text-decoration: underline;
}

.error {
	color: red;	
}

.success {
	color: green;	
}

.hideInitially{
	visibility: hidden;
}

a:link.blue_link, a:visited.blue_link {
	color: #0066CC ! important;
	text-decoration: none;
}

a:hover.blue_link {
	color: #0066CC ! important;
	text-decoration: underline;
}

