@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*This is the end of the reset*/
body {
	background-color: #85c0cd;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	color: #ffffff;
	font-family: Futura, Century Gothic, "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}
#header, #bodywrap {
	width: 840px;
	margin: 0 auto;
}

#header, #footer {
	text-align: center;
}

#header {
	margin-bottom: 74px;
}

.logo {
	margin: 35px 0px;
}

#contact-us {
	width: 470px;
	float:left;
	text-align: right;
	padding-top: 12px;
	font-size: 35px;
	
}

#contact-info {
	width: 369px;
	float:right;
	text-align: left;
	border-left: 1px solid #ffffff;
}

#contact-us-padding {
	padding-right: 20px;
}
#contact-info-padding {
	padding-left:20px;
}


#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.enlarge {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transform: scale(1)  rotate(0deg);
	-moz-transform: scale(1)  rotate(0deg);
}

.enlarge:hover {
	-webkit-transform: scale(1.04)  rotate(0deg);
	-moz-transform: scale(1.04)  rotate(0deg);
}

.float {
	position:relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transform: scale(1)  rotate(0deg);
	-moz-transform: scale(1)  rotate(0deg);
}

.float:hover {
	left: 7px;
	-webkit-transform: scale(1)  rotate(0deg);
	-moz-transform: scale(1)  rotate(0deg);
}

#address {
	font-weight:normal;
	font-family: Futura, Century Gothic, "Arial Black", Gadget, sans-serif;
	height: 30px;
	width: 558px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	background-color: #a8d4dd;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

#address:hover {
	height: 38px;
}
	