/* ############################################################ Table Size & Logo ### */
table {width: 1000px}
td.logo {
	background-image: url(top15_logo.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: right top;
	height: 149px;
	
	vertical-align: bottom;
	padding: 0px 0px 4px 73px;
	color: #333;
	font-weight: bold;
	font-style:italic;
	font-variant: small-caps;
}
td.logo_left {
	background-image: url(Left_top15.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: left top;
	height: 149px;
	
	vertical-align: bottom;
	padding: 0px 0px 4px 73px;
	color: #333;
	font-weight: bold;
	font-style:italic;
	font-variant: small-caps;
}
/* ############################################################ Table Heading ### */
th {
	height: 22px;
	border: 0px;
	background: url(th_bg1.gif);
	
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
}
th.black {background: #000; width: 1px}
th.seperate_left {background: url(th_seperate_left.gif); width: 3px;}
th.seperate_middle1 {background: url(th_seperate_middle1.gif); width: 5px;}
th.seperate_middle2 {background: url(th_seperate_middle2.gif); width: 5px;}
th.seperate_right {background: url(th_seperate_right.gif); width: 5px;}

th.map {background: url(th_bg1.gif); text-align: left; padding-left: 21px;}
th.pro15 {text-align: center; width: 70px;}
th.nub15 {text-align: center;  width: 70px;}

/* ############################################################ Content Cells ### */

td {
	height: 20px;
	border: 0px;
	padding-top: 1px;
	background: url(td_bg.gif) #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	
	text-align: left;
	vertical-align: middle;
}
td.black {background: #000; background-image: none; width: 10px;}
td.seperate {background: url(td_seperate.gif);}

td.number {text-align: right; padding-right: 1px; background: url(th_bg1.gif); color: #bbb;}
td.map {background: url(th_bg2.gif);}
td.link {padding-left: 3px; text-align: center; }

/* ################################################################### Links ### */

a:link {color: #DF5400; text-decoration: none}
a:visited {color: #DF5400; text-decoration: none}
a:active {color: #DF5400; text-decoration: none}
a:hover {color: #DF5400; text-decoration: underline}

/* ############################################################ Menu ### */

.menu {vertical-align:top; text-align:right;}
.menu table td {background-image:none; background-color: #000; padding: 0px;}

.menu td.menublack {background-color: #000; width: 100%;}
.menu td.goto {width: 90px; background-image: url(menu_goto.jpg);}
.menu td.pro15 {width: 60px;}
.menu td.nub15 {width: 60px;}
.menu td.mapselection {width: 150px;}

.menu td a.pro15:link, 
.menu td a.pro15:hover, 
.menu td a.pro15:visited, 
.menu td a.pro15:active 

{display:block;		height:60px;width:150px;background-image:url(../pro15.png);}

.menu a.mapselection:link, 
.menu a.mapselection:hover, 
.menu a.mapselection:visited, 
.menu a.mapselection:active 

{display: block;	height:60px;width:300px;background-image:url(../map_select.png);}

.menu td a.nub15:link, 
.menu td a.nub15:hover, 
.menu td a.nub15:visited, 
.menu td a.nub15:active 

{display: block;	height:60px;width:150px;background-image:url(../nub15.png);}
