@import url(../fonts/gothambold/gothambold.css); /*gothamBold*/
@import url(../fonts/gothambook/gothambook.css); /*gothamBook*/
@import url(1140.css);

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}
/* 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;
}

body {
	font-size: 16px;
	font-family: gothamBook, sans-serif !important;
	background-image: url(../img/WhiteBrick_Tile.jpg);
	background-repeat: repeat;
}

body, html{
	height: 100%;
}

.wrapper{
	height: 100%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.pull-left{
	display: block;
	float: left;
}

.pull-right{
	display: block;
	float: right;
}

.footer{
	text-align: center;
	font-size: 0.75em;
	color: #8b8b8b;
}

#homeWrapper{
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	display: table;
	width: 100%;
	/*margin: 0;*/
}

.row{
	display: table-row;
}

#bodyContent{
	height: 100%;
	vertical-align: middle;
	display: table-row;
}

.tableCenter{
	display: table-cell;
	vertical-align: middle;
}

.footer, .push{
	height: 30px;
}

.nav{
	height: 85px;
	line-height: 85px;
	vertical-align: middle;
}

#bigLogo{
	margin-left: auto;
	margin-right: auto;
	max-width: 440px;
	width: 70%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navLogo{
	width: 44px;
	height: 40px;
	vertical-align: middle;
}

#navBar{
	height: 85px;
	background-color: #a4a6a9 !important;
	background: #a4a6a9;
}

#navBar .pull-left, #navBar .pull-right{
	padding-left: 10px;
	padding-right: 10px;
}

#mailTo{
	color: #fff;
	text-decoration: none;
	padding-left: 34px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	background-size: 26px 35px;
	background-position: 0px 0px;
}

#mailTo:link{
	color: #fff;
	text-decoration: none;
}

#mailTo:hover{
	color: #dedede;
	text-decoration: none;
	background-position: 0px -17.5px;
}

#mailTo:visited{
	color: #fff;
	text-decoration: none;
}

#mailTo:active{
	color: #fff;
	text-decoration: none;
}