

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

body {
background-color: #ABB9D3; 
margin: 0;
padding: 0;
font-family: Arial, Georgia, Verdana,'Lucida Sans Unicode', 'Lucida Grande',  sans-serif;
color: #000;
font-size: 85%;
}

h1 {
margin-top: 5px;
font-family: 'Papyrus', Trebuchet MS,  Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #44546A;
text-align: center;
background-color: transparent;
color: #44546A;
line-height: 150%;
clear: both;
}

/* ----- Heading Classes ------ */
.hbg{
background-color: transparent;
font-family: 'Papyrus', Trebuchet MS, Georgia, 'Palatino Linotype', Palatino, serif;
color: #C50206;
width: auto;
text-align: center;
z-axis: 1;
border-bottom: 0px;
}

.red{
background-color: transparent;
color: #C50206;
}
.white{
background-color: transparent;
color: #F1F7EB;
border-bottom: 1px solid #F1F7EB;
}

h2 {
font-family:  Trebuchet MS, Georgia, Verdana, Arial, sans-serif;
border-bottom: 1px solid #44546A;
background-color: transparent;
color: #44546A;
line-height: 150%;
clear: both;
}

h3 {
font-family:  Trebuchet MS, Georgia, Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #44546A;
clear: both;
}

h4 {
font-family:  Trebuchet MS, Georgia, Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #44546A;
clear: both;
}

h5 {
font-family: Trebuchet MS, Georgia, Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #44546A;
clear: both;
}

h6 {
font-family: Trebuchet MS, Georgia, Verdana, Arial, sans-serif;
border-bottom: 0px;
background-color: transparent;
color: #44546A;
clear: both;
}

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

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

code {
color: navy;
}

img {
border: 0px solid #44546A;
}

a:link img {
border: 0px solid #44546A;
}




/* -- General Link Styling -- */

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

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

a:hover {
color: #44546A;
background-color: #EDF5E6;
text-decoration: underline;
}



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

#PageWrapper {
width: 1000px;
border: 0px;   
}

#Header {
position: relative;

border-bottom: 0px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 210px 0 210px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}
#ContentColumnWide {
margin: 0 100px 0 100px;    /* Used for search results */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -975px;
margin-top: 10px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -205px;        /* STEP 5: set to -(ExtraColumnWidth) */
margin-top: 10px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0 20px 0;
border-top: 0px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
position:relative; 
padding:1px 0;
min-height:332px; 
_height:332px; /* IE6 min-height fix */ 

}

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

#ContentColumn .Liner {

line-height: 150%;
}

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

#PageWrapper {
margin: 10px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header .Liner { 
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/nav-background.jpg);
background-repeat: repeat-y;
background-color: transparent;

}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url(../image-files/nav-background.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: bottom;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
color: #44546A;
}

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

#NavColumn h4 {
font-size: 95%;
color: #44546A;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 95%;
color: #44546A;
margin-top: 0;
}


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

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

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #44546A;
border-bottom: 1px solid #44546A;
margin: 12px 0;
}

/* -- Nav List -- */

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

.Navigation li {
background-color: transparent;       
border: 0px solid #5C6C4B;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #44546A;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}



.Navigation a:visited {
color: #44546A;
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:  #44546A;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: transparent;
text-decoration: underline;
}




/* ------ 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;

}




/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Trebuchet MS, Georgia,  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;
}



#Header .ExtraNav ul { 
margin: 0px;
background-color: transparent;
text-align: center;
}

#Header .ExtraNav li { 
margin: 0px;
background-color: transparent;
text-align: center;
}

#Header .ExtraNav a:link {
color: #F1F7EB;
text-decoration: none;
text-align: center;
background-color: #4B5C7A;
padding: 7px 7px 7px 7px;
margin: 1px;
}

#Header .ExtraNav a:visited {
color: #F1F7EB;
text-decoration: none;
padding: 7px 7px 7px 7px;
margin: 1px;

}

#Header .ExtraNav a:hover {
color: #44546A; 
background-color: #F1F7EB;
text-decoration: underline;
padding: 7px 7px 7px 7px;
margin: 1px;
}

#Header .ExtraNav {
position: absolute; 
bottom: 6px;
right: 0px;
width: 100%;
}

#Footer .ExtraNav {
margin: 0px;
background-color: transparent;
}

#Footer .ExtraNav li { 
margin: 0px;
background-color: transparent;
text-align: center;
padding: 7px 3px 7px 3px;
}

#Footer .ExtraNav a:visited {
color: #44546A;
}
/* ------ Section 6 - Boxes ------ */



.CalloutBox {

background-color: #4B5C7A;
width: 85%;
border: 3px dotted #F1F7EB;
margin: 18px auto 24px auto;
padding: 4px 4px 4px 4px;
color: #F1F7EB;
}


div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

.CalloutBox a:link {
color: #F1F7EB;
text-decoration: underline;
}



.CalloutBox a:visited {
color: #F1F7EB;
text-decoration: underline;
}

.CalloutBox a:hover {
color: #8EAFDB;
background-color: #4B5C7A; 
text-decoration: underline;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
color:  #F1F7EB;
}

.Red {


color: #cc0000;
}

.Red a:link {
color: #cc0000;
text-decoration: none;
}



.Red a:visited {
color: #cc0000;
text-decoration: underline;
}

.Red a:hover {
color: #cc0000;
text-decoration: underline;
}

.Box1 {          
background-color: #EAF3E2;
border: 2px solid #44546A;
margin: 10px;
color: #44546A;
padding: 10px;
}

.Box1 h2 {
margin: 0;
padding: 2px;
text-align: center;
color: #44546A;
}

.Box2 { 
width: 85%;
border: 3px dotted  #44546A;
margin: 18px auto 18px auto;
padding: 4px 4px 4px 4px;         
background-color: #EAF3E2;

color: #44546A;
}

.Box2 h2 {
margin: 0;
padding: 2px;
text-align: center;
color: #44546A;
}

.box-column {          
background-color: transparent;
border: 2px dotted #C50206;
margin: 3px;

}

.box-column h2 {
margin: 0;
padding: 2px;
text-align: center;
color: #C50206;
}

.ReminderBox {          
background-color: #EAF3E2;
width: 24%;
border: 1px solid #44546A;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #44546A;
}

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

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



div.addthis_follow {
    width: 120px;
    margin: 0 auto;
} 

div.addthis_16x16_style {   
 width: 140px;
    margin: 0 auto;
} 

.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-image: none;
background-repeat: no-repeat;
background-position: left;
color: #44546A;
background-color: #FFFFFF;
width: 85%;
border: 2px dotted #44546A;
margin: 0 auto 12px auto;
padding: 4px 10px 4px 10px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #44546A;
border: 1px solid #39412C;
margin: 8px auto 10px 3px;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #39412C;
line-height: 120%;
text-align: center;
}

/* THREE EQUAL WIDTH BOXES USED FOR 3 THUMBS IN MIDDLE OF CENTER COLUMNH DO NOT CHANGE */
.shell186{
width:186px;
float:left;
margin:0;
}
.inner180{
width:180px;
margin:0 auto;

}

/* Box for 3rd column klook DO NOT CHANGE */
.shell150{
width:150px;
margin:5px;
border: 1px solid #44546A;
background-color: white;

}
.inner140{
width:140px;
margin:0 auto;
background-color: white;
}

.shell150 h3{

background-color: #C50206;
color: white;
}

/* TWO EQUAL WIDTH BOXES USED FOR 2 BOXES FOR SITEMAP DO NOT CHANGE */
.shell260left{
width:260px;
float:left;
margin:5px;
border: 1px solid #44546A;

}
.inner250{
width:250px;
margin:0 auto;

}

.shell260right{
width:260px;
float:right;
margin:5px;
border: 1px solid #44546A;
}

/* TWO EQUAL WIDTH BOXES NO BORDER SIDE BY SIDE DO NOT CHANGE */
.shell260leftn{
width:260px;
float:left;
margin:5px;

}

.shell260rightn{
width:260px;
float:right;
margin:5px;

}

/* -- BLUE TABLE -- */

#table-blue {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   
    border-collapse: collapse;
}

#table-blue td, #table-blue th {
    font-size: 1em;
    border: 1px solid  #4B5C7A;
    padding: 10px 7px 10px 7px;
    
}

#table-blue th {
    font-size: 1.1em;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: #4B5C7A;
    color: #ffffff;
}

#table-blue tr.alt td {
    color: #4B5C7A;
    background-color: #EAF3E2;
     text-align: center;
     border-right: 1px solid #4B5C7A;
}

#table-blue tr {
    color: #4B5C7A;
    background-color: #BAD1E2;
     text-align: center;
}

#table-blue h2, h3 {
     color: #4B5C7A;
     border-bottom: 0px;
 }

#table-blue th a {
    color: white;    
}

#table-blue th a:visited {
    color: white; 
    text-decoration: underline;   
}

#table-blue th a:hover {
    color: #5797C6; 
    background-color: white;
    text-decoration: underline;   
}


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

.Clear {
clear: both;
}

.Caption {
font-size: 90%;
font-weight: bold;
color: #39412C;
display: block;
line-height: 100%;
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;
}

/* STYLING FOR BLOGLETS */

.blogItItem {
font-family:  Arial, sans-serif;
margin:30px auto;
border-bottom: 2px dashed #014D98;
}

.blogItItem h3 {
text-align:center;
color: #C50206; 
font-size: 120%;
}

/* STYLING FOR BREADCRUMBS */

.breadcrumb {
color: #44546A;
font-size: 95%;
font-style: italic;
}

.breadcrumb a:link {
color: #44546A;
}
.breadcrumb a:visited {
color: #44546A;
}
/* Code for Video Resizing */
.iframe-boxes  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-boxes iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none;
}

.mobileOnly {
    display: none;
}

html.mobile .mobileOnly {
    display: block;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
#NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
#NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile.android2 iframe {
    width: 100% !important;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
}

#toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.mobile #PageWrapper {
    margin-top: 35px;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.mobile #Header {
    width: 100%;
}

html.mobile #Header,
html.mobile #Header .Liner{
    background-size: 100%;
}
html.mobile #ContentWrapper {
    padding: 0;
    float: none;
}

html.mobile #ContentColumn,
html.mobile #ContentColumnWide {
  float: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}



html.mobile #NavColumn,
html.mobile #ExtraColumn {
    float: none;
    width: auto;
    margin: 0;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    margin-top: 200px;
}

html.mobile #PageWrapper {
    text-align: center;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    text-align: left;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    display: inline-block;
    width: 180px; /* original column width */
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    width: auto;
    left: 0;
    background-image:url(../image-files/footer-background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	 margin-left: 20px;
    margin-right: 20px;
}



@media only screen and (max-width: 359px) { /* portrait mode (very narrow columns) */
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 158px;
    }

    html.mobile #ExtraColumn {
        margin-left: -4px !important;
    }

    html.mobile #NavColumn .Liner,
    html.mobile #ExtraColumn .Liner {
        padding-left: 1px;
        padding-right: 1px;
    }

    html.mobile #ExtraColumn .Liner {
        padding-left: 0;
    }

    html.mobile #NavColumn *,
    html.mobile #ExtraColumn * {
        max-width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 100%;
    }
}

@media only screen and (max-width: 379px) {
    html.mobile #ExtraColumn {
        margin-left: 0;
    }
}

@media only screen and (min-width: 360px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 178px;
    }
}

@media only screen and (min-width: 380px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 180px; /* original column width */
    }

    html.mobile #ExtraColumn {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 550px) {
    html.mobile .socializeIt,
    html.mobile .socializeIt img {
        width: 100% !important;
    }

    html.mobile .socializeIt textarea {
        width: 100% !important;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td {
        width: 45%;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td:first-child {
        width: 10%;
    }
}

/* Design specific */

html.mobile #ContentWrapper {
    background: transparent;
}


/* disable plug-ins */
html.m #sthoverbuttons,
html.m #google_translate_element {
    display: none !important;
}

@media screen and (max-width: 480px)
{
	img {
max-width:100%;
height: auto !important;
-ms-interpolation-mode: bicubic;
}

 img{
float: none;
margin: auto;
padding:0;
clear:right important!;
}

.shell186, .shell150, .shell260left, .shell260right, .shell260leftn, .shell260rightn {
	
	float:none;
	display:block;	
	width:100%;
	margin:5px auto;
	padding:0;
	
	clear:both;
	}
	
.inner180, .inner140, .inner250 {
	width:100%;
	padding: 0;
	
	}
	 
}