body, html {
	margin:0;
	padding: 0;
	width: 100%;
	overflow-x: auto;
}

body{
	font-family: 'Roboto Light';
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	width: 100%;
	padding: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .1rem;
	background-color: #ECECEC;
	height: 100%;
	}

a {
    font-size: 100%;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 60%;
    }
    
    a {
        font-size: 100%; /* This will make links the same size as body text */
    }
}


a:link, a:visited, a:hover {
	color: #3F56DD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Light';
	
}

h1{
 font-family: 'Roboto Light';
 font-size: 180%;
 color: #EBEBEB;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 font-style: normal;
 letter-spacing: .1rem;
	
}

h2{
 font-size: 100%;
 color: #000000;
 font-weight: bold;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #0E0D0D;
}

h5{
 font-size: 100%;
 color: #0E0D0D;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% "Roboto light", normal;
 color: #000000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

 #masthead {
    font: bold 150% "Roboto light", normal;
    color: #C8C8C8;
    line-height: 1.166;
    letter-spacing: .1rem;
    padding: 0.75% 1% 0.5% 1%;
    background-color: #505050;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
}

#masthead a {
    font-size: 100%;
    color: #D9D9D9;
    text-decoration: none;

}
#masthead a:hover {
    color: #FFFFFF;
}

#globalNav {
    font: bold 90% "Roboto light", normal;
    color: #C8C8C8;
    line-height: 1.166;
    letter-spacing: .1rem;
    padding: 0.5% 1.5% 0.75% 1.5%;
    background: #505050;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
}

#globalNav a {
    font-size: 100%;
    color: #D9D9D9;
    text-decoration: none;
}

#globalNav a:hover {
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 60%;
    }

    #masthead {
        font-size: 90%; /* Adjusted to maintain proportionality */
    }

    #globalNav {
        font-size: 54%; /* Adjusted to maintain proportionality */
    }

    #masthead a, #globalNav a {
        font-size: 100%; /* Ensures links maintain relative size to the container text */
    }
}
  

#navBar{
	margin: 0 78% 0 0;
	padding-top: 0.5% ;
	padding-left: 0.25%;
	padding-right: 0.2%;
	padding-bottom: 0.5%;
	background-color: #ECECEC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	
#navBar a {
    font-size: 100%;
}

@media screen and (max-width: 600px) {
    #navBar a {
        font-size: 50%; 
    }
}

#content{
  float:right;
	width: 75%;
	height: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content {
    font-size: 100%;
}

@media screen and (max-width: 600px) {
    #content {
        font-size: 55%; 
		padding: 0;
        margin: 0;
    }
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	background-color:#656565;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



	/*white-space: nowrap;*/

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/*#globalNav img{
 display: block;
}*/


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font: bold 90% "Roboto light", normal;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .1rem;
	padding-left: 1.5% ;
	padding-bottom: 0.75%;
	padding-top: 0.5%;
	clear: both;
	/*border: 2px solid #831416;*/
	padding: 10px 10px 10px 10px;
	margin-top: -10px;
	color: #C8C8C8;
	line-height: 1.166;
	border-bottom: 0px solid #cccccc;
	background: #505050;
	width: 100%;
	height: 100%
		
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/************* #masthead link style ***************/
#masthead a:link { color: #D9D9D9; text-decoration: none;}
#masthead a:visited { color: #D9D9D9; text-decoration: none; }
#masthead a:active { color: #434343;text-decoration: none; }
#masthead a:hover { color: #FFFFFF; text-decoration: none;}

/************* #globalNav link style ***************/
#globalNav a:link { color: #D9D9D9;text-decoration: none; }
#globalNav a:visited { color: #D9D9D9;text-decoration: none; }
#globalNav a:hover { color: #FFFFFF; text-decoration: none;}
#globalNav a:active { color: #434343;text-decoration: none; }

/************* #siteinfo link style ***************/
#siteInfo a:link { color: #D9D9D9;text-decoration: none; }
#siteInfo a:visited { color: #D9D9D9;text-decoration: none; }
#siteInfo a:hover { color: #FFFFFF; text-decoration: none;}
#siteInfo a:active { color: #434343;text-decoration: none; }


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

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 20px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: rgba(207,209,240,1.00);
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #headlines styles **************/
#paypal{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}
/************** responsive image **************/
.responsive-image {
    width: 100%;
    max-width: 150px;
    height: auto;
}

@media screen and (max-width: 350px) {
    .responsive-image {
        width: 50px;
    }
}

@media screen and (min-width: 351px) and (max-width: 499px) {
    .responsive-image {
        width: 112px;
    }
}

@media screen and (min-width: 500px) {
    .responsive-image {
        width: 150px;
    }
}
	
	

	
