Style sheet

@charset "utf-8";
/* CSS Document */


	    
/*Inside Pages
	       
	        
	  
    
    COLORS -----------
    
        dark blue #000033
		light blue #D4D5DA
		gold #B79300
		blue #125A95
    
    -------------------
	
*/



p, h1, h2, h3, h4, ol{
	margin: 0;
	padding: 0;
	
}

ul {
	padding-left: 15px;
}

ul ul {
	padding-top: 10px;
}

a img{
	border: none;
}

body {
	background:#D4D5DA  url(../images/uploads/bkg_home.jpg) repeat-x;
	line-height:1.5em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	
	
}

/* LINKS
------------------------------------------------------------------------------------------*/


a:link, a:visted {
    text-decoration: none;
    color: #b36b00;
}

a:hover {
	color: #03C
	border-bottom: 1 px dashed #F00;
	
}


/* SITE DEFAUULTS
-----------------------------------------------------------------------------------------------------------------*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000033;
    margin-bottom: .6em;
}

 h2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#B79300;
        margin-bottom: .6em;
}

 h3 {
	font-family: Verdana, Geneva, sans-serif;
	color:#000033;
        margin-bottom: .6em;
}

h4 {
	font-weight:200;
}
     

hr  {
	color: #B79300;
    background-color: #B79300;
     height: 1px;	
	clear: left; 
}


p {
	margin-bottom: 1em;
	line-height: 1.4;
}

#maincontent h1 {
	font-size: 1.8em;
	color: #003;
	padding-top: 15px;
	
	
}

#maincontent h2 {
	font-size: 1.4em;
	color: #003;
}

#maincontent hr {
	color:#FF3;
}

img {
	padding-right: 10px; 
	float: left; 
	padding-bottom: 10px;
}

 


#sidebar {
	font-size: 80%;
	background-color:#CCC;
	text-align: left;
	margin-top: 10px;
        margin-bottom:10px;
}
.mission_text {
	font: normal 1.4em Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 1.0em;
}


#sidebar p {
	line-height: 1.1;
}
	
#clear {
	clear: both;
}

#clearright {
	clear: right;
}




/* HEADER
---------------------------------------------------------------------- */

#header { 
	background: url(../images/uploads/newburnheader.jpg);
	height: 175px;
	background-position: bottom;
	display: block;
	background-repeat: no-repeat;
        margin-top: 3px;
	
	}


#mainsearch {
	float: right;
       padding-top: 0px;
       padding-right: 10px;
	   margin-top:-10px;
}

	

/* NAVIGATION 
-------------------------------------------------------------------------------------------- */

#navcontainer{
background: #062C59;
height: 30px;
margin: 0;
padding: 0;
}
#navcontainer ul{
margin: 0;
padding: 0;
}
#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
font: 10px/30px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #F8F2E5;
text-decoration: none;
display: block;
padding: 0 8px 0 8px;
width: auto;
border-top: none;
border-right: 1px solid #A8B090;
border-bottom: none;
}

#navcontainer li#active { 
	background: #B79300; 
	color: #000; 
	border-bottom: none;
}
	
	
	
#navcontainer a:hover { 
	background: #0033CC; 
	color: #fff; 
	border-bottom: none;
	
}

/* CONTENT CONTAINER 
---------------------------------------------------------------------------------*/
	
#wrapper  {
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	text-align:left;
	background-color: #FFF;
}


/* CONTENT GOES HERE   
----------------------------------------------------------------------------------------------------------------------- */

#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
    text-align: left;

}




#mainContent { 
	margin: 5 275px 0 0; 
	padding: 8px 30px 0px 15px;
	
	
} 
#content_top {
	margin: 3px 10px 5px 0;

    border-bottom:dotted;
	width: 780px;
	
}


#BorderHome{
	float: right;
       width: 225px;
       height: 175px; 
	margin-top: 11px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	 background: #fff;
	border: #000;
	padding: 4px;
}

 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


 #sidebar {
	background-color:#CCC;
	float: right;
	width: 225px;
	background: # D4D5DA;
	padding: 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.1;
    margin-left: 25px;
	
}



#mission{
	padding-top:15px;
	padding-left: 15px;
}

/*  Sidebar Boxes!!!!!! */


#clear {
	clear:both;
}
#clearright {
	clear: right;
}

div#sidebarboxh {
	background: #ccc;
	padding-bottom:1px;
	min-height: 18px;
	border-bottom:thin solid #FFF;
	color: #000033;
	font-size: 1.4em;
	text-align: left;
	font-weight: bold;
}

div#sidebarboxh p {
	margin-bottom: 0;
}



div #sidebarbox {
	width: 225px;
	
}

div #sidebarcontent{
	padding 40px;
}

div #sidebarboxm{
	font-size: 110%;
	
	background: #ccc;
}

div #sidebarboxm p a img{
	border: none;
	
}

div#sidebarbox p {
	padding: 5px 20px 0px 20px;
}

div#sidebarbox p.furtherinfo {
	text-align: right;
}

div#sidebarbox h2{
	margin: 0;
	padding: 20px 20px 0 20px;
	color: #fff;
}

div#sidebarboxf {
	background: #ccc;
	margin-bottom: 10px;
	min-height: 30px;
	max-width: 225px;
}


.twoColFixRt #mainContent { 
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft: { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* FOOTER
---------------------------------------------------------------------------------*/

#mainfooter{
background: #062C59;
padding-top: 10px;
padding-bottom: 10px;
height: 90px;
margin: 0;
font: 10px/30px "Lucida Grande", verdana, sans-serif;
text-align: center;
color: #F8F2E5;
}

#mainfooter a{
color: #F8F2E5;
text-decoration: none;
}

#mainfooter a img{
color: transparent;
}

div#inside_footer1{
	width: 800px;
	height:90px;
	margin: 0 auto;
}

div#inside_footer{
	min-width: 500px;
	height:90px;
	float:left;
}

div#photo1{
	width: 150px;
	height: 90px;
	float:left;
	background:  url(http://test.www.burnprevention.org/images/uploads/fsb_162x46.gif) no-repeat;
}

div#photo2{
	width: 150px;
	height: 90px;
	margin-left:700;
	float:right;
}

#photo2 img{
	float: left;
}

a div{
	border: none;
}