#masterContainer
{
	background-color: #949599;
	width: 980px;
	margin: 0px auto 0px auto;	
}

#masterHeaderContainer
{
	background-color: #000000;
	width: 100%;
	height: 125px;
	border: solid 0px #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: static;
	top:0px;
	left:0px;
}

#HeaderText
{
    position: relative;
    /*border: 1px solid blue; */
	float: left;
	top: 25px;
	left: 10px;
	height: 35px;
}

#topnav
{
    background-image: url(../../../../images/sliver_top.gif);
    width: 980px;
    height: 27px;
}

#logo
{
	position: relative;
	top: 8px;
	height: 99px;
	width: 200px;
	background-image: url(../../../../images/adler_logo.gif);
	background-repeat: no-repeat;
	/*border: 1px solid blue; */
	float: left;
}

#navmenu
{
	position: relative;
	left: -5px;
	height: 27px;
	background-color: #000000;
	background-image: url(../../../../images/sliver_top.gif);
    vertical-align: top;
	z-index: 100;
	display: block;
	float: right;
}

#topright
{
    position: relative;
    top: 13px;
    right: 50px;
    float: right;
    /*border: 1px solid green; */
    width: 150px;
    height: auto;
    white-space: nowrap;
}

#QuestionBlock
{
    position: relative;
    left: 8px;
    /*border: 1px solid blue; */
    width: 105px;
    min-height: 25px;
    height: auto;
    white-space: nowrap;
    float: right;
}

#BubbleIcon
{
    float: left;
    width: 36px;
    height: 25px;
}

.questionstxt
{
	position: relative;
	right: 4px;
	float:left;
	color: #ffffff;
	font-size:13px;
	padding-top:7px;
	white-space: nowrap;
	font-weight: bold;
}

.questionstxt a
{
	color: #ffffff;
}

.questionstxt a:hover
{
	text-decoration: underline;
}

#phone
{
	color: #ffcc00;
	font-size: 16px;
	font-weight:bold;
	white-space: nowrap;
	float: right;
	padding-top: 3px;
}

#speaktxt
{
	position: relative;
	top: -2px;
	color: #ffcc00;
	font-size: 12px;
	font-weight:normal;
	white-space: nowrap;
	float: right;
} 

#masterContentContainer
{
	width: 100%;
	background-image: url(../../../../images/bg_texture.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#masterFooterContainer
{
	background-color: #000000;
	width: 100%;
	height: 70px;
	background-image: url(../../../../images/sliver_btm.gif);
	background-repeat:repeat-x;
	clear: both;
}

#footerText
{
	text-align:center;
	position:relative;
	top: 10px;
	z-index: 0;
}

.OneColumn
{
	width: 95%;
	float:left;
	padding: 15px;
	margin-top: 15px;
	border-top: solid 1px #b3b4b8;
	border-right: solid 1px #b3b4b8;
	border-bottom: solid 1px #b3b4b8;
	line-height: 1.4;
}

.LeftColumn
{
	width: 455px;
	/*height: 340px; */  /*/ added height and overflow properties for the scrollbar /*/
	/*overflow: auto; */
	float:left;
	padding: 15px;
	/*margin-top: 15px; */
	border-top: solid 1px #b3b4b8;
	border-right: solid 1px #b3b4b8;
	border-bottom: solid 1px #b3b4b8;
	line-height: 1.4;
	scrollbar-face-color:#E0E0E0; /*/ this will only work in IE browsers /*/
	scrollbar-base-color:#F0F0F0;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#F0F0F0;
	scrollbar-highlight-color:#F8F8F8;
	scrollbar-3dlight-color:#D0D0D0;
	scrollbar-darkshadow-Color:#B8B8B8;
}

.LeftColumnB
{
	width: 560px;
	/*height: 340px; */  /*/ added height and overflow properties for the scrollbar /*/
	/*overflow: auto; */
	float:left;
	padding: 15px;
	/*margin-top: 15px; */
	border-top: solid 1px #b3b4b8;
	border-right: solid 1px #b3b4b8;
	border-bottom: solid 1px #b3b4b8;
	line-height: 1.4;
}

.LeftColumnB1
{
	float: left;
}

.LeftColumnB2
{
	float: right;
}

.RightColumn
{
	float: left;
	/*padding-right: 15px;*/
	padding-left: 15px;
	width: 430px;
}

.RightColumnB
{
	float: left;
	/*padding-right: 15px;*/
	padding-left: 15px;
	width: 325px;
}

.spacerDiv
{
	width: 100%;
	clear:both;
	height: 15px;
}

.bottomNav
{
	width: 100%;
	clear:both;
	padding-top: 2px;
}

.prodlinks
{
	position: relative;
	top: -10px;
}


/* Immediacy Seeded Css */
#header
{
    border-bottom:1px solid black;
    height:100px;
}

/*#logo
{
    background-image:url(../../../../images/logo_white.gif);
    background-repeat:no-repeat;
    clear:right;
    float:left;
    height:56px;
    margin-left:3px;
    margin-top:10px;
    min-width:250px;
    position:absolute;
    top:0;
    width:250px;
} */

#righthead
{
    float:right;
}
#utilitylinks
{
    float:right;
    padding-right:2em;
    padding-top:5px;
}
#search
{
    clear:both;
    color:#000000;
    float:right;
    font-size:80%;
    padding-right:2em;
    padding-top:1.2em;
}
#topdropmenu
{
    position:absolute;
    /* top:76px; */
}
#middle
{
    border-collapse:collapse;
    clear:both;
    margin-top:0px;
    width:100%;
}
#left
{
    padding:7px 0 20px 0;
    vertical-align:top;
    width:16em;
}
#center
{
    padding-left:20px;
    padding-right:10px;
    padding-top:10px;
    vertical-align:top;
}
#footer
{
    clear:both;
    height:40px;
    padding-top:20px;
    text-align:center;
}
