/* css document */

/* body and links */

body {
	scrollbar-arrow-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-base-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;

	font-family: arial, helvetica, sans-serif, geneva;
	font-size: 13px;
	color: #666666;
	background-color: #dbdbdb;
	margin: 20px;
}

.topnav {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
a.topnav:link {text-decoration: none; }
a.topnav:visited {text-decoration: none; }
a.topnav:hover {text-decoration: underline; }

.mainnav {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a.mainnav:link {text-decoration: none; }
a.mainnav:visited {text-decoration: none; }
a.mainnav:hover {text-decoration: underline; }

.topboxquotes {
	padding-right: 10px;
	color: #264275;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.contentboldheading {
	font-size: 20px;
	color: #81a732;
	font-weight: bold;
}
a.contentboldheading:link {text-decoration: underline; }
a.contentboldheading:visited {text-decoration: underline; }
a.contentboldheading:hover {text-decoration: none; }

.contentbold {
	font-weight: bold;
}

.contentboldgreen {
	color: #81a732;
	font-weight: bold;
}
a.contentboldgreen:link {text-decoration: underline; }
a.contentboldgreen:visited {text-decoration: underline; }
a.contentboldgreen:hover {text-decoration: none; }

.contentboldbig {
	font-weight: bold;
	font-size: 20px;
}

.contentitalics {
	font-style: italic;
}

.contentlink {
	color: #81a732;
	font-size: 13px;
}
a.contentlink:link {text-decoration: underline; }
a.contentlink:visited {text-decoration: underline; }
a.contentlink:hover {text-decoration: none; }

.contentsmallblue {
	color: #2e60b4;
	font-size: 11px;
}
a.contentsmallblue:link {text-decoration: underline; }
a.contentsmallblue:visited {text-decoration: underline; }
a.contentsmallblue:hover {text-decoration: none; }

.contentsmallgray {
	font-size: 10px;
	}
a.contentsmallgray:link {text-decoration: underline; color: #666666; }
a.contentsmallgray:visited {text-decoration: underline; color: #666666; }
a.contentsmallgray:hover {text-decoration: none; }

.bottomnav {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	}
a.bottomnav:link {text-decoration: none; color: #666666; }
a.bottomnav:visited {text-decoration: none; color: #666666; }
a.bottomnav:hover {text-decoration: underline; }




/* tables and such */

.maintable {
	width: 750px;
	background-color: #ffffff;
	padding: 0px;
}

.maintablecornertopleft {
	width: 10px;
	height: 10px;
   	background: url(images/table_corner_main_top_left.gif) no-repeat top left;   
}

.maintablecornertopright {
	width: 10px;
   	background: url(images/table_corner_main_top_right.gif) no-repeat top right;   
}

.maintablecornerbottomright {
   	background: url(images/table_corner_main_bottom_right.gif) no-repeat bottom right;   
}

.maintablecornerbottomleft {
	height: 10px;
   	background: url(images/table_corner_main_bottom_left.gif) no-repeat bottom left;   
}

.maintablelineleft {
   	background: url(images/main_table_line_left.gif) repeat left; 
}

.maintablelinetop {
   	background: url(images/main_table_line_top.gif) repeat top; 
}

.maintablelineright {
   	background: url(images/main_table_line_right.gif) repeat right; 
}

.maintablelinebottom {
   	background: url(images/main_table_line_bottom.gif) repeat bottom; 
}

.topnavtable {
	width: 720px;
	background-color: #eeeeee;
	padding: 0px;
}

.topnavtableleftside {
	width: 8px;
	height: 32px;
   	background: url(images/top_bar_left_side.gif) no-repeat;   
}

.topnavtablerightside {
	width: 8px;
   	background: url(images/top_bar_right_side.gif) no-repeat;   
}

.promotable {
	width: 720px;
	height: 204px;
	padding: 0px;
	background: url(images/promo_background_clouds.jpg) no-repeat; 
}

.mainnavtable {
	width: 718px;
	height: 25px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.mainnavtableleft {
	width: 13px;
   	background: url(images/main_nav_left_side.jpg) no-repeat; 
}

.mainnavtablemiddle {
   	background: url(images/main_nav_middle.jpg) repeat; 
}

.mainnavtableright {
	width: 13px;
   	background: url(images/main_nav_right_side.jpg) no-repeat; 
}

.contenttable {
	padding: 0px;
}

.contenttablecornertopleft {
	width: 14px;
	height: 14px;
   	background: url(images/content_table_corner_top_left.gif) no-repeat top left;   
}

.contenttablecornertopright {
	width: 14px;
   	background: url(images/content_table_corner_top_right.gif) no-repeat top right;   
}

.contenttablecornerbottomright {
   	background: url(images/content_table_corner_bottom_right.gif) no-repeat bottom right;   
}

.contenttablecornerbottomleft {
	height: 14px;
   	background: url(images/content_table_corner_bottom_left.gif) no-repeat bottom left;   
}

.contenttablelineleft {
   	background: url(images/content_table_line_left.gif) repeat left; 
}

.contenttablelinetop {
   	background: url(images/content_table_line_top.gif) repeat top; 
}

.contenttablelineright {
   	background: url(images/content_table_line_right.gif) repeat right; 
}

.contenttablelinebottom {
   	background: url(images/content_table_line_bottom.gif) repeat bottom; 
}

.subpagepromotable {
	width: 720px;
	height: 101px;
	padding: 0px;
	background: url(images/promo_sub_page_background_clouds.jpg) no-repeat; 
}

.testimonialsmaintable {
	width: 500px;
	background-color: #ffffff;
	padding: 0px;
}