

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff; 
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 95%;
	background-image: url(../image-files/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
	color: #872668;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	text-align: center;
}

h2 {
	border-bottom: 1px solid #872668;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
	color: #006;
}

img {
	border: 0 solid #ddd;
}


a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #666B88;
	text-decoration: underline;
}

a:visited {
	color: #666B88;
	text-decoration: underline;
}

a:hover {
	color: #CFAEB9;
	text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
	top: 0px;
}

#Header {
	position: relative;
	height: 300px;
	width: 100%;
	text-align: center;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#ContentColumn {
	margin: 0 5px 0 5px;   /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
	padding-right: 5px;
	padding-left: 5px;
}

#NavColumn {
	float: left;
	width: 4px;               /* STEP 2: to set left column at 200, set 1 less than 200 here */
	margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	margin-top: 5px;
	padding-left: 10px;
}

#ExtraColumn {
	float: left;
	width: 4px;               /* STEP 4: to set right columns at 200, set 1 less than 200 here */
	margin-left: -4px;        /* STEP 5: set to -(ExtraColumnWidth) */
	margin-top: 5px;
	margin-right: 0px;
	padding-right: 5px;
}

#Footer {
	clear: both;
	width: 960px;
	padding: 8px 0;
	border-top: 0px solid #d7c6ad;
}

.Liner {
	padding: 10px;
}

#Header .Liner {
	padding: 0;
}

#Footer .Liner {
	margin: 0;
	padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: auto;
	background-image: url(../image-files/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#Header {
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#ContentWrapper {
	background-color: transparent;  /* set to transparent to allow the #PageWrapper bg-repeat.jpg to show through*/
	background-image: url(../image-files/content-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#ContentColumn img {
	background-image: url(../image-files/img-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
}

#Footer {
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 85%;
	background-position: center bottom;
	margin-bottom: 10px;
	padding: 40px 0 110px 0;
	background-color: transparent;
}

#Footer p{
	padding-bottom: 20px;
}

#NavColumn {
	font-size: 95%;
}

#ExtraColumn {
	font-size: 95%;
}

#NavColumn h4 {
	font-size: 90%;
	color: #872163;
	margin-top: 0;
	background-image: url(../image-files/h4-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 13px;
	text-align: center;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #902E6B;
	margin-top: 0;
	background-image: url(../image-files/h4-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 13px;
	text-align: center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
	font-size: 80%;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 100%;
	color: #872668;
	border-bottom: 0px solid #fff;
	margin: 15px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin-top: -6px 0 0 0;
	padding: 0 0 8px 0;
}

.Navigation li {
	margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #3D4684;
	display: block;
	text-decoration: none;
	background-image: url(../image-files/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 3px 8px 8px 0;
	margin-right: 4px;
}

.Navigation a:visited {
	color: #3D4684;
	display: block;
	background-image: url(../image-files/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 3px 8px 8px 0;
	margin-right: 4px;
	text-decoration: none;
}

.Navigation a:hover {
	color: #AD518E;
	display: block;   
	padding: 3px 8px 8px 0;
	margin-right: -8px;
	background-image: url(../image-files/nav-bg-hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}

.ThumbnailLink img{
	padding: 5px;
}

.ThumbnailLink a:link {
	text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: #636;
}


/* -- 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;
	padding: 0 7px 10px 7px;
}

.ExtraNav a:link {
	color: #3D4684;
	text-decoration: none;
	text-align: center;
	padding-bottom: 8px;
}

.ExtraNav a:visited {
	color: #3D4684;
	text-decoration: none;
	padding-bottom: 8px;
}

.ExtraNav a:hover {
	color: #AD518E;
	text-decoration: none;
	background-image: url(../image-files/extra-nav-rule-hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
}

#Header .ExtraNav {
	font-size: 85%;
	position: relative;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
	margin: 12px auto 12px auto;
	padding-bottom: 10px;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	width: 85%;
	border: 3px solid #E7DBC3;
	color: #006;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../image-files/purple-flower.gif);
	margin: 18px auto 24px auto;
	padding: 20px 8px 4px 4px;
}

div.CalloutBox p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 13px 17px 13px 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 13px 13px;
}

.ReminderBox {
	width: 24%;
	border: 3px solid #E7DBC3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #006;
	background-image: url(../image-files/blue-bg.jpg);
	background-repeat: repeat;
	background-position: right bottom;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
	font-size: 90%;
	padding: 0 4px;
	line-height: 110%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
border: 0px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn img{
	padding: 0px;
	background-image: url(../image-files/transparent.gif);
}

.AdSenseBoxLeft {
margin: 0 18px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 0 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 12px auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	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;
	background-image: url(../image-files/blue-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}



/* ------ 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;
}
