/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height:1.5em;
	font-size:14px;
	background-color:#306e93;
}
#label {
font-weight:700;
vertical-align:top;
text-align:right;
}
#content {
	background-color:#FFFFFF;
	padding: 20px 20px 20px 20px;
}
h1 {
	margin:5px 0 5px 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:800;
	text-align: left;
	letter-spacing: 1px;
	color:#3a7597;
	line-height:1.6em;
}
#indexp {
	margin:0 0 0 100px;

}
#caption{
	font-size:.8em;
	color:#003399;
	line-height:1em;

}
#caption2{
	font-size:.8em;
	color:#003399;
	line-height:1em;
	margin:0 0 0 50px;

}
#comment{
	font-size:.9em;
	color:#000000;
	line-height:.9em;

}
#listindent{
	margin:0 0 0 50px;

}

h2 {
	font-size:9px;
	font-weight:400;
	color: rgb(220,43,84);
	text-align:center;
	vertical-align:bottom;
}
p {
	width:auto;
	margin:0 50px 20px 50px;

}
#cell {
	border-top:2px solid #3a7597;
	padding:4px;
	font-size:.7em;
}
#cellblank {
	padding:4px;
	font-size:.7em;
}
#cellleft {
	border-top:2px solid #3a7597;
	border-left:2px solid #3a7597;
	border-right:2px solid #3a7597;
	padding:4px;
}
#cellright {
	border-top:2px solid #3a7597;
	border-right:2px solid #3a7597;
	padding:4px;
}
#navbar2 {
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
}

ul.bult {
	text-decoration:none;
	padding:0 80px 0 80px;
}

#maintable{
	width:716px;
	padding:0;
	background-color:#FFFFFF;
}
#largeul {
	font-size:18px;
	margin:0 0 0 100px;
	line-height:2em;

}
#largeul2 {
	font-size:16px;
	margin:0 0 0 70px;
	line-height:2em;

}
#prism {
font-size:10px;
line-height:1.2em;
margin:30px 0 0 0;
}

#logo {
	width:308px;
	height:162px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}
#address {
	padding:0 0 0 20px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#306e93;
	font-weight:800;
	line-height:1.4em;
	vertical-align:middle;
}
#address a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#306e93;
	font-weight:800;
}
#serving {
	margin:10px 0 0 0;
	font-size:15px;
	font-style:italic;
	font-stretch:condensed;
	font-weight:900;
	text-align:center;
	border-bottom:1px solid #306e93;
	border-top:1px solid #306e93;

}
#navbar {
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
	width:716px;
	height:49px;
	padding:0px;
}
#navbar2 {
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	width:716px;
	height:40px;
	padding:0px;
}
#anim {
	background-image:url(images/anim_gif.jpg);
	background-repeat:no-repeat;
	width:544px;
	height:127px;
}

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#menubar a {
	display: block;
	text-decoration: none;
	padding: 6px;
	font-size: 1em;
	color:#333333;
	font-weight:800;
	font-size:13px;
	text-align:left;
}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#menubar li {
	float: left;
	width: 8em;
}
#menubar li a {
	color:#3a7597;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:800;
	letter-spacing:-1px;
}

#menubar li a:hover {
	color:#93a0a8;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:800;
	letter-spacing:-1px;
}
#check a {
	color:#93a0a8;
}
ol { list-style-position: outside; }


/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 4px;
	text-align:left;
	vertical-align:middle;

}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#menubar li ul {
	position: absolute;
	display:none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	text-align:left;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menubar li {width: auto;}
