* {
	margin: 		0px;
	padding: 		0px;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 	10px;
}


html {
	background:		#557A8E url(/images/layout/bg-gradient.jpg) repeat-x scroll top left; 

	overflow-y:		scroll;
}

body {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:			transparent url(/images/layout/bg-rain.png) repeat scroll 0 0;
	font-family:			"Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	min-height:			100%;
	position:			relative;
}

.center {text-align: center;}
.float-l {float: left;}
.float-r {float: right;}
.align-l {text-align: left;}
.align-r {text-align: right;}
.block {display: block;}
.large {font-size: large;}
.larger {font-size: larger;}
.bold {font-weight: bold;}
.smaller {font-size: smaller;}
.bdr1 {border: 1px solid black}
.p-img-flt-r {
	border: 1px solid black;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {clear: both;}


#main-cnt {
	width: 			984px;
	margin-left:		auto;
	margin-right:		auto;
	min-height:		600px;
	background:		white url(/images/layout/bg-content.png) repeat-y scroll left top;
	border-bottom:		thick solid #cf010d
}

#home #main-cnt {
	background:		white url(/images/layout/bg-content-home.png) repeat-y scroll left top;	
}


/*************************
 * header
 *************************/
#hdr-cnt {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:		white url(/images/layout/hurricane.jpg) no-repeat scroll left top;
	height:			184px;
	text-align:		left;
	position:		relative;
}

#ss_logo {
	float:			right;
	border:			none;
	position: 		absolute;
	left: 			530px;
	top: 			5px;
	
}

#ss-hdr-floats {
	float: right;
	clear: right;

}

#swoosh-cnt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: absolute;
	min-height: 58px;
	width:	984px;
	top:	126px;
	background-repeat:	no-repeat;
	background-image: 	url(/images/layout/swoosh.png);

}

#home #swoosh-cnt {
		background-image: 	url(/images/layout/swoosh-home.png);
}

#swooshbar-tag {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: absolute;
	height: 30px;
	width:	275px;
	top:	20px;
	left:	650px;
	text-align: center;
	font-size:	larger;
}
#swooshbar-tag a {
	color: black;
	text-decoration: none;
}

.swooshbar-free {
	color: 			#cf010d;
	font-weight:		bold;
}

#header-offer {
	position: absolute;
	left: 250px;
	top:	40px;
	visibility: hidden;
} 




#hdr-cnt  img{
	border-style: none;
	
}

#hdr-cnt #happy-holidays {
	width: 200px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#toys-for-tots {
	width: 250px;
}
#ttt-blurb {
	text-align: center;
	margin-bottom: 10px;
	display: block;
	
}
/*************************
 * nav
 *************************/
 
#nav-cnt {
	width:		184px;
	min-height:	50px;
	float:		left;
	margin:		5px	0px 5px 0px;
}

#nav-cnt img {
	border: 	none;
}

.general-nav-img {
	border:		none;
	width:		173px;
	margin-left:	5px;
	margin-bottom:	15px;
}

.better-business {
	margin: 20px auto;
	display: block;
}

#diy {
	width: 99%;
	height: 120px;
	background-color: #cf010d;
	color: White;
	position: relative;
	clear: both;
	margin-bottom: 30px;
}


#diy-button {
	margin-bottom: 10px;
	
	
}
#diy-save {
	font-size: 30px;
	color: white;
	display: block;
	text-align: center;
	
	
}

#nav-offer {
	width: 184px;
	margin-bottom: 10px;
}

.social-buttons {width: 145px; margin: 0px auto;}




/*************************
 * center-cnt
 *************************/
#center-cnt {
	float:		left;
	margin:		5px 10px;
	width:		775px;
	position: relative;

	
}
#home #center-cnt {
	float:		left;
	margin:		5px 10px;
	width:		505px;
	
}

#center-cnt a {
	color: #06447a;
	text-decoration: none;
	
}
#center-cnt .post img {
	border-style: none;
}

#center-cnt a:hover {
	text-decoration: underline;
}
 
/*************************
 * feature-cnt  - home page
 *************************/

#better-business {
	height: 150;
	width: 200;
} 
 
#home #feature-cnt {
	float: 			right;
	width:			250px;
	margin:			5px 10px;
	color:			white;
}

#home #feature-cnt a {
	color:				white;
}


/*************************
 * footer
 *************************/

#ftr-link-cnt, #footer-cnt p  {
	text-align: center;
}
 
#footer-cnt {
	width: 		100%;
	color:		white;
	margin-top:	10px;
}
#footer-cnt a {
	text-align: 	center;
	font-size:	smaller;
	color: white;
	text-decoration: none;
}

#footer-cnt a:hover {
	text-decoration: underline;
}
#footer-cnt ul {
	display: 	block;
	list-style-type: circle;
	margin-right:	auto;
	margin-left:	auto;
}
#footer-cnt ul li {
	float: 		left;
	
}



#new-screen-notice {
	background-color: #80c146;
	color: white;
	display: inline-block;
	padding: 5px;
	margin-left: 200px;
	border: 1px solid white;
	border-top: none;
}
#new-screen-notice a {text-decoration: none; color: white;}
#new-screen-notice a:hover {text-decoration: underline;}





