

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
/*	margin: 0; */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 85%;

max-width: 1050px;
min-width: 940px;
margin:auto;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #D6393E;
	clear: both;
}

h2, h3, h4, h5, h6 { margin-top: 24px; }

h1 {
	margin-top: 5px;
	text-align: center;
	font-size: 150%;
	font-variant: small-caps;
}

h2 { font-size: 140%; }
h3 { font-size: 120%; }

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: "Lucida Sans";
}

code { color: navy; }

img { border: 0; }

a:link img { border: 0; }


/* -- General Link Styling -- */

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
/*	width: 960px; */
	width: 100%;
}

#Header {
	position: relative;
/*  height: 245px; */
	height: 183px;
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
}

#ContentWrapper {
	float: left;
	width: 100%;
	background-image: url(../image-files/background.jpg);
	background-repeat: repeat-y;
}

#ContentWrapper p, td {
	font-size: 120%;
}

#ContentWrapper li {
	font-size: 100%;
}

#ContentColumn {
/*	margin: -40px 220px 0 200px; */
	margin: -20px 0px 0 200px;
/*	width: 500px; */
	width: 54%;
	padding: 0 30px;
	z-index: 1;
	position: relative;
/*	border-left: solid #FAADAF 1px;
	border-right: solid #FAADAF 1px; */
}

#NavColumn {
	position: absolute;
	width: 155px;
	margin-left: 0px;
	float: left;
	padding-left: 32px;
	padding-right: 32px;
}

#ExtraColumn {
	float: left;
	width: 160px;
	margin-top: -20px;
	position: relative;
	margin-left: -195px;
}

#Footer {
	clear: both;
	width: 100%;
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
/*	height: 250px; */
	height: 150px;
	padding: 8px 0;
}

.Liner {
padding: 0px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	padding: 0;
	width: 100%;
	margin: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0 auto;
}

#Footer {
	text-align: center;
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 130%;
	color: black;
	margin-top: 0;
	line-height: 30px;
	margin-left: -18px;
	padding-left: 18px;
	width: 200px;
}

#ExtraColumn h4 {
	font-size: 130%;
	color: black;
	margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-left: 6px;
	margin: 0;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #000;
	border-bottom: 1px solid #970E13;
	font-family: "Lucida Sans";
	margin: 10px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin: -6px 0 0 0;
	padding: 0 0 3px 0;
}

.Navigation li {
	margin: 0 0 5px 0;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #970E13;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 0;
	text-decoration: none;
	margin: 0;
}

.Navigation a:visited {
	color: #970E13;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 0;
	text-decoration: none;
	margin: 0;
}

.Navigation a:hover {
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 0;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
	text-decoration: underline;
	margin: 0;
	color: #111;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	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;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
/*	top: 164px; */
	top: 108px;
	color: #fff;
	right: 15px;
}

#Header .ExtraNav ul {
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0;
}
#Header .ExtraNav li {
	border-left: 1px solid #fff;
	line-height: 30px;
	margin: 0;
	float: left;
	padding: 0;
}
#Header  .ExtraNav  li a:link,#Header  .ExtraNav  li a:visited {
	color: #fff;
	font-size: 100%;
	display: block;
	padding: 0 10px;
}

#Header  .ExtraNav  li a:hover,#Header  .ExtraNav  li a:active {
	color: #870C0F;
/*	background-color: #FAADAF; */
	background-color: #FA7070;
	text-decoration: none;
}

#Footer .ExtraNav {
	margin: 0 auto;
	width: 500px;
	font-size: 80%;
}
#Footer .ExtraNav a {
	font-size: 120%;
	color: #D6393E;
}
#Footer a {
	color: #D6393E;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
	border-top: 3px dotted #bbb;
	border-bottom: 3px dotted #bbb;
}

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%;
}
.AdSenseBoxLeftNav {
	padding: 0;
	margin: 0 0 20px 0;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: #fff;
	border: 0px;
}

.AdSenseBoxLeft {
	float: left;
	height: 250px;
	width: 250px;
	margin: 0 18px 12px 18px;
}

.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;
}

#searchBox {
	text-align: center;
	width: 125px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 135px;
	border: 1px solid #8f8fb3;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #213961;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
}



/* ------ 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;
}

.t0, .t30 { BORDER-TOP: #cccccc 1px solid; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; BORDER-RIGHT: medium none; PADDING-TOP: 0px }
.t1, .t31 { text-align: left; BORDER-BOTTOM: #cccccc 1px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #ebebeb; PADDING-LEFT: 8px; PADDING-RIGHT: 0px; COLOR: #565656; FONT-WEIGHT: bold; PADDING-TOP: 2px }
.t2, .t32 { BORDER-BOTTOM: #cccccc 1px solid; TEXT-ALIGN: left; PADDING-BOTTOM: 3px; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 20px; PADDING-RIGHT: 5px; COLOR: #474747; VERTICAL-ALIGN: middle; FONT-WEIGHT: bold; PADDING-TOP: 4px }
.t2A, .t32A { BORDER-BOTTOM: #cccccc 1px solid; TEXT-ALIGN: left; PADDING-BOTTOM: 3px; BACKGROUND-COLOR: #f7f7f7; PADDING-LEFT: 20px; PADDING-RIGHT: 5px; COLOR: #474747; VERTICAL-ALIGN: middle; FONT-WEIGHT: bold; PADDING-TOP: 4px }
.t3, .t33 { BORDER-BOTTOM: #cccccc 1px solid; PADDING-BOTTOM: 3px; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0px; WIDTH: 50%; PADDING-RIGHT: 0px; COLOR: #474747; VERTICAL-ALIGN: middle; PADDING-TOP: 4px }
.t3A, .t33A { BORDER-BOTTOM: #cccccc 1px solid; PADDING-BOTTOM: 3px; BACKGROUND-COLOR: #f7f7f7; PADDING-LEFT: 0px; WIDTH: 50%; PADDING-RIGHT: 0px; COLOR: #474747; VERTICAL-ALIGN: middle; PADDING-TOP: 4px }
li.header { padding-left: 0px; color: #777777; font-weight: bold }
li.spacer { padding-left: 0px; padding-top: 15px }
