html body {
	font-size:70.5%;
	font-style:normal;
	line-height: 1.3em;
	background-color:#790000;
	background-image: url(http://www3.mckinneytexas.org/www/uploadedImages/Departments/Public_Safety/Fire/fire_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top:0;
	margin-bottom:0;
	font-family: "Arial";
}



#wrapper {
	margin: 0 auto;
	padding-bottom:5px;
	width:900px;
	height:100%;
	background-color:#eeeeee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow:hidden;
}

.top {
    width:880px;
    padding: 5px 20px 5px 0;
    height:20px;
    margin:auto;
    color: #2b2b2b;
    text-align:right;
    background-color:#FFFFFF;
    float:none;
}

a
{
    font-family:Arial;
    font-weight:normal;
    font-size:1.0em;
    color:#666666;
}

a: link
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#666666;
}

a: hover
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#2b2b2b;
}

a: active
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#666666;
}


.es {
	margin-top:5px;
	margin-left: 10px;
	font:Arial, Verdana;
	font-size:9px;
	font-style:normal;
	width:60px;
	height:25px;
	background-color:#FFFFFF;
	float:left;
}

.search {
    margin-top:2px;
	font: "Arial Black";
	font-size:1.0em;
	font-style:normal;
}

.input {
	margin:1px 5px 0 5px;
	padding: 2px;
	height:13px;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
.input:hover {
	margin:1px 5px 0 5px;
	padding: 2px;
		height:13px;
	border: 1px solid #000;
	background-color: #f8f8f8;
}
.button {
    border: none;
    background: none;
	margin-top:-2px;
	padding: 1px;
	width:25px;
    font-weight:bold;
	font-size:1.0em;
	color:#FFFFFF;
}
.button:hover {
    border: none;
    padding: 1px;
    font-weight:bold;
	font-size:1.0em;
	color:#FFFFFF;
}
label {
    display: block;
    width: 100px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

/* Header*/
#header{
  top:25px;
  margin:auto;
  width:900px;
 }

/*Navigation---------------------------------------------------------------------------------------Navigation*/

.ddsmoothmenu{
border-top: solid 1px #fff;
font: bold 11px arial;
background: #bb8b49; /*background of menu bar (default state)*/
width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.ddsmoothmenu 
{
font: bold 10px arial;
}
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #bb8b49; /*background of menu items (default state)*/
color: #fff;
padding: 8px 23px;
border-right: 1px solid #fff;
text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.ddsmoothmenu ul li a 
{
padding: 8px 28px 8px 27px;
text-align:center;

}
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #fff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: #fff;
}

.ddsmoothmenu ul li a:hover{
background:#272a3b; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
    opacity: 0.8;
}
/*FIRE Main------------------------------------------------------------------------------------------------------------------Library Main */
#fire-wrapper
{
width:888px;
min-height: 750px;
background-color:#fff;
margin: 0 auto;
margin-top:45px;
}

#fire-header{
background-color: #1f233c;
width:878px;
height: 20px;
font-weight:bold;
font-size: 1.2em;
color:#FFFFFF;
padding-left:10px;
padding-bottom:3px;
padding-top:10px;
float:none;
margin-top: 0;
margin-bottom: 15px;
}

#fireWrapper
{
    padding: 5px;
    }

.fire a{
font-weight:bold;
color:#FFFFFF;
text-decoration: none;
}

.fire a:link{
font-weight:bold;
color:#FFFFFF;
text-decoration: none;
}

.fire a:hover{
font-weight:bold;
color:#2b2b2b;
text-decoration: none;
}

.fire a:active{
font-weight:bold;
color:#2b2b2b;
text-decoration: none;
}

p{
font-family:Arial;
font-size:1.0em;
line-height:18px;	
font-weight:normal;
color:#ffffff;
} 

/*----------------------*/

.fireheader{
background-image:url(http://www3.mckinneytexas.org/www/uploadedImages/Departments/Public_Safety/fire/fire_bg.jpg);
width:279px;
height: 20px;
font-weight:bold;
font-size: 1.2em;
color:#FFFFFF;
padding-left:10px;
padding-bottom:3px;
padding-top:10px;
float:none;
margin-top: 0;
margin-bottom: 15px;
}

.fireWeather{
background-image:url(http://www3.mckinneytexas.org/www/uploadedImages/Departments/Public_Safety/fire/fire_bg.jpg);
width:250px;
height: 20px;
font-weight:bold;
font-size: 1.2em;
color:#FFFFFF;
padding-left:10px;
padding-bottom:3px;
padding-top:10px;
float:none;
margin-top: 0;
margin-bottom: 15px;
}

.fireContainer
{
padding: 10px;    
}

#fireTop
{
	margin-top:10px;
	margin: 0 auto;
	width: 870px;
	height: 213px;
	margin-bottom:10px;
	float:none; 
}

#fireArticle
{
width: 421px;
height: 203px;
margin: 5px 5px 0 0;

float: left;
}

#fireThreeBtns
{
width: 439px;
height: 213px;
float: left;
}

/*---------------------*/

#fireMiddle
{
	margin-top:10px;
	margin: 0 auto;
	width: 870px;
	height: 256px;
	margin-bottom:10px;
	float:none; 
}

#fireMiddleWrapperOne{
width:289px;
height: 254px;
float:left;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
margin-right: 15px;
background-color: #dadada;
}

#fireMiddleOne
{
width: 289px;
height: 244px;
float: left;
}

#fireMiddleWrapperTwo{
width:289px;
min-height: 100px;
background-color: #000;
float:left;
margin-left: 10px;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

#fireMiddleTwo
{
width: 258px;
height: 254px;
float: left;
}

#fireMiddleThree
{
width: 273px;
height: 254px;
float: right;
margin: 0 0 0 5px;
}

/*----------------------*/

#fireBottom
{
	margin-top:10px;
	margin: 0 auto;
	width: 870px;
	height: 322px;
	margin-bottom:10px;
	float:none;     
}

#fireBottomWrapperOne{
width:289px;
height: 250px;
background-color: #dadada;
float:left;
margin-right: 10px;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

#fireBottomWrapper{
width:260px;
height: 250px;
float:right;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #dadada;
}

/*fire Subpages------------------------------------------------------------------------------------------------------------------Library Subpages */

.crumbs{
font:Arial, Helvetica, sans-serif;
font-size:.875em;
background-color:Transparent;
font-weight:normal;
text-align:left;
color:#2b2b2b;
margin-left:15px;
margin-top:5px;
margin-bottom:5px;
width: 865px;
text-transform:uppercase;
height:15px;
float:none;
}


#com-container{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:none;
	width: 888px;
	height: auto;
	padding-bottom:5px;
	float:none;
}

.pg-headers{
	width: 679px;
	height:20px;
    background-color: #1f233c;
	float:left;
	font-size: 1.1em;
	color:#CCCCCC;
	padding: 10px 0 0 8px;
	font-family: "Arial";
	font-weight:bold;
	text-transform: uppercase;
}

.subnav{
	width:177px;
	height:100%;
	background-color:#790000;
	float:left;
	padding:5px;
	margin:0 7px 0 4px;
}

.subnavlinks
{
    font-family:Arial;
    font-weight:bold;
    font-size:1.0em;
    color:#FFF;
    list-style:square inside;
    margin:5px 0 0 0;
    list-style-position: inside;
}

.sublinks
{
    font-family:Arial;
    font-weight:normal;
    font-size:1.0em;
    line-height:1;
    color:#ededed;
    margin-left:-40px;

}

.sublinks a
{
    font-family:Arial;
    text-decoration: none;
    font-weight:normal;
    font-size:1.0em;
    color:#ededed;
}


.sublinks a: link
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#ededed;
}

.sublinks a: hover
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#ededed;
}

.sublinks a: active
{
    font-family:Arial;
    text-decoration: underline;
    font-weight:normal;
    font-size:1.0em;
    color:#ededed;
}

.content{
width: 669px;
min-height:600px;
height:auto;
padding:10px;
background-color:#ffffff;
float:right;
}	


.content li{
font-family:Arial;
font-size:1.0em;
line-height:18px;	
font-weight:normal;
color:#666666;
} 					

/*----------------------------------------------------New Subpage Dropdown*/

.arrowlistmenu{
width: 167px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Arial;
font-weight:bold;
font-size:1.0em;
line-height:1;
color:#ededed;
background-color: #790000;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin:5px 0 0 0;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #790000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
color:#FFF;
line-height:1.5;
list-style-type:square;
margin-top:5px;
margin-left:15px;
list-style-position: inside;
font-family:Arial;
font-weight:normal;
font-size:.9em;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
padding-left: 1em;
text-indent: -1em;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background-color: #790000 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background-color: #790000 !important;
}

.arrowlistmenu ul li a{
color: #ededed;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-size:1.0em;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#fff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #790000;
}

.subexpandable
{
margin-left: 5px;
color:#fff;
line-height:1.5;
margin-top:5px;
font-family:Arial;
font-weight:normal;
font-size:1.1em;   
}

/*------------------------------------------------------------------------------------------------------------------------Footer*/
.fire-footer{
background-color:#1f233c;
height:30px;
padding:5px;
width:890px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
color:#FFFFFF;
margin:0 auto;
text-align:center;
clear:both;
border-left:1px solid #fff;
border-right:1px solid #fff;
}

.fire-footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
color:#FFFFFF;
text-decoration:underline;
}

#fireMission
{
    width: 295px;
    height:260px;
    margin: 5px 5px 5px 0;
    background-color:#d1d1d1;
    float: left;
    }
    
.blockheaderleft{
background-color:#757575;
height:20px;
font-size: 1.0em;
color:#fff;
padding: 10px 0 0 8px;
font-family: "Arial";
font-weight:bold;
text-transform: uppercase;
}

.blocksleft{
width: 275px;
height:240px; 
padding: 10px;
} 
    
#fireNews
{
    width: 560px;
    height:260px;
    margin: 5px 0 10px 10px;    
    background-color:#20253d;
    float: left;
    }
    
.blockheadernews{
background-color:#151829;
height:20px;
font-size: 1.0em;
color:#fff;
padding: 10px 0 0 8px;
font-family: "Arial";
font-weight:bold;
text-transform: uppercase;
}

.blocksnews{
width: 550px;
height:220px; 
padding: 5px;
} 

.fireArticle {
 width: 518px;
 padding: 10px;
 margin: 3px 5px;
 height: 183px;
 background-color:#ffffff;
 border: solid 1px #4e5165;
 overflow: hidden;
 color: #fff;
 float: left;
    }
    
#fireleftmain
{
    height: 400px;
    width: 295px;
    margin-right: 10px;
    float: left;
    }

    
#fireWork, #fireEdu, #fireEms {
    width: 295px;
    height:125px;
    margin: 5px 10px 5px 0;  
    background-color:#b4b4b4;
    float: left;    
    }
    
#fireMainBottom
{
    width: 565px;
    height: 135px;
    float: left;
    margin: 5px 0 0 5px;
    }    
#fireTrain {
    width: 275px;
    height:135px;
    margin: 0 10px 5px 0;  
    background-color:#404040;
    float: left;    
    }
#fireOem {
    width: 275px;
    height:135px; 
    background-color:#404040;
    float: left;    
    }        
#fireOps, #firePrevent {
    width: 275px;
    height:250px;
    margin: 5px;   
    
    background-color:#404040;
    float: left;    
    }
   
.blockheaderleftsub{
background-color:#000;
height:20px;
font-size: 1.0em;
color:#fff;
padding: 10px 0 0 8px;
font-family: "Arial";
font-weight:bold;
text-transform: uppercase;
}

.blockLeft{
width: 275px;
height:73px; 
padding: 10px;
}

.blockSub{
width: 260px;
height:75px; 
padding: 10px;
color:#ffffff;
}
.blockSub p{
font-family:Arial;
font-size:1.0em;
line-height:18px;	
font-weight:normal;
color:#ffffff;

} 
.blockSub a{
font-family:Arial;
font-size:1.0em;
line-height:18px;	
font-weight:normal;
color:#ffffff;
} 

.blockSub li{
font-family:Arial;
font-size:1.0em;
line-height:18px;	
font-weight:normal;
color:#ffffff;
} 

.blockheaderSmall{
background-color:#000;
height:20px;
font-size: 1.0em;
color:#fff;
padding: 10px 0 0 8px;
font-family: "Arial";
font-weight:bold;
text-transform: uppercase;
}

.blocksSmall{
width: 255px;
height:240px; 
padding: 10px;
}  

.blockSubBottom{
width: 255px;
height:82px; 
padding: 10px;
}  