body {
     font: 100% Arial, Helvetica, sans-serif; 
	 margin: 0; 
	 padding: 0;
     width: 100%;
	 height: 100%;
	 background: #FCFCFC url('../images/home_bgred.gif') repeat;
}

/* Home .................................................................... */
#container {
  background-color: #ffffff;
  border: 1px solid #CC0000;
  border-top: 15px solid #CC0000;
  border-bottom: 4px solid #CC0000;
  padding: 0px 5px 0px 3px; /* the left and right padding  */
  width: 770px; /* actual width of content area */
  text-align: left; /* corrects the above text-align: center; for those browsers that need it */
  position: relative; /* this gives the div positioning so that an absolutely positioned div  */
  overflow: auto;
  height: auto;
  padding-left: 15px;
}
#left { /* Used for home and inside pages */
   width: 600px;
   border: 0px solid red;
   padding: 0px;
   float: left;
}
#content {
   border-right: 2px solid #cccccc;
   width: auto;
   height: auto;
   margin-top: 0px;
   padding: 0px;
}
#articles {
  float: left;
  padding-left: 2px;
  width: 230px;
  height: auto;
  background-color: #ffffff;  
  font-size: 75%;
}
#articles div, #articles p {
	margin: 8px 0px;
	padding: 0px;
}
#articles .articleHeader {
   margin: 0px;
   font-weight: bold; 
   font-size: 100%;
   padding: 0px;
}
#alerts {
  margin-left: 241px;
  width: auto;
  background-color: #efefef;
  padding: 1px 5px 20px 5px; 
  font-size: 75%;
  border-left: 2px solid #cccccc;
  height: auto;
}
#community, #business {
  margin: 10px;
}
#businessText {
  margin: 0px; 
  padding: 0px;   
}

#right {  /* Used for home and inside pages */
	margin-left: 607px;
	width: 155px;	
	background-color: white;
}
#links {
  margin-left: 10px;
  font-weight: bold;
}
#links p {
   margin: 30px 5px 0px 5px;
   font-size: 12px;
   line-height: 18px;
   font-style: italic;
}
#links a {
   font-size: 70%;
   margin-left: 5px;
}


/* ---------------- End of Home Page CSS -------------------------------- */
/* -- INSIDE PAGES */
#containerInside {
  background-color: #ffffff;
  background-image: url(../images/wmBack.gif);
  border: 1px solid #CC0000;
  border-top: 15px solid #CC0000;
  border-bottom: 4px solid #CC0000;
  padding: 0px 2px 0px 5px; /* the left and right padding  */
  width: 770px; /* actual width of content area */
  text-align: left; /* corrects the above text-align: center; for those browsers that need it */
  position: relative; /* this gives the div positioning so that an absolutely positioned div  */
  overflow:auto;
  height: auto;
  padding-left: 6px;
}
#articlesInside {
  float: left;
  padding-left: 3px;
  width: 200px;
  height: auto;
  background-color: #f4f4f4;  
  font-size: 75%;
}
#articlesInside .articleHeader {
   margin: 0px;
   font-weight: bold; 
   font-size: 100%;
   padding: 0px 7px;
}
#articlesInside p {
	padding: 0px 7px;
	margin: 9px 0px;
}
.newsHeader {
   font-weight: bold; 
   padding: 0px 7px;
   font-size: 100%;
   background-color: #333333;
   color: white;
   padding: 5px;
   margin: 0px 0px 10px 0px;
 }
#navRight {
    padding-bottom: 100px;	
	height: auto;
	background-color: #f8f8f8;
	width: auto;
}
#navRight .navHeader {
   background-color: #CC1921;
   color: #ffffff; 
   font-weight: bold;
   padding: 4px 5px 4px 7px;
   border-bottom: 2px solid #999999;
   border-right: 1px solid #999999;
   font-size: 80%;  
}
#navRight ul{ /* This is the div for the right navigation links, not the li */
     margin: 0px 0px 0px 22px;
	 padding: 0px 0px 0px 0px;
}
#navRight li{ /* This is the div for the right navigation links, not the li */
   font-size: 70%;   
   list-style-type: square; 
   line-height: 10px;
   padding: 4px 5px 4px 0px;   
   margin: 0px;
}
#logo {
 margin: 15px 0px 5px 25px;
}
#logoInside {
  margin: 0px;  
  padding: 10px 0px;  
 }
#insideHeader {  /* inside bar for title */
  height: 25px;
  margin: 0px 10px 0px 210px;
  color: #ffffff;
  /*background-image:url(../images/inside_contentTop.jpg);
  background-repeat: no-repeat;*/
  font-size: 85%;
  text-align: right;
  padding: 8px 15px 0px 0px;
  font-style: italic;
  font-weight: bold;
  border: 0px solid green;
  background-color: #666666;
}
#insideContent { /* container for main text/article */
  border: 0px solid #666666;
  margin: 0px 10px 0px 212px;
  padding: 0px; 
  border-bottom: 0px; 
}
#article {
    padding: 10px 22px;
}
#article p {  /* text/paragraph for insideContent DIV */     
	font-size: 80%;	
	line-height: 120%;	
}
#article ul {
   margin-left: 0px;
}
#article li {  /* text/paragraph for insideContent DIV with li */     
	font-size: 80%;
	padding: 5px 5px;	
}
#docs {
    margin-top: 0px;
	padding: 10px 22px;
}
#docs li {
    margin: 0px 0px 0px 0px;
	font-size: 85%;
}
#docs h4 {
    margin: 5px 0px 5px 0px;
	font-size: 95%;
}
#searchSite {
	font-size: 13px; 
	margin-bottom: 0px;
}

#searchTable td {
	margin: 0px;
	padding: 0px;
}
p.searchScore {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	background-color: #f8f8f8;
	color: black;
	border: 1px solid #cccccc;
	
}
p.searchTitle {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	background-color: #cccccc;
	color: white;
	border: 1px solid #cccccc;
	
}
p.searchResults {
	margin: 3px 0px 3px 0px;
	padding: 10px 2px 10px 0px;
	font-weight: normal;
	font-family:"Book Antiqua";
}

/* LINKS ................................................................................... */

a {
  text-decoration: none;
}
a:visited {
   color: #0033CC;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a.whiteLink {
  color:#FFFFFF;
  text-decoration: none;
}
a.whiteLink:visited {
  color:#FFFFFF;
  text-decoration: none;
}
a.whiteLink:hover {
  text-decoration: underline;
  color:#FFFFCC;
}

/* -- IMAGES ...................................................................... */
.articleImage {
   border: 4px solid #333333; 
   float: right;
   margin: 8px 0px 8px 8px;
}
.articleImage2 {
   border: 4px solid #333333; 
   float: left;
   margin: 8px 8px 8px 0px;
}
.articleImageCenter {
   border: 4px solid #333333;    
   margin: 20px 5px;
}
.communityImage {
  float: left; 
  border: 1px solid #666666; 
  margin: 0px 15px 5px 0px; 
  height: 118px;
  width: 118px;
}
.businessImage {
  float: right; 
  border: 2px solid #666666; 
  margin: 0px 5px 10px 10px; 
  height: 120px;
  width: 120px; 
}
hr {
  margin: 0px;
  padding: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}

/* -- SYMPOSIUM -------------------------------------------------------------------- */
#symposium {
  /*background-color: #ffffff;*/
  background: #fff url(../images/symposium/firefighterbg.jpg) no-repeat 0px 0px;
  border: 1px solid #CC0000;
  border-top: 15px solid #CC0000;
  border-bottom: 4px solid #CC0000;
  padding: 0px 0px 0px 0px; /* the left and right padding  */
  width: 775px; /* actual width of content area */
  text-align: left; /* corrects the above text-align: center; for those browsers that need it */
  position: relative; /* this gives the div positioning so that an absolutely positioned div  */
  overflow: auto;
  height: auto;
  padding-left: 0px;
  font-family: Arial;
  font-size: 100%;
  
}
#symposium a {
	font-size: .8em;
}
#symposium h2, h3{
  margin: 0px;
  padding: 0px;
}
#symposium h2 {
  font-size: 1em;
}
#symposium h3 {
  font-size: .8em;
  text-align: right;
  padding-right: 20px;
}
#symposium #logo {
  position: absolute;
  left: 10px;
  top: 8px;
}
#symposium #transbg {
  position: absolute;
  background-image: url(../images/symposium/greybg.png);
  top: 200px;
  width: 775px;
  height: 230px;
}
#symposium #sympnav  {
  position: absolute;
  top: 160px;
  left: 20px;
  padding: 0px;
  margin: 0px;
  z-index: 100;
}
#symposium #sympnav li {
  background: url(../images/symposium/buttonbg.jpg) no-repeat;
  width: 143px;
  height: 23px;
  list-style-type: none;
  color: white;
  font-weight: normal;
  font-size: 12px;
  padding: 7px 0px 0px 15px;
  margin: 0px 0px;
}
#symposium #sympnav li a {
	color: white;
    font-size: 1em;
}
#symposium #sympBody {
	min-height: 775px ;
	border-top: 0px solid gray;
}
#symposium #sympContent {
	font-size: .9em;
	margin-left: 220px;
	margin-right: 0px;
	padding: 20px 25px;
	background-color: #efefef;
	min-height: 743px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
#symposium #topcontent {
	position: relative;
	left: 200px;
	top: 22px;
	height: 430px;
	width: 568px;
	text-align: center;
	padding-bottom: 0px;
	border: 0px solid gray;
}
#symposium #blueTextBox {
	background-color: #436283;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 15px 20px 15px 30px;
	font-size: .8em;
	font-family: Arial;
	font-weight: normal;
	min-height: 160px;
}
#symposium #textLeft {
	width: 660px;
	float: left;
	line-height: 1.8em;
	color: white
}
#symposium #textLeftOld { /*Changed for large text for Michelle*/
	width: 420px;
	float: left;
	line-height: 1.9em;
	color: white
}
#symposium #textRight {
	width: 240px;
	float: right;
	line-height: 1.9em;
	color: white
}
#symposium #footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 5px 10px;
}
#symposium #logos  {
	margin-right: 22px;
	/*width: 100%;*/
}
#symposium #logos li {
  float: right;
  list-style-type: none;
  margin: 0px 8px;
  border: 0px solid gray;
  height: 100px;
  vertical-align: bottom;
}

/* -- RESCUE -------------------------------------------------------------------- */

#rescue {
  /*background-color: #ffffff;*/
  background: #fff url(../images/rescue/rescuebg.jpg) no-repeat 0px 0px;
  border: 1px solid #CC0000;
  border-top: 15px solid #CC0000;
  border-bottom: 4px solid #CC0000;
  padding: 0px 0px 0px 0px; /* the left and right padding  */
  width: 775px; /* actual width of content area */
  text-align: left; /* corrects the above text-align: center; for those browsers that need it */
  position: relative; /* this gives the div positioning so that an absolutely positioned div  */
  overflow: auto;
  height: auto;
  padding-left: 0px;
  font-family: Arial;
  font-size: 100%;
  
}
#rescue a {
	font-size: .8em;
}
#rescue h2, h3{
  margin: 0px;
  padding: 0px;
}
#rescue h2 {
  font-size: 1em;
}
#rescue h3 {
  font-size: .8em;
  text-align: right;
  padding-right: 20px;
}
#rescue #logo {
  position: absolute;
  left: 10px;
  top: 8px;
}
#rescue #transbg {
  position: absolute;
  background-image: url(../images/rescue/greybg.png);
  top: 200px;
  width: 775px;
  height: 230px;
  z-index: 0;
  visibility: hidden;
}

#rescue #resNav  {
  position: absolute;
  top: 160px;
  left: 20px;
  padding: 0px;
  margin: 0px;
  z-index: 100;
}
#rescue #resNav li {
  background: url(../images/rescue/buttonbg.jpg) no-repeat;
  width: 143px;
  height: 23px;
  list-style-type: none;
  color: white;
  font-weight: normal;
  font-size: 12px;
  padding: 7px 0px 0px 15px;
  margin: 0px 0px;
}
#rescue #resNav li a {
	color: white;
    font-size: 1em;
}
#rescue #resBody {
	min-height: 775px ;
	border-top: 0px solid gray;
}
#rescue #resContent {
	font-size: .9em;
	margin-left: 220px;
	margin-right: 0px;
	padding: 20px 25px;
	background-color: #efefef;
	min-height: 743px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}

#rescue #topContent {
	position: relative;
	left: 200px;
	top: 22px;
	height: 430px;
	width: 568px;
	text-align: center;
	padding-bottom: 0px;
	border: 0px solid gray;
}
#rescue #blueTextBox {
	background-color: #436283;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 15px 20px 15px 30px;
	font-size: .8em;
	font-family: Arial;
	font-weight: normal;
	min-height: 160px;
}
#rescue #textLeft {
	width: 660px;
	float: left;
	line-height: 1.8em;
	color: white
}
#rescue #textLeftOld { /*Changed for large text for Michelle*/
	width: 420px;
	float: left;
	line-height: 1.9em;
	color: white
}
#rescue #textRight {
	width: 240px;
	float: right;
	line-height: 1.9em;
	color: white
}
#rescue #footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 5px 10px;
}
#rescue #logos  {
	margin-right: 22px;
	/*width: 100%;*/
}
#rescue #logos li {
  float: right;
  list-style-type: none;
  margin: 0px 8px;
  border: 0px solid gray;
  height: 100px;
  vertical-align: bottom;
}
