
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2a3b4e;
	cursor: crosshair;
	width: 8em;
	font: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	color: #2a3b4e
	font-family: Arial, Helvetica, sans-serif;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: crosshair;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: crosshair;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px none #506894;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid Black;
	background-color: #7bb0e6;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: crosshair;
	background-color: #7bb0e6;
	padding: 0.5em 0.75em;
	color: #2a3b4e;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #bcd6f1;
	color: #4e81b0;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #bcd6f1;
	color: #2a3b4e;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(site/1/template/SpryMenuBarRight.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(site/1/template/SpryMenuBarRightHover.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #7bb0e6;
}
}





#paddingBody {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px; }

td#paddingSide {
     padding-top: 0px; }

#search_box {
    width: 200px;
    height: 25px;
}


#search_box #s {
    float: right;
padding: 3px;
    margin: 0px 3 3 0px;
    border: 0;
    width: 116px;
height: 13px;
background-position: 0px center;
background-repeat: no-repeat;
    background: url(site/1/template/search_2.gif);

}
#searchpad {
padding-left: 3px;
padding-top: 80px; }

#search_box #go {
    float: center;
    margin: 5px 5px 13px 17px;
}

#search_box2 {
    width: 200px;
    height: 25px;
}


#search_box2 #s2 {
    float: right;
padding: 3px;
    margin: 0px 0 0 0px;
    border: 0;
    width: 116px;
height: 13px;
background-position: 0px center;
background-repeat: no-repeat;
    background: url(site/1/template/search_2.gif);

}
#searchpad2 {
padding-left: 3px;
padding-top: 80px; }

#search_box2 #go2 {
    float: center;
    margin: 5px 5px 13px 17px;
}


.field_title {
font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.survey_cell {
font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.su_button_green {
font-family : verdana, helvetica;
font-size : 10px;
color : #ffffff;
background-color : #336699; }

.su_button_blue {
font-family : verdana, helvetica;
font-size : 10px;
color : #ffffff;
background-color : #336699; }

.su_button_purple {
font-family : verdana, helvetica;
font-size : 10px;
color : #ffffff;
background-color : #336699; }

.hand {background-image: url(site/1/template/last800_3x2.gif); background-repeat: no-repeat;
}
.norepeat {background-image: url(site/1/template/su1_5x2.gif); background-repeat: no-repeat;
}

.handlp {background-image: url(site/1/template/last800_3x1.gif); background-repeat: no-repeat;
}

.background {background-image: url(site/1/template/subpage_3x2.gif); background-repeat: no-repeat;
}

#calendareventdetails {
    font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

#calendarvertlinks{
font-family: verdana, helvetica;
    color : #cc8c00;
    font-size : 12px; }

#calendartitle {
font-family: verdana, helvetica;
    color : #cc8c00;
    font-size : 16px; }

.calendarvalue {
font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.calendardetail {
font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.news {
   color : #8fa9c4;
   text-decoration : none;
   font-family : verdana, helvetica; }

.news:hover {
   color : #c6beb3; }

.rsscredit {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 8pt; }
.rsslinks {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 8pt; }
.DigestTitle {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 16px;
	line-height : 24px;
    font-weight : bold; }
.FeedTitle {
    font-family:  verdana, helvetica;
    color : #22476d;
    font-size : 12px;
	line-height : 13px;
    font-weight : bold; }
a.FeedTitle {
    text-decoration : none; }
.FeedDescription {
    font-family:  verdana, helvetica;
    color : #9c927d;
    font-size : 12px;
    text-decoration : none;  }
.FeedLink {
    text-decoration : none; }
.title {
     font-size : 18px;
     color : #333333;
     font-family : verdana, helvetica;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.eventsnew {
     font-family : verdana, helvetica;
     color : #22476d;
     font-size : 10px;
     text-decoration : none;
      }

.eventsnew-title {
     font-family : verdana, helvetica;
     color : #22476d;
     font-size : 12px;
     text-decoration : none;
     font-weight : bold; }

.eventsnew:hover {
     color : #93acc3; }
.navpipes {
     font-family : verdana, helvetica;
     color : #22476d;
     font-size : 10px;
     text-decoration : none;
}
.2ndline {
     font-size : 12px;
     font-style : italic;
     font-face : helvetica, arial, verdana;
     color : #333333; }

.headline {
    font-family: verdana, helvetica;
    color: #22476d;
    font-size: 18px; }

.subheadline {
    font-family: verdana, helvetica;
    color: #9c927d;
    font-size: 14px;
    line-height : 21px;
    font-weight: bold;
    font-style : italic; }

.address {
    font-family: verdana, helvetica;
    color : #000000;
    font-size : 8pt; }

.body {
    font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.whatsnew-title { 
    font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew-description {
    font-family : verdana, helvetica;
    font-size: 10px;
    text-decoration : none;
    color : #22476d; }

a.whatsnew-description {
    font-family : verdana, helvetica;
    font-size: 10px;
    text-decoration : none;
    color : #22476d; }

a.whatsnew {
    text-decoration: none;
    color : #22476d; }

a.whatsnew:hover {
    text-decoration: none;
    color : #22476d; }

.whatsnew {
    text-decoration: none; }

.vertical-links {
    font-family : verdana, helvetica;
    color : #ffffff;
    font-size : 14px;
    text-decoration : none;
    font-variant : small-caps;
    line-height : 28px; }

.vertical-links:hover {
    color : #d8e0e7; }

.caption {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 10px; }

.pullquote {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: verdana, helvetica;
    color : #9c927d;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family : verdana, helvetica;
    font-size : 8pt; 
    text-align : center; 
    color : #4675a3; }

a.bottom_links {
    font-family : verdana, helvetica;
    font-size : 8pt; 
    text-align : center; 
    color : #4675a3; }


.footer {
    font-family : verdana, helvetica;
    font-size : 8pt;
    color : #4675a3;
    text-decoration : none;
    text-align : center; }
a.footer {
    font-family : verdana, helvetica;
    text-decoration : none;
    color : #4675a3;
    text-align : center; }

a.footer:hover {
    font-family : verdana, helvetica;
    text-decoration : none;
    color : #4675a3; }

a   {
    color : #cc8c00;
    font-family : verdana, helvetica;
    text-decoration : none; }

a:hover {
    color : #e0ba66;
    font-family : verdana, helvetica;
    text-decoration : none; }


.printlink {
    font-family : verdana, helvetica;
    color: #22476d;
    font-size : 8pt;
    text-decoration : none; }

a.printlink {
    font-family : verdana, helvetica;
    color: #22476d;
    font-size : 8pt;
    text-decoration : none; }

a.printlink:hover {
    font-family : verdana, helvetica;
    color: #22476d;
    font-size : 8pt;
    text-decoration : none; }


.navlinks {
	color: #4675a3;
	font-family: verdana, helvetica;
	font-size: 10px;
        text-decoration: none;
}
a.navlinks {
	color: #4675a3;
	font-family: verdana, helvetica;
        text-decoration: none;
        
}

a.navlinks:hover {
	color: #93acc3;	
}

.subpages-description {
     font-family: verdana, helvetica;
    color : #22476d;
    font-size : 12px; }

.subpages-description:hover {
   color : #4675a3; }

.system {
	font-size : 10pt;
        color : #22476d;
   	font-face : verdana, helvetica; }

.syssmall {
	font-size : 8pt;
   	font-face : verdana, helvetica;
   	color : #22476d; }


.bodysmallgrey {
	font-size: 8pt;
   	font-face: verdana, helvetica;
   	color: #22476d;
        text-decoration : none; }
table { 
    font-family:  verdana, helvetica;
    color : #ffffff;
    font-size: 10pt; }

body {
	background-image: url(site/1/template/background.gif);
	background-repeat: repeat;
        margin-top: 25px;
}