
/* 	Use a combined selector to assign all properties common to each
	of the trigger DIVs, which are absolutely positioned
	Dreamweaver 'Layers' */
#p7trigger1{
	background-color: transparent;
	border: 0;
	width: 100px;
}
#p7trigger2{
	background-color: transparent;
	border: 0;
	width: 180px;
}
#p7trigger3{
	background-color: transparent;
	border: 0;
	width: 180px;
}
#p7trigger4{
	background-color: transparent;
	border: 0;
	width: 180px;
}
#p7trigger5{
	background-color: transparent;
	border: 0;
	width: 180px;
}
#p7trigger6{
	background-color: transparent;
	border: 0;
	width: 180px;
}
/* 	Now use individual selectors for each trigger Layer to assign their unique properties.
	The first button is wider than the rest, so only its width is unique and declared here. */


/* 	Link styles for the Trigger Layers

 	Set to block to make link fill up entire layer with medium gray
	background color that shows through the transparent fill of the trigger images */
.p7simontrigger a {
	display: block;
	background-color: #000;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.p7simontrigger a:hover, .p7simontrigger a:active, .p7simontrigger a:focus {
	background-color: #000;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#p7simonsubs1{
	position:absolute;
	top:230px;
	right:900px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #333333;
}
#p7simonsubs2{
	position:absolute;
	top:230px;
	right:900px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FFFFFF;
	

}
#p7simonsubs3{
	position:absolute;
	top:230px;
	right:900px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FFFFFF;
}
#p7simonsubs4{
	position:absolute;
	top:230px;
	right:900px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FFFFFF;
}
#p7simonsubs5{
	position:absolute;
	top:230px;
	right:900px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FFFFFF;
}
#p7simonsubs6{
	position:absolute;
	top:774px;
	width: 180px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FFFFFF;
}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.p7submenus p {margin: 0;}
.p7submenus a:visited {
	display: block;
	padding: 1px 8px 1px 12px;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	background-color: #63717C;
	color: #fff;
	text-decoration: none;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #F7C932;
	color: #000;
}


/* The footer is a Static DIV set with a substantial top margin to
	separate it from the main content above.
	
	Font size is 75% of the global font size.
	
	Padding top is set to 6px to provide separation between the
	footer contents and the 2px wide dotted border above it. */
#footer {
font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}
/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff;}
#footer a:hover, #footer a:active, #footer a:focus {color: #CC0000;text-decoration: underline;}

#tableLine {
border-top: 1px solid #F7C932;   
border-bottom: 1px solid #F7C932;
padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
   }
.lOrangeRBlue {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63717c;
	border-left-color: #f7c932;
}
.lOrangeRBlueForMainTable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63717c;
	border-left-color: #f7c932;
	
	border-bottom-width: medium;
	border-top-width: medium;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #63717c;
	border-top-color: #f7c932;
}
 .submit search
{
 color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
.dottedtable{ background-image: url(/images/background.jpg);
background-repeat: repeat-x }

.imgleft {
float: left;
padding: 5px 10px 6px 0px;
}
.imgright {
float: right;
padding: 5px 10px 6px 0px;
}