
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', Helvetica, sans-serif;
	line-height: 1.4em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* RESET END */




.body {
	background-color: #CCCCCC;
}

.brandbar-container {
	width:100%;
	background-color:#2c2e78;
}


.brandbar {
	width:70%;
	background-color:#2c2e78;
	margin-left: auto ;
  	margin-right: auto ;
	padding-top:20px;
	padding-bottom:20px;
}

.brandtext {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:60px;
	font-weight:bold;
	color:#CCC;
}


.brandbar-container2 {
	width:100%;
	background-color:#3d4ba1;
}

.brandbar-container3 {
	width:100%;
	background-color:#eee;
}


.brandbar2 {
	width:70%;
	background-color:#3d4ba1;
	margin-left: auto ;
  	margin-right: auto ;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
}

.brandbar3 {
	width:70%;
	background-color:#eee;
	margin-left: auto ;
  	margin-right: auto ;
	height:20px;
}

	
.logo-jsa {
	height:140px;
}


.main-container {
	width:100%;
	background-color: #eeeeee;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:baseline;

}

.main {
	width:70%;
	margin-left: auto ;
  	margin-right: auto ;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#333333;


	
}

.badge{
	float:right;
	height:150px;
}




.main-light {
	float:left;
	padding-right:20px;
}

.main-light-text {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
}



.main-light-text a:link {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
}


.main-light-text a:visited {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
}





.footer-container {
	background-color:#2c2e78;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

.footer {
	background-color:#2c2e78;
	width:70%;
	margin-left: auto ;
  	margin-right: auto ;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:middle;
}

.footertext {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
	
	
.map {
	text-align:left;
	border:solid;
	border-width:20px;
	border-color:#e5e5e5;
	max-width:100%;
}








/*Styles for screen 800px and lower*/



@media screen and (max-width: 800px) {
.badge{
	float:right;
}

.main {
	width:90%;
}

.brandbar2 {
	width:90%;
}

.brandbar {
	width:90%;
}


}












/*Styles for screen 600px and lower*/




@media screen and (max-width: 600px) {
.badge{
	float:left;
}

.main {
	width:90%;
}

.brandbar2 {
	width:90%;
}

.brandbar {
	width:90%;
}


}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
		
.main {
	width:90%;
}

.brandbar2 {
	width:90%;
}

.brandbar {
	width:90%;
}

.badge{
	float:left;
	height:150px;
}


}

/*Smartphone*/
@media only screen and (max-width : 320px) {


.brandtext {
	font-size:50px;
}
	


.main {
	width:90%;
}

.brandbar2 {
	width:90%;
}

.brandbar {
	width:90%;

}



.badge{
	float:left;
	height:80px;
}



}