/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color:374F7F;
background: #374F7F url()  repeat-x 0 0; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: "Trebuchet MS", 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 85%;
}

h1, h3, h4, h5, h6 {
background-color: transparent;
color: #008000;
clear: both;
}

h2 {
background-color: transparent;
color: #00008B;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

hr {
	margin: 20px auto;
	width: 85%;
	color: #0066cc;
	background-color: #0066cc;
	border: none;
	height: 1px;
}


/* -- 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: 0px solid #ff3333;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 180px;
}

#searchForm {
position: absolute;
right: 0px;
top: 170px;
background: transparent url() top left no-repeat; */
padding-top: 50px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 190px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 189px;               /* 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: 189px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 20px auto;
background-image: url();
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/logo.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: white;
}

#NavColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
border-left: solid 1px #959595;
border-right: solid 1px #959595;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/bg-cont-bottom.png);
background-repeat: no-repeat;
/* background-color: #abc4e3;      blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */



/*Start navbar*/
.Navigation {
	margin-bottom: 1em;
}
.Navigation h3 {
/*	margin: 0 0 0.5em 0;*/
/*	color: #FF7DD4;
	border: 2px solid #FF7DD4;
	text-transform: uppercase;
	padding-left: 5px;
	background: url(../image-files/tinystar.jpg) 155px center no-repeat; */
/*	height: 55px;
	width: 180px;
	text-indent: -3000px;
	background: url(../image-files/navh3.png) left top no-repeat;*/
padding: 0;

font-size: 100%;

border-bottom: 1px solid #0066CC;

margin: 12px 0;

}
.Navigation ul {
	list-style-type: none;
	margin-right: 1px;
}
.Navigation ul li {
	margin-bottom: 0.5em;
	text-align: left;
}
.Navigation ul li a {
	font-weight: bold;
	text-decoration: bold;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
.Navigation ul li a:hover {
	color: red;
	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;
text-align: center;
}

.ExtraNav a:link {
color: #ffffff;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #ffffff;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
}



/* ------ Section 6 - Boxes ------ */

.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: 13px 0 0 13px;
}

.ShareBox {          
background-color: #ddd;
width: 100%;
border: 1px solid #8f8fb3;
/* margin: 0 0 12px 18px; */
float: center;             /* adding float enables text to flow around it */
color: #006;
}

.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: 158px;
background-color: #ffc;
border: 1px solid #ff0000;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}*/

#RSSbox {
	width: 180px;
	height: 220px;
	background: url(../image-files/rss.png) left bottom no-repeat;
	margin: 0 auto;
}
#rssHeader {
display: none; 
}
#rssTxt {
	text-align: center;
	width: 150px;
	margin:0 auto;
	padding-top: 40px;
}
#rssTxt a+a {
	display: block;
	margin-top: 1em;
}

/* ------ 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;
}
