﻿/* -------------- 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: "" "";}



/* -------------- custom font styles -------------- */
@font-face {
    font-family: 'Museo300';
    src: url('/fend/include/museo300-regular-webfont.eot');
    src: url('/fend/include/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fend/include/museo300-regular-webfont.woff') format('woff'),
         url('/fend/include/museo300-regular-webfont.ttf') format('truetype'),
         url('/fend/include/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* -------------- general styles -------------- */
html,body{
	margin: 0;
	padding: 0;
}
body, p, li, h1, h2, h3, h4, h5, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}
body.fend{background: #e2e2e2 url(/fend/images/bg.png) repeat-x top;}
body.mceContentBody{background: #fff;}
p{margin: 10px 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: 5px 0 5px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
small{font-size: .75em;}
big{font-size: 1.25em;}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{font-family: "Museo300", "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1{color: #000;}
h1, h1 a{
	font-size: 24px;
	font-weight: bold;
}
h2{color: #272727;}
h2, h2 a{
	font-size: 26px;
	font-weight: bold;
}
h3{color: #072e55;}
h3, h3 a{
	font-size: 20px;
	font-weight: bold;
}
h4{color: #999;}
h4, h4 a{
	font-size: 16px;
	font-weight: bold;
}
h5{color: #aaa;}
h5, h5 a{
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited, a:active{ 
	color: #006ab5;
	text-decoration: none;
}
a:hover{
    color: #0096ff;
    text-decoration: underline;
}

a#skiptocontent{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	z-index: 99;
}
a#fontsmall{font-size: 10px;}
a#fontmedium{font-size: 13px;}
a#fontbig{font-size: 16px;}

.clear{clear: both;}
.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.floatleft{float: left;}
.floatright{float: right;}
.imageleft{
	float: left;
	padding: 0 10px 10px 0;
}
.imageright{
	float: right;
	padding: 0 0px 10px 10px;
}
.hr{
	margin: 10px 0;
	border-bottom: 1px solid #eaf0f6;
	line-height: 0;
	height: 1px;
	font-size: 0;
}
a.btn{
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	background: #1d5ea0 url(/fend/images/backer-btn.png) no-repeat center;
}
a.btn:hover{background: #1d5ea0 none;}



/* -------------- layout styles -------------- */
div#container{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
	div#headershell{
		height: 120px;
		background: url(/fend/images/backer-header.png);
	}
		div#headershell h1{
			float: left;
			margin-top: 25px;
			width: 240px;
			height: 95px;
		}
	div#wrapper{
		margin: 0 10px;
		background: #fff url(/fend/images/backer-wrapper.png) repeat-y right;
	}
		div#contentshell{
			float: left;
			width: 780px;
		}
			div#content{
				padding: 20px;
			}
				h2#pagetitle{
					padding: 0 20px;
					height: 80px;
					line-height: 80px;
					background: url(/fend/images/backer-pagetitle.png);
				}
		div#columnshell{
			float: right;
			padding: 15px;
			min-height: 170px;
			height: auto!important;
			height: 170px;
			width: 170px;
			background: url(/fend/images/backer-column.png) no-repeat right top;
		}
			div#searchwrapper{
				width: 170px;
				height: 30px;
				background: url(/fend/images/backer-search.png) no-repeat;
			}
				div#searchwrapper #search_string{
					float: left;
					margin: 6px 0 0 10px;
					width: 120px;
					background: none;
					border: 0px none;
				}
				#searchwrapper #search_submit{
					float: right;
					margin: 0;
					width: 30px;
					height: 30px;
				}
		div#footershell{
			padding: 20px 0;
			clear: both;
			text-align: center;
			color: #999;
			font-size: 10px;
		}
			div#copyright{
				padding-bottom: 20px;
			}



/* -------------- 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;
		}
		
/*lightbox class exists specifically as a way for sims users to create a lightbox link*/
.lightbox{}



/* -------------- home styles -------------- */
div#bannerimage{
	float: left;
	width: 720px;
	height: 300px;
	background: url(/fend/images/banner.jpg);
}
div#intro{
	float: right;
	padding: 20px;
	width: 220px;
	height: 260px;
	background: url(/fend/images/backer-home.png) no-repeat right top;
}
	div#intro p{
		font-size: 14px;
		line-height: 18px;
	}
div#services{
	clear: left;
	float: left;
	width: 490px;
	height: 210px;
	background: url(/fend/images/backer-home.png) no-repeat left bottom;
}
	div#services h3{
		padding: 0 0 0 20px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: #fff;
	}
	div#services h4{
		padding: 20px 20px 10px 20px;
		color: #fff;
	}
	div#services ul{
		float: left;
		margin: 0 20px;
	}
		div#services ul li{color: #fff;}
div#booking{
	float: right;
	padding: 20px;
	width: 450px;
	height: 170px;
	background: url(/fend/images/backer-home.png) no-repeat right bottom;
}
	div#booking p.content{
		float: left;
		padding-right: 10px;
		width: 330px;
	}
	
	/*------------------ application form styles -----------------------*/
div#application-form{padding: 10px 0 0 0;}
div#application-form table{width: 100%;}
div#application-form label{font-weight: normal;}
div#application-form fieldset{
	margin: 20px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #FFFFFF;
}
div#application-form legend{
	padding: 0 5px;
    color: #2368AF;
    font-size: 16px;
    font-weight: normal;
}

