

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #4a4949;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
	background-image: url(../image-files/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
	color: #333;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	text-align: center;
}

h2 {
	border-bottom: 1px solid #ea2a11;
}

blockquote {
	margin: 12px 56px;
	color: #000;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}

code {
	color: #000;
}

img {
	border: 0;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #F90;
	text-decoration: underline;
}

a:hover {
	color: #F90;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 970px;
	padding-right: 18px;
	padding-left: 18px;
	margin: 0 auto;
}

#Header {
	position: relative;
	height: 277px;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 1px;
}

html>body #Header {
	margin-left: -11px;	
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-top: 0px;
}

#ContentColumn {
	padding: 20px;
	margin: 30px 200px 0 200px;
}

#NavColumn {
	float: left;
	width: 164px; 
	margin-left: -960px;
	padding-top: 0px;
}

html>body #NavColumn {
	margin-left: -970px;	    
}

#ExtraColumn {
	float: left;
	width: 184px;               
	margin-left: -184px;	     
	padding-top: 0px;
}

#Footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #fff;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	background-repeat: no-repeat;
	background-image: url(../image-files/background.jpg);
	background-position: center top;
}

/*#Header {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../image-files/header-image.gif);
}*/ 

#ContentColumn {
	background-color: #E1E1E1;
	border: 2px ridge #F00;
}

#Footer {
	text-align: center;
	font-size: 85%;
}

#NavColumn {
	font-size: 90%;
	color: #ccc;
}

#ExtraColumn {
	font-size: 90%;
	color: #ccc;
}

#NavColumn h4 {
	font-size: 90%;
	color: #ccc;
	margin-top: 0;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #ccc;
	margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	font-size: 110%;
	color: #fff;
	background-image: url(../image-files/nav-h3-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
	margin: 12px 0 12px 0;	
	padding: 5px 10px 15px 15px;
	width: 140px;	
}

html>body .Navigation h3 {				
	margin-left: -20px;
	width: 170px;
	background-position: left bottom; 
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
	background-color: transparent;
	margin-bottom: 3px;
	border-bottom: 1px groove #333;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #ccc;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 4px;
}

.Navigation a:visited {
	color: #ccc;
	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: #ea2a11;
	display: block;
	padding: 3px 0 3px 4px;
	text-decoration: none;
}



/* ------ 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: #f60;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;

}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
	padding: 0 6px;
}

.ExtraNav a:link {
	color: #ccc;
	text-decoration: none;
	text-align: center;
}

.ExtraNav a:visited {
	color: #ccc;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #ea2a11;
	text-decoration: none;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 10px;
	right: 0px;
	margin-right: -11px;
	margin-bottom: 0px;
	padding: 8px 20px 18px 20px;
}

#Header .ExtraNav ul {
	margin: 0;
	padding: 5px 5px 5px 0;
}

#Header .ExtraNav ul li {
	background-image: url(../image-files/extranav-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 8px;
}

#Footer .ExtraNav {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding-top: 7px;
	padding-bottom: 13px;
	background-image: url(../image-files/footer-extranav-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 992px;
	text-align: center;
}

html>body #Footer .ExtraNav {
	margin-left: -10px;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	width: 85%;
	border: 1px solid #ea2a11;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox img {
margin: 10px;
}

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: #fc9;
	width: 24%;
	border: 1px solid #ea2a11;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: transparent;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.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: transparent;
	width: 90%;
	border-top: 1px solid #ea2a11;
	border-bottom: 1px solid #ea2a11;
	margin: 12px auto;
	padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #e2e2e2;
	border: 1px solid #E1E1E1;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
}
#RSSbox p {
	background-color: #fff;
	padding: 5px;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #ccc;
	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;
}
