﻿

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #1D384F;
font-size: 80%;
}

h6 {
background-color: transparent;
color: #204363;
}

h5 {
background-color: transparent;
color: #204363;
}

h4 {
background-color: transparent;
color: #204363;
clear: both;
}

h3 {
background-color: transparent;
color: #204363;
clear: both;
}

h2 {
background-color: transparent;
color: #204363;
clear: both;
}

h1 {
background-color: transparent;
color: #204363;
clear: both;
}

h6 {
margin-top: 24px;
}

h5 {
margin-top: 24px;
}

h4 {
margin-top: 24px;
}

h3 {
margin-top: 24px;
}

h2 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border: 0;
text-align: center;
font-size: 220%;

}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #ffffff;
font-size: 190%;

}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #ffffff;
font-size: 150%;

}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #ffffff;
font-size: 120%;

}

h5 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #ffffff;
font-size: 100%;

}

h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #ffffff;
font-size: 90%;

}

blockquote {
margin: 12px 56px;
color: #4D575F;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
font-weight:bold;
}

img {
border: 0 solid #fff;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 1px solid #4D575F;
}

#Header {
position: relative;
height: 230px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border: 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.png);
background-repeat: repeat-y
}

#Header {
background-image: /* ------url(../image-files/header-image.jpg);------ */
background-repeat: no-repeat;
background-color: transparent;
background-position:  left top;
}

#ContentWrapper {
background-image: url(../image-files/background.png);
background-repeat: repeat-y;
background-color: transparent
}

#NavColumn {
background-image: url("style.css");
background-repeat: no-repeat;
background-color: transparent;
}

#ContentColumn {
background-image: url("style.css");
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url("style.css");
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url('../CSS/background.png');
background-repeat: repeat-y;
background-color: transparent;    
text-align: center;
font-size: 85%
}

#NavColumn {
font-size: 90%;
color: blue;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: blue;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: blue;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Eras Light', Arial, Verdana, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #204363;
border-bottom: 1px solid #204363;           /* ------ Original colour 4D575F------ */


margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        
border: 0 solid #FFF;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: transparent;   
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Eras Light', Eras, Arial, Verdana, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding: 0 0 0 8px;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 0 0 8px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
padding: 0 0 0 8px;
}

.ExtraNav a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
padding: 0 0 0 8px;
}

#Header .ExtraNav {
font-size: 100%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
font-size: 100%;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px solid #4D575F;
margin: 18px auto 24px auto;
padding: 4px;
color: #4D575F;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

div.CalloutBox h5 {
margin: 13px 0 0 13px;
}

div.CalloutBox h4 {
margin: 13px 0 0 13px;
}

div.CalloutBox h3 {
margin: 13px 0 0 13px;
}

div.CalloutBox h2 {
margin: 13px 0 0 13px;
}

div.CalloutBox h1 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fff;
width: 24%;
border: 1px solid #4D575F;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #4D575F;
}

.ReminderBox h4 {
margin: 0;
padding: 5px;
text-align: center;
background-color: #fff;
color: #4D575F;
}

.ReminderBox p {
font-size: 85%;
padding: 5px;
line-height: 120%;
}

.ReminderBoxLeft {          
background-color: #fff;
width: 55%;
border: 1px solid #4D575F;
margin: 0 0 12px 18px;
float: left;             /* adding float enables text to flow around it */
color: #4D575F;
}

.ReminderBoxRight {          
background-color: #fff;
width: 55%;
border: 1px solid #4D575F;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #4D575F;
}

.ReminderBoxLeft h4 {
margin: 0;
padding: 5px;
text-align: center;
background-color: #fff;
color: #4D575F;
}

.ReminderBoxLeft p {
font-size: 95%;
padding: 5px;
line-height: 120%;
}

.ReminderBoxLeftsml {          
background-color: #fff;
width: 24%;
border: 1px solid #4D575F;
margin: 0 18px 12px 18px;
float: left;             /* adding float enables text to flow around it */
color: #4D575F;
}

.ReminderBoxLeftsml h4 {
margin: 0;
padding: 5px;
text-align: center;
background-color: #fff;
color: #4D575F;
}

.ReminderBoxLeftsml p {
font-size: 95%;
padding: 5px;
line-height: 120%;
}


.AdSenseBoxInline {
padding: 5px;
background-color: #ffffff;
border: 1px;
}


.AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
border: 1px;
}


.AdSenseBoxCenter468 {
padding: 5px;
background-color: #ffffff;
border: 1px;
}


.AdSenseBoxRight {
padding: 5px;
background-color: #ffffff;
border: 1px;
}


.AdSenseBoxLeft {
padding: 5px;
background-color: #ffffff;
border: 1px;
}


.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #4D575F;
border-bottom: 1px solid #4D575F;
margin: 20px auto 12px auto;
padding: 10px;
}

.BookBox {
	padding: 5px;
	margin: 0 18px 12px 18px;
	background-color: #f0f0f0;
	border: 1px;
    clear: both;
}



/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #F0F0F0;
border: 1px solid #4D575F;
margin: 1px auto 1px 1px;
padding: 1px 1px 10px 1px;
font-size: 100%;
color: #4D575F;
line-height: 120%;
text-align: center;
}

.formbody {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; 
font-size: 90%;
color: #1D384F;
background-color: #fff;
}

  


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: blue;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}


.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

li{
margin-bottom: 5px;
}

/********************/
/*  Begin MAIN NAVIGATION   Remember Java in z-end-of-head  */
/********************/


.arrowlistmenu{
width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #204363;
background: white url("style.css") repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
/*header text is indented 10px*/
cursor: hand;
cursor: hand; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:verdana,arial,sans-serif; padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:4px
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url("style.css");
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #FFFFFF !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #FFFFFF !important;
}

.arrowlistmenu ul li a{
color: blue;
background: url("style.css") no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0 solid #FFFFFF;
font-size: 90%; padding-right:0; padding-top:2px; padding-bottom:2px
}

.arrowlistmenu ul li a:visited{
color: purple;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: transparent;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #BBDDFF;
}



/********************/
/*  End of Main Nav  */
/********************/

/********************/
/*  FIX C2 Pages  */
/********************/

body .storyInput { height: 150px }
body .vIsText_3000 { height: 85px }

/********************/
/*  END  FIX C2 Pages  */
/********************/



/********************/
/* --- In Line POP UP start here --- */
/********************/

a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #467AA7; background:#F0F9FD; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url('../CSS/tooltip.gif') 0 0; display:block; font-size:1px}

/* version 2 */
#tt {background:url('../CSS/brown.jpg'); width:740px}
a.tooltip2 {color:#c00;}
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #467AA7; background:#8cc; width:150px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #467AA7; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #467AA7 overflow:hidden;; z-index:100;}

/* --- In Line POP UP End here --- */
