@charset "utf-8";
/* CSS Document */
html, body {
				height: 100%;
			}
body {
	background:url(../images/emergency/background_brown.jpg) repeat-x;
	margin:0;
	height:100%;
		}
	
#top{
		 background:url(../images/emergency/bg_top.gif) repeat-x;
		 width:100%;
		 height:35px;
		 position:relative;
		 float:top;
		 clear:bottom;
    	 padding-top:0px;			  
}	

#topimage{
		padding-top:25px;
		margin-left:auto;
		margin-right:auto;
		width:771px;
		text-align:left;
}

#container { 
  		background:url(../images/emergency/bleu.gif) repeat-x;	
		background-color:#FFFFFF;
		margin-right:auto;
		margin-left:auto;		
		padding-left:218px;
		width:553px;
		min-height:800px;
		font-size:small;
		color:#4f4f4f;
					}	
							
* html #container{
 		 height:1%;
		 /* So IE plays nice */
				 }
	
	
			
			
#column {
	background-color:#7ca034;
	width:218px;
	float:left;
	margin-left:-218px;
	display:inline; /* So IE plays nice */
	min-height:800px;
	overflow:hidden;
	position:relative;
	}
	
#bottomimage{
		width:218px;
}
	
#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:218px solid #739940; /* The width and color of the rail */
		margin-left:-218px; /* Hat tip to Ryan Brill */
		float:right;			 		
		 }
		 
		
#contenttext{
		position:relative;
		z-index: 1;
			}
#image {
		padding: 10px 10px;
		top:10px;
			  }	
#imagealt {
		display:none;
			  }					  			
#text {
		padding: 10px 10px;
		top:10px;
			  }
			  
#twittermobile	{
		display:none;
		}				  
	
#clearfooter {
		clear: both;
		height:40px;
		}	
		   		 

#footer{
		 background:url(../images/emergency/bg_footer.gif);
		 width:100%;
		 height:40px;
		 margin: -40px auto 0 auto;
		 position: relative;
		 		 		 }
						 
#footertext {
		font-size:x-small;
		color:#FFFFFF;
		text-align:center;
		padding-top:15px;
		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:large;
	color:#3885d9;
	}
	

.twittwertitle {
	font-size:large;
	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:large;
	color:#FF0033;	
	font-weight:bold; 
	text-align:center;
			}

.content {
	font-family:"Trebuchet MS", Verdana;
	font-size:small;
	color:#4f4f4f;
	}

.green_text_title {
 	text-transform: uppercase; 
 	font-family:"Trebuchet MS", Verdana;
	font-size:medium;
	color:#557E08;
	}
	
	
	
	
