﻿/*General Configurations*/
*
{
	margin: 0;
	padding: 0;
}
html, body, form
{
	height:100%;
} 
body
{
	font-family: Verdana;
	background-color: #f0dfbe;
	text-align: center;
}  
a
{
	color: #ec864c;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color: #ec864c;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color: #ec864c;
	text-decoration:underline;
	font-weight:bold;        	
}
/*Container used for centering and stretch height to 100% of viewport*/
#wrapper 
{
	width: 1031px;
	margin: 0 auto;
	text-align: left;
	background-image:url('images/bgfill.gif');  
	background-repeat:repeat-y;
	/*min-height:100%;                      */
}
/*Banner Region*/
.bannerArea
{
	text-align:center;
}
/*Login Region*/
.loginStripBG
{
	background-color:White;
	width:746px
}
.loginStrip
{
	font-size: xx-small;
	float:right; /*for Chrome & FF*/
	text-align:right; /*for IE*/
	background-color:White;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}
.loginStrip input
{
	border: solid 1px #ec864c;
	font-size: 9px;
	text-align: center;
	color: #ec864c;
}
/*Navigation Region*/
.navStripContainer
{
	background-color:white;
}
.navStripBG
{
	height:24px;
	background-image:url('images/navbg2.gif');
	background-repeat:no-repeat;
	border-bottom:solid 1px #EC864C;
	position: relative;
	z-index:1000;
}
.navstrip
{
	font-size:10px;
	height:25px;
	text-align:center;
}

.ms-WPHeader td, .ms-WPBorder, .ms-WPBorderBorderOnly{
	border:0;
}
.ms-WPTitle {
font-size:0;
padding:0;
}

ul.doe_menu, ul.doe_menu ul{
	list-style: none;			
}

li.firemenu{
}

li.firemenu_level0{
	float:left;				
	position:relative;

}

ul.doe_menu li a{
	font-size:10px;
	height:17px;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	text-align:center;
			
}

ul.doe_menu li a.leader {
	border-right:1px solid #EC864C;
	display:block;
	float:left;
}
ul.doe_menu li.firemenu_level0 ul{
	
	display:none;
left:-1px;
position:absolute;
top:24px;
width:150px;
}


ul.doe_menu li.firemenu_level0:hover ul{
	
	display:block;
}



ul.firemenu_level1{
	z-index:1000;
	position:relative;
	clear:left;
}

li.firemenu_level1 a{
	background: #edd8a9;
	border:	1px solid #EC864C;
	border-top:0;
	display: block;
	position:relative;
	top:1px;

}



object#sliders{
	z-index:-1;
}

/*Content Region*/
.contentContainer
{
	width:1031px;
	height:738px;
}
.contentBG
{
	background-color:White;
	width:746px
}
.infoText
{
    font-size: 10px;
}
.infoHeadingText
{
	font-size:12px;
}
.infoSubHeadingText
{
	font-size:11px;
}
.infoAreaContainer
{
	width:497px;
	height:590px;
	border:solid 0px blue;
}
.infoBox
{
	width:100%;
	height:430px;
}
.infoFooter /* Info Footer designed to flow to the testimonial box to produce overlay effect */
{
	width:746px;
	border:solid 0px green;
	height:160px;
	position:absolute;
	overflow:hidden;
	padding-top:5px;
}

img#doe_orangeperson {
				left:470px;
				position:absolute;
				top:12px;
}

td.fire_fpitem{
	padding: 5px 10px;
}

.bulletinBoardBG
{
	vertical-align:top;
	width:249px;
	height:349px;
	background-image:url('images/bulletinboard.gif');
	background-repeat:no-repeat;
	background-position:top-right;
}
.bulletinBoard
{
	width:223px;
	height:318px;
	border:solid 0px green; /*change width for testing purposes to see the boundaries*/
	margin-left:13px;
	margin-top:22px;
	overflow:hidden;
	padding-left:10px;
}
.thumbnail
{
    float: left;
    /* width: 106px; */
    /* height: 75px; */
    border: 0px;
    margin: 0px;
    /* text-align:center; */
    /* overflow:hidden; */
}
.testimonialContainer
{
	width:249px;
}
.testimonialBG
{
	width:249px;
	overflow:hidden;
	background-image:url('images/testimonial.gif');
	background-position:top;
	background-repeat:no-repeat;
	height:239px;
}
.testimonialBox
{
	width:172px;
	border:solid 0px green;
	height:118px;
	position:relative;
	left:27px;
	top:20px;
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;	
}
.testimonial
{
	font-size:9px;
}
.testimonialTitle
{
	font-size:8px;
	text-align:center;
}  
/*Helper Classes*/ 
.leftSpacer
{
	width:149px;
}  
.rightSpacer
{
	width:136px;
} 
         
         
/*User Access Request*/
.registrationerrormessage
{
	
	color:red;	
	font-weight:bold;
	
}         
.registrationmessage
{
	font-weight:bold;	
}

