@charset utf-8;
/*reset and standard code*/
a,abbr,acronym,address,area,b,base,bdo,big,blockquote,body,br,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,head,hr,html,i,img,ins,kbd,label,legend,li,link,map,meta,noscript,object,optgroup,option,param,pre,q,samp,script,small,span,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,var,applet,basefont,center,dir,font,isindex,menu,s,strike,u,frame,frameset,noframes,iframe
{
	border:none;
	margin:0;
	padding:0;
}

p
{
	border:none;
	margin:1em 0;
	padding:0;
}

ul,ol
{
	border:none;
	padding:0 0 0 2em;
}

input,select
{
	margin:5px 0 0 0;
	padding:0;
}
html,body,#container
{
	min-height:100%;
}
.clearfloat
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
/*/reset and standard code*/

/*base client code*/
body
{
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
	background:#fff;
}

a
{
	color:#cc0000;
	text-decoration:none;

}

a:visited, a:active
{
	color:#940000;
/*	color:#ff4747;*/
}

a:hover
{
	color:#fff;
	background:#cc0000;
	text-decoration:none;
}

a:hover img,a.img:hover,.follow-links a:hover,.photo-help a:hover,.top-follow-links a:hover
{
	text-decoration:none;
	border-bottom:none;
	background:none;
}

label
{
	width:150px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
}

abbr,acronym
{
	border-bottom:dashed 1px #f12;
	cursor:help;
}

legend,h3
{
	color:#666666;
	font-size:1em;
}

h1
{
	font-size:1.5em;
	color:black;
}

h2, h2 a
{
	font-size:1.3em;
	color:black;
}

legend
{
	text-transform:uppercase;
	font-weight:700;
}

#container,.pagewidth
{
	width:970px;
	margin:0 auto;
}

#container
{
	background:url(../images/bg-main.png) repeat-y;
	overflow:hidden;
}

#breadcrumbs
{
	padding:0 0 5px 55px;
	font-size:0.9em;
	background:url(../images/bg-main.png) repeat-y;
}

#header
{
/*
	width:100%;
*/
	height:120px;
	background:#333333;
	margin:0 auto;
}

.headline-margin
{
	margin-top:30px;
	padding-top:30px;
}
.headline-margin-news
{
	padding-top:30px;
}
.slideshow-margin
{
	padding-bottom:30px;
}

#headernav
{
/*
	width:100%;
*/
	padding-top:3px;
	height:32px;
	text-align:center;
	background: url(/assets/images/headernav.png) top left repeat-x #cc0000;
	margin:0 auto;
}

#logo
{
	padding:10px 0 0 50px;
	float:left;
}

#search-label
{
	padding:38px 4px 0 74px;
	float:left;
	font-size:12pt;
	font-weight:bold;
	color:#999999;	
	margin:8px 0 0 0;
}
#search-field
{
	width:185px;
	padding:36px 0 0 0;
	margin:8px 0 0 0;
	float:left;
	font-size:12pt;
	color:#999999;	
}
#search-results ol {
	border:medium none;
	padding:0 1em 0 .5em;
	widows:610px;
}
#search-results li {
	font=size:12pt;
	line-height:1.5em;
	padding-bottom:15px;
}
#search-results a {
	color:red;
}
#keywords {
	width: 150px;
}
.paginate
{
	margin:30px 0 0 252px;
	font-size:12pt;
}

#leftcol p span strong {
	color: #cc0000;
	font-size: 14px;
}

#donatepart
{
	margin: -5px 0 0 -22px;
	height:27px;
	padding-bottom: 38px;
}
#btn-donate li 
{
	float:left;
	list-style:none;	
}
#btn-donate a 
{
	display:block;
	height:29px;	
}
#btn-donate .donate a span {
	color: #fff !important;
}
.donate span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    padding-left: 6px;
	text-transform:uppercase;
}
#btn-donate li.donate a 
{
	background: url(/assets/images/donate-bg.png) top left repeat-x #d90000;
	width:200px;
	height: 48px;
}

#btn-donate li.donate a:hover {
	background: url(/assets/images/donate-bg.png) top left repeat-x #d90000;
	width:200px;
	height: 48px;
}

#bg-side
{
	width:880px;
	margin:0 auto;
}

#hdr-top
{
	background:url("../images/hdr-top.png") repeat-y;
	width:970px;
	height:30px;
}
#hdr-main
{
	background:url(../images/bg-hdr.png) repeat-y;
	height:278px;
}
#hdr-bottom
{
	background:url("../images/hdr-bottom.png") repeat-y;
	width:970px;
	height:28px;
}
/*
.img-main
{
	width:619px;
	height:275px;
	float:left;
	margin:0 auto;
	padding:0 0 0 68px;
}
.img-main2
{
	padding:17px 0 10px 10px;
	height:216px;
	float:left;
	width:835px;
}
#slideshowtall
{
	height:320px;
}
.slideshow{
	position:absolute;
	margin-top:7px;
}
*/
#slideshow-wrap
{
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px 0;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
#slideshow-wrap2
{
	background:#CC0000;
	/*background:#068c0f;*/
	margin:10px;
}
#slideshow,#staticshow
{
	width:858px;
	height:216px;
	font-size:1.5em;
	line-height:1.3em;
	color:#fff;
	font-family:Georgia,Arial,Helvetica,sans-serif;
}
#slideshow img,#staticshow img
{
}
#slideshow .caption,#staticshow .caption
{
	float:right;
	padding:20px;
	width:199px;
	font-family: Georgia;
}

ul#nav
{
	font-size:1.2em;
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-family: Georgia;
}
ul#nav ul ul,ul#nav li:hover ul ul{
	display:none;
}
ul#nav ul{
	background:#CC0000;
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:400;
	list-style:none;
	white-space:nowrap;
	text-align:left;
}
ul#nav ul li{
	padding:5px;
	display:list-item;
}
ul#nav li:hover ul{
	display:block;
}
#nav li
{
	display:inline-block;
	padding:8px 20px;
}

#nav ul a,#nav ul a:hover
{
	text-transform:capitalize
}

#nav a, .readmore a
{
	color:#fff;
	text-transform:uppercase;
	border-bottom:none;
	font-weight:800;
}
#nav a:hover,.readmore a:hover
{
	color:black;
	text-transform:uppercase;
}
ul#quicklinks
{
	cursor: pointer;
	display:inline;
	width:230px;
	float:left;
	margin:0 auto;
	list-style:none outside none;
	font-size:8pt;
	line-height:2em;
	padding:5px 0 10px 0;
}
#news-col1
{
	width:150px;
	float:left;
	padding:25px 25px 0 0;
}
#news-col2
{
	width:405px;
	float:left;
	padding:20px 0 0
}
#maincopy
{
	padding:10px 10px 10px 10px;
	line-height:1.8em;
	margin:0 0 0 245px;
}
#maincopy-full
{
	padding:10px 55px 10px;
	line-height:1.8em;
}
#maincopy-full ul,#maincopy ul {
/*	list-style-type:none;*/
}
#maincopy-full ul li,#maincopy ul li {
/*	padding-bottom:15px;*/
}

#leftcol
{
	width:210px;
	float:left;
	padding:20px 15px 20px 10px;
	background:url(../images/bg-col1.jpg) #fff;
	margin:20px 20px 0 0;
}
#col-50
{
	width:420px;
	float:left;
	padding:20px;
	background:#f2f2e5;
	border-right-width:50px;
	margin-left:10px;
	margin-right:50px;
	width:360px;
	line-height:1.8em;
}
.col-33
{
	width:237px;
	float:left;
	padding:20px;
	background:#f2f2e5;
	margin: 10px 5px 0 10px;
	margin-left:10px;
	margin-right:5px;
	line-height:1.8em;
	text-align:center;
}
.photo-help
{
	width:245px;
	height:140px;
	float:left;
	margin:0 0 0 -4px;
	padding:0 0 15px 0;
}
#footer
{
	width:970px;
	height:140px;
	background:url(../images/bg-bottom.png) no-repeat #fff;
	font-size:8pt;
	line-height:20px;
	color:#666666;
	text-align:center;
	padding-top:25px;
	margin:0 auto;
	position: relative;
}
#disclaimer
{
	font-size:7pt;
	font-style:italic;
	text-align:center;
	margin:0 auto;
	padding:30px 0 0 0;
}
.copylead
{
	color:#cc0000;
	font-weight:bold;
}

.tbscShortForm-field p{
	margin:1em 0 0 0;
}
.form-goodsearch p{
	margin:1em 0 0 0;
	float:left;

}
.tbscLongForm {display:none;}

.forms{
	list-style:none;
	float:left;
}
.forms li{
	clear:both;
}
.buttons{
	padding-left:160px;
}

.form-textarea{
	border: 1px dotted #999;
}



.advanced-slider
{
	position:relative;
	overflow:visible;
/*
	background-color:#FFF;
	border:4px solid #FFF;
	-moz-box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#CCCCCC')";
*/
}


.advanced-slider .slide
{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:10;
}


.advanced-slider .slice
{
	display:block;
	position:absolute;
}


.advanced-slider .preloader
{
	background:url(../images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
	position:absolute;
	z-index:15;
}


.advanced-slider .arrow-navigation a
{
	background:url(../images/ss-controls.png) no-repeat;
	position:absolute;
	z-index:30;
	cursor:pointer;
	width:40px;
	height:40px;
	top:156px;
}


.advanced-slider .arrow-navigation .left-arrow
{
	left:20px;
	background-position:-80px 0px;
}


.advanced-slider .arrow-navigation .right-arrow
{
	right:20px;
	background-position:-120px 0px;
}


.advanced-slider .slideshow-controls
{
	background:url(../images/ss-controls.png) no-repeat;
	position:absolute;
	z-index:40;
	width:40px;
	height:40px;
	cursor:pointer;
	top:158px;
	left:300px;
}


.advanced-slider .slideshow-pause
{
	background-position: -40px 0px;
}


.advanced-slider .slideshow-play
{
	background-position: 0px 0px;
}


.advanced-slider #timer-animation
{
	position:absolute;
	top:20px;
	right:20px;
	z-index:60;
}


.advanced-slider .buttons-navigation
{
	position:absolute;
	z-index:50;	
	top:168px;
	left:650px;
	width:200px;
}


.advanced-slider .buttons-navigation a
{
	background:#cc0000;
	/*background:#068C0F;*/
	
	background-position:0px 0px; 
	position:relative;
	cursor:pointer;
	float:left;
	width:19px;
	height:19px;
	margin: 0;
	/*border:1px solid #6c0000;*/
	
	border:1px solid #000;
	color:#6c0000;
	text-align:center;
	line-height:17px
}


.advanced-slider .buttons-navigation .out
{
	background-position:0px 0px; 
}


.advanced-slider .buttons-navigation .over
{
	background:#ccc; 
}


.advanced-slider .buttons-navigation .select
{
	background:#fff; 
}


.advanced-slider .buttons-navigation .thumbnail
{
	background-image:url(../images/preloader.gif);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	overflow:hidden;
	width:80px;
	height:50px;
	border:solid 3px #333;
	margin-bottom:10px;
}


.advanced-slider .caption-container
{
	overflow:hidden;
	position:absolute;
	z-index:20;
}


.advanced-slider .caption-wrapper
{
	position:absolute;
}


.advanced-slider .caption-background
{
/*
	background-color:#000;
*/
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}


.advanced-slider .caption-container .caption-content
{	
	position:absolute;
	color:#FFF;
	margin:0px;
	padding:20px;
	z-index:20;
}


.advanced-slider .caption-container .caption-content a,#staticshow a
{
	color:#940000;
}
.advanced-slider .caption-container .caption-content a:hover,#staticshow a:hover
{
	color:#940000;
	background:#fff;
}


.advanced-slider .caption-container .caption-content u
{
	font-size:16px;
}
.top-follow-links {
	width: 80px;
	margin: 5px 0 0;
}
.social-links {
	list-style: none;
	margin: 0;
	padding: 46px 0 0 0;
}
#footer .social-links {
	position: absolute;
    right: 65px;
    top: 35px;
	padding: 0;
}
.social-links li {
	float: left;
	margin-left: 5px;
}
.social-links li a{
	display: block;
}
#social-tw {
	background:url(/assets/images/tw-sub.png) top left no-repeat;
	height: 22px;
	width: 22px;
}
#social-tw:hover {
	background:url(/assets/images/tw.png) top left no-repeat;
	height: 22px;
	width: 22px;
}
#social-fb {
	background:url(/assets/images/fb-sub.png) top left no-repeat;
	height: 22px;
	width: 22px;
}
#social-fb:hover {
	background:url(/assets/images/fb.png) top left no-repeat;
	height: 22px;
	width: 22px;
}
#social-pn {
	background:url(/assets/images/pn-sub.png) top left no-repeat;
	height: 22px;
	width: 21px;
}
#social-pn:hover {
	background:url(/assets/images/pn.png) top left no-repeat;
	height: 22px;
	width: 21px;
}
#social-yt {
	background:url(/assets/images/yt-sub.png) top left no-repeat;
	height: 22px;
	width: 44px;
}
#social-yt:hover {
	background:url(/assets/images/yt.png) top left no-repeat;
	height: 22px;
	width: 44px;
}
.read-more:hover {
	background:none;
}
.advanced-slider .caption-container .caption-content a, #staticshow a {
	color: #ffffff;
	font-family: Georgia;
}
a.readmore
{
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#fffffff;
}
#leftcol span {
	color: #CC0000;
}