/* -------------- 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, div, p, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

body.fend{
	background:#fff url(/fend/images/bg.jpg) repeat-x;
}
	
body.mceContentBody{
	background: #fff;
}

p{
	margin: 5px 0;
}

ul{
	list-style: url(/fend/images/bullet.gif) outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

hr {
	padding-left:20px;
	color:#666666;
	background-color:#666666;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #00499E;
	text-transform: uppercase;
    text-decoration: none;
}

h3 {
    font-size : 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #809018;
    text-decoration: none;
}

h4 {
    color: #183a17;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}


a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
}

.orange,
ul.orange li a {
	color: #FF8400
}


/* -------------- layout styles -------------- */

div#container{
	width:975px;
	text-align:left;
	margin: 10px;
}

div#headershell{
	position:relative;
	background: url(/fend/images/partnership.gif) no-repeat 290px 35px;
}

	div#headershell h1 a{
		display: block;
		width: 230px;
		height: 50px;
		margin: 15px 0 25px 0;
		background: url(/fend/images/logo_print.gif);
	}
	
		div#headershell h1 a span{
			display: none;
		}

div#wrapper{
	float: right;
	width: 685px;
}

	div#content{
		margin-bottom: 40px;
	}
	
	div#columnshell{
		float:left;
		width:230px;
	}

div#footershell{
	color: #333;
	font-size: 9px;
}

	div#footershell a{
		font-size: 9px;
	}

/*-------------------------------*/
.milestone{
	padding-left:15px;
	padding-right:15px;
	}
	
.bod_gradient{
	background: #0081cd url(/upload/images/board_gradient.jpg) no-repeat;
	width:150px;
	height:290px;
	}
	.bod_gradient p{
		color:#FFFFFF;
		padding: 0 5px 5px 5px;
		}

.go_list{
	padding-left:15px;
	}
	
.go_list li{
	list-style: url(/fend/images/go_btn.jpg) outside;
	line-height:25px;
	}
	
a.blue_link{
	font-size : 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #00499E;
	text-transform: uppercase;
    text-decoration: none;
	}
a.orange_link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color : #FF8400;
    text-decoration: none;
	}
a.black_link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color : #000000;
    text-decoration: none;
	}
/* -------------- 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;
}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul{
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 230px; /*For KHTML*/
  list-style: none;
}

ul#navmenu li {
  margin: 0 0 1px 0;
}

/* Root Menu */
ul#navmenu li a {
  padding: 0 10px;
  display: block;
  background: url(/fend/images/nav-backer.gif) repeat-y left;
  color: #fff;
  font: bold 11px/35px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu li.menu-current-root a{
  background: url(/fend/images/nav-backer-current.gif) repeat-y left;
  color: #33abe1;
  padding: 0 15px;
}

ul#navmenu a:hover {
  color: #33abe1;
}

/* Second Menu */
ul#navmenu li ul li{
  margin: 1px 0 0 0;
}

ul#navmenu li.menu-current-root ul li a{
  background: url(/fend/images/nav-hover.gif) repeat-y right!important;
  color: #00499E;
  font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

ul#navmenu li.menu-current-root ul li a:hover{
  color: #FF8400;
}/*------------------ 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{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}@charset "UTF-8";
/* CSS Document */


#container{
width:800px;
height:792px;
margin-left: auto ;
margin-right: auto ;

}
#left{
width:526px;
height:696px;
float:left;
}
#top_left{
width:526px;
height:350px;
float:left;
background-image:url(/upload/images/background_top_left.jpg);
}
#sentinelle_div{
width:526px;
height:121px;
float:left;
background-image:url(/upload/images/background_sentinelle_div.jpg);
}
#head{
width:187px;
height:121px;
float:left;
}
#logo_box{
width:339px;
height:50px;
float:right;
}
#blurb{
width:339px;
height:71px;
float:right;
}
#thank_you{
width:526px;
height:225px;
float:left;
background-image:url(/upload/images/background_thank_you.jpg);
}


#right{
width:274px;
height:696px;
float:right;
}
#top_right{
width:274px;
height:350px;
float:right;
background-image:url(/upload/images/background_top_right.jpg);
}
#rsvp{
width:274px;
height:180px;
float:right;
background-image:url(/upload/images/background_rsvp.jpg);
}
#right_bottom{
width:274px;
height:166px;
float:right;
background-image:url(/upload/images/background_right_bottom.jpg);
}


#footer{
width:800px;
height:96px;
float:left;
}
#footer_left{
width:526px;
height:96px;
float:left;
background-image:url(/upload/images/background_footer_left.jpg);
}
#logo_area{
width:526px;
height:70px;
float:left;
}
#footer_bottom{
width:526px;
height:26px;
float:left;
}
#tbrri_logo{
width:274px;
height:96px;
float:right;
background-image:url(/upload/images/background_tbrri_logo.jpg);
}
