@charset "UTF-8";
body {
	background: #e8e8e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
p {
	font-size: 0.8em;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover, a:active {
	color: #f30909;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	color: #3b33e1;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #F30909;
	padding-bottom: 0px;
}
.heading {
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	letter-spacing: .1em;
}
.bizName {
	font-size: 0.9em;
	display: inline-block;
	border-left: #5895b7;
	border-top-color: #5895b7;
	border-right-color: #5895b7;
	border-bottom-color: #5895b7;
	margin-left: 50px;
	margin-right:50px;
}
.oneColFixCtrHdr #container {
	width: 754px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.underline {
	text-decoration: underline;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF url(../images/smBanner.gif) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 70px;
	position: relative;
}

#header ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 5px;
	background: #d3d2fe;
} 
#mainContent ul {
	font-size: 0.8em;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}
#header .bargains {
	position: absolute;
	right: 30px;
	bottom: 7px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	background: #d3d2fe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #0000ff;
	/*margin-right: 0.5em;*/
	padding: 0.15em 0.7em;
}
#header li a:hover, #header li a:active {
	color: #f30909;
	background: #c5c4ef;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	position: relative;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.oneColFixCtrHdr #fullPgAdMainContent {
	position: relative;
}
#fullPgAdMainContent #leftSidebar {
	padding: 20px 25px 10px;
	float: left;
	width: 212px;
}
#fullPgAdMainContent #rightContent {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px 0px 0px 280px;
}
#topSearch ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	background: #F5F819;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 754px;
}
#bottomSearch ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	background: #F5F819;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 754px;
}
.searchText {
	line-height: 1.7em;
	font-size: .9em;
}
#topSearch li, #bottomSearch li {
	float: left;
}
#topSearch li a:link, #topSearch li a:visited, #bottomSearch li a:link, #bottomSearch li a:visited {
	display: block;
	background: #F5F819;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #0000ff;
	/*margin-right: 0.5em;*/
	padding: 0.3em 0.15em;
}
#topSearch li a:hover, #topSearch li a:active, #bottomSearch li a:hover, #bottomSearch li a:active {
	color: #f30909;
	background: #c5c4ef;
}
.oneColFixCtrHdr #footer {
	/*padding: 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d3d2fe;
	text-align: center;
	height: 24px;
	padding-top: .3em;
	padding-bottom: .3em;
}
#footer a:link, #footer a:visited {
	font-size: .9em;
	color: #0000FF;
	padding: 0.1em 0.7em;
}
#footer a:hover, #footer a:active {
	color: #f30909
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.heading1Center {
	text-align: center;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}
.heading2Center {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	display: block;
}
.smallItalic {
	font-size: .7em;
	font-weight: normal;
	font-style: italic;
}
.smallText {
	font-size: .9em;
	line-height: 1.5em;
}
