﻿body 
{
    background-color:#fff;
    font-family: tahoma, verdana, arial;
    font-size:.8em;
}

#wrapper
{
    margin:0 auto;
    width:1000px;
    background-image: url('images/shadow_background_news.gif');
}
#page
{
    margin:0 auto;
    width:900px;
}
#header
{
	margin: 0 auto;
	height: 131px;
	background-image:url('images/newspaper_style_heading.gif');
}
#menu
{
	margin: 0 auto;
	width: 100%;
	background-image:url('images/menu-background.jpg');
}
#content
{
	margin: 0 auto;
	width: 900px;
}
#leftmenu
{
    width:180px;
    float:left;
    padding-top:0px;
    margin:0;
}
#leftmenu p.mid
{
    font-weight:bold;
    text-align:center;
    padding:2px 0px 2px 0px;
    border:0;
    margin:0;
}
#leftbox
{
    width:520px;
    float:left;
    padding:0px 10px 0px 10px;
    margin-right:0px;
    border-top:1px solid white;
}
#leftbox img
{
    border: 1px solid black;
}
#leftbox img.left_no_border
{
    float:left;
    margin:0 10px 10px 0px;
}
#leftbox img.right_no_border
{
    float:right;
    margin:0 0 10px 10px;
}
#leftbox img.left
{
    float:left;
    border:1px solid #000;
    margin:0 10px 10px 0px;
}
#leftbox img.right
{
    float:right;
    border: 1px solid #000;
    margin:0 0 10px 10px;
}
 #leftbox img.signature
{
    float:right;
    border: none;
    padding-right:100px;
}   
#leftbox a
{
    color:#006600;
    text-decoration:none;
}
#leftbox a:hover
{
    text-decoration:underline;
}
#leftbox a:visited
{
    color:#006600;
    text-decoration:none;
}

#rightbox
{
    width:180px;
    float:left;
}
#rightbox p.mid
{
    font-weight:bold;
    text-align:center;
    padding:2px 0px 2px 0px;
    border:0;
    margin:0;
}
#wrapperfooter
{
    margin:0 auto;
    width:1000px;
}
#footer
{
	margin: 0 auto;
	width: 900px;
	border-top:1px solid #E3E8EE;
	text-align:center;
}
.clear
{
    clear:both;
}
h1 
{
    color: #006bad;
    margin-bottom:1px;
}
h2 
{
    color: #006600;
    font-size:1.5em;
    margin:0;
    padding:0;
    padding-bottom:.3em;
    }
h3 
{
    color: #fff;
    margin-bottom:0px;
    background-image:url('images/h3_background.jpg');
    background-repeat:repeat-x;
    background-color:#003f64;
    padding-left:4px;
}
.clearline
{
    clear:both;
    border-bottom:1px solid #ceffce;
    margin:0px 0px 4px 0px;
}

p
{
    color:#000;
    padding:0;
    margin:0;
    margin-bottom:1em;
    font-size:1.1em;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #006bad;
}

#navcontainer ul li a:hover
{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #fff;
}
#horiznavcontainer
{
    width: 200px;
    margin: 0;
    margin-top:0px;
    padding: 0;
    list-style-type: none;
    float:left;
}
#horiznavcontainer li
{
    margin:0;
    padding:0;
    float:left;
    width:100%;
    background-color:#003f64;
}
#horiznavcontainer a
{
    display: block;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    padding:0 15px;
    line-height:2;
    border-top:1px solid #fff;
    border-right:10px solid #006bad;

}
#horiznavcontainer a:hover
{
   border-right:10px solid #fff;
}
#signup
{
    width:192px;
    background:#006bad;
    padding:4px;
    color:#fff;
    margin-bottom:10px;
}




/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated element  */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

.fpboxleft
{
    width:340px;
    float:left;
    padding:0px 2px 0px 2px;
    border:none;
}
.fpboxright
{
    width:340px;
    float:left;
    padding:0px 2px 0px 2px;
    border:none;
}
.fpboxleft a, .fpboxright a
{
    color:#000;
    text-decoration:none;
}
.fpboxleft a:hover, .fpboxright a:hover
{
    color:#006bad;
    text-decoration:underline;
}
.fpboxright img
{
    margin:0;
    padding:0;
    border:1px solid black;
}
.spacer
{
    width:99%;
    height:5px;
}
.background1
{
    border-top:1px solid #003f64;
    border-bottom:1px solid #003f64;
    border-left:10px solid #003f64;
    padding-left:5px;
    
}
.background2
{
    border-bottom:1px solid #003f64;
    border-left:10px solid #003f64;
    padding-left:5px;
    
}
.headline
{
    font-weight:bold;
    padding:0;
    margin:0;
}
.date
{
    text-align:right;
    padding:0;
    margin:0;
    font-style:italic;
}
.extract
{
    padding:0 0 0 10px;
    margin:0;
}
a.headline
{
    color:#006600;
    text-decoration:none;
}
a.headline:hover
{
    text-decoration:underline;
}
#form
{
    width:99%;
    float:left;
    padding:0px;
    margin:0px;
}
#form p.label {
	font-weight: normal;
	width:120px;
	float:left;
	border: none;
	border-width: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#form p.entry {
	font-weight: normal;
	border: none;
	border-width: 0;
	text-align: left;
	padding: 0;
	margin: 0 0 0 120px;
	}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTopSolo.gif');
    background-repeat:no-repeat;
    height:20px;
}

.accordionHeader a
{
	color: #000;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTop.gif');
    background-repeat:no-repeat;
    height:20px;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #ceffce;
    background-color:#fff;
    border: 1px solid #67b367;
    border-top: none;
    padding: 5px;
    padding-top: 0px;
}
.accordionContent a
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.accordionContent a:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
.accordionContent a.inline
{
    color:#000;
    font-weight:normal;
    text-decoration:none;
}
.accordionContent a.inline:hover
{
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.accordionContent a.inlinebold
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.accordionContent a.inlinebold:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}

#accordionLink a
{
    color: White;
    text-decoration:none;
}
#accordionLink a:hover
{
    color: White;
    text-decoration:underline;
}

.accordionContent ul
{
	padding: 0;
	margin: 0;
	width:100%;
	}

.accordionContent ul li
{
	display: block;
	color: #000;
	padding:0 3px 3px 10px;
}
a.newsleftlink
{
    color:#000;
    text-decoration:none;
    font-weight:bold;
    font-size:.8em;
}
a.newsleftlink:hover
{
    color:#000;
    text-decoration:underline;
}
.council
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTopSolo.gif');
    background-repeat:no-repeat;
    height:20px;
}

.council a
{
	color: #000;
	background: none;
	text-decoration: none;
}

.council a:hover
{
	background: none;
	text-decoration: underline;
}
.councilred
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTopRed.gif');
    background-repeat:no-repeat;
    height:20px;
}

.councilred a
{
	color: #000;
	background: none;
	text-decoration: none;
}

.councilred a:hover
{
	background: none;
	text-decoration: underline;
}
.councilblue
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTopBlue.gif');
    background-repeat:no-repeat;
    height:20px;
}

.councilblue a
{
	color: #ff0;
	background: none;
	text-decoration: none;
}

.councilblue a:hover
{
	background: none;
	text-decoration: underline;
}
.haveYourSayHeaderSelected
{
    border: 1px solid #2F4F4F;
    border:0;
    color: white;
    background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border:0;
    background-image: url('images/slcPanelTopRedSolo.gif');
    background-repeat:no-repeat;
    height:20px;
}

.haveYourSayHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.haveYourSayHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.haveYourSayContent
{
    background-color:#fff;
    border: 1px solid #E5876D;
    border-top: none;
    padding: 5px;
    padding-top: 0px;
}
.haveYourSayContent a
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.haveYourSayContent a:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
.haveYourSayContent a.inline
{
    color:#000;
    font-weight:normal;
    text-decoration:none;
}
.haveYourSayContent a.inline:hover
{
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.haveYourSayContent a.inlinebold
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.haveYourSayContent a.inlinebold:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}

#archive h2
{
    color:#fff;
    background-color:#003f64;
    text-align:center;
    font-size:1em;
}
#archive p
{
    text-align:center;
    padding:1px 2px 1px 2px;
    border:0;
    margin:0;
}
#archive a.list
{
    font-weight:normal;
}
#rotator
{
    float:left;
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0 10px 0px 0px;
	position: relative;
	width: 180px;
	height: 131px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 180px;
	height: 131px;
	padding:0;
	margin:0;
}