

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: white;
	font-size: 85%;
	background-color: black;
	background-image: url(../image-files/body.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #E37B18;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	font-size: 200%;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-size: 140%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

code {
color: navy;
}

img {
border: 0;
}

a:link img {
	border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #E27B18;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #E27B18;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
}

#Header {
	position: relative;
	height: 344px;
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
}

#ContentWrapper {
	background-image: url(../image-files/background.jpg);
	background-repeat: repeat-y;
}

#ContentColumn {
	margin: -120px 240px 0 180px;
	padding: 0 30px 0 30px;
	position: relative;
	min-height: 680px;
}

#NavColumn {
	position: absolute;
	top: 243px;
	width: 180px;
	margin-right: 30px;
	margin-left: 10px;
	padding: 0;
}

#ExtraColumn {
	position: absolute;
	top: 258px;
	width: 160px;          
	margin-left: 755px;
}

#Footer {
	clear: both;
	width: 100%;
	height: 100px;
	padding: 8px 0 8px 0;
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.Liner {
	padding: 0px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	padding: 0;
	margin: 40px 0 0 0;
}

.white {
	border: 3px outset #E27B18;
	background-color: #FFF4D6;
	color: black;
	padding: 0 15px;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0 auto;
}

#Header {
	background-color: transparent;
	background-position: left top;
}

#Footer {
	clear: both;
	text-align: center;
	font-size: 85%;
}

#NavColumn {
	font-size: 90%;
	color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 150%;
	color: white;
	margin-top: 0;
	line-height: 30px;
	margin-left: -18px;
	padding-left: 18px;
	width: 200px;
}

#ExtraColumn h4 {
	font-size: 130%;
	color: white;
	margin-top: 0;
}
#ExtraColumn p {
	color: white;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: transparent;
	padding-left: 6px;
	margin: 0;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 125%;
	color: #E37B18;
	border-bottom: 1px solid #E37B18;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 10px 0 10px -5px;
}

/* -- 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: white;
	display: block;    /*  this makes the whole box highlight rather than just the text */
	padding: 0;
	text-decoration: none;
	margin: 0;
}

.Navigation a:visited {
	color: #E27B18;
	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: white;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink .Caption {
	color: #E27B18;
	font-size: 115%;
	text-align: center;
}

.ThumbnailLink a:link .Caption {
	text-decoration: none;
	color: #E27B18;
	font-size: 115%;
	text-align: center;
}

.ThumbnailLink a:hover .Caption {
	color: white;
	font-size: 115%;
	text-align: center;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #E27B18;
	font-size: 150%;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	text-align: center;
}

.ExtraNav a:link {
	color: #E27B18;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
}

.ExtraNav a:visited {
	color: #E27B18;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: white;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 60%;
	position: absolute;
	top: 20px;
	color: white;
	right: 260px;
}

#Header .ExtraNav ul {
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0;
}
#Header .ExtraNav li {
	border-left: 1px solid #E27B18;
	line-height: 15px;
	margin: 0;
	float: left;
	padding: 0;
}
#Header  .ExtraNav  li a:link,#Header  .ExtraNav  li a:visited {
	color: #E27B18;
	font-size: 120%;
	display: block;
	padding: 0 5px;
}

#Header  .ExtraNav  li a:hover,#Header  .ExtraNav  li a:active {
	color: white;
	text-decoration: none;
}

#ContentColumn a:link {
	color: #E27B18;
	text-decoration: none;
}

#ContentColumn a:visited {
	color: #682825;
	text-decoration: none;
}

#ContentColumn a:hover {
	color: #E27B18;
	text-decoration: underline;
}

#Footer .ExtraNav {
	margin: 0;
	padding: 0;
}
#Footer .ExtraNav li {
	border-right: 1px solid #E27B18;
	padding-right: 4px;
	padding-left: 1px;
}
#Footer a {
	font-size: 100%;
	color: #E27B18;
}

#Footer .copyright a  {
	color: white;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #682825;
	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;
}


div.CalloutBox img {
	margin: 13px;
	padding-top: 5px;
	padding-right: 5px;
}

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;
	color: #ddd;
}

.ReminderBox {
	background-color: #682825;
	width: 24%;
	border: 1px solid #A33838;
	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%;
}
.AdSenseBoxLeftNav {
	padding: 0;
	margin: 0 0 20px 0;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
}

.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;
	display: none;
}

.ReturnToNavBox {
	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;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #9F3636;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 100%;
font-weight: bold;
color: #000;
display: block;
line-height: 100%;
margin-bottom:10px;
margin-top: 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 12px 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;
}
.c2Form {
	padding:8px;
	border:1px solid #ddd;
	width: 430px;
	font-size: 90%;
}
.priceblack {
font-size: 200%;
text-align: center;
color: black;
text-decoration: line-through;
}

.pricered {
font-size: 300%;
text-align: center;
color: red;
}
