/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
	margin: 0;
	padding: 0;
	background-image: url(../image-files/bkg-orange.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	font-size: 80%;
	line-height: 17px;
}

body .storyInput { height: 150px }
body .vIsText_3000 { height: 85px }

/* -- General Link Styling -- */

a:link {
	color:blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
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)  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	border: 2px solid #660000;   /* dark sea blue, headlines and borders */
	margin: 24px auto;
	background-image: url(../image-files/fspbackground.gif);
	background-repeat: repeat-y;
}

#Header {
	background-image: url(../image-files/logo-new.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	position: relative;
}


/* -- optional for text in Header -- */

#Header h1 {
	font-family: 'Monotype Corsiva', 'Apple Chancery', cursive;
	font-size: 350%;
	color: #FF5024;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 10px;
	text-align: left;
	margin: 75px 0 0 75px;
}

#ContentWrapper {
	background-color: transparent;
	background-image: url(../image-files/fspbackground.gif);
	background-repeat: repeat-y;
}

#LeftColumn {
	background-color: transparent;
}

#CenterColumn {
	background-image: url();
	background-color: transparent;
}

#RightColumn {
	background-image: url();
	background-color: transparent;
}

#Footer {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #F34715;     /* blue-gray used in left and right columns of anguilla-background.gif and for footer and horizontal text-navbar */
	border-top: 1px solid #f0f5fb;
	font-weight: bold;
	color: #FFFFFF;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}


/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 120%;
	color: #663300;
	margin: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	font-variant: small-caps;
	text-transform: none;
}


/* -- 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: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
	color: #FFFFFF; /*this is where you change the button font color*/
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	background-color: #BC8F5F;
	border-top: 2px #cccccc solid;
	border-left: 2px #cccccc solid;
	border-bottom: 2px #666666 solid;
	border-right: 2px #666666 solid;	
}
.Navigation a:visited {
	color: #fff;
	text-decoration: none;
}

.Navigation a:hover {
	color: #0000FF;
	background-color: #ffc;   /* light sea blue used in center column of anguilla-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: center;
}

.ThumbnailLink a:link {
	text-decoration: none;
	color: #0000FF;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: none;
	color: #FF6600;
}



/* -- Horizontal Text NavBar -- */

.text-NavBar {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 12px auto 12px auto;
	background-color: #F34715;
	width: 100%;
	font-weight: bold;

}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
}

.text-NavBar a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
	font-weight: bold;
}

.text-NavBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.text-NavBar a:hover {
	color: #0000FF;
	text-decoration: underline;
}



/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
	font-size: 90%;
	color: #663333;
}

#Footer {
font-size: 80%;
}


h1 {
	background-color: transparent;
	color: #663300;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 0px solid #663300;
	clear: both;
	margin-bottom: 25px;
	line-height: 30px;
}

h2 {
	color: #996633;
	/*font-size: 14px;*/
	font-weight: bold;
	background-color: transparent;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

h3 {
	color: #996633;
	/*font-size: 16px;*/
	font-weight: bold;
	background-color: transparent;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #996633;
}

h4	{
	color: #996633;
	/*font-size: 14px;*/
	font-weight: bold;
	background-color: transparent;
}
h5 {
	/*font-size: 14px;*/
	font-weight: bold;
	color: #FC3300;
	background-color: transparent;
	font-size: 12px;
}

h6 {
	/*font-size: 12px;*/
	font-weight: bold;
	color: #663300;
	background-color: #FFCC66;
	font-size: 12px;
}


h2, h3, h4, h5, h6 {
	line-height: 25px;
}

.Large {
	font-size: 16px;
	color:#0000FF;
	background-color:#FFCC99;
	font-weight: bold;
	text-transform: uppercase;
}
.Small {
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.red {
	font-weight: bold;
	color: #FF0000;
}

#LeftColumn h4 {
	font-size: 90%;
	color: #996633;
	margin-top: 0;
}

#RightColumn h4 {
	font-size: 95%;
	color: #996633;
	margin-top: 0px;
}

.Caption {
	font-size: 90%;
	color: #0000FF;
	clear: both;
	line-height: 14px;
	font-weight: bold;
}

blockquote {
	color: #000000;
	font-size: 100%;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 56px;
	margin-bottom: 5px;
	margin-left: 50px;
	border: thin dashed #CCCCCC;
	font-style: italic;
	background-color: #F8F8F8;
	padding-right: 10px;
	padding-left: 10px;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
	background-color: #FFF8EC;
	width: 85%;
	border: 1px dotted #8f8fb3;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: #663300;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.ReminderBox {           /* the container box */
	background-color: #ffffcc;
	width: 24%;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #663300;
}

.ReminderBox h6 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.RightColumnBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
	padding: 5px;
	background-color: #FFF;
	border: 0px;
}
.AdSenseBoxLeft {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 2px;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
	background-color: #fff;
	width: 100%;
	margin: 0 auto 12px auto;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996633;
	border-bottom-color: #996633;
}
	
.box 	{
	border-bottom-color:#FC6808;
	border-top-color:#FC6808;
	padding: 4px;
	width: auto;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFF8EC;
}

.box-half-left 	{
	float: left;
	width: 49%;
	border-bottom-color:#FC6808;
	border-top-color:#FC6808;
	padding: 4px;
	width: auto;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFF8EC;
}

.box-half-right 	{
	float: right;
	width: 49%;
	border-bottom-color:#FC6808;
	border-top-color:#FC6808;
	padding: 4px;
	width: auto;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFF8EC;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #fff;
	border: 1px solid #996633;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #996633;
	line-height: 14px;
	text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
	border: 0px solid #663300;
}


/* -- lists -- */

#CenterColumn ul {
	list-style-type: none;
	list-style-image: url(../image-files/bullet-orange.gif);
	list-style-position: outside;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#CenterColumn li {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
}
#RightColumn ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#RightColumn li {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
}


#RightColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#RightColumn li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
}

/* -- 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;
	text-align: center;
	margin-top: 2px;
	margin-right: 25px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.center { 
text-align: center;
}
