@charset "utf-8";
/* CSS Document */

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	font-family: "acumin-pro-condensed",sans-serif;
}

#logo {
	width: 1000px;
	height: 320px;
	padding-top: 200px;
	padding-bottom: 50px;
	margin: 0 auto;
}

#message {
	width: 1000px;
	margin: 0 auto;
	font-size: 54px;
	color: #27306a;
	font-weight: 300;
}

#contact {
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	color: #27306a;
	font-weight: 300;
	padding: 40px 0px 16px;
}

#social {
	width: 1000px;
	margin: 0 auto;
}

#footerBand {
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background-color: #666;
	
}

#footer {
	width: 900px;
	margin: 0 auto;
}

/*----------------------*/
p {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.28em;
	color: #424143;
	padding: 0px;
	margin: 0px;
}

/*----------------------*/

h1 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/

h2 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h3 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h4 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*---------------------*/

h5 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------site design by case+point:media-----------*/
h6 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.28em;
	color: #00a0af;
	margin: 0px;
	padding-top: 14px;
	text-align: right;
}

/* -------------------------------------------------------------- */


img {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom; /*disables 3px bottom on ie7*/
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363124;		
}

/* -------------------------------------------------------------- */ 

a:link {
	color: #d32027;
	text-decoration: none;
}

a:visited {
	color: #d32027;
	text-decoration: none;
}

a:hover {
	color: #6d6e71;
	text-decoration: none;
}

a:active {
	color: #d32027;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #70cde3;
	text-decoration: none;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
}