

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #222;
	font-size: 85%;
    background:#830707;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #FF0000;
	clear: both;
	font-family: "Lucida Sans";
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	font-size: 170%;
	font-variant: small-caps;
}

h2 {
	font-size: 140%;
}

h3,h4,h5,h6 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 120%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: "Lucida Sans";
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
	border: 0;
	margin: 0px;
	padding: 0px;
}


/* -- General Link Styling -- */

a:link {
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color:#660000;
	text-decoration: underline;
}

#ContentWrapper a:link {
color: #830707;
font-size: 12px;
font-family: Verdana;
font-style: normal;
font-weight: Bold;
text-decoration: none;
}
#ContentWrapper a:visited {
color: #830707;
font-size: 12px;
font-family: Verdana;
font-style: normal;
font-weight: Normal;
text-decoration: none;
}
#ContentWrapper a:active {
color: #c64934;
}
#ContentWrapper a:hover {
color: #58AC58;
font-size: 12px;
font-family: Verdana;
font-weight: Bold;
text-decoration: none;
cursor: hand;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
    background:#FFF6CD;
}

#Header {
	position: relative;
	height: 200px;
    background-image: url(../image-files/logonewtemplate.jpg);
    background-repeat: no-repeat;
}

#toprounded {
    position: relative;
    height: 20px;
}

#bottomrounded {
    position: relative;
    height: 20px;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#ContentColumn {
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	width: 550px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
	position: relative;
}

#NavColumn {
	width: 180px;        /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

#ExtraColumn {
	float: left;
	width: 180px;
	position: relative;
	margin-left: -190px;
	margin-top: 20px;
}

#Footer {
	clear: both;
	width: 100%;
	color: #000;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Liner {
	padding: 0px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Header {
	background-color: transparent;
	background-position: left top;
}

#ContentWrapper {
	background-color: transparent;
}

#NavColumn {
	/*background-color: #660000;*/
}

#ContentColumn {
	background-color: transparent;
}

#ExtraColumn {
	background-color:#660000;
}

#Footer {
	text-align: center;
	font-size: 85%;
}

#NavColumn {
	font-size: 90%;
	color: black;
}

#ExtraColumn {
	font-size: 90%;
}

#ExtraColumn table.text {
    width:180px;
    text-align:center;
    padding-bottom:20px;
    padding-top:20px;
}

#ExtraColumn p font {
    color:#FFFF99;
}
#ExtraColumn  .subscribe {
width:180px;
}

#NavColumn #top_left {
    width:180px;
    text-align:center;
    background:#660000;
}
#NavColumn #top_left table{
    
 width:180px;   
}

#NavColumn h4 {
	font-size: 130%;
	color: #367350;
	line-height: 40px;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 190px center;
}

#ExtraColumn h4 {
	font-size: 130%;
	color: #367350;
	line-height: 40px;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 180px center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 180px;
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	/*padding-left: 6px;*/
	margin: 0px;
    background:#660000;
}
#NavColumn .navheader {
    width: 180px;    
}
/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #367350;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #367350;
	font-family: "Lucida Sans";
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 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: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.Navigation li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #367350;
	     /*display: none;  this makes the whole box highlight rather than just the text */
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}

.Navigation a:visited {
	color: #367350;
	/*display: block;       this makes the whole box highlight rather than just the text */
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}

.Navigation a:hover {
	/*display: block;       this makes the whole box highlight rather than just the text */
	padding: 0px;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
	text-decoration: underline;
	margin: 0px;
	color: #002200;
}




/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	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;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 100%;
	position: absolute;
	top: 0px;
	color: #8ADF8A;
	left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

#Header .ExtraNav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Header .ExtraNav li {
	line-height: 75px;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BECE8D;
	padding: 0px;
	font-size: 90%;
}
#Header  .ExtraNav  li a:link,#Header  .ExtraNav  li a:visited {
	color: #6CC16C;
	font-size: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-transform: uppercase;
}

#Header  .ExtraNav  li a:hover,#Header  .ExtraNav  li a:active {
	color: #267426;
	text-decoration: none;
}

#Footer {
margin:auto;
width:600px;
}




/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #EBEFE9;
	width: 85%;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}

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: #EBEFE9;
	width: 24%;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #367350;
}

.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: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px;
}

.AdSenseBoxLeft {
	float: left;
	height: 250px;
	width: 250px;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-left: 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;
}

.ReturnToNavBox {
background-color: #fff;
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: 180px;
	border: 0px solid #8f8fb3;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #213961;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

#addSiteTo {
border:0;
}


/* ------ 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;
}
.c2Form {
	padding:8px;
	border:1px solid #ddd;
	width: 400px;
	font-size: 90%;
}

.headerwrapper {
float:left;
height:100px;
left:105px;
position:relative;
top:85px;
width:460px;
}

.headerwrapper .imghead{
    width:130px;
    float:left;
}

.headerwrapper .quotehead{
    width:300px;
    float:left;
    margin-left:10px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
border-right: 0px solid #000;
padding: 1em 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 140%;
background-color: #7F0000;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #830707;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #8F0000;
border-right: 10px solid #8F0000;
background-color: #8F0000;
color: #FFFF99;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #AF0000;
border-right: 10px solid #AF0000;
background-color: #AF0000;
color: #F8F080;
}


#blueblock h2 {
background:#FFF6CD none repeat scroll 0 0;
color:#7F0000;
font-size:75%;
padding-bottom:10px;
padding-top:10px;
}