/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #828389;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Geneva, sans-serif;
color: #444444;
font-size: 100%;
line-height: 1.2em;
letter-spacing: 0.03em;
padding-bottom:40px;
}


/* -- General Link Styling -- */

a:link {
color: #0036D9;
text-decoration:none;
}

a:visited {
color: #854E8B;
text-decoration:none;
}

a:hover {
color: #3366ff;
text-decoration:none;
}

#ContentColumn a:link {
text-decoration:none;

}

#ContentColumn a:visited {
text-decoration:none;
}

#ContentColumn a:hover {
text-decoration:underline;
}

.Navigation a:link  {
color: #ffffff;
margin-left: 0px;
padding: 0px;
font: bold 12px/24px Arial, Geneva, sans-serif;
}

.ExtraNav a:link  {
color: #ffffff;
font: bold 10px/24px Arial, Geneva, sans-serif;
list-style: none; 
width: 100%; 
padding: 20px; 
margin: 0px; 
height: 24px; 
display: inline; 
text-transform: uppercase; 
} 


.Navigation a:visited{
color: #ffffff;
margin-left: 0px;
padding: 0px;
font: bold 12px/24px Arial, Geneva, sans-serif;
}

.ExtraNav a:visited {
color: #ffffff;
font: bold 10px/24px Arial, Geneva, sans-serif;
list-style: none; 
width: 100%; 
padding: 20px; 
margin: 0px; 
height: 24px; 
display: inline; 
text-transform: uppercase; 
}

.Navigation a:hover {
color: #3366ff;
margin-left: 0px; 
padding: 0;
font-weight: bold;
}

.ExtraNav a:hover {
color: #ffffff; 
background: #3366ff top left repeat-x;
margin-left: 0px; 
padding:3px 20px 3px 20px;
font-weight: bold;
}

.TopNavSmall a:link, visited, hover {
color: #003FF9;
font: 10px/24px Arial, Geneva, sans-serif;
padding: 2px;
}

/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 95%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 95%; 
background-color: transparent;
color: #000;
} 


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 950px;
}

#WhiteWrapper {
width: 961px;
}

#Header {
height: 350px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 230px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 230px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -950px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */
}

#ExtraColumn {
float: left;
width: 170px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 5px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin: 0px 20px 0px 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/background.jpg) top left repeat-y;
}

#WhiteWrapper {
position:relative;
margin: 0 auto;
background-color: #ffffff;
}

#Header {
background: url(../image-files/banner2.jpg) top left no-repeat;
position:relative;
z-index:1;
}

#ExtraColumn .Liner {
padding-top:0;
padding: 20px
}

#ContentColumn .Liner {
padding: 0 10px 0;
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
z-index:10;
}

#ContentColumn, #ExtraColumn {
margin-top:-50px;
}

#NavColumn {
margin-top:-150px;
}

#Footer {
position:relative;
z-index:1;
}

#Footer .Liner {
padding:0;
margin-left:220px;
margin-right:20px;
background-color:#3366ff;
color:#fff;
position:relative;
z-index:5;
}

#Footer p {
  margin:0;
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
line-height: 1.0em;
}

/* -- Nav Headers -- */

.Navigation ul {
list-style-type: square;
position: relative;
margin: 0px 10px 0px 35px;
padding: 0;
}

.Navigation h3 {
border-bottom: 1px solid #757474;
padding:5px 0;
font-family: "Century Gothic", arial, sans-serif;
font-variant: small-caps;
font-size:120%;
}

.Navigation li {
margin: 0;
padding: 0;
margin: 0;
color: #3366ff;
margin-bottom: 0;
}

.Navigation a {
display:block;
width:100%;
padding: 2px 2px 2px 0;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

#Header {
position:relative;
}

#Header .ExtraNav {
position: absolute;
top: 247px;
right: 40px;
font-size: 100%;
}


.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav {
background-color:#212121;
}



/* ------ Section 6 - Specific Font Styles ------ */

#ContentColumn {
font-family: Verdana, Arial, sans-serif;
color: #444444;
font-size: 71%;
line-height: 1.3em;
letter-spacing: 0.02em;
}

#NavColumn {
font-size: 70%;
line-height: 1.1em;
}

#ExtraColumn {
font-family: Verdana, Arial, sans-serif;
color: #212121;
font-size: 71%;
line-height: 1.2em;
letter-spacing: 0.02em;
}

#Footer {
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
}

h1, h2, h3, h4, h5, h6 {
color: #757474;
font-weight: normal;
font-family: Arial, Geneva, sans-serif;
}

#NavColumn h1, 
#NavColumn h2, 
#NavColumn h3, 
#NavColumn h4, 
#NavColumn h5, 
#NavColumn h6 {
color: #3366ff;
font-weight: bold;
font-family: Arial, Geneva, sans-serif;
}

h1 {
font-size: 200%;
}

#ContentColumn h1 {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 190%;
}

#ContentColumn h2 {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 140%;
}

#ContentColumn h3 {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: normal;
font-weight: bold;
font-size: 140%;
}

#ContentColumn h4 {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: normal;
font-weight: bold;
font-size: 120%;
}

#ContentColumn h5 {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: normal;
font-weight: bold;
font-size: 115%;
}

#ContentColumn h6 {
color: #888888;
font-family: Arial, Geneva, sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 115%;
}


.Heading {
color: #444444;
font-family: Arial, Geneva, sans-serif;
font-variant: normal;
font-weight: bold;
font-size: 140%;
}



.NormalAccent {
font-family: Verdana, Arial, sans-serif;
color: #555555;
font-size: 110%;
font-weight: bold;
}

.NormalSmall {
font-family: Verdana, Arial, sans-serif;
color: #555555;
font-size: 80%;
line-height: 1.4em;
} 

.TopNavSmall {
font-family: Arial Narrow, Arial, sans-serif;
color: #333333;
font-size: 90%;
line-height: 1.1em;
position: absolute: top;
}


.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

blockquote {
margin: 0px 30px;
color: #777777;
font-size: 95%;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background: #3366ff;
width: 100%;
margin: 18px auto 18px auto;
padding: 1px;
color: #ffffff;
font-family: Verdana, Futura, Arial, Geneva, sans-serif;
font-size: 85%;
line-height: 1.6em;
letter-spacing: 0.03em;
text-align: center;
}

.CalloutBox p {
margin: 4px;
font-size: 115%;
color: #FFF;
text-align: center;
}

.CalloutBox a:link {
text-decoration:underline;
font-weight:bold;
color: #212121;
}

.CalloutBox a:visited {
text-decoration:underline;
font-weight:bold;
color: #212121;
}

.CalloutBox a:hover {
text-decoration:underline;
font-weight:bold;
color: #212121;
}

.ReminderBox p {
margin: 4px;
font-size: 115%;
color: #FFF;
text-align: left;
}

.ReminderBox {           /* the container box */
background-color: #9b5ba4;
width: 30%;
margin: 2px 0 12px 18px;
padding: 1px;
float: right;             /* adding float enables text to flow around it */
color: #FFF;
font-family: Verdana, Futura, Arial, Geneva, sans-serif;
font-size: 85%;
line-height: 1.6em;
letter-spacing: 0.03em;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFF;
}

.ReminderBox p {
padding: 0 2px;
}

.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: #FFF;
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 20px auto;
padding: 4px 2px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
line-height: 14px;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0px solid #ccc;
padding: 1px;
}

.NoPadding img {
border: 0px solid #ccc;
padding: 0px;
}

.Border img {
border: 1px solid #ccc;
padding: 1px;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 5px 0 8px 10px;
}

#ContentColumn li {
margin: 5px 0px 8px 10px;
}

#ContentColumn ol {
list-style-type: none;
margin: 5px 0 8px 10px;
}

.NoIndent {
margin: 0 0 0 5px;
padding: 1px;
}


.NoBullet {
margin: 0 0 0 5px;
padding: 0px;
}

/* -- 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;
}

.Center { 
text-align: center;
}

/* ------ Section 9 - Horizontal Lines ------ */

.solidshort {	
   border-top: 1px solid #888888;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	}
	
	.solidlong {	
   border-top: 1px solid #888888;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	}
	
.twtr-tweet-text {
font: 9px Verdana, Arial, Helvetica, sans-serif !important;
}
.twtr-hd h4 a {
	font-size:10px!important;
}

.twtr-font {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 9px !important;
	color: #5F3813 !important;
}
.style3 {font-size: 9}

.twtr-widget, .twtr-timeline p {
	font-size: 9px !important;
}
.twtr-tweet-text, .twtr-hyperlink, .twtr-reply, .twtr-atreply, .twtr-join-conv, .twtr-hd {
	font: 9px Verdana, Arial, Helvetica, sans-serif!important;
}
.twtr-join-conv {
	line-height:3em!important;
	font-weight:normal!important;
