@charset "UTF-8";
*{
	padding:0;
	margin:0;
}
body  {
	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%;
	background-color: #6666ff;
	background-image: url(assets/images/bgrnd/pattern-background.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 800px;
	text-align: center;
	border: 3px solid #000000;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/images/bgrnd/main-cont-bgrnd.jpg);
} 
#header {
	background-repeat: no-repeat;
	height: 100px;
	background-image: url(assets/images/bgrnd/hdr-bgrnd.jpg);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
}
#header  h1  {
	margin-left: -9999px;
	display: block;
	height: 100px;
}
#header a {
	display: block;
	height: 100px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #660066;
	margin-top: 40px;
	margin-left: 10px;
}
#sidebar1 ul {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#sidebar1 li {
	color: #CCCC33;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 30px;
	width: 198px;
	letter-spacing: 0.1em;
	padding-left: 0px;
	line-height: 30px;
	padding-right: 0px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(assets/images/bgrnd/navbar-hot-bglink.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 198px;
}
#sidebar1 a:hover {
	background-image:url(assets/images/bgrnd/navbar-hot-bglink-hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 198px;
}
#sidebar1 p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar1 #home {
	text-indent: 20px;
}
#sidebar1 .smaller {
	font-size: 14px;
}
#sidebar1 .yellow {
	color: #CCFF00;
}
#sidebar1 .navP2 {
	background-image: url(assets/images/bgrnd/bevel-box.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	margin-left: 5px;
	padding-left: 5px;
}
#sidebar1 #map {
	color: #CCCC99;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#sidebar1  #map:hover  {
	text-decoration: none;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: left;
} 
#mainContent dt,dd {
	margin-left: 40px;
}
#mainContent p {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#mainContent h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}
#mainContent h3 {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
}
#mainContent h5 {
	background-image: url(assets/images/layout/super-sale.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	background-position: center;
}
#mainContent img {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #551F55;
}
#mainContent li {
	list-style-position: inside;
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
}
#mainContent table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainContent blockquote {
	margin-left: 30px;
	margin-right: 60px;
}
#mainContent .highlightP {
	font-size: 18px;
}
#mainContent .fltrghtNobrder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .largeLinkGal a {
	font-size: 24px;
}
#mainContent .largeLinkGal li {
	list-style-type: none;
	padding-left: 5px;
}
#footer {
	height: 50px;
	background-image: url(assets/images/bgrnd/footer-graphic.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #181818;
} 
.twoColFixLtHdrSpe #mainContent h3 {
	text-align: left;
	padding-left: 40px;
}
#mainContent #cityPaper {
	text-indent: -9999px;
	background-image: url(assets/images/content/temporary/bob-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	widows: 680px;
}
#mainContent #cityPaper a {
	display:block;
	height: 30px;
	widows: 550px;
	width: 550px;
	}
#mainContent #hotNameLogo {
	background-image: url(assets/images/content/hot-name-mc.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	height: 80px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #FFFFFF;
}
.designLine {
	font-size: 12px;
}
.bigBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrghtNobrder {
	float: right;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlftNobrder {
	float: left;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlft220 {
	float: left;
	margin-left: -220px;
	height: 274px;
	width: 200px;
	display: block;
}
.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;
}
.clearlft {
	clear: left;
}
.anchor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.discus {
	bottom: -10px;
	position: relative;
}
.indentLink {
	text-indent: 10px;
}
.navP2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}
.highlightP {
	font-size: 20px;
}
.SBPicIndent {
	padding-left: 5px;
}
.topgraphicS1 {
	position: relative;
	top: -10px;
}

.botgraphicS1 {
	position: relative;
	bottom: -10px;
}
/*  Gallery Pages                               */
.twoColFixLtHdrGal #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdrGal #container #mainContent li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdrGal #container #mainContent ul {
	list-style-type: none;
	padding-left: 15px;
}
/* Specials Page                            */
.twoColFixLtHdrSpe #mainContent h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
.twoColFixLtHdrSpe #mainContent h2 {
	font-size: 16px;
	font-style: italic;
}
.twoColFixLtHdrSpe #mainContent p {
	font-size: 14px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainContent .fltlftNobrder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 #current {
	background-image: url(assets/images/bgrnd/navbar-hot-bglink-current.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdrSpe #container #mainContent li {
	font-weight: bold;
	color: #000033;
	margin-bottom: 2px;
}
.twoColFixLtHdrSpe #container #mainContent dt {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
.twoColFixLtHdrSpe #container #mainContent dd {
	color:#000066
}
#mainContent #proh {
	font-size: 18px;
	color: #CC0000;
}
.twoColFixLtHdrSpe #container #mainContent #superSpecial {
	border: thin solid #0033FF;
}
#mainContent h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-align: center;
	padding-top: 10px;
}

