﻿#divslideshow {width: 540px;}
#divslideshow {margin: 10px 0 0 0;}
.contentslides {width: 540px;height: 220px;}
table.contentslide{width: 100%;border: 0;margin-top: 10px;}
table.contentslide tr td.slideimg {width: 43%;text-align: right;margin-left: 5px;vertical-align: top;}
table.contentslide tr td.slideimgtn {width: 23%;text-align: right;margin-left: 5px;vertical-align: top; padding-top: 4px;}
table.contentslide tr td.slidetext {width: 57%;text-align: left;padding-left: 5px;vertical-align: top;}
table.contentslide tr td.slidetexttn {width: 77%;text-align: left;padding-left: 5px;vertical-align: top;}
table.contentslide tr td.slidetexttn p {padding-top: 0; margin-top: 0;}

/*-- Custom Divs --*/
/*.divGreen a:link, .divGreen a:visited {color: #ffff00;}
.divGreen a:active, .divGreen a:focus, .divGreen a:hover{color: #7ADE7A;text-decoration: none;}
.divBlue a:link, .divBlue a:visited {color: #ffff00;} */
.divBlue a:active, .divBlue a:focus, .divBlue a:hover {color: #A4E9FF;text-decoration: none;}
.divGray a:link, .divGray a:visited {color: #FFCC00;}
.divGray a:active, .divGray a:focus, .divGray a:hover {color: #FFEAAA;text-decoration: none;}

/*.divGreen {background: #fff url('images/sliderBGgreen.jpg') repeat-x;color: #fff;} */
.divBlue {background: #fff url('images/sliderBGblue.jpg') repeat-x;color: #fff;}
.divGray {background: #fff url('images/sliderBGgray.jpg') repeat-x;color: #fff;}
.divGold {background: #fff url('images/sliderBGgold.jpg') repeat-x;color: #fff; font-weight: bold;}
.divLightGray {background: #fff url('images/sliderBGlightgray.jpg') repeat-x;color: #000;}

/*-- jShowOff module styles --*/
#features {
	background: #fff;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	width: 540px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {width: 535px;height: 220px;}
.jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
.jshowoff img {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
.jshowoff div {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
.jshowoff p {
	font-size: 18px;
	padding: 5px 10px 0px;
	margin: 0;
	}
.jshowoff h2 {
	font-size: 18px;
	padding: 5px 10px 0px;
	margin: 0;
	}
.jshowoff p {font-size: 13px;line-height: 15px;}
.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-controls a {
	display: block;
	background: #DEDFDB;
	color: #54564E;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
/* this changes the style of the numbered tabs */
.jshowoff-slidelinks a {
	display: block;
	background: #DEDFDB;
	color: #54564E;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a.jshowoff-active {background: #A0A398;color: #fff; font-weight: bold;}
p.jshowoff-controls {
	background: #F2F2F0;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

/* STYLES FOR AJAX TABS */
.mcAjaxTabs .ajax__tab_header                    {white-space:normal !important;}
.mcAjaxTabs .ajax__tab_outer                     {display:-moz-inline-box;display:inline-block;color: #000;}
.mcAjaxTabs .ajax__tab_inner                     {display:-moz-inline-box;display:inline-block;}
.mcAjaxTabs .ajax__tab_tab                       {overflow:hidden;text-align:center;display:-moz-inline-box;display:inline-block;}

.mcAjaxTabs .ajax__tab_header				    { }
.mcAjaxTabs .ajax__tab_outer					{ border-top:1px solid #D6D6D6;border-left:1px solid #D6D6D6;border-right:1px solid #D6D6D6;margin-right: 2px;background:#efefef url(tabthemes/goldtabbg.gif) repeat-x;}
.mcAjaxTabs .ajax__tab_inner					{ }
.mcAjaxTabs .ajax__tab_tab						{ }
.mcAjaxTabs .ajax__tab_hover .ajax__tab_outer	{ color: #000;cursor:pointer;background:#efefef url(tabthemes/goldtabbgover.gif) repeat-x;}
.mcAjaxTabs .ajax__tab_hover .ajax__tab_inner	{ cursor:pointer;}
.mcAjaxTabs .ajax__tab_hover .ajax__tab_tab		{ cursor:pointer;}
.mcAjaxTabs .ajax__tab_active .ajax__tab_outer	{ color: #000;background:#efefef url(tabthemes/goldtabbgover.gif) repeat-x;}
.mcAjaxTabs .ajax__tab_active .ajax__tab_inner	{ }
.mcAjaxTabs .ajax__tab_active .ajax__tab_tab	{ }

/* Other Styles */
.mcAjaxTabs .ajax__tab_header 					{ font-family:arial,tahoma,helvetica;font-size:1.1em;text-align: left;vertical-align: middle;}
.mcAjaxTabs .ajax__tab_outer					{ padding-right:4px; height:21px;color: #838383;}
.mcAjaxTabs .ajax__tab_inner					{ padding-left:3px;}
.mcAjaxTabs .ajax__tab_tab						{ height:13px;padding:2px 3px 2px 3px;margin:0;}
.mcAjaxTabs .ajax__tab_body						{ font-family:arial,tahoma,helvetica;border:1px solid #D6D6D6;border-top:1;padding:8px;background-color:#ffffff;}


