/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
/*background-color: #bbcf7f; /* aqua color for browser window background color and footer top border
background-image: url(../image-files/bg3.gif); */
background-image: url(../image-files/gr-bg.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: #EEEEEA;
margin: 0;
padding: 0;
font-family: Verdana,'Lucida Sans Unicode',   Arial, 'Lucida Grande',  sans-serif, "Courier New";
color: #000;
font-size: .85em;
}
body p, li{
line-height: 20px;
}

h1, h2, h3, h4, h6 {
background-color: transparent;
color: #414E1A;/*4F592F;*/
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family:   Georgia, 'Times New Roman',  'Palatino Linotype', Palatino,serif;
/*border-bottom: 0 solid #8f8fb3;*/
text-align: center;
}
/*.title {
background-color:#EBF2CC;
magine:0;
}*/
h2 {
font-family: Georgia, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3, h4 {
font-family: 'Arial Rounded MT Bold', Arial, sans-serif,'Lucida Sans Unicode', 'Lucida Grande', Verdana;
border-bottom: 0 solid #8f8fb3; /*this could be different for T2 pages*/
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}

h5 {
font-family:  Verdana, Arial, sans-serif, 'Lucida Sans Unicode', 'Lucida Grande';
color: #8E5D2D;
font-size: 1em;
}
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;
}
.imgwr-right {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
}
.imgwr-left {
	float: left;
	padding-right: 20px;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #2A66CC;/*526D02;/*485F06; */
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 #fff;    /*dark sea blue, headlines and borders */
border-right: 1px solid #DADAD9;   
border-bottom: 2px solid #DADAD9;  
}

#Header {
position: relative;
height: 173px;
/* width: 960px; <--- This appeared in style-diff-bg.css, I decided to use only style.css now*/ 
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 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 .Liner {
padding: 0px;
/*background-color:#999;  take this out when finish testing*/
}

#ExtraColumn {
float: right; /* in style-diff-bg.css this section has values of "left, 173 and -173" respectively*/
width: 192px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -192px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#ExtraColumn p{
margin-left: 24px; /*in style-diff-bg.css this section has values of "0,1,3,5,2" respectively*/
margin-top: 1px;
padding-top:3px;
padding-left: 5px;
padding-right: 22px;
font-family: 'Lucida Sans Unicode', Verdana,  Arial, 'Lucida Grande',  sans-serif;
}

#ExtraColumn .title-bg{
/*background-image: url(../image-files/sidebar-hd1.gif);*/
background:#BBCF7F;
line-height:15px;  /*in style-diff-bg.css this has value of 22px*/
background-repeat: no-repeat;
padding: 3px 5px 3px 5px; /*in style-diff-bg.css this has values of 12, 2, 0, 3px*/
margin-left: 19px; /*in style-diff-bg.css this has values of 24px*/
margin-bottom:3px; }

#Footer {
clear: both;
width: 100%;
height:103px;
padding: 8px 0;
/*order-top: 1px solid #f0f5fb;*/
}

.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/pwr-bg1.gif);*/
background-repeat: repeat-y;
}


#Header {
background-image: url(../image-files/header-img5-b.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}
#ContentWrapper {
background-image: url(../image-files/pwr-bg-no-r.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
/*background-image: url(../image-files/nav-bg.jpg);nav-background.jpg);
background-repeat: repeat-y;*/
background-color: #DDE7BF; /*C8D58E;*/
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}
#ContentColumn .Liner{
padding-top:0;
}

#ContentColumn li{
padding-bottom:7px;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-new.gif);
background-repeat: no-repeat;
background-position: top left;
/*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: #434F1F;
margin-top: 0;
}
#NavColumn p {
font-size: 90%;
color: #434F1F;
margin-top: 0;
}
#ExtraColumn h3 {
color: #5D6C31;
margin: 1px 0px 22px 3px;
}

#ExtraColumn h4 {
font-size: 90%;
color: #5D6C31;
margin: -4px 0px 22px 3px;
}

#ExtraColumn h5 {
font-size: 100%;
color: #5D6C31;
margin-top: -4px;
margin-left:19px;
padding:3px;
}

#ExtraColumn p {
margin-top:0px;
padding-top: 0px;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
text-transform:uppercase;
padding: 0;
font-size: 110%;
color: #414E1A;
border-bottom: 1px solid #fff;
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: #ffc;        /* tan, for button and RSS box backgrounds -- */
/*border: 1px solid #8f8fb3;*/
margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #526D02;
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: white;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #779F00;/*F5FAA8;*/   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: left;
padding-left: 2px;
margin-left: 22px; /*24px*/
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Verdana,'Lucida Sans Unicode', 'Lucida Grande',  Arial, sans-serif;
margin-top:0px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin-top:0px;
}

.ExtraNav ul li {
display: inline;
padding: 0px 5px 5px 5px;

/*background-color: transparent;#BBCF7F;*/
text-align: center;
}

.ExtraNav a:link {
color: #fff/*395C94*/;
text-decoration: none;
text-align: center;
padding: 0px 1px 3px 1px;
}

.ExtraNav a:visited {
color:#fff;
text-decoration: none;
}

.ExtraNav a:hover {
color: 395C94;

/*background-color: #ffc;*/
text-decoration: underline;
}
/****/
.BreadCrumbs {
font-family: Arial, Verdana,'Lucida Sans Unicode', 'Lucida Grande',  sans-serif;
font-size: 80%;
margin:0px;
padding-left: 5px;
padding-bottom: 0px;
border-bottom: 1px dotted #999;
line-height:15px;
}
.BreadCrumbs a:link {
color: blue;
text-decoration: none;
padding: 0 4px;
}

.BreadCrumbs a:visited {
color: purple;
text-decoration: none;
}

.BreadCrumbs a:hover {
color: red;
background-color: #ffc;
text-decoration: underline;
}
/****/

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 148px;
	left: -12px;
	height: 36px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 52px 150px 0 150px;
text-align:center;
/*background-color: #abc4e3;*/

}
#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;/*#BBCF7F;*/
text-align: center;
}

#Footer .copyright{
margin:0px auto;
text-align: center;

}


/* ------ 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;
}

.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: 3px;
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 2px;
float: left;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 2px;
padding-left:1px;
margin: 0 auto 12px 30px;
width: 130px;
float: left;
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: 92%;
border: 1px solid #8f8fb3;
margin: 2px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font: verdana;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align:center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
color: #333;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.sm-caption {
font-size: 80%;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.note {
color: #0F4E0F;
font: arial;
}

/* -- 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;
}
.ClearbgBox{
	margin: 0px 20px 15px 0;
	border: 1px solid #878D99;
	padding: 10px;
}
.dark {
	color: #373C3D;
	font-weight: bold;
}
.dark-gr {
	color: #414E1A;
	font-weight: bold;
	font-size: 85%;
}
.hilight{
 	color: #567202;
	font-weight: bold;
}
.yellow-hilite { 	
	background-color: #ffff99;
}

.narrow-p {
	margin-top:1px;
	margin-bottom:1px;
}
.sm-title {
	color: #373C3D;
	font-weight: bold;
	padding-top:10px;
	margin-bottom:1px;
}

.t-r-b-l{
	border:1px solid #6C7526;
}
.t-r-b-l-bg{
	border:1px solid #6C7526;
	background-color:#ececec;
}
.t-r-b {
	border: 1px solid #6C7526;
	border-left: #ffffff;
}

.r-b-l{
	border: 1px solid #6C7526;
	border-top: #ffffff;
}
.t-r-l {
	border: 1px solid #6C7526;
	border-bottom: #ffffff;
}
.t-r-l-bg{
	border:1px solid #6C7526;
	background-color:#ececec;
	border-bottom: #ffffff;
}
.t-r{
	border-right: 1px solid #6C7526;
	border-top : 1px solid #6C7526;
}
.t-r-bg{
	border-right: 1px solid #6C7526;
	border-top : 1px solid #6C7526;
	background-color:#ececec;
}
.r-b {
	border: 1px solid #6C7526;
	border-top: #ffffff;
	border-left: #ffffff;
}
.t-r-b-bg {
	border: 1px solid #6C7526;
	border-left: #ffffff;
	background-color:#ececec;
}

.cp {
	background: url(../image-files/champa-i.gif) no-repeat;
	height:auto;
	padding-left: 35px;
}

.special {
	font: "Courier New";
	font-size:0.9em;
	color:#990000;
	}

.info, .note {
	height:auto;
	padding-left: 50px;
	padding-top:5px;
	font-size: 85%;
	color: #009900;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}
.info {
	background: url(../image-files/info-icon.jpg) no-repeat;
}
.note{
	background: url(../image-files/note.gif) no-repeat;
	padding-left: 110px;
	padding-top:3px;
	
}
	
p .runlist {
	font-family: 'Courier New';
	font-size: 113%;
font-style: Italic;
	
	
	
}
