
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #333639; 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 85%;
	background-image: url(../image-files/body.jpg);
	background-position: top left;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #FFFFFF;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../image-files/h1-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: red;
	background-color: none;
	padding-left: 6px;
}

h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;
	color: ed;
}

blockquote {
margin: 12px 56px;
color: #FFFFFF;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
	color: #FFFFFF;
	display: none;
}

img {
	border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
}

#Header {
position: relative;
height: 135px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
	margin: 0 180px 0 180px;
	padding-left: 35px;
	padding-right: 30px;
	margin-top: 65px;
}

#NavColumn {
	float: left;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -950px;
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -210px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
	clear: both;
	position: relative;
	width: 100%;
	padding: 0px 0 80px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	margin: 0px;
	padding: 0px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat;
}

#Header {
background-image: url(../image-files/header.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
	background-image: url(../image-files/content.jpg);
}

#NavColumn {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../image-files/nav-bottom.jpg);
	background-position: bottom center;
	padding-bottom: 250px;
}

#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	background-color: transparent;    
	text-align: center;
	font-size: 110%;
	color: red;
	background-position: bottom;
}

#NavColumn {
	font-size: 95%;
	color: black;
	padding-left: 22px;
	padding-top: 0px;
	text-align: center;
}

#ExtraColumn {
	font-size: 95%;
	color: #fff;
	text-align: center;
}

#NavColumn h4 {
	font-size: 105%;
	color: white;
	margin-top: 0;
	text-align: center;
}

#ExtraColumn h4 {
	font-size: 105%;
	color: #FFFFFF;
	margin-top: 0;
	text-align: center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Geneva, Arial, Helvetica, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 5px 0px 10px 0;
	font-size: 110%;
	color: black;
	margin: 25px 0;
	background-image: url(../image-files/h3-nav.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 0;
	margin: -6px 0 0 0;
	text-align: center;
}

.Navigation li {
	background-color: transparent;
	margin-bottom: 2px;
	background-image: url(../image-files/nav-bg.jpg);
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: underline;
	font-weight: bold;
}

.Navigation a:visited {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	font-weight: bold;
}

.Navigation a:hover {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: transparent;   
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../image-files/nav-bg-hover.jpg);
}



/* ------ 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;
	width: 55%;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
	line-height: 200%;
}

.ExtraNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 2px 10px;
	font-weight: bold;
}

.ExtraNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
}

.ExtraNav a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../image-files/nav-bg-hover.jpg);
	padding: 2px 10px;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 160px;
	left: 220px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
	font-size: 85%;
	position: absolute;
	bottom: 15px;
	left: 220px;
}

#Footer .ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
	background-image: url();
	line-height: 200%;
}

#Footer p {
	text-decoration: underline;
	margin-top: 15px;
	margin-right: 220px;
	margin-left: 220px;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: transparent;
	width: 90%;
	border: 1px dotted #f41313;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: #FFFFFF;
	background-image: url(../image-files/calloutbox.jpg);
	font-weight: normal;
}

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: transparent;
width: 35%;
border: 1px dotted #f41313;
margin: 0 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #FFFFFF;
}

.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: transparent;
	background-image: url(../image-files/calloutbox.jpg);
	color: #FFFFFF;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 0px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
	margin: 0 auto 12px auto;
	clear: both;
	padding-top: 20px;
}

.ReturnToNavBox {
	background-color: transparent;
	width: 90%;
	margin: 0 auto 12px auto;
	padding: 4px;
	border: 1px dotted #f41313;
	background-image: url(../image-files/calloutbox.jpg);
	text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 175px;
background-color: transparent;
margin: 8px 2px 10px 2px;
padding: 2px 2px 10px 2px;
font-size: 90%;
font-weight: bold;
color: #999999;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #FFFFFF;
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;
}

