/*******************************************************
TITLE: Holy Grail
AUTHOR: A List Apart http://www.alistapart.com/articles/holygrail/
*******************************************************/

body {
  min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#header {
margin:32px 32px 2px 32px;
padding-top:16px;
padding-left: 16px;
padding-right: 16px;
height:6.5em;
}
#container {
padding-left: 165px;      /* LC fullwidth */
padding-right: 229px;     /* RC fullwidth + CC padding */
margin-left: 32px;
margin-right: 32px;
}
#container .column {
position: relative;
float: left;
}
#center {
padding: 1em 2em;       /* CC padding */
width: 100%;
}
#left {
width: 10em;             /* LC width */
padding: 0 1em;          /* LC padding */
right: 15em;		  /* LC fullwidth + CC padding */
margin-left: -100%;
}
#right {
width: 10em;		  /* RC width */
/*padding: 0 10px 0 10px;   /* RC padding */
padding: 0 .5em 2em;
margin-right: -75%;
}
#footer {
clear: both;
margin:2px 32px 4px 32px;
}

/*** IE Fix ***/
* html #left {
left: 17em;              /* RC fullwidth */
}

/*** Footer Fix ***/

* html body {
overflow: hidden;
}

* html #footer {
float: left;
position: relative;
width: 100%;
padding-bottom: 10010px;
margin-bottom: -10000px;
background: #FFF;         /*** Same as body background ***/
}

/*** Just for Looks ***/

body {
margin: 0;
padding: 0;
background-color: transparent;
background-image: url(/media/gradient_tan.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

#header {
background-color:#2B2B4C;
border:1px solid #EEEEEE;
color: rgb(204, 153, 102);
font-family:"Papyrus","Mona Lisa Solid ITC TT","Brush Script MT",Sans-Serif;
padding-top:0.5em;
}

#header h1 {
font-size: 2em;
line-height: 0.2em;
}

#header h2 {
font-size: 1em;
}

#webLogo {
float: left;
border-width: 1px;
border-color: black;
border-style: solid;
vertical-align:text-top;
margin-right:12px;
margin-top: 1em;
}

#left {
background-color: #7272a4;
border:1px solid #eeeeee;
font-size:.9em;
padding-bottom: 1em;
text-align: center;
}

#left h2 { 
margin:0 0 -1em 0; 
padding:0;
font-size:1em;
letter-spacing:.1em;
}

#left ul { 
margin:1.5em 0 0 0;
padding:0;
list-style:none;
}

#left li { 
margin:0 0 0.4em 0; 
padding:0;
}

#left li a { 
margin:0 0 0 .2em;
color:#cc0000;
text-decoration:none; 
}

#left li a:hover { 
color:#ffffff;
text-decoration:underline; 
}

.toplevel {
BORDER-BOTTOM: #866a32 0px solid; 
FONT-FAMILY: Arial, Helvetica, sans-serif;
background-color: #333366;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: ridge;
border-right-style: ridge;
border-bottom-style: ridge;
border-left-style: ridge;
border-top-color: #e4a84b;
border-right-color: #e4a84b;
border-bottom-color: #e4a84b;
border-left-color: #e4a84b;
}

.level2,
.level3 {
COLOR: #000000;
/** if li border here, do also with hover  **/
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-indent:2px;
}

.ntmenu_container {
  margin:0 auto;
  padding:0;
  padding-top:15px;
  text-align:center;
  width:136px;
}

#nav {
  margin:0; 
  padding:0; 
  text-align:left;
  font-size: 90%;
}

/***  first level background image button  
   and padding above below buttons ***/
#nav .toplevel  { 
  padding-top:6px;
  padding-bottom:6px;
  width:10em;
  border: 1px ridge #E4A84B;
  background-color: #333366;
}

#nav LI LI, 
#nav LI LI LI {
  display:block;
  padding-top:2px;
  padding-bottom:2px;
}

/****  2nd-3rd backgrounds of flyout boxes (UL) NO BORDER CAUSE GRABS FIRST ****
/
#nav UL, #nav UL UL {
  margin:0;
  padding:0;
  FLOAT: left;
}

#nav LI {
  FLOAT: left; 
}

/*** 2nd main FLYOUT. Second List position: (margin-left:distance) ****/
#nav LI UL {
  MARGIN-TOP: -1.8em; 
  LEFT: -999em; 
  MARGIN-LEFT: 9em; 
  BORDER: 1px solid #000000;
  background: #ffffff;
  width:15em;
  POSITION: absolute; 
}
#nav LI UL UL {
  MARGIN-TOP: -1.7em; 
  LEFT: -999em; 
  MARGIN-LEFT: 9em;
  BORDER: 1px solid #000000;
  position: absolute;
}

/***  This one effects all LI, All levels ****/
#nav LI A {
  DISPLAY: block;
  margin:0;
  padding:0;
  padding-left: 5px;
  TEXT-DECORATION: none;
  width:14em;
  color: #ffffff;
  font-size: small;
}

/***  Main List Hover (gold) ****/
#nav LI A:hover {
  /** any border here, effects all levels  **/
  color: #cc9966;
  background-color: #2b2b4c;
}

/*** 2-3-4 fly lists items link, can color 
   or border or underline here  ***/
#nav LI LI A,
#nav LI LI LI A,
#nav LI LI LI LI A {    
  DISPLAY: block;
  TEXT-DECORATION: none;
  color:#000000;
}

/*** 2-3-4 fly lists items link-hover can color 
   or border or underline here ***/
#nav LI LI A:hover,
#nav LI LI LI A:hover,
#nav LI LI LI LI A:hover {
  COLOR: #000000; 
  BACKGROUND-COLOR: #d5dde8
}

/*** aligns left ***/
#nav LI:hover UL UL {
  LEFT: -999em;
}

#nav LI:hover UL UL UL {
  LEFT: -999em
}

#nav LI.sfhover UL UL { 
  LEFT: -999em;
}
#nav LI.sfhover UL UL UL { 
  LEFT: -999em
}

#nav LI:hover UL {
  LEFT: auto
}

#nav LI LI:hover UL {
  LEFT: auto
}

#nav LI LI LI:hover UL {
  LEFT: auto
}

#nav LI.sfhover UL {
  LEFT: auto
}

#nav LI LI.sfhover UL {
  LEFT: auto
}

/* Fix IE. Hide from IE Mac \*/
html #nav li { float:left; height:1%; }
html #nav li a { height:1%; }
/* End */

.right {
vertical-align:text-top;
float:right;
padding-left: 1.5em;
text-align:right;
}

.left {
vertical-align:text-top;
float:left;
padding-right: 1.5em;
text-align:left;
}

.center {
vertical-align:text-top;
/* float:center; */
padding-left: 1.5em;
text-align:center;
}

#center {
font-size: 0.8em;
}

#center a:link, #center a:visited {
color: #2b2b4c;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #000000;
font-size: 1.1em;
}

#center dt {
font-weight: bold;
}

#center a[href $='.pdf'] {
padding-right: 18px;
background: transparent url(/media/icons/page_white_acrobat.png) no-repeat center
 right;
}

/*
#center a[href ^='javascript:'] {
padding-right: 18px;
background: transparent url(/media/icons/link_go.png) no-repeat center right;
}
*/

#center a:active
{
color: #000000;
background-color: #eaeaea;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #333366;
}

#center a:visited
{
color: #aa66bb;
}

#center h2 { 
padding-top: 5px;
font-size: 1.35em;
font-weight: bold;
color: #000000;
width: 100%;
}

#center h3 {
background-color: #7272a4;
border-bottom-width: 1px;
border-bottom-style: double;
border-bottom-color: #c2bbaf;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #c2bbaf;
border-right-width: 20px;
border-right-style: solid;
border-right-color: #333366;
color: #000000;
font-size: 1.25em;
font-weight: bold;
}

.spacious li{
padding-top: 1em;
}

.prissy_pants1 {
list-style: none;
}

.prissy_pants2 li {
padding-top: 0em;
}

dd {
padding-bottom: 1em;
}

blockquote {
margin:1em;
padding:.5em;
font-size:.9em;
background-color:#cccccc;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}

blockquote p {
margin:.2em;
}

#right {
border: 1px solid white;
}

#quickLinks ul li a:link, #quickLinks ul li a:visited, 
#relatedLinks ul li a:link, #relatedLinks ul li a:visited
{
display: block;
background-color: transparent;
background-image: url(/media/duo-octarrowright-purple.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
font-size: 10px;
font-weight: bold;
font-family: verdana;
text-decoration: none;
color: #000000;
margin-top: 2px;
}

#quickLinks ul, 
#relatedLinks ul
{
display: block;
clear: both;
padding-left: 0pt;
text-align: left;
text-indent: 15px;
list-style: none;
}

#quickLinks h4 
#relatedLinks h4
{
background-color: #7272a4;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #333366;
border-left-width: 10px;
border-left-style: solid;
border-left-color: #cc9966;
border-bottom-width: 2px;
border-bottom-style: ridge;
border-bottom-color: #333366;
width: auto;
color: #ffffff;
font-size: 1.1em;
font-weight: bold;
text-align: left;
text-indent: 5px;
}

#container .column {
padding-top: 1em;
text-align: justify;
}

#footer {
background-color:#2B2B4C;
border:2px solid #000000;
clear:both;
color:#CC9966;
display:block;
font-size:x-small;
line-height:0.5;
text-align:center;
}

#footer ul {
text-decoration: none;
border-bottom-width: 1px;
border-bottom-color: #cc9966;
list-style-type: none;
}

#footer li {
display: inline;
}

#basemenu {
display: block;
clear: both;
background-color: #2b2b4c;
text-align: center;
color: #cc9966;
font-size: x-small;
padding: 0px;
padding-bottom: 5px;
line-height: 0.5;
}

#basemenu a {
color: #cc9966;
}

/* 
   
PRINT-specific ; for nice output to a printer 
from here: 
http://www.exploding-boy.com/2005/09/26/creating-a-basic-print-stylesheet/

*/

#printHeader {
display: none;
}

@media print {
#printHeader {
display: block;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#footer {
border:none;
border-top: 1px solid black;
}

#printLogo {
float:left;
border-width: 1px;
border-color: rgb(230,214,189);
border-style: solid;
vertical-align:text-top;
margin-right:1.5em;
}

#printHeader p {
  font-size: 10pt;
}

/* Basic Structure */
html {
width:100%
}

body {
direction:ltr;
background: white;
font-size: 12pt;
margin-left: 0px;
margin-right:0px;
border: none;
width:100%;
}

img {
border: 0;
}

/* Hide Various Elements when printing */
.noprint, #noprint, #left, #right, #basemenu, #header {
display: none;
}

#container {
margin-left: 0px;
margin-right:0px;
padding:0;
border: none;
width:100%;
}

#center {
border: 0px;
margin: 0em 0em 0em 0em;
width: 100%;
padding: 0px 0px 0px 0px;
min-height: 0em;
position: fixed;
}

#left {
margin-left: 0px;
margin-right:0px;
border: none;
}

/* Link Management */
a a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
padding: 0px;
display:none;
}

}
