/*******************************************************/
/* CSS Content Copyright by Simple Truths, LLC         */
/* Used for motivationinaminute.com                    */
/* Created by Gregg Mrowka: gmrowka@simpletruths.com   */
/*******************************************************/

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
hr {
	color:#1C3C65;
	height:5px;
}
a:link, a:visited {
	color: #0000EE;
}
a:hover {
	color: #0000EE;
	text-decoration: none;
}
#pagewrapper {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	margin-top: 4px;
}
.header {
	background-image:  url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:31px;
	line-height:30px;
}
.header a:link, .header a:visited {
	color: #ffffff;
	text-decoration: none;
}
.header a:hover {
	color: #77AAF8;
	text-decoration: none;
}
.side_nav {
	width: 175px;
	text-align:center;
}
.side_nav img {
	margin: 0px;
}
.bodywrapper {
	width: 950px;
	border:#CCCCCC solid 5px;
}
.contentwrapper {
	margin:10px;
}
.footer {
	margin:15px;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color: #959595;
	text-decoration: none;
}
.footer a:hover {
	color: #335587;
	text-decoration: none;
}
.dottedDiv {
	width:350px;
	border: 1px dotted #CCCCCC;
	padding:15px 5px 15px 5px;
	margin:20px 10px 10px 10px;
}
.subHeading {
	color:#2F8B45;
	padding:40px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
.product {
	border-bottom: #CCCCCC dashed 1px;
	padding:10px;
}
#dropin a:link, #dropin a:visited {
	color: #00FF00;
}
#dropin a:hover {
	color: #00FF00;
}
#navMenu {
	margin:0;
	padding:0;
}
#navMenu ul {
	margin:0;
	padding:0;
	line-height:30px;
}
#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background-image:  url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navMenu ul li a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:30px;
	width:120px;
	display:block;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:30px;
}
#navMenu ul li:hover ul {
	visibility:visible;
}

/*********************************************/

#navMenu li:hover {
	background:#09F;
}

#navMenu ul li:hover ul li a:hover {
	background:#CCC;
	color:#000;
}

#navMenu a:hover {
	color:#000;
}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
}