body, td, p
{
	/*font-family: Arial;
	font-size: 9pt;
	/*line-height: 150%*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
/*	line-height: 1.5em;*/
}

h2
{
	margin-top: 0px;
	text-shadow: 1px 1px 1px #B6B6B6;
}
h3
{
	text-shadow: 1px 1px 1px #B6B6B6;
}
.bottom
{
	/*background: url('../images/menu-bg.gif') top left repeat-x;
	text-align: center;
	background: linear-gradient(top, #FCEFCA, #F5D065);
	background: -ms-linear-gradient(top, #FCEFCA, #F5D065);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCEFCA), to(#F5D065));
	background: -moz-linear-gradient(top, #FCEFCA, #F5D065);*/
	background: #F5D065;
	-moz-box-shadow: 10px 10px 10px 0px #777777;
	-webkit-box-shadow: 10px 10px 10px 0px #777777;
	box-shadow: 10px 10px 10px 0px #777777;
}

.newsticker 
{
	list-style-type: none;
	background: #CCC;
	padding: 3px;
	margin: 0;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	
}
.newsticker a:link, .newsticker a:visited
{
	color: #000;
}
#wowslider-container1
{
	top:15px;
}
.border
{
	position: relative;
}
.border img
{
	border: 10px solid #fff;
	border-bottom: 10px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    box-shadow: 3px 3px 3px #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bordertest
{
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 3px 3px 3px #777;
}
.content
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	/*border: solid 1px #D5D5D5;
	background-color:#F5F5F5;*/
}
.box
{
	padding-left: 10px;
	padding-right: 10px;
}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px} 
.etabs { margin: 0; padding: 0; }

.tab { display: inline-block; zoom:1; *display:inline; background: #fff; border: solid 1px #999; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; color: black; text-decoration: none }
.tab a:hover { text-decoration: none; }
.tab.active { padding-top: 6px; position: relative; top: 1px; border-color: #666; background: #F5D065; background: linear-gradient(top,  #FCEFCA,  #F5D065); background: -ms-linear-gradient(top,  #FCEFCA,  #F5D065); background: -webkit-gradient(linear, left top, left bottom, from(#FCEFCA), to(#F5D065)); background: -moz-linear-gradient(top,  #FCEFCA,  #F5D065);  }
.tab a.active { font-weight: bold; color: black; text-decoration: none}
