﻿/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}



/* -------------- general styles -------------- */
html,body{
	margin: 0;
	padding: 0;
}
body, p, li, h1, h2, h3, h4, h5, a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	line-height: 1.5em;
    color: #666;
}
body.fend{background: #fff url(/fend/images/bg.png) no-repeat fixed center top;}
body.mceContentBody{	background: #fff;}
p{margin: 5px 0;}
ul{
	list-style: disc outside;
	margin: 10px 0;
}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}
li{margin: 1px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
big{font-size: 1.1em;}
small{font-size: .9em;}
sup,sub{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .9em;
}
sup{bottom: 1ex;}
sub{top: .5em;}
.clear{clear: both;}
.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
h1{color: #000;}
h1, h1 a{
	font-size: 24px;
	font-weight: bold;
}
h2{color: #333;}
h2, h2 a{
	font-size: 18px;
	font-weight: bold;
}
h3{color: #666;}
h3, h3 a{
	font-size: 16px;
	font-weight: bold;
}
h4{color: #999;}
h4, h4 a{
	font-size: 14px;
	font-weight: bold;
}
h5{color: #aaa;}
h5, h5 a{
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited, a:active{ 
	color: #000;
	text-decoration: none;
}
a:hover{
    color: #ed1c24;
    text-decoration: underline;
}
a#skiptocontent{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
a.smalllink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
a.smalllink:hover{
	color: #ed1c24;
}



/* -------------- layout styles -------------- */
div#container,
div#container-home{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
	div#headershell{
		height: 180px;
	}
	div#container-home div#headershell{
		height: 700px;
	}
		div#headershell h1{
			margin-bottom: 35px;
			text-align: center;
		}
		div#container-home div#headershell h1{
			margin-bottom: 35px;
		}
		div#headershell h1 a{
			margin-top: 20px;
			display: inline-block;
			width: 370px;
			height: 90px;
			background: url(/fend/images/logo.png);
		}
		div#container-home div#headershell h1 a{
			margin-top: 25px;
			width: 620px;
			height: 200px;
			background: url(/fend/images/logo-home.png);
		}
	div#navtrailshell{
		margin-top: 30px;
		padding: 0 50px;
		height: 25px;
		line-height: 25px;
		background: url(/fend/images/backer-bar.png) no-repeat top;
	}
		div#navtrailshell a{
			font-size: 11px;
			color: #666;
		}
		div#navtrailshell a:hover{
			text-decoration: none;
			color: #ed1c24;
		}
	div#contentshell{
		padding: 15px 50px 30px 50px;
	}
		div#content{}
	div#footershell{
		clear: both;
		padding: 20px 50px;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999;
		text-align: center;
		background: url(/fend/images/backer-bar.png) no-repeat top;
	}
		div#footerlinks{
			float: left;
			line-height: 15px;
		}
		div#searchwrapper{
			float: right;
			width: 220px;
			height: 25px;
			background: url(/fend/images/backer-search.png) no-repeat left top;
		}
			div#searchwrapper #search_string{
				float: left;
				margin: 5px 0 0 10px;
				width: 165px;
				font-size: 11px;
				color: #666;
				background: none;
				border: 0px none;
			}
			#searchwrapper #search_submit{
				float: right;
				margin: 0;
				width: 35px;
				height: 25px;
			}
		div#sencialogo{
			padding: 10px 0;
		}
		div#socialicons{
			float: right;
			padding-left: 5px;
		}
		a.addthis_button,
		a.addthis_button_favorites{
			margin-left: 5px;
			display: inline-block;
			width: 25px;
			height: 25px;
		}
		a.addthis_button{background: url(/fend/images/btn-share.png) no-repeat right top;}
		a.addthis_button:hover{background: url(/fend/images/btn-share.png) no-repeat right bottom;}
		a.addthis_button_favorites{background: url(/fend/images/btn-share.png) no-repeat left top;}
		a.addthis_button_favorites:hover{background: url(/fend/images/btn-share.png) no-repeat left bottom;}



/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}



/* -------------- modal styles -------------- */
div#modaloverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	background-color: #000;
	z-index: 99;
}
div#modalwindow{
	position: absolute;
	width: 100%;
	z-index: 100;
}
	div#modalinner{
		position: relative;
		width: 500px;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #000;
		background: #fff;
	}



/*------------------ video player styles -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}
	div.flv-player a{
		display: block;
		background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
		div.flv-player a span{
			display: block;
			background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}



/* -------------- content styles -------------- */
ul#sectionrows{
	margin: 20px 0;
	padding: 1px 0 0 0;
	list-style: none;
	background: url(/upload/images/bar.png) no-repeat top;
}
	ul#sectionrows li{
		list-style: none;
		margin: 0;
		clear: both;
		height: 241px;
		background: url(/upload/images/bar.png) no-repeat bottom;
	}
		ul#sectionrows li img{
			width: 355px!important;
			height: 240px!important;
		}
			ul#sectionrows li.rowodd img{
				float: left;
				background: #e8e8e8 url(/upload/images/shadow-left.png) repeat-y right;
				padding-right: 25px;
			}
			ul#sectionrows li.roweven img{
				float: right;
				background: #e8e8e8 url(/upload/images/shadow-right.png) repeat-y left;
				padding-left: 25px;
			}
		ul#sectionrows li h3 a{
			display: block;
			padding: 20px 0 10px 0;
			color: #ed1c24;
			font-size: 24px;
			font-weight: normal;
		}
		ul#sectionrows li.rowodd{
			text-align: left;
		}
		ul#sectionrows li.roweven{
			text-align: right;
		}
div#subscribeshell{
	float: right;
	padding: 0 0 0 20px;
	border-left: 1px solid #ccc;
}
	input#subscribe_email{
		padding: 5px;
		font-size: 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #ccc;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F2F2F2));
		background-image: -moz-linear-gradient(0% 100% 90deg,#F2F2F2, #ffffff);
		background-color: #f2f2f2;
	}
	
/* -------------- fct reg form styles -------------- */
div#fct-reg-form{
	width: 580px;
	}
div#fct-reg-form ul{
	margin: 0;
	list-style: none;
	width: 100%;
}
	div#fct-reg-form ul li{
		margin: 10px 0;
		float:left;
		width: 285px;
		display: inline;
			color: #666666;
	}
		div#fct-reg-form ul li label{display: block;}
		div#fct-reg-form textarea{width: 565px;}
		div#fct-reg-form input{width: 225px;}
		div#fct-reg-form input.sm{width: 100px;}
		div#fct-reg-form input[type=submit]{width: auto;}