/*
 * Style sheet for Norman site.
 *
 * Author: Sunpreet S. Jassal
 * Date Created: Feb 15, 2007
 *
 * Last Updated: Feb 23, 2007 by Sunpreet.
 */


body {
     text-align: center;
     background: rgb(64, 57, 60);
}


/* ------------- Main Container Style Rules ---------*/

#container {
     text-align: center;
     margin: 0 auto;
}


/* ------------- Top Banner Style Rules -----------*/

#banner-container {
     background-color: rgb(255, 255, 255);
}

#bannergumich {
     text-align: center;
     margin: 0px auto;
}

#bannernorman {
     text-align: center;
     margin: 0px auto;
}

#bannergumich img {
     text-align: center;
     margin: 0 auto; padding: 0;
}

#bannernorman img {
     text-align: center;
     margin: 0 auto; padding: 0;
}


/* Top Navigation Style Rules */

div#top-navigation {
     background: rgb(133, 133, 133) url('../images/navigation_bg.jpg') top center repeat-x;
}

ul#navigation {
     font: 0.8em Tahoma, Verdana, sans-serif;
     height: 38px;
     list-style-type: none;
     margin: 0px auto;
     text-align: center;
     vertical-align: middle;
     width: 700px;
}

ul#navigation, ul#navigation a {
     color: rgb(255, 255, 255);
/*     line-height: 38px;*/
}

ul#navigation .double-line {
     display: block;
     float: left;
}

ul#navigation .double-line a {
     display: block;
     padding: 2px 11px 4px;
     line-height: 16px;
     text-decoration: none;
}

ul#navigation li {
     display: block;
     float: left;
     border-right: 1px solid rgb(120, 120, 120);
}

ul#navigation li a {
     display: block;
     padding: 2px 11px 4px;
     line-height: 32px;
     text-decoration: none;
}

ul#navigation li a:hover, ul#navigation li#active a {
     background: rgb(92, 92, 92) url('../images/navigation_bg.gif') top center repeat-x;
     color: rgb(255, 255, 255);
     display: block;
/*     background-color: rgb(92, 92, 92);*/
}

ul#navigation li#top-nav-active a {
     /*font-weight: bold;*/
}

ul#navigation li.first-top-nav {
     border-left: 1px solid rgb(120, 120, 120);
}


/* -------------- Body Content Style Rules -----------*/
#content-container {
     font: 0.7em Verdana, sans-serif;
     text-align: left;
     width: 700px;
     margin: 0 auto;
     background: transparent url('../images/content_bg_repeat.gif') top left repeat-y;
     clear: both;
}

#content-top {
     background: transparent url('../images/content_bg_top.jpg') top left no-repeat;
}

#content-bottom {
     background: transparent url('../images/content_bg_bottom.jpg') bottom left no-repeat;
}

/* Left side Navigation Style Rules */

#left-navigation {
     background: transparent;
     float: left;
     font: 1em Verdana, sans-serif;
     width: 150px;
     padding-top: 40px;
}

#left-navigation li {
     list-style-type: none;
     padding-left: 25px;
     margin-left: 15px;
     margin-top: 5px;
     text-indent: -15px;
}

#left-navigation, #left-navigation a {
     color: rgb(255, 255, 255);
}

#left-navigation a {
     text-decoration: none;
}

li#left-nav-active a, #left-navigation a:hover {
     color: rgb(206, 27, 29);
}

li#left-nav-active a {
     font-weight: bold;
}

li#lang-separator {
     background: transparent url('../images/separator.gif') top left no-repeat;
     margin: 10px 0px 5px 20px;
     padding-left: 20px;
     padding-top: 40px;
     width: 100px;
}

/* Content Style Rules */

#content {
     margin-left: 150px;
     padding: 35px 25px 15px 25px;
     width: 490px;
     min-height: 395px;
     color: black;
}

#content h1, #content h2, #content h3, #content h4 {
     letter-spacing: 0.1em;
     color: rgb(56, 1, 9);
     font-family: Tahoma, sans-serif;
     font-weight: normal;
     font-style: normal;
}

#content h1 {
     font-size: 2em;
}

#content h2 {
     font-size: 1.6em;
     font-weight: bold;
}

#content h3 {
     font-size: 1.4em;
     font-weight: bold;
}

#content h4 {
     font-size: 1.4em;
}

#content p {
     margin-bottom: 1.5em;
}

#content a {
     color: rgb(114, 118, 81);
}

#content a:hover {
     color: black;
}

#content ul {
     margin-left: 15px;
}

#content ol {
     margin-left: 20px;
}

#content li {
     margin-top: 0.8em;
     line-height: 1.6em;               /* Same as paragraph's line-height. */
}

#content div.marginalia {
     border: 1px solid rgb(192, 187, 123);
     background-color: rgb(239, 229, 209);
     padding: 10px;
     margin: 10px;
}

#content table {
     margin: 10px;
     border: 1px solid rgb(206, 27, 29);
     width: 100%;
}

#content table caption {
     font-style: italic;
     margin-top: 10px;
}

#content table th {
     text-align: center;
}

#content table th,
#content table td {
     padding-left: 5px;
}

#content abbr,
#content acronym {
     border-bottom: 1px dotted;
}

#content p.indent {
     margin-left: 3.0em;
}

#content span.notation {
     border-bottom: 1px dotted;
}

/* ------------------ Footer Styles Rules ------------*/
#footer {
     background: rgb(43, 43, 43) url('../images/footer_art.jpg') top left no-repeat;
     clear: both;
     margin: 0px auto;
     height: 25px;
     padding: 2px 60px 2px 10px;
     text-align: center;
     vertical-align: middle;
     width: 630px;
}

#footer, #footer a {
     color: rgb(255, 255, 255);
}

#footer ul {
     background: rgb(43, 43, 43) url('../images/footer_art.jpg') top left no-repeat;
     font: 0.6em Tahoma, Verdana, sans-serif;
     list-style-type: none;
     text-align: center;
/*     text-transform: uppercase;*/
}

#footer ul li {
     display: block;
     float: left;
     line-height: 25px;
     padding: 0px 12px;
}

#footer .double-line {
     display: block;
     float: left;
     line-height: 12px;
     padding: 0px 12px;
}

#footer a {
     text-decoration: none;
}

#footer a:hover {
     color: rgb(206, 27, 29);
}

#footer li.last-footer {
     border-right: none;
}

#docImage img, #docImageCentre img {
     border: 1px solid #8C8C8C;
     background: #E6E6E6;
}

#docImage p, #docImageCentre p {
     color: #333;
     font-size: .9em;
     margin: 0 0 3px 0;
     padding: 0;
}

#docImage .imgCaption, #docImageCentre .imgCaption {
     padding: 0 10px 0 10px;
}

#docImage {
     float: left;
     padding: 0 0 0 0;
     margin: 0 10px 10px 0;
}

#docImageCentre {
     float: none;
     padding: 0 0 0 0;
     margin: auto;
     margin-bottom: 10px;
}

a:link, a:visited {
     color: #656C74;
     text-decoration: none;
}

a:hover, a:active {
     color: #333;
}

.back {
     margin: 20px 0 20px 0;
     text-align:right;     
}

.indentMenu {
     margin: 0 0 0 10px;
}

.animationlink {
     margin: 0;
     text-align: center;
}

div.side-by-side {
  width: 500px;
}

div.side-by-side .side {
  width: 49%;
  float: left;
  text-align: center;
  padding-left: 5px;
}

.docImage {
     border: 1px solid #8C8C8C;
     background: #E6E6E6;
     float: left;
     clear: both;
     padding: 0 0 0 0;
     margin: 0 10px 10px 0;
}

.docImageCentre {
     float: none;
     clear: both;
     padding: 0 0 0 0;
     margin: auto;
     margin-bottom: 10px;
}

#about_this_source
{
	height:45px;
	background:url(../images/glass.gif) no-repeat;
	font-family:"Georgia", "Time New Roman", serif;
	padding: 0 0 0 20px;
	letter-spacing: 2px;
}

span.first_letter_big
{
	font-size:28px;	
}

.align_center {
     text-align: center;
}

.back
{
	margin: 10px 0 10px 0;
	text-align:right;	
}

#subactive a {
     color: rgb(206, 27, 29);
}