/* Structure */

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: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/pattern.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.twoColFixRtHdr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/page-footer-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 320px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 

.twoColFixRtHdr #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 */
}
.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;
}

/* Main Navigation */

.headertiles {
	margin: 0px;
	padding: 0px;
}

.mainNavigation {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mainNavigation a {
	background-color: #efede7;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

.mainNavigation a:link {
	background-color: #efede7;
}

.mainNavigation a:visited {
	background-color: #efede7;
}

.mainNavigation a:hover {
	background-color: #ffffff;
	color: #FFFFFF;
}

.mainNavigation a:active {
	background-color: #ffffff;
	color: #FFFFFF;
}

/*.mainNavigationActive {
}

.mainNavigationActive a {
	background-color:#FFFFFF;
}

.mainNavigationActive a:hover {
	background-color:#FFFFFF;
}*/

/* General */

.alert {
font-weight:bold;
color:#FF0000;
}
.formerrors {
	color: #ee3524;

}

/* Editorial and Display */

.TDDarkGreen {
	background-color: #439539;
	background-image: url(../images/dgreen-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDMaster {
	background-color: #439539;
	background-image: url(../images/dgreen-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDYellow {
	background-color: #FFCF01;
	background-image: url(../images/yellow-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDOrange {
	background-color: #F3901D;
	background-image: url(../images/orange-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDGreen {
	background-color: #8DC63F;
	background-image: url(../images/green-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDBrown {
	background-color: #90492D;
	background-image: url(../images/brown-short-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.TDRedMedium {
	background-color: #EE3524;
	background-image: url(../images/red-med-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.TDDarkGreenFran {
	background-color: #439539;
	background-image: url(../images/Test/Footer182px-DGreen.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.TDDarkOrangeFran {
	background-color: #F3901D;
	background-image: url(../images/Test/Footer182px-Orange.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.TDYellow275 {
	background-color: #FFCF01;
	background-image: url(../images/Test/myo-store-locations-275px-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

/* Redefine */

h1 {
	color: #333333;
	text-transform:none;
	font-weight: 500;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

h2 {
	color:#333333;
	text-transform:uppercase;
	font-size: 1em;
	margin-top:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 0em;
}

p {
	margin-top: 0em;
	margin-bottom: .75em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

hr {
	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}

ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

label {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

a {
	text-decoration:none;
	color: #999999;
}

a:hover{
	color:#77b800;
}

/* Misc */

.hometext {
	font-size: 85%;
	font-weight: 800;
	color: #FFFFFF;
}

.hometextlarge {
	font-size: 100%;
	color: #FFFFFF;
}
.formhead {
	font-weight: 800;
	color: #999999;
}

.super {
	font-size: 8px;
	color: #ee3524;
	vertical-align: super;
}
