html,body{
	background:#00254d;
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;}
	
h2{
	font-size:22px;
	font-weight:normal;
	color:#d90000;
	padding:10px 0 0 0;
	margin:0;
}

h3{
	font-size:18px;
	font-weight:normal;
	color:#d90000;
	padding:10px 0 0 0;
	margin:0;
}

h4{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:10px 0 0 0;
	margin:0;
}

p{
	font-size:12px;
	color:#333333;
}

ul,li{
	font-size:11px;
	color:#7E8622;
	line-height:18px;
	list-style-image:url(/fend/images/bullet.gif);
}

div#homeheader{
	position:relative;
	top:0;
	left:0;
	background:#fff url("/fend/images/bg-homeheader2.jpg") top no-repeat;
	height:263px;
	border-bottom:1px solid #fff;
}

div#headershell{
	position:relative;
	background:#fff url("/fend/images/bg-header.jpg") top no-repeat;
	height:163px;
	border-bottom:1px solid #fff;
}

div#logo{
	float:left;
}

div#toplinks{
	float:left;
	padding:17px 0 0 10px;
}

div#search{
	float:right;
	width:255px;
	background:url("/fend/images/bg-search.gif") top left no-repeat;
	text-align:right;
	padding:12px 15px 0 0;
}

.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    color: #666; 
    border: 1px solid #e4e9e9; 
}

div#toplinks a{
	background:#fff url("/fend/images/bg-toplinks.gif") top right no-repeat;
	color:#d90000;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px;
}

div#toplinks a:hover{
	color:#ff0000;
}

div#promotionshell{

	text-align:left;
}

div#promotion{
	float:right;
	position:relative;
	top:10px;
	background:#fff url("/fend/images/bg-promotion.jpg") top right no-repeat;
	width:520px;
}

div#container{
	text-align:left;
	background:#fff url("/fend/images/bg-container.gif") top repeat-y;
	width:765px;
	margin:0 auto;
}

div#contentshell{
	float:right;
	width:590px;
}

div#navtrailshell{
	padding:0;
	margin:0;
	clear:both;
}

div#navtrail{
	float:left;
	font-size:76%;
	color:#8c8c8c;
	padding:0;
	margin:0;
	clear:both;
}

div#print{
	float:right;
	clear:right;
}

div#navtrail a{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

div#navtrail a:hover{
	color:#d90000;
}

div#newsshell 
{
	float:right;
	position:relative;
	top:0;
	left:0;
	background:#f2f2f2;
	height:300px;
	border-bottom:1px solid #fff;
	width:200px;
	padding:2px;	
}

div#news{
	font-size:11px;
	color:#666666;
	padding:0;
	margin:4px;
	clear:both;
}

div#news a{
	font-size:11px;
	font-weight:normal;
	color:#7E8622;
	text-decoration:none;
}

div#news a:hover{
	color:#7E8622;
	text-decoration:underline;
}

div#content{
	float:left;
	color:#333;
	padding:0 10px 10px 0;
}

div#content a{
	color:#d90000;
	text-decoration:none;
}

div#content a:hover{
	color:#d90000;
	text-decoration:underline;
}

div#leftcolumn{
	float:left;
	/*background:url("/fend/images/sencia.gif") bottom no-repeat;*/
	width:155px;
	padding-bottom:60px;
}

div#menu{
	padding:0;
}
div#addressshell{
	background:url("/fend/images/bg-red-canada.gif") top no-repeat;
	padding:90px 0 10px 5px ;
}

div#address{
	font:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666666;
}

div#address a{
	color:#d90000;
}

div#runarest{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-align:center;
}

div#runarest a{
	color:#d90000;
	text-decoration:none;
}
div#runarest a:hover{
	color:#d90000;
	text-decoration:underline;
}

div#sencia{
	text-align:center;
}

div#footer{
	clear:both;
	text-align:center;
	width:100%;
	background: #fff;
	padding:8px 0;
}

div#footer a:link, div#footer a:visited {
	color:#d90000;
	text-decoration:none;
}
div#footer a:hover{
	color:#d90000;
	text-decoration:underline;
}


/*------------------ 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 -----------------------*/

/* -------------- 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;
}

