@charset "utf-8";
/* CSS Document */
html, body {
				height: 100%;
			}
body {
	background:url(../images/emergency/background_brown.jpg) repeat-x;
	margin:0;
	height:100%;
		}
	
#top{
		display:none;		  
}	

#topimage{
		display:none;
}



#container { 
  		background:url(../images/emergency/bleu.gif) repeat-x;	
		background-color:#FFFFFF;
		width:360px;
		min-height:350px;
		font-size:small;
		color:#4f4f4f;
					}	
							
* html #container{
 		 height:1%;
		 /* So IE plays nice */
				 }
	
	
			
			
#column {
	display:none;
	}
	
#bottomimage{
		display:none;
}
	
#columntext{
		position:relative;	
		padding: 0px 5px;	
		font-family:"Book Antiqua",Arial,Sans-serif;
		font-size:medium;
		color:#FFFFFF;
					}		

		 
#content{		 
		background-color:#ffffff;
		width:100%;
		border-left:75px solid #739940; /* The width and color of the rail */
		margin-left:-75px; /* Hat tip to Ryan Brill */
		float:right;			 		
		 }
		 
		
#contenttext{
		position:relative;
		z-index: 1;
			  }
#image {
		display:none;
		}
		
#imagealt {
		padding: 10px 10px;
		top:10px;
		background-color:#3C5F2D;
		color:#FFFFFF;
		font-family:"Trebuchet MS", Verdana;
		text-align:center;
		font-size:large;
			  }				 		 
			 						
#text {
		padding: 5px 5px;
		top:5px;
		}
		
#twittermobile	{
		width:350px;
		}	

#clearfooter {
		clear: both;
		height:15px;
		}				  

#footer{
		 background-color: #898167;
		 width:100%;
		 height:15px;
		 margin: -15px auto 0 auto;
		 position: relative;
		 		 		 }
						 
#footertext {
		font-size:xx-small;
		color:#FFFFFF;
		width:360px;
		text-align:center;
		padding-top:3px;
		font-family:"Trebuchet MS", Verdana;
		}								 
		

		 
		 
a:link { color: #3885d9; }
a:hover { color: #557e08; }
a:visited { color: #3885d9; }
a img { border-width: 0; }



.title {
	font-size:medium;
	color:#3885d9;
	}
	

.twittwertitle {
	font-size:medium;
	color:#FFFFFF;
	text-align:center;
	border-top: 1px solid #FFFFFF;
	margin: 5px;
	padding: 3px;
	}	
	
#columntext ul {
      list-style-image:url(../images/emergency/bullet.png);
	 	        }

#columntext li {
		position:relative;
		left:-10px;
			        }
			

#columntext a:link { color: #E9CA08; }
#columntext a:hover { color: #3C5F2D; }
#columntext a:visited { color: #E9CA08; }	


.emergency {
	font-family:"Trebuchet MS", Verdana;
	font-size:medium;
	color:#FF0033;	
	font-weight:bold; 
	text-align:center;
			}

.content {
	font-family:"Trebuchet MS", Verdana;
	font-size:x-small;
	color:#4f4f4f;
	}

.green_text_title {
 	text-transform: uppercase; 
 	font-family:"Trebuchet MS", Verdana;
	font-size:small;
	color:#557E08;
	}
	
	
	
	
