@charset "UTF-8";
body  {
	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: 62.5%;
	line-height: 1.5;
	background-image: url(images/sm67_04.gif);
}
#nav:after { /* to ensure there is a character written after so that element contains floated elements */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapheader:after, #wrapnav:after, #container:after { /* to ensure there is a character written after so that element contains floated elements */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapheader {
	width:100%;
	background-color: 444444;
	clear: both;
}
#wrapnav {
	width: 100%;
	float: left;
	background: #FFCC00;
}
#nav {
	width: 960px;
	margin: 0 auto;
} 
#nav ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 100px;
	text-align: left;
}
#nav ul li a:link,#nav ul li a:visited {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #222222;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
#nav ul li a:hover,#nav ul li a:active {
	display: block;
	background-color:#FF6600;
	color: #FFF
}
#header {
	width: 960px;
	margin: 0 auto;
} 
a img {
	border: none;
}
#container {
	width: 960px;
	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. */
	background-image: url(images/page_bkgnd2.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 1.2em;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: none;
}

.twoColFixRtHdr #sidebar1 a:link, .twoColFixRtHdr #sidebar1 a:visited  {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover, .twoColFixRtHdr #sidebar1 a:active  {
	color: #0000CC;
	text-decoration: none;
}
#mainContent {
	color: #444444;
	margin-top: 60px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #container #mainContent a:link, .twoColFixRtHdr #container #mainContent a:visited  {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent a:hover, .twoColFixRtHdr #container #mainContent a:active  {
	color: #0000CC;
	text-decoration: none;
}
#footer { 
	float: left;
	background:#DDDDDD; 
} 
#footer #col1, #footer #col2 {
	float: left;
	width: 460px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited  {
	color: #0000CC;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active  {
	color: #FF6600;
	text-decoration: none;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #444444;
}
#footer ul li a:link,#footer ul li a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8 em;
	color: #000099;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: underline;
}
#footer li {
	list-style-type: none;
}
#footer ul li a:hover,#footer ul li a:active {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
h1,h2,h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #336633;
	letter-spacing: -0.04em;
}
h1 {
	font-size: ;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
	font-size: 2.5em;
}
.twoColFixRtHdr #container #footer #col2.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF6600;
}
.twoColFixRtHdr #container #footer #col3 {
	width: 940px;
	float: left;
	clear: both;
	padding-left: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #111111;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #222222;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #004400;
	letter-spacing: -.04em;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #F00;
}
h2 {
	font-size: 2.4em;
}
.twoColFixRtHdr #container #footer #etc {
	margin-left: 30px;
	margin-bottom: 20px;
}
.blockquote {
	text-align: left;
}
blockquote {
	text-indent: -0.5em;
}
.store_body_copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
}
.twoColFixRtHdr #container #sidebar1 table {
	color: #FFF;
}
.signup_bkgnd {
	background-color: #FFF;
}
