body {
	margin: 0;
	padding: 0;
	background: #ffffff url('images/nav_header_bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

h1, h2 {
	margin: 0;
	color: #506eb7;
}

h1 {
	margin: 30px 0 0 0;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 20px;
}

h3 {
	padding: 0 0 4px 0;
	font-weight: normal;
	font-size: 18px;
	color: #373737;
	border-bottom: 1px solid #dcdcdc;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	color: #373737;
}

h5 {
	margin: 0;
	font-size: 14px;
	color: #373737;
}

h6 {
	margin: 0px;
	font-size: 12px;
	font-style:italic;
	color: #506eb7;
}

h7 {
	font-size:16px;
	margin-bottom:8px;
	float:left;
	clear:left;
}

h8 {
	font-weight: normal;
	font-size: 25px;
	color: #9bd00e;
}

h10 {
	color: #229809;
	font-weight: normal;
	font-size: 24px;
}

p, ul, ol {
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 20px;
}

p.name {
	font-style: italic;
}

p.faq {
	margin: 10px 0 10px 0;	
}

p.fineprint {
	font-size: 9px;	
}

a:link {
	color: #5575c0;
}

a:hover, a:active {
	text-decoration: underline;
	color: #5575c0;
}

a:visited {
	color: #c15660;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 15px 0 0;
	border: 4px solid #bcbcbc;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
	border: 4px solid #bcbcbc;
}

img.leftclear {
	float: left;
	margin: 0px 15px 0 0;
}

img.rightclear {
	float: right;
	margin: 0px 15px 0 10px;
}

/* Header */

#nav_header {
	width: 770px;
	height: 84px;
	margin: 0 auto 5px auto;
}

#logo {
	float: left;
	height: 83px;
	width: 180px;
	background: url('images/nav_header_logo.jpg') no-repeat left;
}

#page_header {
	width: 100%;
	height: 173px;
	background: url('images/page_header_bg.jpg');
	margin: 0;
}

#header {
	height: 100%;
	background: url('images/page_header.jpg') no-repeat center;
}

/* Menu */

#menu {
	float: right;
	margin: 50px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
}

#menu .active a {
	background-position: 0 -33px;
}

#home {
	width: 58px;
	height: 33px;
	background: url('images/navbar/home.gif') no-repeat 0 0;
}

#home:hover {
	background-position: 0 -33px;
}

#home span {
	display: none;
}

#about {
	width: 60px;
	height: 33px;
	background: url('images/navbar/about.gif') no-repeat 0 0;
}

#about:hover {
	background-position: 0 -33px;
}

#about span {
	display: none;
}

#blog {
	width: 58px;
	height: 33px;
	background: url('images/navbar/blog.gif') no-repeat 0 0;
}

#blog:hover {
	background-position: 0 -33px;
}

#blog span {
	display: none;
}

#testimonials {
	width: 106px;
	height: 33px;
	background: url('images/navbar/testimonials.gif') no-repeat 0 0;
}

#testimonials:hover {
	background-position: 0 -33px;
}

#testimonials span {
	display: none;
}

#resources {
	width: 87px;
	height: 33px;
	background: url('images/navbar/resources.gif') no-repeat 0 0;
}

#resources:hover {
	background-position: 0 -33px;
}

#resources span {
	display: none;
}

#locations {
	width: 83px;
	height: 33px;
	background: url('images/navbar/locations.gif') no-repeat 0 0;
}

#locations:hover {
	background-position: 0 -33px;
}

#locations span {
	display: none;
}

#consultants {
	width: 106px;
	height: 33px;
	background: url('images/navbar/consultants.gif') no-repeat 0 0;
}

#consultants:hover {
	background-position: 0 -33px;
}

#consultants span {
	display: none;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
}

/* Sales rep page */

#sales_page_header {
	width: 100%;
	height: 173px;
	background: url('salesrep/images/page_header_bg.jpg');
	margin: 0;
}

#sales_header {
	height: 100%;
	background: url('salesrep/images/page_header.jpg') no-repeat center;
}

#sidebar_salesrep {
	float: right;
	width: 250px;
	margin: 30px 0 0 0;
}

#sidebar_salesrep ul {
	padding-left: 0px;
}

#sidebar_salesrep ul li {
	list-style:none;	
	color: #229809;
	text-decoration:none;
	border-bottom:1px solid #f1f1f0;
	display:block;	
	padding-top:5px;
	padding-bottom:5px;
}

#sidebar_salesrep ul li a {
	color:#403f3f;
	text-decoration:none;
}

#sidebar_salesrep ul li a:hover {
	color: #229809;	
}

#adp {
	width: 770px;	
}

#adp ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#adp ul li {
	padding-left: 15px;
	background: url('images/bullet.jpg') no-repeat 0 6px;
}

/* Content */

#content {
	float: left;
	width: 466px;
}

#content ul {
	margin: 0 0 30px 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url('images/bullet.jpg') no-repeat 0 5px;
}

#content ul.checklist li {
	background: url('images/checkmark.jpg') no-repeat 0 5px;
}

#workshops {
	width: 770px;	
}

ul#franchisetable {
	margin: 0 0 30px 0;
}

ul#franchisetable li {
	clear: both;
	padding: 0 0 0 60px;
}

ul#franchisetable div.column1{
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
}

ul#franchisetable div.column2{
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.post .entry {
}

.post .entry .important {
	font-weight: bold;	
}

.post .salesrep {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: 018d00;
}


/* Our Team */

.team {
}

.team .title {
	margin-left: 110px;
	padding-bottom: 5px;
}

.team .bio {
	clear: left;
	margin-bottom: 30px;
}

.team .pic {
	float: left;
	margin-right: 10px;
}

.team p {
	margin-left: 110px;
	margin-bottom: 10px;
}

img.bio {
	border: 4px solid #bcbcbc;
}

* html .team p { /* IE 3px jog hack*/
height: 1%;
}

/* Books */

.books {
}

.books .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.books .bio {
	clear: left;
	margin-bottom: 30px;
}

.books .pic {
	float: left;
	margin-right: 10px;
}

.books p {
	margin-left: 60px;
	margin-bottom: 10px;
}

img.bio {
	border: 1px solid #999;
}

* html .books p { /* IE 3px jog hack*/
height: 1%;
}


/* Press Section */

.press {
	margin: 30px 0 0 0;
	padding: 15px 20px 0px 20px;
	background: #f2f2f2 url('images/workshops.jpg') no-repeat top;
	border: solid 1px #E9E9E9;
}

a.presslink {
	margin-left: 20px;
}

/* Announcement Box */

.announcement {
	margin: 30px 0 0 0;
	padding: 15px 20px 20px 20px;
	background: #f2f2f2 url('images/workshops.jpg') no-repeat top;
	border: solid 1px #E9E9E9;
}

a.announcementlink {
	margin-left: 20px;
}

/* Form success box */

.success {
	margin: 0 0 30px 0;
	padding: 15px 50px 25px 190px;
	height: 80px;
	width: 100px;
}

/* Columns */

.twocols {
	margin: 30px 0 0 0;
}

.twocols .column1 {
	float: left;
	width: 222px;
}

.twocols .column2 {
	float: right;
	width: 222px;
}

.twocols .title {
	padding: 7px 15px 7px 15px; 
	background: url('images/column_header.jpg') no-repeat;
}

.twocols .content {
	padding: 0 15px 0 15px;
}

a.columnlink {
	display: block;
	text-align: right;
}

.onecol {
	margin: 30px 0 0 0;	
}

.onecol .title {
	padding: 7px 15px 7px 15px; 
	background: url('images/content_header.jpg') no-repeat;
}

/* Twitter */

#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list span {
	background: #ffffff;
}

#twitter_update_list span a {
	display: inline;
	color: #000000;
}
#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #666666;
}

#twitter cite {
	position: relative;
	margin: 0px;
	padding: 8px 0px 0px 35px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

#social {
	margin: 0 0 20px 0;
}

#social img.facebook {
	margin-right: 10px;	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 30px 0 0 0;
}

#sidebar ul {
	padding-left: 0px;
}

#sidebar ul li {
	list-style:none;	
	color: #5575c0;
	text-decoration:none;
	border-bottom:1px solid #f1f1f0;
	display:block;	
	padding-top:5px;
	padding-bottom:5px;
}

#sidebar ul li.subitem {
	padding-left:10px;	
}

#sidebar ul li a {
	color:#403f3f;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color: #5575c0;	
}

.sidebarcontent {
	margin: 0 0 20px 0;
	width: 190px;
	float: right; 
	padding: 0px 22px 22px 22px;
	background-color: #fcfcfc; 
	color: #033462;
	border: 10px solid #eeeeee;
}

#indent {
	color: #C00;	
}

form.login {
	margin: 0 0 20px 0;
	width: 190px;
	float: right; 
	padding: 0px 22px 22px 22px;
	background-color: #fcfcfc; 
	color: #033462;
	border: 10px solid #eeeeee;
}
	
form.login label {
	color: #606060; 
	padding: 0;
}
	
form.login input {
	margin: 5px 0 10px 0; 
	padding: 2px;
	font-size: 12px;
	border:solid 1px #c8c8c8;
}


form.login em {
	color: #FF0000;
}
	
form.login input.input {
	width: 180px; 
}

form.login input.radioBtn {
	padding: 0 0 0 20px;
}
	
form.login input.loginBtn {
	margin: 0; 
	padding: 0;
	width: 105px; 
	height: 29px;
	float: right;
	border: none;
}
	
form.login a {
	padding: 0;
	text-decoration: none; 
}

/* Contact Form */

div.box .input-text{
border:1px solid #3b6e22;
color:#666666;
}

div.box label{
display:block;
margin-bottom:10px;
color:#555555;
}

div.box label span{
display:block;
float:left;
padding-right:6px;
width:70px;
text-align:right;
font-weight:bold;
}


/* Client Profile */

.spacer{clear:both; height:1px;}

.myform{
	margin:0 0 20px 0;
	width:434px;
	padding:14px;
	clear: both;
}

.myform em {
	color: #FF0000;
}

#stylized{
		border:solid 3px #97b5fd;
		background:#dee7fe;
		overflow:auto;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #97b5fd;
		padding-bottom:10px;
		clear: left;
	}
	#stylized label{
		display:block;
		text-align:left;
		width:200px;
		float:left;
		padding:4px 2px;
		margin:0px 0 20px 10px;
		clear: left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #97b5fd;
		width:200px;
		margin:0px 0 20px 10px;
	}
	#stylized label.contact{
		margin: 0 0 0 10px;
	}
	#stylized input.contact{
		clear:both;
		margin:0 0 10px 10px;
		width:205px;
	}
	#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #97b5fd;
		margin:0px 0 20px 10px;
		width: 410px;
	}
	#stylized select{
		font-size:12px;
		float:left;
		margin: 0 0 20px 10px;
	}
	#stylized input.button{
		clear:both;
		margin: 0 0 20px 170px; 
		padding: 0;
		width: 105px; 
		height: 29px;
		border: none;
		background: url(images/submit.gif) no-repeat;
	}

/* Footer */

#footer-wrapper {
	margin: 30px 0 0 0;
	padding: 0px;
	height: 61px;
	background: url('images/footer_bg.jpg') repeat-x;
}

#footer {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #C9D2E7;
}

#legal {
	float: left;
	padding: 10px 0 0;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}
