#divContainer{
	margin:				24px auto 0 auto; 
	text-align:			left;
	width:				765px;
	height:				498px;
	background-color:	#C3A544;
	border:				5px solid #C3A544;
}

#navBarContainer{
	width:				765px;
	height:				27px;
	float:				left;
	background-color:	#191201;
	text-align:			center;
}

#navBarContainer ul{
	text-align:			center;
}

#navBarContainer li{
	margin:				auto;
	height:				27px;
	display:			inline;
	text-transform:		uppercase;
	letter-spacing:		1px;
}

#navBarContainer li a{	
	margin:				0 10px;
	background-color:	transparent;
	font-size:			8pt;
	font-family:		arial, helvetica, verdana, sans-serif;
	height:				27px;
	text-align:			center;
	text-decoration:	none;
	color:				#C5C593;
	font-weight:		bolder;
	vertical-align:		middle;
	line-height:		27px;
	width:				auto;
}

#navBarContainer li a:hover{
	color:					white;
	text-decoration:		underline;
}

/*
#navBarContainer li a{
	position:			relative;
	float:				left;
	left:				0;
	top:				0;
	background-color:	transparent;
	background-repeat:	no-repeat;
	background-image:	url(/images/navBackground.jpg);
	background-position:	0px 0px;
	font-size:			8pt;
	font-family:		arial, helvetica, verdana, sans-serif;
	width:				165px;
	height:				27px;
	text-align:			center;
	text-decoration:	none;
	color:				#C5C593;
	font-weight:		bolder;
	vertical-align:		middle;
	line-height:		27px;	
}

#navBarContainer li a:hover{
	background-image:		url(/images/navBackground.jpg);
	background-position:	0px -27px;
	color:					white;
}

*/
.menuBreaker{
		margin:				0 5px;
		background-image:	none;
		color:				#C7AA46;
		font-weight:		bold;
		vertical-align:		middle;
		line-height:		27px;
}

#divLeftSideBar{
	float:				left;
	clear:				left;
	width:				170px;
	text-align:			left;
	margin-right:		5px;
}

#divFortressContentArea{
	float:				left;
	width:				590px;
	text-align:			left;

}

#divMainContentBox{
	position:			relative;
	float:				left;
	clear:				both;
	width:				590px;
	height:				355px;
	text-align:			left; 
	margin-bottom:		5px;
	background-color:	#EEE6CB;
	overflow:			auto;
}

#divBottomBlurbs{
	float:				left;
	clear:				both;
	width:				590px;
	height:				110px;
	background-color:	#3A2302;
}

#divLogo{
	float:					left;
	clear:					both;
	height:					92px;
	width:					170px;
	margin-bottom:			5px;
	background-color:		#DDCD80;
}

/* Testimonial Link and Text */
#divTestimonials{
	float:					left;
	clear:					both;
	height:					162px;
	width:					170px;
	margin-bottom:			5px;
	background-color:		white;
}

#divTestimonials a{
	position:				relative;
	display:				block;
	float:					left;
	height:					162px;
	width:					170px;
	background-color:		transparent;
	background-image:		url(/images/testimonialsBackground.png);
	text-decoration:		none;
	vertical-align:			baseline;	
}
/* END Testimonial Link and Text */

#spanTestimonialText{
	position:				absolute;
	font-family:			arial, helvetica, verdana, sans-serif;
	font-weight:			bold;
	font-size:				9pt;
	text-decoration:		none;
	color:					black;
	top:					127px;
	left:					10px;
}

/* Advantage Link and Text */
#divFortressAdvantage{
	float:					left;
	clear:					both;
	height:					138px;
	width:					170px;
	background-color:		transparent;
}

#divFortressAdvantage a{
	position:				relative;
	display:				block;
	float:					left;
	height:					138px;
	width:					170px;
	background-color:		transparent;
	text-decoration:		none;
	vertical-align:			baseline;	
}

#spanAdvantageText{
	position:				absolute;
	font-family:			arial, helvetica, verdana, sans-serif;
	font-weight:			bold;
	font-size:				9pt;
	text-decoration:		none;
	color:					black;
	top:					97px;
	left:					10px;
	line-height:			12px;
}
/* END Advantage Link and Text */

#div169Point{
	float:					left;
	clear:					both;
	height:					68px;
	width:					170px;
	background-color:		#3A2302;
}

#div169Point a{
	display:				block;
	float:					left;
	height:					68px;
	width:					170px;
	background-color:		#3A2302;
	background-image:		url(/images/169Point.png);
	text-decoration:		none;
}


/* Image Viewer */

#divImageTour				/* This removes the top margin set in "fortress.css" on the BODY tag   */
{							/*	so the images are displayed at the very top of the window. Without */
	margin-top: -24px;		/*	this, they push the Previous/Next and image numbers down below the */
}							/*	viewable area of the popup window								   */
							
							



/* END Image Viewer */

/* Blurbs at the bottom of the page */
div.blurbBox{
	position:		relative;
	float:			left;
	margin:		10px 10px 0 10px;
	display:		inline;
	height:			100px;
	width:			273px;
	background-color:	#3A2302;
}

div.blurbBox img.blurbImage{
	margin:			0 18px 0 0;
	float:			left;
	height:			75px;
	width:			75px;
	border:			1px solid #B5973D;
}

div.blurbBox span.blurbTitle{
	margin:				0;
	float:				left;
	color:				#C3A544;
	font-family:		arial, helvetica, sans-serif;
	font-size:			8pt;
	text-decoration:	none;
	font-weight:		bolder;
	text-transform:		uppercase;
	letter-spacing:		1px;
}

div.blurbBox span.blurbText{
	position:			absolute;
	left:				95px;
	top:				15px;
	color:				white;
	font-family:		arial, helvetica, sans-serif;
	font-size:			8pt;
	text-decoration:	none;
	letter-spacing:		1px;
	line-height:		16px;
	width:				185px;
}

div.blurbBox a.blurbLink{
	position:			absolute;
	left:				170px;
	top:				80px;
}

/* END Blurbs at the bottom of the page */