body {
	text-align: center;
	color: #000;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  80%;
	
}    

#mainpagecenter {
	width: 980px;
	text-align: left;
	margin: 0 auto;  /*centers entire page in firefox and IE7 */
	color: #000;
	background: #666; /* background colour added so columns appear equal */
	border-width: 1px;
	border-color: #000;
	border-style:ridge;
}


/*header formatting */

#header {
	color: #FFF; 
	background: #000;
	text-align: center;
	padding: 5px 40px 10px 40px; /* top right bottom left */
}  

#header h1 { /* company slogan */
	font-size: 140%;
	margin: 0;
	text-align: right;
	font-style:italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* navigation bar formatting */

#navigation ul  {
	margin: 10px 0 0 0;
	padding:0;
	list-style-type: none;
	text-align: center;
}

#navigation ul li  {
	display: inline;
}

#navigation li a#current {
	color: #FFF;
	background: #000;
	font-weight: bold;/* color of current page navigation tab */
	text-decoration: underline;
}

/* content box formatting */
#content {   
	width: 732px;   
	float: right;   
	color: #000; background: #ccc;
	text-align: center;
	padding: 0;  /* no padding on div with a width */
}  

#content ul li {   /* top navigation bar */
	padding: 5px 20px 5px 20px;
	font-size: 130%;
	line-height:25px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
	} 
	
#content h2 {
	font-size: 180%;
	padding: 10px 0 0 30px;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
} 

#content h3 { /* emergency contact number */
	font-size: 130%;
	text-align:center;
	color: #F00;
	background: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	} 
	
#content p {   /* regular text within the content box */
	padding: 0 30px 0 20px; 
	text-align: left;
} 

#content img {
  border: 1px solid #fff;
  padding: 5px;
  margin: 10px;
}

/* sidebar box formatting */
#sidebar {
	width: 240px;
	float: left;
	color: #000; background: #666;
	padding: 0; /* no padding on div with a width */
	text-align: left;
} 

#sidebar li  { /* sidebar quicklist */
	font-size: 110%;
	line-height:20px;
	color: #fff;
	background: transparent;
	padding: 0;
}

#sidebar p {   /* regular text within the sidebar */
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height:20px;
	color: #fff;
	background: transparent;
	}
	
#sidebar h2 {   
	font-size: 210%; 
	color:#FFF; background: transparent;
	text-align: center;
}

/* top navigation bar links - white text with red hover and underline */
a.topnavigation:link {
	color: #FFF; background: #000;	
	text-decoration: none;
	}
	
a.topnavigation:visited {
	text-decoration: none;
	color: #FFF; background: #000;
}
a.topnavigation:hover {	
	text-decoration: none;	
	color: #F00; background: #000;
}
a.topnavigation:active {
	text-decoration: none;
	color: #FFF; background: #000;
}

/* sidebar navigation links - black text with white hover and underline */
a.sidenavigation:link {
	color: #000; background: transparent;	
	text-decoration: underline;
	}
	
a.sidenavigation:visited {
	text-decoration: none;
	color: #000; background: transparent;
}
a.sidenavigation:hover {	
	text-decoration: underline;	
	color: #FFF; background: transparent;
}
a.sidenavigation:active {
	text-decoration: none;
	color: #FFF; background: transparent;
}


/* content links - black text with white hover and underline */
a.bodylink:link {
	color: #000; background: transparent;	
	text-decoration: underline;
	}
	
a.bodylink:visited {
	text-decoration: underline;
	color: #000; background: transparent;
}
a.bodylink:hover {	
	text-decoration: none;	
	color: #FFF; background: transparent;
}
a.bodylink:active {
	text-decoration: underline;
	color: #FFF; background: transparent;
}


/* footer formatting */
#footer {   
	clear: both;  /* footer includes the "clear" to make sure both the above floats get cleared*/ 
	color: #FFF; background: #000; 
	padding: 0;
  	margin:0;
} 

#footer p {   
 	margin: 0;
  	padding: 0;
  	line-height: 200%;  
	text-align: center; 
}
 
 
 /* misc formatting */
 
 
.rmsfancy {   /* RMS font within body */
	font-size: 120%;
	font-weight:bold;
	color: #000;
	background: #ccc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	} 

.services  {
	font-size: 160%;
	padding: 10px 0 0 30px;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
} 

.contactnames  {
	font-size: 120%;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif;
}

.address  {
	font-weight: bold;
}

.johnnyfire  {
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}


/* johnnyfire links - white text with hover */
a.jf:link {
	color: #fff; background: transparent;	
	text-decoration: underline;
	}
	
a.jf:visited {
	text-decoration: none;
	color: #fff; background: transparent;
}
a.jf:hover {	
	text-decoration: underline;	
	color: #F00; background: transparent;
}
a.jf:active {
	text-decoration: none;
	color: #F00; background: transparent;
}
