/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Georgia, Verdana, Arial, sans-serif;
color: #000;
font-size: .95em;
}

h1, h2, h3, h4, h5, h6 {
background-color: white;
color: #333367;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 16px;
}

h1 {
font-size: 1.5em;
margin-top: 5px;
margin-bottom: 10px;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-size: 1.2em;
margin-top: 5px;
margin-bottom: 10px;
border-bottom: 0px solid #8f8fb3;
}

h3 {
font-size: 1.1em;
border-bottom: 0 solid #8f8fb3;
}

p {
  margin: 2px 0 10px 0px;
}

blockquote {
margin: 12px 40px;
color: #006;
font-size: 100%;
line-height: 20px;
font-weight: italic;
}

code {
color: navy;
}

/* -- 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: 1100px;
border: 2px solid #8f8fb3;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 176px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#BodyText {
  height: 1150px;
  min-height: 1150px;
}
html>body #BodyText{height:auto}    /* IE6 Hack so it supports min-height */

#NavColumn {
float: left;
width: 176px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1100px;       /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 176px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -176px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0px 20px 0px;
}

.Liner {
padding: 0px 8px;
}

#Header .Liner {
padding: 0;
}

#ContentColumn .Liner {
padding: 0 6px;
}

#Footer .Liner {
border: 1px solid black;
margin: 0px 20px;
padding: 18px 0 0 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 10px auto;
background-image: url();
background-color: #ffffff;
background-repeat: none;
}

#Header {
background-image: url(../image-files/logo.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/content-background.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
}

#NavColumn {
background-image: url();
background-color: transparent;
background-repeat: none;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-repeat: repeat-y;
background-color: black;
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
text-align: center;
font-size: 85%;
}

#Footer .Liner, #Footer p {
color: white;
background-color: #409EEF;
}

#NavColumn {
font-size: .8em;
color: black;
}

#ExtraColumn {
font-size: .8em;
}

#NavColumn h4 {
font-size: .8em;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: .8em;
color: black;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation , .AddSiteToBlock, .ShareSiteBlock  {
width: 100%;
font-family: Georgia, Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3, .AddSiteToBlock h3, .ShareSiteBlock h3 {
padding: 0;
color: #fff;
margin: 2px 0px 4px 0;
background: transparent;
font-size: 1.3em;
}

.Navigation h3, .AddSiteToBlock h3 {
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
text-align: center;
list-style-type: none;
padding: 0 2px 2px 2px;
margin: 2px 0 0 0;
}

.Navigation li {
background-color: #409EEF;       
border: 1px solid white;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0;
text-decoration: none;
}

.Navigation a:visited {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0;
text-decoration: none;
}

.Navigation a:hover {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0;
background-color: #ACE0F8;
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: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #f0f0f0;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #c0c0c0;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 120px;
left: 240px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #ffffff;
}

/* ------ Section 6 - Boxes ------ */

.QuoteBox {
background-color: yellow;
width: 80%;
border: 2px solid black;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
text-align: center;
font-weight: bold;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: 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: 10px 0 10px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
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 {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #f0f0f0;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: ;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
border:0;
padding:1px 0;
}

#addSiteTo .questionMark {
 padding:0;
 margin:1px auto;
 text-align:center;
 width:75%;
 }

#addSiteTo .questionMark img {
 margin:0 4px 4px 0;
 padding:0;
 }

#addSiteTo .questionMark {
  color: white;
}

.AddSiteToBlock ul, .ShareSiteBlock ul {
list-style: none;
margin: 0px auto;
padding: 0;
text-align: center;
}

.AddSiteToBlock li, .ShareSiteBlock li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 1px;
	padding: 0px;
  zoom: 1;
  *display:inline;
}

.AddSiteToBlock a, .ShareSiteBlock a {
  text-decoration: none;		 
}

.AddSiteToBlock img, .ShareSiteBlock img {
border: none;
}

/* ------ 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;
}

img.ItemCenter {
display: block;
}

.ItemMiddle {
vertical-align: middle;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.clear {
clear: both;
}

/* ------ Section 8 - Site Specific ------ */

.InlineButton120 {width: 120px;}
.InlineButton130 {width: 130px;}

.InlineButton {
background-color: #409EEF;
display: block;
margin: 5px auto 15px;
border: 2px solid black;
}

.InlineButton a:link {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.InlineButton a:visited {
color: #bbbbbb;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.InlineButton a:hover {
color: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #9292b6;
text-decoration: underline;
}

.ImageBorder {
  border: 2px solid black;
  padding: 1px;
}

.NoDecoration img {
  border: none;
}

/* Return Links at page bottom */

.ReturnLinks {
  clear: both;
  padding-bottom: 10px;
  text-align: center;
	font-size: .85em;
}

.ReturnLinks ul {
list-style: none;
margin: 0;
padding 0;
}

.ReturnLinks li {
  margin: 8px 0px 0px;
}

#tellafriend-node-page-form, #node-form {
  margin-bottom: 20px;
}

fieldset.captcha .description {
  font-size: .9em;
}

.formbody {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 10 px;
}

ul {
list-style-type:disc;
padding-left: 15px;
margin-left: 15px;
}

li {
margin-top: 10px;
}

.TipsSectionHeader {
text-align: center;
color: white;
background:#409EEF none repeat scroll 0 0;
border: 3px double black;
width: 80%;
padding: 2px;
font-size: 1.1em;
}

.TipsSectionHeader a {
display: block;
color: white;
padding: 4px 0 4px 0px;
text-decoration: none;
}

.TipsSectionHeader a:link {
color: white;
text-decoration: none;
}

.TipsSectionHeader a:visited {
color: white;
text-decoration: none;
}

.TipsSectionHeader a:hover {
color: black;
text-decoration: underline;
background-color: #ACE0F8;
}

.ProjectHorizontalRule {
clear: both;
background-color: white;
border-top: 2px solid gray;
height: 1px;
margin: 20px auto 20px auto;
width: 90%;
}

.ProjectInvite {
text-align: center;
color: white;			 
background:#409EEF none repeat scroll 0 0;
border: 3px double black;
margin: 2px 34px 10px 34px;
padding: 2px;
font-size: 1.1em;
}

.ProjectInvite a {
display: block;
colour: white;
padding: 4px 0 4px 0px;
text-decoration: underline;
}

.ProjectInvite a:link {
color: white;
}

.ProjectInvite a:visited {
color: white;
}

.ProjectInvite a:hover {
color: black;
background-color: #ACE0F8;
}

.Quotation {
  font-style: italic;
}
/* ------ YouTube Flash Video ------ */

object.flashvideo {
	width: 100%;
	height:350px;
}

.flashunit {
  color: white;
	text-align: center;
	padding: 2px;
	background: #fff;
	border: 2px double black;
	margin: 20px auto 10px;
	width: 425px;
}
.flashunit h2 {
  color: white;
	text-align: center;
	border: 1px solid black;
	background: #409EEF;
	margin: 0;
	padding: 5px;
}
.flashunit p {
  font-size: 1.05em;
	padding: 10px;
	margin: auto;
	border: 1px solid black;
	background: #409EEF;
}

/* Images with Captions */

.ImageWrapper {
	padding: 2px;
	background: #fff;
}

.ImageWrapper img {
  border: 2px solid black;
  padding: 1px;
}

.ImageWrapper p {
  font-size: .95em;
	padding: 5px 4px;
	margin: auto;
}

.InterviewQuestion {
  font-weight: bold;
}

.WorldFlag {
margin: 0px auto 12px;
}

.WorldFlag img {
display: block;
margin: 0px auto;
}				 

/* SiteMap */
.SiteMap ul {
list-style-type: none;
}

.SiteMap li {
margin-top: 4px;
}

.SiteMap .Horizontal-5Col li {
display: inline-block;
padding: 0 10px;
width: 115px;
zoom: 1;
*display:inline;
}

.SiteMap .Horizontal-3Col li {
display: inline-block;
padding: 0 10px;
width: 200px;
zoom: 1;
*display:inline;
}

.SiteMap .Horizontal-2Col li {
display: inline-block;
padding: 0 10px;
width: 300px;
zoom: 1;
*display:inline;
}

/* C2 */

.Content2 table {
margin: auto;
}

.Content2 h3 {
text-align: center;
}

.Content2 p {
text-align: center !important;
}

.Content2 img {
  border: 2px solid black;
  padding: 1px;
}

.Content2 #comments img {
  border: none;
}

.storyInput { height: 100px }
.vIsText_3000 { height: 85px }