﻿/* Globals */
body { position: relative; margin: 10px 0px 10px 0px; padding: 0; background-color: #d7d7d7; }
body { font-family: Arial, Helvetica, sans-serif; }

h1 { } /* Not used as yet - graphical headings. */
.pagetitle { margin: 0px 0px 5px -18px; } /* graphical page titles */
h2 { font-size: 12px; font-weight: bold; margin: 0px 0px 0px -10px; padding: 0px 0px 0px 10px; background: url(Images/bullet01.gif) no-repeat 0px 3px; } /* used for bullets with a negative margin */
/* CHANGED MARGIN FROM 0 0 0 0 TO 0 0 0 -10 TO SLIDE H2'S TO THE LEFT - IAN */
p { margin: 0; padding: 0; }
a { text-decoration: underline; color: #577215; }
a:Hover { text-decoration: none; }
img { border: none; }
sup { font-size: 8px; }
input { vertical-align: middle; width: 160px; font-size: 12px; }

/* Added 11/12/06 IHT */
ul { list-style-type: square; margin-bottom: 0; margin-top: 0.5em }
li { margin-bottom: 0.5em }
/* End */

/* Base page setup */
#pagewrapper { position: relative; width: 780px; margin-left: auto; margin-right: auto; overflow: hidden; }
#pagewrapper { background: #fff url(Images/Template_Background01.gif) repeat-y top left; }
#pagewrapper { font-size: 11px; }
#pagewrapper img { display: block; }
#pagewrapper .header { display: block; width: 780px; height: 7px; }
#pagewrapper .footer { display: block; width: 780px; height: 12px; }
#pagewrapper .pagewrapper-inner { padding: 0px 10px 0px 7px; overflow: hidden; }

/* Header */
#header {  }
#header .logo { float: left; width:262px; height:68px; }

/* Search box */
#header #search { float: right; text-align: right; background-color: #f0f0f0; width: 291px; height: 46px; margin-top: 0px; }
#header #search .links { display: block; float: right; font-size: 11px; color: #acacac; margin-right: 34px; margin-top: 4px; }
#header #search .links a { display: block; float: right; font-size: 11px; color: #a1a1a1; margin-left: 16px; }
#header #search .links a:Hover { color: #000; text-decoration: none; }
#header #search .searcharea { height: 26px; vertical-align: middle; padding: 0px 4px 0px 0px; }
#header #search .searcharea img { display: inline; vertical-align: middle; }

/* Navigation */
#nav { width: 139px; background: #fff url(Images/Line_Horizontal.gif) repeat-x bottom left; padding-bottom: 1px; }
#nav img { display: block; border: none; }
#nav ul { width: 139px; list-style-type: none; margin: 0; padding: 0; }
#nav ul li { display: block; background: #fff url(Images/Line_Horizontal.gif) repeat-x top left; margin-bottom: 0}  /* margin-bottom added 11/12/06 IHT */
#nav ul li a { display: block; width: 139px; padding: 2px 0px 2px 0px; color: #a1a1a1; text-decoration: none; font-weight: bold; }
#nav ul li a:Hover { color: #577215; }

#nav ul ul { margin-bottom: 5px; } 
#nav ul li li { background-image: none; /*background-color: #dedede;*/ }
#nav ul li li a { color: #666666; width: 125px; padding: 0px 0px 2px 14px; }
#nav ul li li a:Hover { background: #dedede url(Images/Nav_Bullet.gif) no-repeat 7px 4px; }

#nav .selected { background-color: #dedede; } /* For the LI tag - fixes IE visual issue */
#nav .topselected { padding: 0; margin: 0; background-color: #dedede; }
#nav .subselected { color: #577215; background: #dedede url(Images/Nav_Bullet.gif) no-repeat 7px 4px; }

/* Sub Navigation */
#subnav { margin-bottom: 20px; }
#subnav ul { list-style-type: none; margin: 0; padding: 0; }
#subnav ul li { margin: 3px 0px 0px 0px; }
#subnav ul li a { color: #a1a1a1; padding-left: 12px; text-decoration: none; }
#subnav ul li a:Hover { color: #577215; font-weight: bold; background: url(Images/Nav_Bullet.gif) no-repeat 5px 4px; }
#subnav img { display: block; padding-bottom: 6px; background: url(Images/Line_Horizontal.gif) repeat-x bottom left; }
#subnav .selected { color: #577215; font-weight: bold; background: url(Images/Nav_Bullet.gif) no-repeat 5px 4px; }

/* Content container */
#contentcontainer { color: #3a3a3a; width: 763px; overflow: hidden; clear: both; padding-top: 6px; }
#contentcontainer .alpha { width: 139px; float: left; }
#contentcontainer .beta { width: 618px; margin-left: 6px; float: left; overflow: hidden; }
#contentcontainer .beta-inner { margin-top: 20px; background: url(Images/Column_Background01.gif) repeat-y top left; overflow: hidden; }
#contentcontainer .beta .caption { display: block; padding: 4px 0px 0px 0px; color: #a1a1a1; }

#contentcontainer .content-left { float: left; width: 421px; overflow: hidden; }
#contentcontainer .content-left-inner { padding: 0px 10px 0px 18px; } 
#contentcontainer .content-right { float: left; width: 197px; overflow: hidden; }
#contentcontainer .content-right-inner { padding: 0px 0px 0px 6px; }

/* Box */
#contentcontainer .box { color: #577215; background-color: #e7f4d5; margin: 10px 0px 10px 0px; }
#contentcontainer .box-inner { padding: 4px; }
#contentcontainer .box .label { font-weight: bold; padding: 0px 5px 0px 10px; }

#contentcontainer .box .pagination { overflow: hidden; }
#contentcontainer .box .pagination .left { float: left;  }
#contentcontainer .box .pagination .right { float: right; font-weight: bold; }
#contentcontainer .box .pagination img { display: inline; vertical-align: middle; }
/* Footer */
#footer { background-color: #ededed; margin-top: 20px; padding-left: 10px; line-height: 22px; color: #acacac; }
#footer a { color: #acacac; }
#footer a:Hover { color: #000; }