i {
	font-style:italic;
}

b {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}

img {
    width: 100%;
    display: block;
}

/* footer stuff */

.line-separatorcontainer{
	width: 91.666667%;
	padding: 0 4.166667% 0 4.166667%; 
}

.line-separator {
    position: absolute;
    bottom: 5.25em;
	width: 91.666667%;
	height: 0.1em;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
}

@media screen and (min-width: 600px){
    .line-separator {
        bottom: 3em;
    }
}

.line-separator.dark { /* might need to get rid of this */
	background:#003300;	
}

.tallSpecial { /* this is to handle that stupid body not inheriting height from HTML bug */
    min-height: 960px;
}

.floaterSpecial { /* in addition to .tall, enables footer to stay on bottom of screen */
/*        display: none;  */
/*    position: fixed; */
    bottom: 0;
}

/* this will need to be updated everytime we add something to that contact form */
@media screen and (min-width: 600px) {
	.floaterSpecial {	
		position: fixed; 
	}
}
@media screen and (min-height: 800px) { 
    .tall { 
        min-height: 850px;
    }
    .floater { /* in addition to .tall, enables footer to stay on bottom of screen */
/*        display: none;  */
        position: fixed;
        bottom: 0;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}
@media screen and (min-width: 600px){
	.floater {
		display: block;
	}
}