/****    ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th	{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Removes list-styles from lists  */
ol, ul	{ 
	list-style : none;
}

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var {
	font-style : normal; font-weight : normal;
}



/* Removes  border from fieldset and img */
fieldset, img {
	border : 0; 
}

/* Left-aligns text in caption and th */
caption, th	{ 
	text-align : left;
}

/* Removes  quotation marks from q  */
q:before, q:after	{ 
	content : '' ;
}

*	{
	padding: 		0;
	margin: 		0 0 0 0;
}	


body {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/body-bg.gif);
	background-repeat: repeat;
	margin-bottom: 25px;
	text-align: left;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

p,a {
	font-weight: normal;
	text-align: left;
}

p {
	line-height: 155%;
	font-size: 75%;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 30px;
}

h1 {
	padding-left: 30px;
	font-size: 27px;
	font-weight: normal;
	padding-bottom: 2px;
}

h2 {
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #9F191D;
	margin-left: 6px;
	padding-left: 30px;
	width: 175px;
	background-image: url(../graphics/h3bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* container */

#container {
	width:780px;
	margin-top: 18px;
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

/* header */

#header {
	width:780px;
	height: 96px;
}

/* top nav box */

#top-navbox {
	width:100%;
	height: 30px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}


/* left column */

#left-col {
	width: 190px;
	height: 1%;
	margin: 0px;
	padding: 7px 0px;
	float: left;
}

/* main column */

#main-col {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 767px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 7px;
	float: none;
	height: 1%;
}

#main-col ul {
	font-size: 75%;
	line-height: 140%;
	list-style-image: url(../graphics/bullet.gif);
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 30px;
}

/* footer */

#footer {
	width:780px;
	background-image: url(../graphics/footer.gif);
	text-align: center;
	background-repeat: no-repeat;
	height: 32px;
	clear: both;
}


#copyright {
	width:780px;
	text-align: center;
	clear: both;
	float: left;
	font-size: 10px;
	background-image: url(../graphics/body-bg.gif);
	color: #666666;
}

.img-space {
	padding: 5px;
	border: 1px solid #000000;
}

#copyright a {
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
}


#table {

}


.home-img {
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.local-img {
	padding-left: 6px;
}

.linkpage-img {
	margin: 4px;
	border: 1px solid #999999;
}

.general-img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.numbertxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.redtxt {
	color: #990000;
}

A:link	{
	text-decoration:underline;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
}

A:visited	{ 
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
}

A:hover	{ 
	text-decoration:underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

A:active	{
	text-decoration:underline;
	font-size: 12px;
	color: #003399;
}


/*****
#navcontainer1 {
	width: 190px;
	margin-left: 6px;
	background-color: #FFFECC;
}


#navcontainer1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer1 a
{
	display: block;
	width: 170px;
	background-image: url(../graphics/departbg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFECC;
	padding-right: 5px;
	padding-left: 15px;
	line-height: 29px;
}

#navcontainer1 a:link, #navlist1 a:visited
{
	color: #003399;
	text-decoration: none;
	font-size: 11px;
}

#navcontainer1 a:hover
{
	color: #000000;
	font-size: 11px;
	background-image: url(../graphics/departbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#navcontainer2 {
	width: 190px;
	margin-left: 6px;
	padding-top: 9px;
	padding-bottom: 14px;
}

#navcontainer2 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer2 a
{
	display: block;
	width: 160px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#navcontainer2 a:link, #navlist2 a:visited
{
	color: #003399;
	text-decoration: none;
	font-size: 11px;
}

#navcontainer2 a:hover
{
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
******/

/* footer links */

#footer li {
	line-height:150%;
	text-align:center;
	font-size:0.95em;
	display:inline;
}

#footer li a {
	color:#EAD7C7;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}

/* tables - contact, area, links page etc */

#linkstable {
	margin-left: 15px;
	padding: 5px;
}

#calctable {
	margin-left: 30px;
	padding: 5px;
}

#areatable {
	margin-left: 30px;
	font-size: 75%;
	line-height: 170%;
	margin-top: 3px;
	margin-bottom: 8px;
	font-weight: bold;
}

#contacttable {
	margin-left: 15px;
	padding: 5px;
	font-size: 75%;
	line-height: 140%;
}



/* top navigation - image based */


#top-navbox ul
{
	background-color: #9C0404;
	color: White;
	float: left;
	width: 770px;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#top-navbox ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#top-navbox ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#top-navbox ul li a:hover
{
background-color: #40181A;
color: #fff;
}




	
/* blahhhhhh"
------------------------------------------------------------------*/
.simpleborder {
	border: 1px solid #CCCCCC;
}

#az-box{
	margin-left: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
}

#az-box select {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

#searchframe{
	margin-top: 0px;
}

