@charset "UTF-8";
/* CSS Document */

.header_ad_unit {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 970px;
}
.subscribe_new {
	width: 300px;
	background-image: url(images/subscribe_background.jpg);
	float: left;
	margin-bottom: 10px;
}
.form_new {
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	color: black;
	font-family: Futura;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	width: 300px;
	padding-left: 5px;
}

.form_top {
	font-size: 14px;
	color: black;
	font-family: Futura;
	margin-top: 40px;
	float: left;
	width: 300px;
	padding-left: 5px;
}

.sendbutton {
	margin-top: 40px;
	text-align: center;
	float: left;
	width: 300px;
}

.border_ad {
	width:300px;
 	height:250px;
	border: 1px #CCCCCC solid;
 	background-color:#FFFFFF;
}

.border_ad1, .border_ad2, .border_ad3, .border_ad4, .border_ad5, .border_ad6, .border_ad7, .border_ad8, .border_ad9, .border_ad10 {
	margin-bottom: 20px;
	float: left;
	/*border: 1px #CCCCCC solid;*/
	width:300px; 
	/*height:250px;*/
}

.border_ad1_long, .border_ad2_long, .border_ad3_long, .border_ad4_long, .border_ad5_long, .border_ad6_long, .border_ad7_long, .border_ad8_long, .border_ad9_long, .border_ad10_long {
	margin-bottom: 20px;
	float: left;
	border: 1px #CCCCCC solid; 
	width:300px; 
	height:600px;
}



.tabcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #666666;
	margin-bottom: 5px;
	text-transform:capitalize;
}
.tabcontent a:link {
	color: #666666;
	text-decoration:none;

}

.tabcontent a:hover {
	color: #000;
	text-decoration:none;

}

.tabcontent a:visited {
	color: #666666;
	text-decoration:none;

}

.tabcontentdiv{
	padding: 5px; 
	background-color:#FFFFFF;
	height: 160px; 
	overflow:auto;

}

.tabcontentdiv_long{
	padding: 5px; 
	background-color:#FFFFFF;
	overflow:auto;
	height: 511px;

}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #c40202;
 font: bold 12px Georgia;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #c40202;
	border-bottom: none;
	background-color: #c40202;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #FFFFFF;
	border-top: 1px solid #c40202;
	border-right: 1px solid #c40202;
}
ul.tabbernav li a:visited {
	color: #00FF00;
}

ul.tabbernav li a:hover
{
 color: #000;
 background: #FFFFFF;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 border-top: 1px solid #c40202;
 border-right: 1px solid #c40202;
 color:#c40202;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
/*padding:5px;*/
/* border:1px solid #f0f0f0; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.stepcarousel{
	float: left;
	position: relative; /*leave this value alone*/
	border: 1px solid white;
	overflow: scroll; /*leave this value alone*/
	width: 290px; /*Width of Carousel Viewer itself*/
	height: 30px;
	/*margin-top: 5px;*/
	
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;

}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-left: 19px; /*margin around each panel*/
	margin-right: 19px;
	width: 27px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
