
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Success Coach Network
URL :      http://thesuccesscoachnetwork.com/

Created :  NA 
Modified : 07.07.2008

- - - - - - - - - - - - - - - - - - - - - */

/*
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* =HTML
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-size: 66%;
	text-align: center;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background: #CBB08D url(../images/bg01.jpg) repeat left top;
	color: #371D0F;
}

html>body {
	font-size: 11.7px;
}

/* Basic Elements */
#content p, #content blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	font-size:1.2em;
	line-height:1.5em;
}

#content #subContent p {
	font-size:0.9em;
}

#content small, #content cite {
	font-size:0.9em;
	line-height:inherit;
}

#content cite, #content em {
	font-style:italic;
}

#content strong {
	font-weight:bold;
	line-height:inherit;
}

/* Lists */
#content ol {
	margin-bottom:2em;
	margin-left:2em;
}

#content ol li {
	list-style:decimal;
	margin-left:1em;
	line-height:1.4em;
}

#content ul {
	margin-bottom:2em;
	margin-left:2em;
	list-style: disc;
}

#content ul li {
	margin-left:1em;
	margin-bottom:0.2em;
	line-height:1.4em;
}

#content ul li ul {
	margin-bottom:0;
	list-style:circle;
}

#content ul li a {
	text-decoration:none;
}

#content ul li a:hover {
	text-decoration:underline;
}

#content ul.bulletList {
	margin-bottom:24px;
	list-style:none;
}

#content ul.bulletList li {
	list-style-image: url(../images/bullet.jpg);
	padding-bottom:4px;
	padding-left:4px;
	font-size:1.2em;
	font-weight:bold;
}

dl {
	margin-bottom:2em;
}
dt {
	margin-top:1em;
	font-size:1.2em;
	font-weight:bold;
}
dd {
	line-height:1.4em;
}


/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */
h2 {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
	line-height:1.2em;
	color: #581F00;
}

#mainContent h2 {
	text-align:center;
}

h2.pageH {
	margin-bottom:12px;
	font-weight: bold;
	color: #581F00;
}

#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height:1.2em;
	margin-bottom:0.4em;
}

#content #subContent h3 {
	font-weight: normal;
	line-height:1.2em;
	margin-bottom:20px;
}


h4 {
	font-size: 1.4em;
	font-weight: bold;
	line-height:1.2em;
	color: #81735C;
	margin-bottom:0.2em;
}

h4#cpi {
	text-align:left;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:normal;
	color:#009;
	margin:14px 0 0 0;
	padding:0;
}

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a:link {
	color: #91591B;
}

a:visited {
	color: #91591B;
}

a:hover {
	text-decoration: none;
	color:#585300;
}

a:active {
	text-decoration: none;
	color:#585300;
}

/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - */
.hide {
	display: none;
}

.clear {
	clear:both;
}

.align-justify {
	text-align: justify;
}

#content .align-right {
	text-align: right;
}

.align-center {
	text-align:center;
}

.right {
	float:right;
}

.left {
	float:left;
}

.padBot24 {
	padding-bottom:24px;
}

/** BACKGROUNDS */
.bg1 {
	background: url(../images/bg02.jpg) no-repeat left top;
}

.bg2 {
	background: url(../images/bg03.jpg) repeat-y left top;
}

.bg3 {
	background: url(../images/bg04.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(../images/bg05.jpg) no-repeat left top;
}

.bg5 {
	background: url(../images/bg06.jpg) repeat-y left top;
}

.bg6 {
	background: url(../images/bg07.jpg) no-repeat left bottom;
}

/** HEADER */

#header {
	width: 778px;
	height: 187px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 300px;
	height: 187px;
	background: url(../images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent:-9000em;
	overflow:hidden;
	width:10px;
	height:10px;
}

#photodiv {
	float: left;
	width: 478px;
	height: 187px;
}


/** CONTENT */

#mainContent {
	float: right;
	width: 531px;
}

#subContent {
	float: left;
	width: 247px;
}

#content {
	width: 778px;
	margin: 0px auto;
}

/** BOXES */

#box1 {
	height: 40px;
	background: url(../images/homepage10.jpg) no-repeat left top;
}

#box1 p {
	display: none;
}

#box2 {
}

#box2 .bg3 {
	padding: 0px 39px 30px 22px;
}

#box3 {
	padding: 50px 37px 30px 30px;
}

#box4 {
	padding: 28px 37px 48px 30px;
}

#box4 .title {
	padding-left: 10px;
	margin-bottom:3px;
	background: url(../images/homepage13.gif) repeat-y left top;
}

#box5 {
	padding: 24px 48px 0 48px;
	background: url(../images/subpage01.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	clear: both;
	width: 738px;
	margin: 0 auto;
	padding: 10px 20px 20px;
	font-size:0.9em;
	text-align: center;
}

#footNav {
	text-align: center;
	color: #865939;
	margin-bottom:18px;
}

#footNav a {
	color: #865939;
}

#footNav a:hover {
}

cite#copyright {
	display:block;
	text-align: center;
	color: #A47F5E;
}

/* Social Links */
#footer h4 {
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */


	padding: 6px 0 0;
}

ul#social-links {
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */

	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

ul#social-links li {
	/* Cross-Browser Inline-Block */
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */

	margin: 0;
	padding: 0 3px;
	list-style: none;
}

/* =NAVIGATION
- - - - - - - - - - - - - - - - - - - - - */
/** MENU */
#menu ul#navlist {
	list-style-type: none;
	width: 670px;
	height: 80px;
	margin: 0px auto;
	padding: 0px 0px 0px 108px;
	background: url(../images/nav_menu.jpg) no-repeat left top;
}

/*Top level list items*/
#menu ul#navlist li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#menu ul#navlist li a {
	display: block;
	float: left;
}

#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 {
	text-indent:-9000em;
	overflow:hidden;
	height: 80px;
}

#menu0 {
	width: 54px;
}

#menu1 {
	width: 76px;
}

#menu2 {
	width: 48px;
}

#menu3 {
	width: 79px;
}

#menu4 {
	width: 136px;
}

#menu5 {
	width: 85px;
}

#menu6 {
	width: 94px;
}

#menu7 {
	width: 98px;
}

	
/*Sub level menu*/
#menu ul li ul {
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

#menu ul li ul li ul {
left:160px;
}


/*Sub level menu list items*/
#menu ul li ul li {
display: inline;
float: none;
}


/* Sub level menu links style */
#menu ul li ul li a {
width: 160px; /*width of sub menu levels*/


display: block;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;

font-weight: normal;
padding: 6px 8px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}


#menu ul li ul li a:hover{
background: #CBD7CA;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */




/* =DETAILS
- - - - - - - - - - - - - - - - - - - - - */

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

.rule {
	border-bottom:1px solid #9A8456;
	margin-bottom:18px;
	display:block;
}

#content p.more {
	margin-top:24px;
	margin-bottom:24px;
	padding: 0.3em 0.8em;
	border: 1px solid #585300;
	border-top-color: #D3CFB8;
	border-left-color: #D3CFB8;
	text-align:center;
}

p.more a {
	padding-right:12px;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../images/arrw_green.gif) center right no-repeat;
	color:#585300;
}

#content p.more1, #content p.moreContact {
	margin-top:24px;
	margin-bottom:24px;
	display:block;
	text-align:center;
	padding: 0.4em 0.8em;
	border: 1px solid #585300;
	border-top-color: #F9F9F7;
	border-left-color: #F9F9F7;
	font-size:1.1em;
}

p.more1 a, p.moreContact a {
	padding-right:12px;
	text-transform:uppercase;
	text-decoration:none;
	background: url(../images/arrw_green.gif) center right no-repeat;
	color:#585300;
}

/* Homepage Details */

#box4 a {
	color:#9F8E6F;
}

#signupForm {
	margin-bottom:24px;
}

#signupForm label {
	display:block;
	margin-bottom:2px;
}

#signupForm .info input {
	margin-bottom:6px;
	width:174px;
}

#signupForm .button input {
	float:right;
	margin-top:8px;
}

.column1 {
	float:left;
	width:220px;
	margin-top:16px;
}

.column2 {
	float:right;
	width:210px;
	margin-top:16px;
	margin-bottom:12px;
	padding-left:12px;
	border-left:1px dashed #B9A488;
}

#videoTitle {
	text-align:center;
	margin-bottom:8px;
}

#video {
	padding-bottom:24px;
	text-align:center;
}

#cpi {
	text-align:center;
	padding-bottom:12px;
}

#msu {
	width:178px;
	margin-left:20px;
}

#msu img {
	margin-top:4px;
}

#content #msu cite {
	display:block;
	padding-top:6px;
	text-align:right;
	line-height:1.4em;
	font-size:0.8em;
}

/* Testimonials Page Details */

#content .testimonials blockquote, #content .coaching blockquote {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	background: url(../images/open-quote.gif) no-repeat left top;
	padding-left: 20px;
	margin-top:36px;
	margin-bottom:36px;
	color:#6D5345;
}

#content .testimonials blockquote p, #content .coaching blockquote p {
	background: url(../images/close-quote.gif) no-repeat bottom right;
	padding-right:20px;
	line-height:1.4em;
}

#content .testimonials blockquote p.noQuote {
	background: none;
}

#content .testimonials p.signature {
	line-height:1.2em;
}

.pullBox {
	margin:24px 0 12px 10px;
	width:231px;
	float:right;
	background: url(../images/pullbox_bg.gif) bottom left repeat-y;
}

.pullBox .bottom {
	background: url(../images/pullbox_bot.gif) bottom left no-repeat;
	padding:12px 24px 32px 20px;
	width:187px;
}

.pullBox2 {
	margin:24px 0 12px 24px;
	width:387px;
	float:right;
	background: url(../images/pullbox2_bg.gif) bottom right repeat-y;
}

.pullBox2 .bottom {
	background: url(../images/pullbox2_bot.gif) bottom right no-repeat;
	padding:20px 24px 36px 20px;
	width:343px;
}



/* Coaching Pages Details */

#rightText {
float:right;
width:320px;
margin-left:20px;
}



ul#coachList {
clear:left;
padding-top:24px;
}

#content ul.dates li {
	list-style:none;
	list-style-type:none;
	font-size:1.2em;
	font-weight:bold;
}

#content .coaching ul.dates li cite {
	font-size:0.9em;
	font-weight:normal;
}

#pageNav {
	border-top:1px solid #9A8456;
	padding-top:20px;
	display:block;
}

#pageNav a {
	display:block;
	margin-bottom:20px;
}

#pageNav a.left {
	background:url(../images/arrw_green2.gif) center left no-repeat;
	padding-left:20px;
}

#pageNav a.right {
	background:url(../images/arrw_green.gif) center right no-repeat;
	padding-right:20px;
}

h3.msuLogo {
	display:block;
	text-indent:-9000em;
	overflow:hidden;
	height:100px;
	text-align:center;
	background:url(../images/msu_logo_big.gif) center center no-repeat;
}

.boxTable {
	width:320px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/* Contact Page Details */

#contactForm {
	float:left;
	margin:20px 0;
	width:420px;
}

#contactForm label {
	display:block;
	padding-bottom:4px;
	font-weight:bold;
}

#contactForm input, #contactForm select, #contactForm textarea {
	margin-bottom:18px;
}

#contactForm .info input {
	width:180px;
}

#contactForm .left input {
	margin-right:0;
}

#contactForm .right input {
	margin-right:36px;
}

#contactForm .message textarea {
	width:378px;
}



/* Speaking and Training Page */

.event {
	float:left;
	width:680px;
	
	padding:20px;
	border-top:1px solid #9A8456;

}

.event strong {
	float:left;
	clear:left;
	width:100px;
	font-weight:bold;
	margin-right:10px;
}

.event span {
	float:left;
	width:500px;
	margin-bottom:10px;
	line-height:1.6em;
}

