/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.5em}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* Text */
body{background-color:#fff;font:1em/1.5 Arial,Helvetica,Geneva,sans-serif;word-spacing:0.2em}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:2em;}h2{font-size:1.44em}h3{font-size:1.31em}h4{font-size:1.19em}h5{font-size:1.06em}h6{font-size:1em}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;line-height:0;margin:0;padding:0;font-size:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix{height:1%}
/* User Styles */
a:link, a:visited, a:hover, a:active { text-decoration: none; }
a:link, a:visited { color: #2280cd; border-bottom: 1px solid #2280cd; }
a:hover { color: #F7831C; border-bottom: 1px solid #F7831C; }
a:focus { color: #c6552a; }
small { font-size: 0.625em; }

#container { width: 960px; margin: 20px auto; }

#header { background: url('/img/headerback.png') #2280cd; height: 56px; margin-bottom: 20px; }
#header a {
	display: block;
	border-bottom: 0;
	cursor: pointer; 
	cursor: hand
}
#header h1 {
   text-indent: -9999px;
   width: 322px;
   height: 56px;
   background: url('/img/georgia911.png') #2280cd no-repeat;
   margin-bottom: 0;
}

#content {
	float: right;
	width: 720px;
}

#sidebar {
	float:left;
	width: 240px;
}

	#sidebar h5 {
		color:#1767B0; font-size:1em; font-weight: bold; margin:0;
	}
	
	#sidebar h6 {
		font-size: 0.8125em; margin: 0; font-weight: bold;
	}
	
	#sidebar p {
		color: silver;
		font-size: 0.6875em;
	}
	
	#sidebar ul {
		font-size: 0.8125em;
		font-weight: bold;
	}
	
	#sidebar ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

#blockmain {
	border: 1px solid black; 
	padding: 10px 10px 0 10px; 
	margin-bottom: 20px;
	background: url('/img/firefighter.jpg') #fff top right no-repeat;
}

	#blockmain span { color:#1767B0; font-weight: bold; line-height: 1; }

	.frontlarge {font-size:2.125em;}
	.frontsubheading {font-size:1.125em;}
	
	#blockmain ul { margin-bottom: 5px; font-size: 0.9em }
	#blockmain ul a:link,
	#blockmain ul a:visited { color:#F7831C; font-weight: bold; border-bottom: 1px solid #F7831C; }
	#blockmain p { font-size: 0.75em; margin-bottom: 10px; line-height: 1.2em; }
	
#blocksnippets { border: 1px solid silver; padding: 10px 0 10px 10px; margin-bottom: 20px; zoom: 1; }

	.snippet {
		width: 177px;
		float: left;
		font-size: 0.6875em;
	}
	
	.snippetpad {
		margin-right: 10px;
	}
	
		.snippet p {
			margin-bottom: 0;
		}
	
		.snippet a.title {
			font-weight: bold;
		}
		
	#image1, #image2, #image3, #image4, #image5 {
		border: 1px solid #2280cd;
		height: 90px;
		margin-bottom: 10px;
	}
	
	#image1 { background: url('/img/snippet1.jpg') #2280cd; }
	#image2 { background: url('/img/snippet2.jpg') #2280cd; }
	#image3 { background: url('/img/snippet3.jpg') #2280cd; }
	#image4 { background: url('/img/snippet4.jpg') #2280cd; }
	#image5 { background: url('/img/snippet5.jpg') #2280cd; }

ul#buttons {
	display: inline;
}
ul#buttons li { 
	margin: 0 5px 0 0; 
	background: url('/img/btnback.png') #2280cd; 
	float: left;
	list-style: none;
	text-align: center;
	padding-top: 5px;
	font-size: 0.9em;
	margin-bottom: 20px;
}

	ul#buttons a {
		display: block;
		width: 170px;
		height: 26px;
		border-bottom: 0;
		font-weight: bold;
	}

		ul#buttons li a:link,
		ul#buttons li a:visited {
			color: white;
		}
		
		ul#buttons li a:hover {
			color:#F7831C
		}
	
	ul#buttons li.last {
		margin-right: 0;
	}
	
	ul#buttons li.last a {
		width: 195px;
	}
	
#update {
	width: 532.5px;
	float: left;
}

	#update p {
		font-size: 0.75em;
	}

	#update h2 {

	}
	
	#update ul {
		font-size: 0.75em;
	}
	
p.more {
	text-align: right;
}

#threat {
	width: 177.5px;
	float: right;
	text-align: right;
}
	
#footer {
	text-align: justify;
	padding: 10px;
	background-color:#404040;
	font-size: 0.75em;
	color: white;
}
#footer p{
    text-align: center;
    margin-bottom: 5px;    
}
#footer p a, #footer p a:hover{
    color:#FFF;
    text-decoration: underline;
}
#footer p a:link, #footer p a:visited{
    border: none;
}
input{
    width:250px;
}
input,textarea{
    border:1px solid #999;
    padding:5px;
    margin:10px 0 0 0;
    }
label {
    display:block;
    margin:10px 0 0;
    font-size:.9em;
    float:left;
    clear:left;
    width:175px;
    font-size:13px;
}
.button{
    cursor: pointer;
    width:120px;    
}
fieldset{
    border: none;
}