/* -------------- 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;
	width: 100%;
	height: 100%;
}

body{
	font: 76% arial,sans-serif;
	color: #fff;
}

body.fend{
	background:#000 url(/fend/images/bg.gif) repeat-x;
}

p{
	margin: 5px 0;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #fff;
}

ul.special-list{
	margin-top: 20px;
}

ul.special-list li{
	list-style: none;
	background: #004476;
	border-left: 2px solid #4383b2;
	padding: 5px 10px;
	margin-top: 10px;
}

.smalltext{
	color: #4383b2;
	font-size: 11px;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

h1{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
    color: #589fd4;
	padding: 5px 0;
}

h2{
    font-size : 14px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
    color : #589fd4;
	padding: 5px 0;
}

h3{
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
    color : #E7C62B;
	padding: 5px 0;
}

h4{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #aaa;
	padding: 5px 0;
}

h5{
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
    color : #ffffff;
	padding: 5px 0;
}

p{
    font-size: 12px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    color: #fff; 
}

a:link, a:visited, a:active{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #e7c62b;
    text-decoration: none;
}

a:hover{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffec94;
    text-decoration: none;
}

input{
	background: #939da3 url(/fend/images/input-backer.gif) repeat-x top;
	border: 1px solid #aeb5b9;
}

div#container{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align:left;
	background: #001627 url(/fend/images/container-bottom.gif) no-repeat bottom;
}
	
	div#header{
		height: 37px;
		background: #003d6b url(/fend/images/topbar-backer.gif) repeat-x top;
	}

	div#headershell{
		position:relative;
		height: 192px;
		padding: 0 30px;
		background: #001627 url(/fend/images/banner.jpg) no-repeat center;
	}
	
		div#searchwrapper {
			width: 220px;
			height: 40px;
			background: url('/fend/images/search-backer.gif') no-repeat;
			position: absolute;
			bottom: 37px;
			right: 30px;
		}
		
			div#searchwrapper #search_string {
				float: left;
				background: none;
				border: 0px none;
				margin: 12px 0 0 37px;
				width: 115px;
			}
			
			#searchwrapper #search_submit {
				float: right;
				margin: 10px 10px 0 0;
				width: 50px;
				height: 21px;
				border: 0px;
			}
		
	div#wrapper{
		width: 900px;
		margin: 0 30px;
		background: #16649f url(/fend/images/column-bottom.gif) no-repeat bottom right;
	}
	
		div#navwrapper{
			height: 39px;
			width: 900px;
			z-index: 99;
			margin-top: -39px;
		}
	
		div#contentwrapper{
			float:left;
			width:680px;
			min-height: 218px;
			background: #004b83 url(/fend/images/content-backer.jpg) no-repeat top;
		}
		
			div#navtrail{
				float: left;
				line-height: 25px;
				padding: 0 10px;
			}
			
				div#navtrail a{
					font-size: 10px;
					font-weight: bold;
					text-transform: uppercase;
					color: #4da9ec
				}
			
			div#print{
				float: right;
				padding: 5px 10px;
			}
			
			div#pagetitle h2{
				margin: 35px 0 0 15px;
				color: #589fd4;
				font-size: 12px;
				text-transform: uppercase;
				letter-spacing: 1.5px;
				border-left: 2px solid #4da9ec;
				padding-left: 10px;
			}
			
			div#content{
				padding: 0 25px 10px 25px;
				min-height: 200px;
				height: auto !important;
				height: 200px;
			}
				
				div#bottombar{
					min-height: 140px;
					height: auto!important;
					height: 14px;
					background: #004b83 url(/fend/images/bottombar-backer.gif) repeat-x top;
					border-top: 1px dotted #002847;
					color: #4383b2;
					margin-top: 10px;
				}
				
					div#bottombar p{
						color: #4384b2;
						margin: 10px;
					}
				
					div#stockquote{
						width: 180px;
						height: 120px;
						min-height: 120px;
						height: auto!important;
						border-right: 1px dotted #002847;
						float: left;
						padding: 10px;
						
					}
					
						div#stockquote h3{
							width: 117px;
							height: 20px;
							background: url(/fend/images/title_stockquote.gif);
							padding: 0;
							margin-bottom: 10px;
						}
						
						td.stockvalue{
							color: #fff;
							text-align: left;
							padding-left: 10px;
						}
					
					div#subscribe{
						width: 258px;
						height: 120px;
						min-height: 120px;
						height: auto!important;
						float: left;
						padding: 10px;
					}
					
						div#subscribe h3{
							width: 97px;
							height: 20px;
							background: url(/fend/images/title_subscribe.gif);
							padding: 0;
						}
						
						input#subscribe_submit, input#_reset, input#_submit{
							font-size: 11px;
							font-weight: bold;
							background: url(/fend/images/submit-backer.gif);
							border: 0;
							height: 20px;
							line-height: 10px;
							width: 81px;
							cursor: pointer;
						}
					
					div#corporateinfo{
						width: 180px;
						height: 120px;
						min-height: 120px;
						height: auto!important;
						border-left: 1px dotted #002847;
						float: left;
						padding: 10px;
					}
					
						div#corporateinfo h3{
							width: 160px;
							height: 20px;
							background: url(/fend/images/title_corporateinfo.gif);
							padding: 0;
						}
		
				div#footershell{
					height: 30px;
					line-height: 30px;
					padding: 0 10px;
					background: #002847 url(/fend/images/footer-backer.gif) repeat-x top;
					color: #16649f;
				}
				
					div#footershell a{
						color: #7a9ab2;
						text-transform: uppercase;
						font-size: 10px;
					}
					
					div#footershell a:hover{
						color: #e7c62b;
					}
				
				div#copyright{
					float: left;
					width: 320px;
					background: #001627;
					padding: 0 10px;
					height: 30px;
					line-height: 30px;
					font-size: 9px;
					color: #004b83;
					text-transform: uppercase;
				}
				
				div#sencialogo{
					float: right;
					width: 320px;
					text-align: right;
					background: #001627;
					height: 30px;
					line-height: 30px;
					padding: 0 10px;
				}
		
		div#columnshell{
			float:right;
			width:190px;
			background: url(/fend/images/column-backer.gif) repeat-x top;
			padding: 15px;
			color: #7abff2;
		}
		
			div#columnshell h4{
				width: 114px;
				height: 20px;
				background: url(/fend/images/title_latestnews.gif);
				padding: 0;
			}
			
			div#newswrapper{
				margin: 20px 0 0 10px;
			}
			
			div.newspost{
				margin: 0 0 25px 0;
			}
	
/* ------------------ News START -----------------------*/		
div.newspage{
	background: #004476;
	border-right: 2px solid #4383B2;
	height: 25px;
	font-size: 11px;
	line-height: 25px;
}
			
	div.newspage ul{
		list-style: none;
		margin: 0;
		float: right;
	}
	
		div.newspage ul li{
			list-style: none;
			margin: 0;
			float: left;
			padding: 0 5px;
		}
		
		div.newspage ul li a:link,
		div.newspage ul li a:visited,
		div.newspage ul li a:active;
		div.newspage ul li a:hover{
			display: block;
			line-height: 25px;
			font-size: 11px;
		}
		
ul#newslist{
	list-style: none;
}

	ul#newslist li{
		margin: 0 10px;
		padding: 5px;
		border-bottom: 1px dotted #002847;
	}
/* ------------------ News END -----------------------*/

/*------------------ Video Player START -----------------------*/
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;
}
/*------------------ Video Player END -----------------------*/

/* ------------------ Calendar START -----------------------*/
.calendar_table
{
	border: solid 1px #000;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: #dddddd;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #000;
}
.calendar_dayname_cell
{
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: 0px;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
/* ------------------ Calendar END -----------------------*/

/* --------------- Event Listing START -------------------*/

.event-listing-table{width: 100%;}
.event-header-row{}
.event-header-cell{background-color: #bec9d6;}
.event-month-row{}
.event-month-cell{}
.event-row-1{}
.event-row-2{}
.event-cell-1{}
.event-cell-2{}
.event-event-col{}
.event-date-col{}
.event-info-col{}

/* --------------- Event Listing END ---------------------*/
/* -------------- 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;
}

