/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #f9f1d1; /* aqua color for browser window background color*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #1c3176;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Verdana, Arial, san-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family:  Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family:  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;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1000px;
	border: transparent;
}

#Header {
	position: relative;
	height: 150px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 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: -1000px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
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 -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: transparent;
}

.Liner {
	padding: 7px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	background-image: url(../image-files/background.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 95%;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #2f4456;
	text-align: center;
	font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h3 {
	font-size: 125%;
	color: #000;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #000;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 95%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #000;
border-bottom: 1px solid #000;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Navigation li {
	background-color: #2f4456;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7e7ad;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #FFF;
	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: #FFF;
	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: #FFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #8ea7b4;
	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;
font-size: 90%;
}

.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}

.ExtraNav ul li {
	display: inline;
	background-color: #fff;
	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: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 5px;
	right: 7px;
	width: 299px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.AffiliateBox {
background-color: #f9f1d1;
width: 90%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 8px;
color: black;
font-size: 60%
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 8px;
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%;
}

.AdSenseBoxLeft300, .AdSenseBoxRight300, .AdSenseBoxCenter468, .AdSenseBoxCenter768, .AdSenseBoxExtraColumn, .TwitterBoxRight {
	padding: 5px;
	background-color: #ffffff;
	border: 0px;
}
.AdSenseBoxLeft300 {
	float: left;
	height: 250px;
	width: 300px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 5px;
}
.AdSenseBoxRight300 {
	margin: 0 5px 12px 12px;
	float: right;
	height: 250px;
	width: 300px;
}

.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: #f9f1d1;
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;
}



/* ------ 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;
}
.TwitterBoxRight {
	margin: 0 18px 12px 18px;
	float: right;
	height: 315px;
	width: 250px;
}
.ImageLeft {
	float: left;
	margin: 2px 12px 12px 0;
	text-align: center;
	border: 1px solid #333;
}

.ImageRight {
	float: right;
	margin: 2px 0px 12px 12px;
	text-align: center;
	border: 1px solid #333;
}

.ImageCenter {
	margin: 2px auto 12px auto;
	text-align: center;
	clear: both;
	border: 1px solid #333;
}
.HorizNav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2f4456;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.HorizNav ul {
	list-style-type: none;
	padding: 0;
}
.HorizNav ul li {
	display: inline;
	font-size: 85%;
	background-color: #8ea7b4;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FC0;
}
.HorizNav a:link {
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #8ea7b4;
}
.HorizNav a:visited {
	color: #fff;
	text-decoration: none;
}
.HorizNav a:hover {
	color: #fff;
	background-color: #2f4456;
	text-decoration: underline;
}
#Header .HorizNav {
	font-size: 90%;
	position: absolute;
	top: 115px;
	width: 800px;
	left: 7px;
}
#Header .HorizNav ul {
	margin: 0;
}

#topadlinks {
	POSITION: absolute;
	WIDTH: 760px;
	HEIGHT: 18px;
	MARGIN-LEFT: 5px;
	TOP: 90px;
	MARGIN-RIGHT: auto;
	LEFT: 125px
}
.ImageCaptionLeft {
	float: left;
	margin: 2px 12px 12px 0;
	text-align: center;
}

#ContentColumn728 {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 95%;
	margin-top: 90px;
	margin-right: 180px;
	margin-left: 180px;
}
.AdSenseBoxCenter728 {
	width: 728px;
	clear: both;
	float: right;
	height: 90px;
}
#ExtraColumn728 {
	font-size: 90%;
	margin-top: 90px;
	margin-left: -180px;
	float: left;
	width: 179px;
}

#AdContentWrap {
	font-size: 90%;
	margin-left: 222px;
	float: right;
	width: 728px;
	margin-right: 50px;
	height: 90px;
}
