@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #e2e2e2;
	background-image: url(../Images/GMS_WebBkgRed.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 82px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../Images/GMS_HomeHeader.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.oneColFixCtrHdr #topnav {
	background-color: #FFFFFF;
	background-image: url(../Images/SizzleHeader_TMDtopnav.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 185px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dd2620;
}
.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 #sidenav {
	background-color: #FFFFFF;
	background-image: 
	background-repeat: no-repeat;
	height: 267px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(../Images/SizzleHome_SideNav_02.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 8px;
}
.sidebarAd {
	float: left;
	height: 275px;
	padding-left: 5px;
	width: 150px;
	margin-right: 12px;
	padding-top: 70px;
}
.oneColFixCtrHdr #footer {
	background-color: #dd2620;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
.style1 {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-size: 9px;
	color: #dd2620;
	font-weight: bold;
}
.style4 {
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: normal;
}
.style5 {
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.style6 {
	font-size: large;
	color: #dd2620;
	font-weight: bold;
}
.style7 {
	font-size: x-large;
	color: #dd2620;
	font-weight: bold;
}
.style8 {
	font-size: x-large;
	color: #dd2620;
	font-weight: bold;
}
.style9 {
	font-size: small;
	color: #dd2620;
	font-weight: normal;
}
.style10 {
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}
.style11 {
	font-size: small;
	color: #000000;
	font-weight: bold;
}
a.one:link {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
a.one:visited {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
a.one:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
a.one:active {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
a.two:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.two:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.two:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.two:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.three:link {
	text-decoration: none;
	color: #dd2620;
	font-size: 9px;
	font-weight: bold;
}
a.three:visited {
	text-decoration: none;
	color: #dd2620;
	font-size: 9px;
	font-weight: bold;
}
a.three:hover {
	text-decoration: underline;
	color: #dd2620;
	font-size: 9px;
	font-weight: bold;
}
a.three:active {
	text-decoration: none;
	color: #dd2620;
	font-size: 9px;
	font-weight: bold;
}
a.four:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.four:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.four:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
a.four:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
a.five:link {
	text-decoration: none;
	color: #000000;
	font-size: 10 px;
	font-weight: bold;
}
a.five:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10 px;
	font-weight: bold;
}
a.five:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 10 px;
	font-weight: bold;
}
a.five:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

