/* -------------- 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 0 15px 0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
}

body.fend{
	background:#001b3c url(/fend/images/bg.jpg) repeat-x top;
}

h1{
	padding: 5px 0;
    color: #002d65;
    font-size: 18px;
	line-height: 24px;
    font-family: trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2{
	padding: 5px 0;
    color : #002d65;
    font-size : 16px;
	line-height: 22px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

h3{
	padding: 5px 0;
    color : #6d6d6d;
    font-size : 14px;
	line-height: 20px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

h4{
	padding: 5px 10px;
    color: #365983;
    font-size: 13px;
	line-height: 20px;
    font-family: trebuchet ms, Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	background: #e1e1e1;
}

h5{
	padding: 5px 0;
    font-size : 13px;
	line-height: 19px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #000;
    text-decoration: none;
}

p{
    font-family: trebuchet ms, Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666;
	margin: 5px 0;
}

a:link, a:visited, a:active{ 
    font-size: 12px;
    font-family: trebuchet ms, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #4082d3;
    text-decoration: none;
}

a:hover{
    color: #aa1717;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #4d6b90;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.txtRed{
	color: #dd0000;
}

.txtGray{
	color: #bbb;
}

div#container{
	width: 910px;
	text-align:left;
	margin: 15px auto 0 auto;
}

	div#headershell{
		position: relative;
		height: 135px;
		background: url('/fend/images/header_backer.gif') no-repeat top right;
		overflow: hidden;
	}
	
		div#topnav{
			position: absolute;
			top: 5px;
			right: 25px;
		}
	
		div#searchwrapper {
			width: 190px;
			height: 25px;
			position: absolute;
			top: 68px;
			right: 25px;
			background: url('/fend/images/search-backer.gif') no-repeat;
		}
		
			div#searchwrapper #search_string {
				float: left;
				width: 125px;
				margin: 4px 0 0 25px;
				border: 0px none;
				background: none;
			}
			
			#searchwrapper #search_submit {
				float: right;
				width: 35px;
				height: 21px;
				margin: 2px 2px 0 0;
			}
	
	div#navshell{
		height: 30px;
		line-height: 30px;
		margin: 0 15px;
		padding: 0 10px;
		text-align: right;
		background: #2a2a2a;
		font-size: 11px;
		color: #717171;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	div#wrapper{
		width: 910px;
		background: url('/fend/images/wrapper_backer.png') repeat-y;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/wrapper_backer.png', sizingMethod='scale');
	}
	
		div#contentshell{
			float: left;
			width: 670px;
			margin: 0 0 0 15px;
			display: inline; /*IE double-float margin bug fix*/
		}
	
			div#navtrail{
				height: 25px;
				line-height: 25px;
				padding: 0 10px;
				background: #dddddd url('/fend/images/navtrail_backer.gif') repeat-x top;
			}
			
				div#navtrail a{
					font-size: 10px;
				}
			
			div#pagetitle{
				width: 655px;
				height: 40px;
				line-height: 40px;
				padding-left: 15px;
				border-bottom: 1px solid #fff;
				background: #f6f6f6 url('/fend/images/pagetitle_backer.gif') no-repeat top left;
			}
			
				div#pagetitle h2{
					line-height: 40px;
					padding: 0;
				}
		
			div#content{
				width:630px;
				min-height: 150px;
				margin-left: 20px;
				padding: 10px 0;
			}
		
		div#columnshell{
			float:right;
			width:210px;
			margin: 0 15px 0 0;
			color: #fff;
			background: transparent url('/fend/images/column_backer.gif') repeat-x top;
			display: inline; /*IE double-float margin bug fix*/
		}
		
			div#columnshell p{
				padding: 5px 10px;
				color: #fff;
			}
			
			div#columnshell li{
				padding: 0px 5px;
				margin: 3px;
				color: #fff;
				list-style: none;
			}
			
			.newsMore{
				width: 190px;
				text-align: right;
				display: block;
				border-bottom: 1px solid #525252;
			}
	
	div#footershell{
		clear:both;
		height: 50px;
		position: relative;
		color: #dd0000;
		background: transparent url('/fend/images/footer_backer.gif') no-repeat;
	}
	
		div#rootlinks{
			width: 670px;
			padding: 16px 0 0 15px;
			text-align: center;
		}
		
			div#rootlinks a:hover, div#columnshell a:hover{
				color: #dd0000;
			}
	
		div#sencialogo{
			float: right;
			margin: 22px 75px 0 0;
			display: inline; /*IE double-float margin bug fix*/
		}
	
		div#copyright{
			width: 670px;
			padding: 8px 0 0 15px;
			text-align: center;
			color: #375a84;
			font-size: 10px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}


div.feedflare{display: none;}
/*------------------ 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;
}


