html, body {
font: 11px Verdana, sans-serif;
text-align: center;
color:#FFFFFF;
/* background-color:#7F7F7F;  */
background-color:#BBBBBB;
/*background-color:#414142; */
/*background-image: url(/images/bg_patterns.gif);*/
}

#Header {
height:110px;
border-bottom: 1px solid #FFFFFF;
width:990px;
margin-left:auto;
margin-right:auto;
background-color:#686A6C;
}

#Logo {
height:93px;
width:154px;
float:left;
background-image:url(/images/logo.png);
background-repeat:no-repeat;
margin-left:34px;
margin-top:10px;
}

#TopContainerAddress {
	width:738px;
	float:right;
	height:58px;
	margin-top:20px;
	text-align:right;
	line-height:1.2em;
}

#TopContainerAddress a{

color:#FFFFFF;
font-weight:600;
}


#TopContainerMainNav {
	width:738px;
	float:right;
	height:20px;
	margin-top:10px;
}
#SubNavigation {
width:990px;
margin-left:auto;
margin-right:auto;
}
#TopBanner {
width:989px;
margin-left:auto;
margin-right:auto;
}

.bgGradient {
	width:100%;
	background-image:url(../Images/bgGrad.gif);
	background-repeat:repeat-x;

}



#MainContainerContent {
width:990px;
margin-left:auto;
margin-right:auto;
}

#ContentColumn1 {
    width:251px;
    margin-right:9px;
    float:left;
    top:15px;
    position:relative;
	float:left;
	background-color:#686A6C;
}

#ContentColumn1_wide 
{
    width:511px;
    margin-right:9px;
    float:left;
    top:15px;
    position:relative;
	background-color:#5D5E60;
}

#ContentColumn2 {
	width:251px;
	margin-right:9px;
	background-color:#686a6c;
	float:left;
	height:auto;
	top:15px;
	position:relative;

}
#ContentColumn3 {
	width:251px;
	margin-right:14px;
	background-color:#686a6c;
	float:left;
	height:auto;
	top:15px;
	position:relative;
}

#ContentColumn4 {
	width:191px;
	/* This value has been hacked around- do not re-instate...*/
	/* margin-right:14px; */
	float:left;
	top:-65px;
	position:relative;

}
#searchBox {
	margin-top:-2px;
 	background-image:url(/images/search-bg-main.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
 }

#Footer 
{
    clear:both;
    width:990px;
    margin-left:auto;
    margin-right:auto;
}

#Footer a {

text-decoration:none;
text-align:center;
color:#FFFFFF;

}


/* ------------------------------------------------------------------- */
.thumbnail 
{
    float:left;
	width:100px;
	line-height:100px;
	margin:3px;
	
}
.thumbnail img 
{
    border:0;
	cursor:pointer;
}
td 
{
    font-family: Verdana, sans-serif;
    font-size:11px;
}

hr {
border:#FFFFFF dashed 1px;
}



