/* revised version Nov 12 2011 */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #AABACF; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
color: #000000; /* the old code for all font colours was #3f3f3f */
font-size: 85%;
}

h1 {
background-color: transparent;
color: #000000;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 20px;
}

h1 {
margin-top: 0px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
text-align: center;
color: #000000;
font-size: 180%;
font-weight:bold;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
text-align:center;
border-bottom: 1px solid #1d1c5e;
border-top: 1px solid #1d1c5e;
color: #000000;
font-size: 140%;
font-weight:bold;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
text-align:center;
border-bottom: 1px solid #1d1c5e;
border-top: 1px solid #1d1c5e;
color: #000000;
font-size: 120%;
font-weight:bold;
}

h4, h5, h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
color: #000000;
font-weight:bold;
}



blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
font-weight:bold;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; /* the original link colour was #3e508f */
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper { /*this puts an outside border around the whole website */
width: 960px;
border: 2px solid grey; /* this line has been added */
}

#Header {
position: relative;
height: 250px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 199px;               /* 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: 199px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid grey;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 10px auto;
}

#Header {
background-image: url(http://www.job-search-mentoring.com/image-files/career-highlights-examples.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: #ffffff; 
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-color: transparent;
}

#ExtraColumn {
background-color: transparent;
}

#Footer {
/* background-image:url(http://www.job-search-mentoring.com/image-files/powered-by-sbi-page-bottom.gif);
background-position:center; /*added to center the sbi logo */
background-repeat:no-repeat;
background-color: #ffffff; 
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%; /* this is the size of the text in the nav column */
color: #000000; /* the old color was #3f3f3f */
}

#NavColumn h2, h3, h4, h5, h6 {
font-size: 110%; /*added this element to see if it reduces the font size of h3 */
margin-top: 0px; /*this whole set added on 14th Aug to see what happens to vertical space in Navbar */
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #000000; /* the color on my original style sheet was #000000 */
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #3f3f3f;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
background-color: transparent; /* #AABACF colour this is the field that creates the underlying light blue in nav bar */
margin-top: 15px; /* old setting was auto */
border: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
background-color:#FF9966; /* This is the background color in the bold heading box - #7D8DA1 was replaced with current */
border-top:1px solid black; /*this was previously 2px */
border-bottom:1px solid black;
color:#000000; /* this is the color of the text in the bold heading on the menu bar */
margin-left: 1px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 10px 2px; /* original padding settings were 0 0 8px 5px */
margin: -13px 0 -6px 0; /* old first value was -6px */
}

.Navigation li {
background-color: #FFCC66;  /* Color of the individual menu item boxes */      
margin-bottom: 0; /* setting was 3px */
border-top: 5px;
padding: 2px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
border: 1px solid #0000000;
color: #000000; /* color of the text in the nav box */
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: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
border: 1px solid #3e508f;
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #C6AEC7;   /* was transparent, now light red colour */
text-decoration:none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
border: 1px dotted #3e508f;
padding: 5px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
font-weight:bold;
padding:0 .5em; /* controls spacing horizontally between menu items */
border-right:solid thin;
}

.ExtraNav a:link {
color: #3e508f; /* text color */
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #3e508f;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}


#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

#Footer .ExtraNav a:link {
color: #3e508f;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav a:visited {
color: #3e508f;
text-decoration: none;
}

#Footer .ExtraNav a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #FFCC66;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #000000;
font-weight: normal;
border: 1px solid black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #e4e7f0;
width: 24%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #3f3f3f;
border: 1px solid #949494;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #3f3f3f;
color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBoxLeft {
background-color:#e4e7f0;
width: 24%;
margin: 0 0 12px 18px;
float: left; /* adding float enables text to flow around it */
color: #3f3f3f;
border: 1px solid #E0E0E0;
 }
 
 .ReminderBox h4 {
 margin: 0;
 padding: 2px;
 text-align: center;
 background-color: #3f3f3f;
 color: #ffffff;
  }
  
  .ReminderBox p {
 font-size: 80%; 
 padding: 0 4px;
 line-height: 120%;
   }

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.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 {
width: 160px;
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

/* -- the following has a border, the others don't --*/
.AdSenseBoxExtraColumn1 {
width: 160px;
padding: 2px;
margin: 0 auto 12px auto;
border:1px solid #000000;
clear: both;
}
.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #3f3f3f;
border-bottom: 1px solid #3f3f3f;
margin: 0 auto 12px auto;
padding: 8px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fff;
border: 0px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3f3f3f;
line-height: 120%;
text-align: center;
}

.Fbookbox {
width: 168px;
background-color: #fff;
border: 0px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3f3f3f;
line-height: 120%;
text-align: center;
}
.SiteMapBoxLeft {
background-color: #e4e7f0;
width: 44%;
margin: 0 0 12px 18px;
float: left;
color: #3f3f3f;
border: 1px solid #E0E0E0;
 }
 
.SiteMapBoxLeft h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #3f3f3f;
color: #ffffff;
  }
  
.SiteMapBoxLeft p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
   }
 
.SiteMapBoxRight {
background-color: #e4e7f0;
width: 44%;
margin: 0 0 12px 18px;
float: right;
color: #3f3f3f;
border: 1px solid #E0E0E0;
 }

.SiteMapBoxRight h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #3f3f3f;
 color: #ffffff;
  }
 
.SiteMapBoxRight p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
   }

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
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;
}
