﻿.inlineBlock
{
	display: inline-block;
	display: -moz-inline-box;
	display: inline-table;
}
body 
{
	text-align:center;	
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#b0b0b0;
	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; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-left: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
}

.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:10px;
	padding-top:5px;
	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:3px; 
    left:15px; 
    z-index:99    
}


#MainContent
{
	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;    
}

.thedragbox 
{
    /*font-size: 1.1em;*/
    position: relative;
    width: 100%;
}
.thedragbox .boxHeaderLeft 
{
    background: url("/images/LeftGreyCorner.gif");
    height: 33px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}
.thedragbox .boxHeaderMiddle 
{
    background: url("/images/MiddleCorner.gif");
    height: 33px;
    left: 9px;
    position: absolute;
    right: 9px;
}
.thedragbox .boxHeader h2 
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 8px;
}

.thedragbox, /*.thedragbox h2,*/ .thedragbox .boxContent, .thedragbox /*.editMenu */
{
    display: inline;
    float: left;
}
.thedragbox .boxHeaderRight 
{
    background: url("/images/RightGreyCorner.gif");
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}
.boxContent
{
    background-color:#ffffff;
    margin-top:33px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:12px;
    margin-bottom:20px;
}

.boxContent UL, .boxContent  H2
{
    margin-top:0px !important ;
    padding-top:0px !important ;
}


/*
.outerDiv
{
    margin-left:20px;    
            
}
*/

.smallCalendar 
{
    background-color: #FFF;
    width: 350px; 
    height: 262px;
    border: 1px solid #B5B5B5;
    font-size: 80%;
	margin: 0 10px;
}

.smallCalendarTitle
{
    color: #003970;
    background-color: #B5B5B5;
    font-weight: bold;
    font-size: 120%;
    padding: 0;
}

.smallCalendarDayHeader
{
     font-weight: bold;
}

.smallCalendarTodayDay 
{
    background-color: #EDF4F8;
}

.smallCalendarSelectedDay 
{
    background-color: #EF3E42;
    color: #FFF;
}

.smallCalendarNextPrev 
{
    font-weight: bold;
    text-decoration: none;
}

.smallCalendarOtherMonthDay 
{
   color: #CCC;
}

.twtr-doc  {
    -moz-border-radius:10px !important;
}
