/*Style sheet for Shire of Granholme website.  Created January 2010*/

/* begin navigation tabs*/

#header 
	{
    	float:left;
    	width:100%;
    	font-size:93%;
    	line-height:normal;
    	border-bottom: 1px solid rgb(128,128,128);
    	}
    
#header ul 
	{
    	margin:0;
    	padding:0;
    	list-style:none;
    	}
    
#header li 
	{
    	float:left;
    	margin:0;
    	padding:0;
    	}
    
#header a 
	{
    	display:block;
    	color: rgb(47, 79, 79);
    	}
    
#header li 
	{
    	float:left;
    	background:url("images/navigation/norm_left.gif") no-repeat left top;
    	margin:0;
    	padding:0 0 0 9px;
    	}
    
#header a 
	{
    	display:block;
    	background:url("images/navigation/norm_right.gif") no-repeat right top;
    	padding:5px 15px 4px 6px;
    	}
    
#header a:visited
	{
	color: purple;
	}

#header a:hover
	{
	color: rgb(0, 0, 225);
	text-decoration: underline;
	} 
	
#header #current 
  	{
    	background-image:url("images/navigation/norm_left_on.gif");
    	}
    
#header #current a 
	{
    	background-image:url("images/navigation/norm_right_on.gif");
    	color: rgb(0, 0, 238);    
    	padding-bottom: 5px;
    	}    
/*end navigation tabs*/

/*Add an informational box to the right*/
#sidebox {
	float: right;		/*float to the right*/
	width: 200px;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #0000CD;	
	color: #FFFFFF;	
	font-weight: bold;
	}
	
#sidebox a {

	color: #FFFFFF;
	}
	

/*end information box*/

/*Format the footer*/

#footer {
	clear: both;
	margin-top: 15px;	/*add some space above the border*/
	font-size: x-small;		/*make it smaller than the default page font*/
	text-align: center;		/*center the text*/
	border:  2px solid #0000CD;	
	padding: 10px 10px 10px 10px;
	margin-left: 10%;
	width: 80%;
	}

/*End footer*/	


/*begin other formatting*/    
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15 px;
}
#head p {
	font-family: Old English Text MT, Engravers MT, Castellar;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: no-wrap;
	line-height: 75px;

}
#head img {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: justify;
	padding-top: 15px;
}



img.imageleft {
	float: left;
	margin-right: 25px;
	clear: left;
}
h2 {
	text-align: center;
}
#officers p {
	margin-left: 30%;
}
