/*  cheers to the following site for the 3 column CSS style design:  http://www.pmob.co.uk/temp/3colfixedtest_explained.htm */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	}

p { margin: 0 0 0 0; }

ul { color: #CC9900;}

a:link {
	color: #CC9900;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #CC6633;
}
a:active {
	text-decoration: underline;
	color: ##996633;
}

#outer{ 
	min-height:100%;
	margin-bottom:-52px;
	color: #000000;
	margin-left:230px;
	margin-right:230px;
	border-left:1px solid #000;
	border-right:1px solid #000;	
	background:black;  /* this is the background color for the centrecontent */
	}

* html #outer{height:100%;}



#header{
	background:black;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color: #000;
	/*text-align:center;*/
	position:relative;
	margin:0 -231px;
	padding-top:5px;
	min-height:0;/* ie 7 haslayout fix */
	}
/* mac hide \*/
* html #header{height:5px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/



#left {
position:relative;/*ie needs this to show float */
width:230px;/* same as the left margin on #outer*/
float:left;
margin-left:-229px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
left:-2px;/* push column into position*/
}

#left p {padding-left:2px;padding-right:2px}
#left li {
		font-size: 17px; 
		padding: 5px 0 0 0;
		}
		
#right p {padding-left:5px;padding-right:2px;padding-bottom:5px}

#right {
position:relative;/*ie needs this to show float */
width:230px;/* same as right margin on #outer*/
float:right;
margin-right:-229px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
left:2px;/* push column into position*/
}


#centrecontent {
	
	font-size: 18px; 
	color: #FFCC33;  /* this is the default text color */
	}

#centrecontent p {padding-bottom:10px}


#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/ 
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */



#footer {
width:100%;
clear:both;
height:55px;
padding-top:5px;
border-top:1px solid white;
border-bottom:1px solid #000000;
background-color: black; /* this is the brown color from the logo #9c6d59; */
text-align:center;
position:relative;
color: #3d492b;
font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
}
* html #footer {/*only ie gets this style*/
\height:52px;/* for ie5 */
he\ight:50px;/* for ie6 */
}


.wrs {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 45px;	
	font-weight: bold;
	}

.phone {
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 35px;	
	font-weight: bold;
	}

.date {
	text-align:left;
	font-weight: bold;
	font-style: italic;
	color: #CC3333;
	background-color: #FFCC33;
	}

.scroller {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #FFCC33;
	}


#right ul {
	list-style-type:none;
	}

#right li {
	color: #FFCC00; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding-bottom: 7px;
	}
	
.theLinks {
	font-size: 20px;
	color: #CC3333;
	}

a.jotm:link { color: #CC3333; font-size: 20px; text-decoration: underline }
a.jotm:visited { color: #CC3333; font-size: 20px; text-decoration: underline }
a.jotm:hover { color: red; font-size: 20px; text-decoration: none }

a.contactUS:link { color: #FFCC33; font-size: 20px; text-decoration: underline }
a.contactUS:visited { color: #CC6633; font-size: 20px; text-decoration: underline }
a.contactUS:hover { color: #FF9900; font-size: 20px; text-decoration: none }

a.angie:link { color: #CC3333; font-size: 18px; text-decoration: underline }
a.angie:visited { color: #CC3333; font-size: 18px; text-decoration: underline }
a.angie:hover { color: blue; font-size: 18px; text-decoration: none }

.nuisance_title {
	font-size: 25px;
	font-weight: bold;
	color: #CC3333;
	}

.nuisance_details {
	font-size: 14px;
	font-weight: bold;
	#color: #CC9933;
	}

