body { font-family: arial, verdana, tahoma, trebuchet ms; font-size: 90%; color: #666666; background-color: white; line-height: 180%; margin: 0; padding: 0; text-align: center; }
h1 { font-size: 130%; }
h2 { font-size: 115%; }
h3 { font-size: 100%; /*color: #07a504;*/ }
a:link { color: #0073c6; text-decoration: none; }
a:visited { color: #0073c6; text-decoration: none; }
a:hover{ color: #07a504; text-decoration: none; }

/* page layout & width */
#logo-top, #menu-top, #home-header, #page-header, #wrapper-content, #wrapper-footer { width: 990px; margin: 0 auto; text-align: left; }

/* logo */
#logo-top {	background: white url('../images/bright.png') no-repeat right top; overflow: hidden; }
#logo-top ul { background: transparent url('../images/bleft.png') no-repeat left top; margin:0; padding: 1em 0 0 0; list-style: none; font-size: 85%; float: left; padding-left: 20px; }

/* top menu */
#menu-top {	background: white url('../images/bright.png') no-repeat right top; overflow: hidden; }
#menu-top ul { background: transparent url('../images/bleft.png') no-repeat left top; margin:0; padding: 1em 0 0 0; list-style: none; font-size: 85%; float: left; padding-left: 20px; }
#menu-top li { display: inline; float: left; }
#menu-top a { background: url('../images/menuleft.png') no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none; line-height: 1.5em; float: left; }
#menu-top a span { background: transparent url('../images/menuright.png') no-repeat right top; padding:5px 15px 4px 6px; color:#0073c6; display: block;	float: left;
	cursor: pointer; }
#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span { color: #07a504; background-position:100% -42px; }

/* home header */
#home-wrapper-header { height: 402px; }
#home-header { background: white no-repeat center top; height: 402px; }
#home-wrapper-header2 { background: transparent url('../images/bleft.png') top left no-repeat; height: 402px; }
#home-wrapper-header3 { background: transparent url('../images/bright.png') top right no-repeat; height: 402px; }
#home-image { padding: 0; margin: auto; width: 960px; height: 402px; border-top: 1px solid #b8cce4; }

/* page header */
#page-wrapper-header { height: 202px; }
#page-header { background: white no-repeat center top; height: 202px; }
#page-wrapper-header2 { background: transparent url('../images/pbleft.png') top left no-repeat; height: 202px; }
#page-wrapper-header3 { background: transparent url('../images/pbright.png') top right no-repeat; height: 202px; }
#page-image { padding: 0; margin: auto; width: 960px; height: 202px; border-top: 1px solid #b8cce4; }
#page-image h1 { margin: 0 20px; padding: 0; height: 192px; line-height: 3em; color: #b8cce4; font-size: 130%; }

/* content menu */
#wrapper-menu-page { background: transparent url('../images/menu.png') no-repeat; float: right; width:200px; margin: 20px 30px 3em 2em; text-align: center;	line-height: 140%;	font-family: arial, verdana, tahoma, trebuchet ms; }
#menu-page { padding-top: 5px; }
#menu-page ul { margin: 0; padding: 0; list-style: none; font-size: 90%; }
#menu-page h3 { font-size: 75%;	text-transform: uppercase; margin: 1em 0 0.3em 0; /*color: #0073c6;*/ font-weight: normal; letter-spacing: 0.15em; }
#menu-page a:link, #menu-page a:visited { color: #0073c6 /*#999999*/; }
#menu-page a:hover { color: #07a504; }

/* main content */
#wrapper-content { background: white url('../images/wleft.png') no-repeat left top; }
#content { background: transparent url('../images/wright.png') no-repeat right top; padding: 5px 245px 5px 40px; }
#content img.floatleft { margin: 5px; color: #ffffff; float:left; display:inline; padding:5px; }
#content img.floatright { margin: 5px; color: #ffffff; float:right; display:inline; padding:5px; }
#content td.strong { color: #ff0000; font-weight: bold;}
.blockquote { background-color: #f7f7f7; /*background: transparent url('../images/quote.png'); height: 120px;*/ padding: 10px; margin: 10px; color: #666666; }

/* column layout */
.column { float: left; }
.column ul { font-size: 90%; list-style: none /*url('../images/jb_small.gif')*/; }
.sitemap { width: 100%; clear: left; }
.sitemap .column { width: 32%; margin-left: 0; }
.column.first { margin-right: 2%; }

/* footer */
#wrapper-footer { background: white url('../images/jb.gif') no-repeat left top; width: 960px; border-top: 1px solid #b8cce4; text-align: right; clear:both }
#footer { /*margin: 0 0 0 110px; height: 100px;*/ border-bottom: 0; font-size: 75%; }

/* link icons*/
a[href^="http:"], a[href^="https:"], a:link[href^="http:"], a:link[href^="https:"], a:visited[href^="http:"], a:visited[href^="https:"] { display:inline-block; padding-right:14px; background:transparent url('../images/externalicon.gif') center right no-repeat; padding-bottom: 1px; }
a:hover[href^="http:"], a:hover[href^="https:"] { display:inline-block; padding-right:14px; background:transparent url('../images/externaliconover.gif') center right no-repeat; padding-bottom: 1px; }
a[href$=".pdf"], a:link[href$=".pdf"], a:visited[href$=".pdf"], a:hover[href$=".pdf"] { display:inline-block; padding-right:20px; background:transparent url('../images/pdf.gif') center right no-repeat; padding-bottom: 1px; }

/* spry collapsable sections*/
.CollapsiblePanel {	padding: 0px 40px 10px; }
.CollapsiblePanelTab { background-color: #ccc; cursor: hand; -moz-user-select: none; -khtml-user-select: none; }
.CollapsiblePanelContent { margin: 0px; padding: 0px; }
.CollapsiblePanelTab a { color: black; text-decoration: none; }
.CollapsiblePanelOpen .CollapsiblePanelTab { background-color: #ccc; }
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover { background-color: #ccc; }
.CollapsiblePanelFocused .CollapsiblePanelTab { background-color: #ccc; }

/* form spam */
#check { visibility:hidden; display:none; }