@charset "UTF-8";
body {
	font: "Lucida Grande", sans-serif  Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #fff;
}
		
		
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}
a img { border: none;}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {background: #131313; height:146px; padding: 0 50px 0 50px;}

.logo { margin:30px 50px 0 0; float:left; }
.crest { margin:20px 40px 0 0; float:left;}
.phone {margin:30px 0 0 0; float:left; }
.phone p { font-family: "Lucida Grande", sans-serif; font-size:9px; margin:6px 0 0 0; color:#ed008c;}
.phone p a { text-decoration:none; }
.phone p a:hover { text-decoration:underline;}

#map { width:425px; height:300px; color:#131313; font-size:10px; overflow:hidden; padding:10px; }

#fancybox-wrap {
  top: 50px !important;
 }


.facebook { margin:0px; width:260px; height:30px;}

#subheader {background: #ed008c; height:28px; margin:6px 0 6px 0; padding: 10px 50px 0 50px;}
#subheader h2 { background:url(images/home-subheader.gif) no-repeat; height:19px;}
#subheader h2 span {position: absolute;left: -999em;}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

#content {padding: 25px 50px; background:#131313;}
#content h1 { background: url(images/home-text.gif) no-repeat; height:304px;}
#content h1 span {position: absolute;left: -999em;}

#home-boxes {margin:6px 0 6px 0;}

#downloadbox {background:#b5bfc5; width:216px; float:left; margin:0 6px 6px 0; padding:23px;}
#downloadbox-roll {display: block; width: 215px;  height: 71px; background: url(images/downloadbox-roll.gif) no-repeat 0 0;}
#downloadbox-roll:hover {background-position: 0 -71px;}
#downloadbox-roll span {position: absolute;left: -999em;}

#contactbox {background:#ed008c; width:217px; float:left; margin:0 6px 6px 0; padding:23px;}
#contactbox-roll {display: block; width: 215px;  height: 71px; background: url(images/contactbox-roll.gif) no-repeat 0 0;}
#contactbox-roll:hover {background-position: 0 -71px;}
#contactbox-roll span {position: absolute;left: -999em;}

#facebookbox {background:#131313; width:217px; float:left; margin:0 0 6px 0; padding:23px;}
#facebookbox-roll {display: block; width: 215px;  height: 71px; background: url(images/facebookbox-roll.gif) no-repeat 0 0;}
#facebookbox-roll:hover {background-position: 0 -71px;}
#facebookbox-roll span {position: absolute;left: -999em;}


/* ~~ The footer ~~ */
.footer {padding: 10px 0;background: #fff;color:#999;font-size:9px; text-align:right;}
.footer a { color:#999;}

#legal { width:547px; color:#131313; font-size:10px; overflow:hidden; padding:20px; margin:0 0 0 0; }
#legal img { margin: 0 0 20px 0; }


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
