﻿.inlineBlock
{
	display: inline-block;
	display: -moz-inline-box;
	display: inline-table;
}
body 
{
	text-align:center;	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#f0f0f0;
	font-size:10pt;
	font-family: Arial, Verdana, Tahoma;
	text-align:-moz-center /*FireFox*/;
}
input.default_button
{
	height:20px;
	font-size:8pt;
}
input.default_textbox
{
	font-size:9pt;
	height:13px;
}
/*These set styles for the divs in the master page*/
#container
{
	width:940px;
	text-align:left;
	font-family: Arial, Verdana, Tahoma;
	background-color:#ffffff;
	/*border-left:solid 35px #072A54;*/
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.searchTextBox
{
	font-size:9pt;
	height:15px;
	vertical-align:top;
	width:109px;
}



#header
{
	width:100%;
	height:119px;
	/*background-color:#072A54;*/
	background-image:url('/images/Header.jpg')
}

#menu
{
	width:830px;
	/*background-color:#A7001F;*/
	color:#ffffff;
	margin-left:100px;
	padding-top:95px;
	height:21px;
}

#weatherStatus
{
    float: left;
    border-right-style: dotted;
    border-right-width: thin;
    border-right-color: #FFFFFF;
    padding-right: 15px;
    text-align: right;
    line-height: 150%;
    height:43px;
}

	
.logoImage
{
    position:absolute; 
    top:35px; 
    left:15px; 
    z-index:99    
}


#body
{
	width:820px;
	background-color:#ffffff;
	padding-left:60px;
	padding-right:60px;
	padding-top:5px;
}

#toplinks
{
	position:absolute;
	top:5px; 
	right:20px; 
	color:White;
	font-size:8pt
}

#footer
{
	 /*
	 margin-top:15px;
	 border-top:solid 2px #A7001F; 
     */
     background-image:url('/images/Footer2.jpg');
	 padding-top:55px;
	 width:100%;
	 height:47px;
	 text-align:center;
	 font-size:9px; 
	 color:#FFFFFF;
	 width:940px;
	 clear:both;
}


.mainColumn
{
	width:600px;
    /*float:left;*/
}
.rightColumn
{
	width:150px;
	float:right;
	margin:0px 10px 0px 60px;
}
.rightColFeature
{
	border: dotted 1px #000000;
	width:175px;
	padding:5px 5px 5px 5px;
}



.transparentblock 
{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width:288px;
    /*height:50px;*/
    background-color: #FFFFFF;
    padding:4px;
    height:50px;
}
  
.textOverlay
{
    width:120;
    position:relative;
    filter: alpha(opacity=100);	
    margin: 5px;
    font-weight: bold;
    color:#A7001F;
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    line-height:130%;
    text-decoration:none;
    list-style-image: url(/images/bullet.gif);
}

.textOverlay A:visited
{
    color:#A7001F;
}

.textOverlay A:link
{
    font-weight: bold;
    color:#A7001F !important;
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    text-decoration:none;
}

ul.textOverlay 
{
    padding-left:12px;    
    
}

.divWithImageBackground
{
    /*background: transparent url(/images/Provider.jpg) repeat scroll 0% 0%; */
    /*height:195px;*/
    width:289px; 
    /*padding-top:140px;*/

}

.padImage
{
/* padding-top:138px;*/
    height:138px;
}

.weatherImage
{
    float:left; 
    padding-bottom:15px;
}

.rightColHr
{
    clear:both;
    color: #fff; 
    background-color: #fff; 
    border: 1px dotted #c0c0c0; 
    border-style: none none dotted;     
}

.weatherText
{
    font-size:10pt;
	font-family: Arial, Verdana, Tahoma;    
	color:#595959;
	text-decoration:none;
}
.weatherText:hover
{
    text-decoration:underline;
}

.weatherTitle:hover
{
    text-decoration:underline;
}

.ServiceImages
{
    float:left;
    padding-top:18px;    
    vertical-align:top;
}

.ServiceDescriptions
{
    float:left;
    padding:10px 10px 10px 20px;
    width:425px;
    vertical-align:top;
}

.ServiceDescriptionsText
{
    font-weight:normal !important;
    text-decoration: none !important;
    color: #444444 !important;
}
.FacilityItems
{
    width:250px;
    float:left;    
    padding:10px;
    
}

#searchDiv
{
    position:absolute;
    top:27px; 
    right:20px;    
}