body {
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 top center repeat-y;
	font-family: Verdana;
	font-size: 100%;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 140px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}

#extras {
	float: left;
	width: 140px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: "Verdana";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: normal;
	text-align: left;
	font-family: "Verdana";
	font-style: normal;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: auto;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	font-family: "Verdana";
}

#content img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 {
	font-size: 0.8em;
	margin: 0 0 0px 0;
	text-transform: uppercase;
	font-family: "Verdana";
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: .6em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
	text-align: center;
	margin: auto;
}

.small {
	font-size: .8em;
}

.bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
}

.hide {
display: none;
}
.style3 {color: #CC0000}

#logo {
	font-family: "BankGothic Lt BT";
	font-size: 1em;
}
*{
	margin:0 0 0 0;
	padding:0;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
/* Begin CSS Popout Menu */

#menu{
	width:760px;
	float:left;
}
#menu h4 {
	text-transform: uppercase;
}

#menu a, #menu h2{
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	white-space:nowrap;
	margin:0;
	padding:2px 0 1px 3px;
	font-family: "Verdana";
	font-size: 9px;
	font-style: normal;
	text-align: center;
}

#menu h2{
	color:#000;
	background:#ccc url(/css/images/expand3.gif) no-repeat 100% 100%;
	text-transform:uppercase
}

#menu a{
	background:#ccc;
	text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
	color:#b22c29;
	background:#ddd;
}

#menu a:active{
color:#000;
background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;
}

#menu li{
	position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:bold;
	color:#000;
	background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
	text-transform: uppercase;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu 

#content{position:absolute;top:3.0em;margin:0;padding:0.5em;border:1px solid #000;clear:both;}
#content a:link{color:#a00;}
#content a:visited{color:#a00;}
#content a:hover{color:#a00;background:#eee;}
#content a:active{color:#060;background:#ddd;}
#content h1, #content h2, #content h3{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal 0.8em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .6em arial,sans-serif;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}*/

/* End Content Area - Not Part of CSS Popout Menu */
.tablewidth 
{
	width: 100%;
}
.size {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgpad {
	margin: 2px;
}
h4 {
	font-size: 9px;
	text-transform: uppercase;
}
.ulcustomers {
	font-family: "Verdana";
	font-size: 9px;
	padding: 0;
}
.extrasul {
	font-size: 2px;
}
.tdfounder {
	background-image: url(images/trans.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.salute {
	font-size: 11px;
	line-height: 1;
}
h7 {
	font-size: 11px;
	text-align: left;
	font-weight: 700;
	color: #336895;
	line-height: 5px;
}
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.centerbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
}
.logo {
	font-family: "BankGothic Md BT";
	font-size: 1.5em;
}
