﻿html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
    height: 100%;
}


body
{
    margin: 0px 0px 0px 0px;
    background-color:  #A1A3BD;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    height: 100%;
}

td{
    vertical-align: top;
}

.contentcell
{
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    height: 100%;
}

.contentcell.a, .contentcell.a:visited, .contentcell.a:active{
    text-decoration: none;
    color: #B05239;
}

.contentcell.a:hover{
    text-decoration: underline;
    color: #C1340F;
}

.rightcell{
    width: 200px;
}


.maintable
{
    text-align: left;
    
    width: 1000px;
    background-color: White;
    color: Black;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.titlecell
{
   
}

.menucell
{
    color: White;
    text-align: left;
    vertical-align: top;
    background:  #B05239 url("images/content-bg.gif");
    width: 155px;
}

.menucell A, .menucell A:hover, .menucell A:visited
{
    color: White;
    text-decoration: none;
}

.footer{
    width: 95%;
    padding: 10px;
    height: 50px;
    vertical-align: bottom;
}

.sitefooter{
    background-image: url('images/footergradient.jpg');
    background-repeat: repeat-x; 
    background-color: Black; 
    background-position: left top; 
    width:1000px; margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    vertical-align: bottom; 
    color: White; 
    padding-top: 15px;
}

/*.sitefooter a, .sitefooter a:hover, .sitefooter a:visited, .sitefooter a:active{*/
a, a:hover, a:visited, a:active{
    color: #B05239;
}

h1, .pagetitle{
    margin-top: 0px;
    color: #7F3C29;
    font-size: 18px;
    font-weight: bold;
}
 
h2{
    font-size: 16px;
    font-weight: bold;
}
 
#menu
{
    position: relative;
}

#menu ul li a
{
    display: block;
    background-color: Blue;
    border: solid 1px black;
}

/*Slidey styles  boooy*/


#dhtmlgoodies_menu{
    font-family:arial;	/* Font for main menu items */
	width:155px;	/* Width of main menu */
	background:  #B05239 url("images/content-bg.gif");
	font-size: 11px;
}
#dhtmlgoodies_menu ul	li{	/* Main menu <li> */
    width: 130px;
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	border-bottom:1px solid #666666;	/*  border */
}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu li a#nomore{	/* Main menu links */
	padding-left: 10px;
    padding-right: 10px;
	text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
    color: White;
    text-align: left;
    vertical-align: top;
    
    width: 130px;
    display: block;
}
#dhtmlgoodies_menu li a#more, #dhtmlgoodies_menu li a#more:link{	/* Main menu links */
	padding-left: 10px;
    padding-right: 10px;
	text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
    color: White;
    text-align: left;
    vertical-align: top;
    
    width: 130px;
    display: block;
    background: url("images/arrowbg.gif");
    background-repeat: no-repeat;
}


#dhtmlgoodies_menu	li a#more:hover, #dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFFFFF;
	background: #C1340F url("images/arrowbg.gif");
    background-repeat: no-repeat;
    	padding-left: 10px;
    padding-right: 10px;
	text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
    color: White;
    text-align: left;
    vertical-align: top;
    
    width: 130px;
    display: block;
}
#dhtmlgoodies_menu	li a#nomore:hover{
	color:#FFFFFF;
	background: #C1340F;
		padding-left: 10px;
    padding-right: 10px;
	text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
    color: White;
    text-align: left;
    vertical-align: top;
    
    width: 130px;
    display: block;
}


.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #CCCCCC;
	background-color:#B05239;
	font-family:arial;
	text-align:left;
	color:#FFFFFF;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
	background: #B05239;
	font-size: 11px;
}
.dhtmlgoodies_subMenu ul li
{
    color: #000000;
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	border-bottom:1px solid #666666;	/*  border */
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	width: 100%;
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background: #C1340F;
    text-decoration:none;	/* No underline */}
    
 #dhtmlgoodies_subMenu ul li a:visited
 {
     color: #FFFFFF;
    text-decoration: none;
 }
 
 
 


.quicksearchtable
{
    vertical-align: top;
    height: 49px;
	width: 100%;
}
.quicksearchcells
{
	font-size: 10px;
	color: #ffffff;
	background: url("images/gradient.jpg");
	vertical-align: middle;
	background-repeat: repeat-x;
}
.quicksearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-left: 10px;
}
.quicksearchinput
{
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}
.quicksearchinputbutton
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	color: #000000;
	font-weight: bold;
}

.homesearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.homesearchcell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #000000;
	background-color: #fff4d4;
	padding-top: 2px;
}
.homesearchbuttons
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
}

.homeright
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #eea800 2px solid;
}


/* LOGIN SECTION ON MASTER PAGE */
.inlineloginpanel, .inlineloggedinpanel
{
    font-size: 11px;
    padding: 2px 6px 2px 6px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #B05239;
    width: 140px;
    
}
.logininput
{
    font-size: 10px;
    width: 70px;
}
.inlineloggedinpanel A, .inlineloggedinpanel A:visited, .inlineloggedinpanel A:active, .inlineloggedinpanel A:hover, .inlineloginpanel A, .inlineloginpanel A:visited, .inlineloginpanel A:active, .inlineloginpanel A:hover
{
    color: #B05239;
}

/* SCROLL SIDE BAR FLOATING DIVS */
.scrollfloatingdiv{
    
    text-align: center;
    width: 160px;
    background: #dde0f3;
    margin-left: 5px;
    margin-right: 5px;
    border: outset 2px black;
    padding: 5px;
    margin-top: 5px;
}


.scrolltable{
    width: 168px;
    
}

.scrolltop
{
    
}

.scrollbody
{
    
}
.scrollbody HR
{
    width: 75%;
}

.scrollfooter{
    height: 8px;
    background: url("images/scrollbottom.gif") repeat-x top center;
}

/* SCROLL QUICK SEARCH ITEMS */
.quicksearchtextbox{
    width: 75px;
    height: 11px;
    font-size: 10px;
    vertical-align: middle;
}
.quicksearchddl{
    width: 75px;
    height: 18px;
    font-size: 10px;
    vertical-align: middle;
}
.quicksearchinnertable{
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.quicksearchareasddl{
    width: 79px;
}
#lstareas{
    font-size: 10px;
    height: 25px;
}

.quicksearchtitle{
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    width: 124px;
    background: url("images/quicksearchtitle.jpg") no-repeat top center;
}  
/* SCROLL OFFICE LIST */
.scrollofficeinfo
{
    font-size: 11px;
    
}
.scrollofficeinfo A
{
    font-weight: bold;
}
.scrolltitle
{
    font-weight: bold;
    color: #000000;
}

.contactinfo{
    margin-right: 5px;
    float: right;
    width: 225px;
    padding: 3px 3px 3px 3px;
    
    
}