@charset "utf-8";
/* CSS Document */

/* This is the setup for the page, margins etc*/

body 
{
	background-image:url(../images/site_back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family:verdana;
	font-size:10pt;
	color:#666666;
}
a
{
color:#FF6600;
}
/* This is the Link text colour for the nav in the top menu*/

#topMenu a
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
}

/* This is Greater Than > symbol style in top nav*/

.greaterThanLink
{
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	font-size:8pt;
	font-weight:bold;
}


/* This is Greater Than > symbol style in left hand nav*/

.greaterThanLinkOrange
{
	color:#FF6600;
	text-decoration:none;
	padding-left:10px;
	font-size:8pt;
	font-weight:bold;
}


/* This is nav styling for the left hand nav*/

.sideMenu a
{
	text-decoration:none;
	color:#666666;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:5px;
}
.lastItem
{
border-bottom:solid 1px #cccccc;
}
.sideMenu
{
padding-top:5px;
padding-bottom:5px;
}


.telnumber
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
}



.telephone
{
	text-decoration:none;
	color:#000000;
	font-size:9pt;
	font-family:Verdana;
}

.footer
{
	text-decoration:none;
	color:#000000;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}


.footer a
{
	text-decoration:none;
	color:#999999;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}

.address
{
	text-decoration:none;
	color:#666666;
	font-size:8pt;
	font-family:Verdana;
	text-align:left;
}


.address a
{
	text-decoration:none;
	color:#FF6600;
	font-size:8pt;
	font-family:Verdana;
	text-align:left;
}


.maintitles
{
	text-decoration:none;
	color:#666666;
	font-size:16pt;
	font-family:Verdana;
	text-align:left;
}

.h1
{
	text-decoration:none;
	color:#666666;
	font-size:16pt;
	font-family:Verdana;
	text-align:left;
}

#imgborder img
{
	border-width: 3px;
	border-color:#759E36;
	border-style:solid;
}

#imgborder img2
{
	border-width: 5px;
	border-color:#FFFFFF;
	border-style:solid;
}


li { list-style-image:url(../images/oakworth_arrow.png); }

ul { list-style-image:url(../images/oakworth_arrow.png); }

