﻿
body
{
	background-color: #454545;
	color: Black;
	font-family: Arial, Sans-Serif;
}

#wrapper
{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: White;
	color: inherit;
	overflow: auto;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 78px;
	background-color: #cc0000;
	color: inherit;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#hleft
{
	position: absolute;
	left: 0px;
	width: 458px;
	height: 78px;
	background-image: url(Support/italiabanner.jpg);
}

#hright
{
	position: absolute;
	left: 458px;
	width: 342px;
	height: 78px;
}

#hbottom
{
	width: 800px;
	height: 5px;
	background-image: url(Support/bannerThinBrown.jpg);
	overflow: hidden;
}

#search
{
	position: relative;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	background-color: #cc0000;
	color: White;
}

#sidebar
{
	position: relative;
	top: 0px;
	text-align: center;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-color: #cc0000;
	border-style: solid;
	border-width: 0px;
	float: left;
}

#sidebarwrapper
{
	width: 110px;
	margin-left: 18px;
	margin-right: auto;
	margin-bottom: 0px;
}

#nav
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	color: inherit;
	background-color: White;
	text-align: left;
	font-weight:bold;
}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a
{
	color: White;
	font-size: .7em;
	text-decoration: none;
	background-color: #cc0000;
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(Support/css/pnlheaderback.gif);
}

#nav a:hover
{
	background-color: #186e09;
	color: White;
	background-image: url(Support/css/hoverback.gif);
}



#main
{
	position: relative;
	top: 0px;
	float: right;
	width: 660px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 5px;
}

#breadcrumb
{
	height: 20px;
	font-size: 0.6em;
	color: #989493;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
}

#breadcrumb a:link
{
	color: #989493;
	background-color: inherit;
}

#breadcrumb a:visited
{
	color: #989493;
	background-color: inherit;
}

#breadcrumb a:hover
{
	color: Blue;
	background-color: inherit;
}

#breadcrumb a:active
{
	color: Blue;
	background-color: inherit;
}

#footwrapper
{
	clear: both;
}
#foot
{
	font-size: 0.6em;
	color: #989493;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	width: 652px;
	left: -8px;
	margin-left: 0px;
	margin-right: auto;
	position: relative;
	padding-bottom: 5px;
	float: right;
	text-align: center;
}

/*Begin Search Bar Control*/
.searchwrapper
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 50px;
}

.searchbox
{
	width: 33%;
	float: left;
	top: 5px;
	padding: 0px;
	margin: 0px;
}

.searchtextbox
{
	width: 80px;
	height: 12px;
	font-size: .9em;
}

.btnSearch
{
	font-size: smaller;
	margin-left: 2px;
}
/*End Search Bar Control */


/*Begin Featured Control*/

#featuredwrapper
{
	width: 100px;
	margin-left: 18px;
	margin-right: auto;
	text-align: center;
}

.featuredpanel
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: inherit;
	color: #989493;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #cc0000;
	width: 108px;
	text-align: center;
}

.featuredpanelheadline
{
	color: inherit;
	background-color: #cc0000;
	text-align: center;
	padding: 0px;
	font-size: .6em;
}
.featuredimagewrapper
{
	border-color: White;
	border-style: solid;
	border-width: 4px;
	width: 100px;
	text-align: center;
}
.featuredimage
{
	border-style: none;
	width: 100px;
	text-align: center;
}
/*End Featured Control*/


.menuItem
{
	font-size: .7em;
}

h1
{
	color: White;
	background-color: #186e09;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

h2
{
	color: White;
	background-color: inherit;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	display: inline;
}

.pnlHome
{
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #cc0000;
	color: inherit;
	background-color: #f5f5f5;
	text-align: center;
}
.MainPanel
{
	width: 650px;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
.pnlHeader, .zonepanel
{
	width: 652px;
   height: 25px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    padding: 0px;
    color: inherit;
	background-color: #cc0000;
}
.pnlLocations
{
	width: 650px;
	text-align: center;
	font-size: .9em;
}

.homeintro
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #cc0000;
}

.zonepanel
{
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.intropanel
{
	width: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.intropanelheader
{
	width: 596px;
	text-align: center;
	padding: 2px;
	background-color: #cc0000;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
}

.virtualearthpanel
{
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.virtualearthpanelheader
{
	width: 646px;
	text-align: center;
	padding: 2px;
	background-color: #cc0000;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
}

.instructions
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	padding-top: 5px;
}

.panelinstructions
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	color: White;
	background-color: inherit;
}

.homecenter
{
	width: 650px;
	position: relative;
	height: 126px;
}

.locationpanel
{
	width: 280px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: 25px;
	margin-right: auto;
	color: inherit;
	background-color: White;
	padding-bottom: 5px;
}

.locationpanelheader
{
	width: 276px;
	text-align: center;
	padding: 2px;
	color: inherit;
	background-color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
}

.mapicon
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.printedwrapper
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.printedpanel
{
	width: 280px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: 25px;
	color: inherit;
	background-color: White;
	padding-bottom: 5px;
}

.printedpanelheader
{
	width: 276px;
	text-align: center;
	padding: 2px;
	color: inherit;
	background-color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
}

.searchpanel
{
	width: 280px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: inherit;
	background-color: White;
}

.catHeader
{
	color: #666666;
	background-color: inherit;
	font-size: 1em;
}

.locationLink
{
	font-size: .8em;
}

.locationLink:hover
{
	color: Black;
	background-color: inherit;
}

.sectorstable
{
	text-align: center;
	color: inherit;
	background-color: White;
	width: 100%;
}

.sectorstabletoppadding
{
	padding-top: 10px;
}

.sectortable, .categorytable
{
	color: inherit;
	background-color: White;
	width: 650px;
	font-size: .8em;
	border: 0px;
}

.zonetable
{
	color: inherit;
	background-color: White;
	width: 650px;
	font-size: .75em;
	border: 0px;
}

.zonedot
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 7px;
	width: 7px;
}

.category
{
	background-color: inherit;
	color: White;
	text-decoration: none;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .95em;
}

.directoryLink
{
	background-color: inherit;
	color: White;
	text-decoration: none;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.directoryblockLink
{
	text-decoration: none;
	border-style: solid;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	display: block;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
	width: 300px;
	font-size: .9em;
	background-color: inherit;
	color: White;
}

.directoryLink:visited
{
	background-color: inherit;
	color: White;
}
.directoryLink:focus
{
	background-color: inherit;
	color: Blue;
	text-decoration: none;
}

.directoryLink:hover
{
	background-color: inherit;
	color: Blue;
	text-decoration: underline;
}

.directoryLink:active
{
	background-color: inherit;
	color: #cc0000;
}

.blueLink
{
	background-color: inherit;
	color: Blue;
}

.blueLink:visited
{
	background-color: inherit;
	color: Blue;
}
.blueLink:focus
{
	background-color: inherit;
	color: White;
	text-decoration: none;
}

.blueLink:hover
{
	background-color: inherit;
	color: White;
}

.blueLink:active
{
	background-color: inherit;
	color: #cc0000;
}

.smallLink
{
	background-color: inherit;
	color: #989493;
	text-decoration: none;
	font-size: 0.6em;
	font-family: Verdana, Arial, Sans-Serif;
}

.smallLink:link
{
	background-color: inherit;
	color: #989493;
	text-decoration: none;	
}

.smallLink:visited
{
	background-color: inherit;
	color: #989493;	
}
.smallLink:focus
{
	background-color: inherit;
	color: #989493;
	text-decoration: none;
}

.smallLink:hover
{
	background-color: inherit;
	color: Blue;
	text-decoration: underline;
}

.smallLink:active
{
	background-color: inherit;
	color: Blue;
}

.businessHeader
{
	background-color: inherit;
	color: #5D7B9D;
	font-size: 1em;
}

.TableStyleControlLayout
{
	vertical-align: top;
	background-color: #f5f5f5;
	color: inherit;
	border-width: 1px;
	border-color: #cc0000;
	border-style: solid;
	width: 650PX;
}

.TableStyleControl
{
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	font-size: smaller;
	color: #D2A17B;
	text-align: left;
}

.TableStyleHeader
{
	background-color: #cc0000;
	font-weight: bold;
	text-align: center;
	color: White;
	padding: 1px;
}

.NotSubmitted
{
	font-size: smaller;
	color: #D2A17B;
	text-align: left;
}

.DynamicText
{
	background-color: inherit;
	color: Black;
	font-size: .9em;
}

.tabelinfo
{
	border-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #f5f5f5;
	color: inherit;
	font-size: smaller;
}

.stdpad
{
	margin: 5px 2px 5px 2px;
}

.lblResults
{
	padding-left: 10px;
	font-size: .85em;
}

.headerResults
{
	color: inherit;
	background-color: #f5f5f5;
	font-weight: normal;
}

.footbox25, .footbox25left, .footbox25right
{
	width: 25%;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}
.footbox25
{
	text-align: center;
}
.footbox25left
{
	text-align: left;
}
.footbox25right
{
	text-align: right;
}

legend
{
	background-color: inherit;
	color: White;
}

hr
{
	background-color: inherit;
	color: #989493;
	height: 1px;
}

img
{
	border: 0;
}

.pad
{
	line-height: 1.5em;
}

.form
{
	margin-right: auto;
	margin-left: auto;
}
P, .p
{
	background-color: inherit;
	color: inherit;
	text-align: left;
}
.standardseparator
{
	height: 20px;
}

.textonlylinks
{
	height: 20px;
	font-size: 0.6em;
	color: White;
	background-color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
}

.textonlylinks a:link
{
	color: White;
	background-color: inherit;
}

.textonlylinks a:visited
{
	color: White;
	background-color: inherit;
}

.textonlylinks a:hover
{
	color: Blue;
	background-color: inherit;
}

.textonlylinks a:active
{
	color: Blue;
	background-color: inherit;
}

.w3cIcon
{
	width: 44px;
	height: 16px;
}

.zoneIcon
{
	height: 7px;
	width: 7px;
}

.PBPanel
{
	width: 298px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	text-align: left;
}
.pnlPBHeader
{
	width: 294px;
	text-align: center;
	padding: 2px;
	color: White;
	background-color: #cc0000;
}

.TagPanel
{
	width: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	text-align: left;
}
.pnlTagHeader
{
	width: 596px;
	text-align: center;
	padding: 2px;
	color: White;
	background-color: #cc0000;
}

.tagcloud
{
	color: blue;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: .6em;
	white-space: nowrap;
}

.tagcloud:visited
{
	background-color: inherit;
	color: Blue;
}
.tagcloud:focus
{
	background-color: inherit;
	color: White;
}

.tagcloud:hover
{
	color: White;
	background-color: Blue;
	text-decoration: none;
}

.tagcloud:active
{
	background-color: inherit;
	color: #cc0000;
}

.beta
{
	color: Black;
	background-color: inherit;
	font-size: .8em;
	padding-bottom: 10px;
}

.psmall
{
	font-size: 0.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.tableLink
{
	background-color: inherit;
	color: White;
	text-decoration: underline;
}

.tableLink:visited
{
	background-color: inherit;
	color: White;
	text-decoration: underline;
}
.tableLink:focus
{
	background-color: inherit;
	color: #186e09;
	text-decoration: underline;
}

.tableLink:hover
{
	background-color: inherit;
	color: #989493;
	text-decoration: underline;
}

.tableLink:active
{
	background-color: inherit;
	color: #989493;
	text-decoration: underline;
}


span.st1
{
	font-family: Century Gothic, Arial;
	font-size: 18pt;
	color: #ffffff;
}
span.st2
{
	font-family: Arial;
	font-size: 30pt;
	color: #000000;
}
span.st3
{
	font-family: Century Gothic, Arial;
	font-size: 14pt;
	color: #ffffff;
}
span.st4
{
	font-family: Century Gothic, Arial;
	font-size: 16pt;
	color: #ffffff;	
}

span.st5
{
	font-family: Century Gothic, Arial;
	font-size: 11pt;
	color: #ffffff;
}
span.st5a
{
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	color: #ffffff;
}
span.st5ab
{
	font-family: Century Gothic;
	font-size: 10pt;
	font-weight:bold;
	color: #ffffff;
}
span.st6
{
	font-family: Times New Roman;
	font-size: 9pt;
	color: #000000;
}

span.pi1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
}
span.pi2
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
}



a:link
{
	color: Yellow;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}

a:visited
{
	color: Yellow;
	background-color: inherit;
}

a:hover
{
	color: Silver;
	background-color: inherit;
}

a:active
{
	color: Yellow;
	background-color: inherit;
}

#vhhome
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	color: inherit;
	background-color: White;
	text-align: left;
}

#vhhome li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#vhhome a
{
	color: White;
    font-size: .7em;
    text-decoration: none;
    background-image: url(Support/css/vhheaderback.gif);
    display: block;    
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

#vhhome a:visited
{   
}

#vhhome a:hover
{
	background-color: #00599d;
    color: White;   
    background-image: url(Support/css/vhhoverback.gif);           
}