@charset "UTF-8";
html {
	height: 100.1%;
}
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #394b5e;
}
#container { 
	width: 848px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #333c52;
	border-top: none;
	background: url(../images/sidebarBkg.png) left repeat-y;
} 
#header {
	margin: 0;
	padding: 0;
}
#header img {
	display: block;
}

/* -------------------------------------------- TOP NAV -------------------------------------------- */
#topNav {
	width: 848px;
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(../images/topNav.png) top left no-repeat;
}
#topNav ul {
	list-style: none;
	height: 55px;
	white-space: nowrap;
	margin: 0 0 0 173px;
	padding: 0;
}
#topNav li {
	float: left;
	height: 55px;
	margin: 0 0 0 3px;
	padding: 0;
}
#topNav a {
	height: 55px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
}
#topNav a#where {
	width: 186px;
	background: url(../images/topNavItems.png) no-repeat;
	background-position: 0 -55px;
}
#topNav a#join {
	width: 180px;
	background: url(../images/topNavItems.png) no-repeat;
	background-position: -189px -55px;
}
#topNav a#free {
	width: 162px;
	background: url(../images/topNavItems.png) no-repeat;
	background-position: -372px -55px;
}
#topNav a#contact {
	width: 135px;
	background: url(../images/topNavItems.png) no-repeat;
	background-position: -537px -55px;
}
#topNav li a span {
	visibility: hidden;
}
#topNav a#where:hover, #topNav a#where:active, #Where a#where {
	background-position: 0 0;
}
#topNav a#join:hover, #topNav a#join:active, #Join a#join {
	background-position: -189px 0;
}
#topNav a#free:hover, #topNav a#free:active, #Free a#free {
	background-position: -372px 0;
}
#topNav a#contact:hover, #topNav a#contact:active, #Contact a#contact {
	background-position: -537px 0;
}

/* -------------------------------------------- SIDE NAV -------------------------------------------- */
#sidebar1 {
	float: left;
	width: 176px;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidebar1 img {
	display: block;
}
#sideNav {
	position: absolute;
	top: 0;
}
#sideNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sideNav li {
	width: 173px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 3px 0;
	padding: 0;
}
#sideNav li a {
	height: 98px;
	display: block;
	text-decoration: none;
}
#sideNav li#why3day a {
	height: 76px;
}
#sideNav li a span {
	visibility: hidden;
}
#sideNav #whySinio a:link, #sideNav #whySinio a:visited {
	background: url(../images/sideNav.png) no-repeat;
	background-position: 0 0;
}
#sideNav #whySinio a:hover, #sideNav #whySinio a:active, #WhySinio #sideNav #whySinio a {
	background-position: -173px 0;
}
#sideNav #why3day a:link, #sideNav #why3day a:visited {
	background: url(../images/sideNav.png) no-repeat;
	background-position: 0 -101px;
}
#sideNav #why3day a:hover, #sideNav #why3day a:active, #Why3day #sideNav #why3day a {
	background: url(../images/sideNav.png) no-repeat;
	background-position: -173px -101px;
}

#mainContent {
	margin: 0 0 0 176px;
	padding: 0;
}
.homeImage {
	display: block;
	margin: 0;
	padding: 0;
}
.modelImage {
	float: right;
	margin: 21px 105px 0 0;
}
.modelImage0 {
	float: right;
	margin: 21px 105px 0 0;
}
.textBox { 
	width: 330px;
	margin: 0 0 0 40px;
	padding: 45px 0 0 0;
	color: #4e4e50;
}
.textBox h1 {
	font-size: 20px;
}
.textBox p, .textBox ul {
	font-size: 14px;
}
.textBox a {
	color: #212d51;
	text-decoration: none;
	font-weight: bold;
}
.textBox a:hover, .textBox a:active {
	background: #bbbcbf;
}

/* -------------------------------------------- STORE LOCATIONS -------------------------------------------- */

.stores {
font-family: Arial, Helvetica, sans-serif;
width: 350px;
}

.textBox h1 {
	font-family: "Times New Roman", Times, serif;
}

div.hours label {
font-weight: normal;
float: left;
width: 60px;
font-size: 10px;
text-align: right;
padding-top: 0px;
margin-right: 10px;
margin-top: 0px;
}

div.hours address.float {
font-size: 10px;
width: auto;
margin: 0;
padding: 0;
float: left;
}

div.store, div.hours {
padding: 10px 2px 0px 2px;
font-size: 10px;
text-align: center;
margin: 5px 0px 20px 0;
float: left;
clear: none;
width: 160px;
background: #eeeeee;
}

div.hours {
margin-left: 5px;
}

div.hours strong {
margin-left: 7px;
}

div.store p {
padding-top: 6px;
}
br.c {
clear: both;
}

/* -------------------------------------------- FORMS -------------------------------------------- */
form {
	font-size: 80%;
}
label.req, span.key {
color: #984828;
}
form label {
	float: left;
}
input {
float: right;
width: 200px;
}
input.sub {
float: right;
width: 100px;
}

.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;
}