/* Common */
body,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:0.67em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#636466;
  background:#636466 url('../images/g-bg-gradient.gif') repeat-x;
}

input,select,textarea { 
  font-size:0.85em;
}

small { 
  font-size:0.76em;
}

img { 
  border:0;
}

p { 
  margin:1em 0 1em 0;
  line-height:1.4em;
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:9em;
}

dl.col dd { 
  margin-left:10em;
}

dl.wide {
  margin:10px 0;
}

dl.wide dt {   
  width:17em;
  font-weight:bold;
}

dl.wide dd { 
  margin-left:17em;
}

h1 {
  font-weight:normal;
  font-size:1.8em;
  color:#000;
  margin:0 0 15px 0;
}

h2 {  
  font-size:1.2em;
  color:#000;  
  margin:15px 0 15px 0; 
}

.highlight h2 {
  margin:0;
}

#side-column h2 {
  font-weight:normal;
  font-size:1.6em;
  color:#fff;
}

#footer h2 {
  font-weight:normal;
  font-size:1.7em;
  color:#ED1C24;
  padding:15px 0 0 30px;
  margin:0;
}

h3 {  
  font-size:1.1em;
  color:#911116;
  font-style:italic;
  margin:5px 0 5px 0;
}

h4 {  
  font-size:1em;
  color:#636466;  
  margin:0 0 5px 0; 
}

a {
  color:#911116;
  text-decoration:none;
}

a:hover {
  color:#ED1C24;  
}

.right {
  float:right;
}

.left {
  float:left;
}

/* Layout */

#constrain {
  width:900px;
  margin:0 auto;
  position:relative;
}

#header {
  background:#000 url('../images/i-header.jpg') no-repeat;
  height:138px;
}

#content-wrapper {
  margin:6px 0 0 0;
  background:#911116 url('../images/g-moving-ahead.gif') no-repeat bottom left;

}

#nav-side {
  position:absolute;
  top:144px;
  left:0;
  width:230px;  
}

#nav-side ul {  
  margin:30px 0 0 0;
}

#nav-side li {  
  list-style:none;    
}

#nav-side a {
  text-decoration:none;
  color:#fff;
  font-size:12px;
  display:block;
  padding:0 30px 0 30px;
  line-height:22px;
}

#nav-side a:hover {
  background:#fff url('../images/g-nav-icon.gif') no-repeat 5px 0px;
  color:#000;
}

#nav-side ul.sub-nav {
  margin:10px 0 10px 10px;
}

#nav-side ul.sub-nav a {
  font-size:11px;
  color:#BCBCBC;
  background:none;
  line-height:18px;  
}

#nav-side ul.sub-nav a:hover {
  color:#999999;
}

#content {
  background-color:#fff;
  margin:0 0 0 230px;
  min-height:580px;
  padding:30px;
}

#side-column {
  float:right;
  background-color:#636466;
  width:164px;
  color:#A8AFB3;
  margin:0 0 20px 25px; 
}

#side-column .news-text {  
  margin:10px 15px;
}

#side-column a {
  color:#E7E7E8; 
  font-size:13px;
  font-style:italic;  
}

#side-column a:hover {
  color:#A8AFB3;  
}

#footer {
  margin:6px 0 0 0;
  background:#000 url('../images/i-footer.gif') no-repeat bottom left;
  height:150px;
}

#footer .col {
  float:left;
  margin:15px 15px 15px 30px;
}

#footer dt {
  color:#A8AFB3;
  font-style:italic;
}

#footer dd {
  color:#fff;  
}

#author {
  text-align:right;
}

#author a {
  color:#fff;
  font-size:10px;
}

#author a:hover {
  color:#E7E7E8;
}

/* Content */

a.content-button {
  display:block;
  width:264px;
  line-height:36px;
  padding:0 0 0 20px;
  background:#fff url(../images/g-button.gif) no-repeat;
  color:#fff;
  font-size:1.1em;
  margin:0 0 15px 0;
}

a:hover.content-button {
  color:#A8AFB3;
}

a.content-button-short {
  display:block;
  width:214px;
  line-height:36px;
  padding:0 0 0 20px;
  background:#fff url(../images/g-button-short.gif) no-repeat;
  color:#fff;
  font-size:1.1em;
}

a:hover.content-button-short {
  color:#A8AFB3;
}

.highlight {
  width:190px;
  height:180px;
  border:#A8AFB3 solid 1px;
  padding:5px;
  float:left; 
     
}

.highlight p {
  padding:0 80px 0 0;
}

.president {
  background:#fff url('../images/p-paul-fagg.jpg') no-repeat bottom right;
  margin:0 15px 15px 0;
}

.mayor {
  background:#fff url('../images/p-mick-borzi.jpg') no-repeat bottom right;
}

.section {
  padding:10px;
  background-color:#F1E1E2;  
  width:400px;
  margin:10px 0;
}

#content ul {
  margin:0 30px 10px 25px;
  line-height:1.3em;
}

#content li {
  margin:7px 0;
}

dl.event { 
  line-height:1.5em;
}

dl.event dt { 
  float:left; 
  width:10em;
  background-color:#F1E1E2;  
}

dl.event dd { 
  margin-left:11em;
}

.contact
{
	border: 1px solid #666666;
	width: 250px;
	padding: 2px;
}

.submit
{
	border: 1px solid #666666;
	padding: 6px;
}

#directories a
{
  color:#911116;
}

#directories a:hover
{
  color:#911116;
}

a.directory
{
	color: #000 !important;
}
a.directory:hover
{
	color: #000 !important;
}

#newsletter a {
  text-decoration:none;
  color:#fff;
  font-size:11px;
  display:block;
  line-height:16px;
}

#newsletter a:hover {
	background: none;
	color: #ccc;
}