/* Stylesheet */ 
/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, 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, caption, 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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
p ~ ul{
	list-style: disc;
	list-style-position: inside;
	padding: 10px;
	font-size: 14px;

}

ol, ul{
	list-style: none; }

html{
	height: 100%;
}
body{
	margin: 0 0 0 0;
	font:12px/20px Arial; 
	line-height: 1;
	height:100%;
}
strong{
	/*font-weight: bold;*/
	font-size: 1.2em;
	
}

.fixedWidth {
	margin: 0 auto;
	width: 800px;
	
}
p img{
	padding: 5px;
}
.navbar{
	height: 60px;;
	font-size: 2em;
	
}
#banner {
	height: auto;
}
#content{
	margin: 5px;
	min-height: 400px;
}

.photoMontage{
	
	margin: 10px;
	margin-left: 0px;
	height: 150px;
	width: auto;
	border-radius: 25px;
}
.text-center{
	text-align: center;
}
th{
	border-bottom: 1px solid black;
}
.helium-table{
	margin: 0 auto;
	margin-top: 60px;
	font-size: 1.5em;
}
.table{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.5em;
	border: 1px solid black;
	border-collapse: collapse;
}
.table td{
	border: 1px solid black;
	padding: 10px;
}
.table th{
	border: 1px solid black;
	padding: 10px;
}
.clear{
	clear: both;
	
}
.floatright{
	float: right;
	width: 400px;
}
.float{
	float: left;
}
.float img{
	float: left;
}
td{
	padding-right:15px;
	padding: 5px;
}
#container{
	min-height:100%;
	margin: 0 auto -80px;
}
#footer{
	
	margin-top: 10px;
	width: inherit;
	background: #570094;
	padding-top: 20px;
	
}
#footer, .push{
	height: 80px;
}

#social-media img{	
	width: 25px;
	height: 25px;
	padding-left: 15px;
	

}

#footer ul{
	margin-left: 135px;

}
#footer ul li{
	float: left;
	padding-right: 15px;
	
}
p{
	font-size: 1.2em;
}
#footer ul a{
	text-decoration: none;
	color: #DDD;
}
#footer ul a:hover{
	color: #666;
}