/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************//*
Added word-wrap: break-word;	

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
    background-color:#EE0000;
      
}

body{
    font-family: Arial, Helvetica, sans-serif;
    color: #fafafa;
    line-height: 1.166;
    margin: auto;
    background-color:#EE0000;
    padding: 0%;
    width: 100%;
    word-wrap: break-word;	        
}

a{
    color: #b6dafa;
    text-decoration: none;
    word-wrap: break-word;	
}

a:link{
    color: #b6dafa;
    text-decoration: none;
}

a:hover{
    color: #F6891F;
    text-decoration: underline;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #fafafa;
    margin: 0%;
    padding: 0%;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 114%;
    color: #fafafa;
    margin: 0%;
    padding: 0%;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #EE0000;
    margin: 0%;
    padding: 0%;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #EE0000;
    margin: 0%;
    padding: 0%;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #fafafa;
    margin: 0%;
    padding: 0%;
}

ul{
    list-style-type: square;
}

ul ul{
    list-style-type: disc;
}

ul ul ul{
    list-style-type: circle;
}

label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #fafafa;
}

img, embed, object, video {
    max-width: 100%;
    max-height: 100%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
    width: 95%;        
    margin-left: 5%;
    padding: 0.3% 0% 0.3% 0%;
}

#headlines{
    float:right;
    width: 11%;
    border-right: 1px solid #EDC908;
    border-bottom: 1px solid #EDC908;
    border-left: 1px solid #EDC908;
    margin-right: 5%;
    padding: 0.3%;
}

#content{
    float: left;
    width: 75%;
    margin-left: 5%;      
}

/***********************************************/
/* Components                                  */
/***********************************************/

.sticky {/*makes the navigation stick to the top when scrolling*/
    background-color: #EE0000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;    
    border-bottom: 1px solid #EDC908;
}

/************* #globalNav styles **************/

#globalNav{
    width: 95%;        
    margin-left: 5%;
    padding: 0.3% 0% 0.3% 0%;    
    color: #ffffff;
}

#globalNav img{
 display: block;
}

#globalNav a {
    font-size: 90%;
    color: #ffffff;
    padding: 0% 0% 0% 1%;
}

#globalNav a:hover{
    color: #F6891F;
    text-decoration: underline;
}

/************** #headlines styles **************/

#headlines a{
    font-size: 90%;
}
#latestnews h2{
    color:#FF0000
}

/************* #localNav styles **************/

#localNav{
    width: 75%;        
    margin-left: 5%;
    padding: 0.3% 0% 0.3% 0%;    
    color: #ffffff;
}

#localNav a {
    font-size: 90%;
    padding: 0.5% 0.5% 0.5% 0.5%;
}

/*************** #pageName styles **************/

#pageName{
    width: 95%;        
    margin-left: 5%;
    padding: 0.5% 0% 0.5% 0%;
}

/************** .error styles *****************/

.error h3{

    padding: 1% 1% 1% 0%;
    text-align: left;
    color: #000000;
    font-size: 100%;	
}

/************** .feature styles ***************/

.feature{
    padding: 0% 0% 0.3% 0%;
    font-size: 90%;
}

.feature h3{
    padding: 30px 0px 5px 0px;
    text-align: left;
}

.feature img{
    float: left;
    padding: 10px 10px 0px 0px;
}

/************** .story styles *****************/

.story{
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 90%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.story p{
    padding: 0px 0px 10px 0px;
}

/************** .narrow_tbl styles *****************/
.narrow_tbl  {
    width: 40%;
    border-collapse: collapse;
    text-align: left;
}
/************** .medium_tbl styles *****************/
.medium_tbl{
    width: 70%;
    border-collapse: collapse;
    text-align: left;
}
/************** .wide_tbl styles *****************/
.wide_tbl {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.wide_tbl th,td{
    padding: 0.3%;
}
/************** .result_tbl styles *****************/
.result_tbl  {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    empty-cells: show;
    table-layout: auto;
    visibility: visible;
    text-align: left;
}
/************** .tbl_picture styles *****************/
.tbl_picture {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    empty-cells: show;
    table-layout: fixed;
    visibility: visible;
    text-align: left;
    font-size: 10px;
}
/************* #siteInfo styles ***************/

#siteInfo{
    clear: both;
/*	border: 1px solid #cccccc;*/
    font-size: 75%;
    color: #cccccc;
    padding: 0.5% 0.5% 0.5% 5%;
}

#siteInfo img{
    padding: 4px 4px 4px 10px;
    vertical-align: middle;
}


/************* #search styles ***************/

#search{
    sborder: 1px solid #cccccc;
    clear: both;
    font-size: 75%;
    padding: 10px 10px 10px 10px;
    color: #000000;
    width: 20%;
}


/*#SiteSearch{
	float: left;
	width: 29%;
}

/*#VideoSearch{
	float: left;
	width: 29%;
}

/*#WebSearch{
	float: left;
	width: 29%;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 90%;
}

#sectionLinks h3{
    padding: 10px 0px 2px 10px;
}

#sectionLinks a {
    display: block;
    border-top: 1px solid #FFFFFF;
    padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
    background-color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 90%;
}

.relatedLinks h3{
    padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
    display: block; 
}

/************** #advert styles **************/

#advert{
    padding: 30px 0px 10px;
}

#advert img{
    display: block;
}
