
/*******  baseline 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

/*  end reset  */

body {
	width:960px;
	font-family:Verdana, sans-serif;
	color:#464646; /* grey */
	margin:30px auto;
	background:#fefce8 url(images/cloudy.jpg) top left repeat-x;  /* peach/yellow cloudy fades to pale yellow at bottom */
	position:relative;
}

h2 {
	font-size:116.6%;
	font-weight:bold;
	color:#709bd1;  /* bright blue */
	padding:18px 0 18px 0;
}

form {
	margin-top:1em;
	line-height:200%;
}

div#form {
	width:30em;
	text-align:right;
}

div#form input {
	margin-bottom:.5em;
}

div#form select {
	margin-bottom:1.5em;
}

/*** Signup Slide-In Box ***

div#signup {
	position:absolute; 
	left:-800px; 
	top:100px; 
	width:35em; 
	font-size:70%;
	z-index:1; 
}

div#signupInfo {
	margin-right:3em;
}

div#signup h2 {
	padding:3em 0 .5em 0;
	text-align:center;
}

div#signup p {
	padding:.8em 0;
	line-height:120%;
}

div#signup ul {
	padding-top:.8em;
}

div#signup li {
	padding:0 0 .4em .4em;
	margin-left:3em;
	list-style-type:disc;
	line-height:120%;
}

div#signup form {
	text-align:right;
	padding:1em 5em 0 0;
}

div#signup form input {
	margin-bottom:.5em;
}

div#signup a {
	text-decoration:none;
	font-size:75%;
	color:#666666;  /* medium gray 
	margin-left:36em;
 }

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

/*** Expanding Box ***

div.topLeft {
	display: block;
	background:#fefce8 url(images/signup_bkgrnd.gif) top left no-repeat;
	padding-left: 3em;
}

div.topRight {
	display: block;
	background:#fefce8 url(images/signup_bkgrnd.gif) top right no-repeat;
	margin-right: -2em;
}

div.bottomLeft {
	display: block;
	height: 26px;
	background:#fefce8 url(images/signup_bkgrnd.gif) bottom left no-repeat;
	padding-left: 2em;
}

div.bottomRight {
	display: block;
	background:#fefce8 url(images/signup_bkgrnd.gif) bottom right no-repeat;
	height: 26px;
	margin:0 -2em 0 2em;
}

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

div#head {
	width:942px;
	background:#709bd1 url(images/aimlogo.png) 6px 6px no-repeat;  /* bright blue */ 
	border-left:#fefce8 8px solid; /* pale yellow */
	border-top:#fefce8 8px solid; /* pale yellow */
}

div#head img {
	margin:-22px -4px -38px 0;  /*  negative top & right margin to move photos out of head box slightly; negative bottom margin so main div can move up right below head */ 
	float:right;
	position:relative;
	z-index:10;
}

div#head img#outer {
	margin-right:-24px;  /*  just the image on the outer edge needs to move right to come out of the head box slightly  */
}
	
div#head a {  /* so logo appears to link to home page */
	position: absolute;
	height:155px;
	width:200px;
	top:0;
	left:0;
	text-decoration: none;
}
	
h3#toptag {
	text-align:center;
	width:550px;
	font-size:16px;
	font-weight:bold;
	color:#464646;  /* grey */
	margin:42px 0 70px 150px; 
	padding:0 0 57px 0;
	line-height:24px;
}

div#main {
	clear:both;
	font-size:75%;
	line-height:150%;
	background:url(images/maintop.png) no-repeat;
	margin:-102px 0 0 -15px;
	padding:8px 0 0 0;
}

a {
	color:#464646; /* grey */
}

span#noCollapse {
	visibility:hidden;
}

div#bkgrnd {
	background:url(images/colsides.png) repeat-y;
	overflow:hidden;
	position:relative;
	z-index:0;
}

div#side {
	width:212px;
	float:right;
	display:inline;
}

ul#navlist {
	margin:190px 0px 50px 0px;
	font-size:14px;
	font-weight:bold;
}

ul#navlist a {
	text-decoration:none;
	color:#464646; /* grey */
	padding:10px 0 10px 36px;
	margin:0 8px 0 -10px;
	display:block;
}

ul#navlist a:hover {
	background:#d8e4f4;  /* pale blue  */
}

ul#navlist a.selected {
	background:#d8e4f4;    /* pale blue  */
	padding-left:10px;
}

a#regBtn {
	font-size:117%;
	color:#fefce8; /* pale yellow */
	text-decoration:none;
	padding:34px;
	background:url(images/button.png) center no-repeat;
	margin-left:16px;
}

div#content {
	width:748px;
	float:left;
	display:inline;
}

div#col1 {
	width:303px;
	float:left;
	padding:10px 25px 20px 50px;
	display:inline;
}

div#col2 {
	width:295px;
	float:right;
	padding:10px 50px 20px 25px;
	display:inline;
}

body#test div#col1, body#contact div#col1, body#reg div#col1, body#contactform div#col1, 
body#thankyou div#col1, body#spirit div#col1, body#trial div#col1, body#michelle div#col1, body#special div#col1 {
	width:648px;
	float:left;
	padding:10px 50px 20px 50px;
	display:inline;
}

body#camps div#main p, body#about div#main p {
	text-indent:2em;
}

div#stickyspace {  /* make text wrap around sticky note */
	width:26px;
	height:150px;
	float:right;
	clear:right;
	display:inline;
}

h3#sticky1 {
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	color:#ba2d3a;  /* red */
	background:url(images/stickybkgrnd.png) top left no-repeat; 
	display:block;
	text-align:center;
	padding:30px 20px 10px 20px;
	margin:-570px 32px 0 -80px;   /*  bring the sticky note up so it displays higher on the page, but don't want it to appear before nav in html  */
	position:relative;
	z-index:10;
}

h3#sticky2 {
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	color:#464646; /* grey */
	background:url(images/stickybkgrnd.png) bottom left no-repeat; 
	display:block;
	text-align:center;
	padding:0px 20px 30px 20px;
	margin:0px 32px 0 -80px;   
	position:relative;
	z-index:10;
}

span.hilite {
	text-transform:uppercase;
	font-size:90%;
	font-weight:bold;
	color:#ba2d3a;  /* red */
}
	
h3#sticky a {
	color:#464646; /* grey */
}

h3#sidetag {
	margin:480px 24px 30px 0;
	text-align:center;
	line-height:150%;
	font-size:117%;
}

a.mktg {
	text-decoration:none;
	text-align:center;
	font-size:80%;
	margin:0 10px 20px 48px;
}

img#schedule {
	padding:0 55px 1em 55px;
}
	
table#schedule caption {
	font-size:116.6%;
	font-weight:bold;
	color:#709bd1;  /* bright blue */
	text-align:left;
	padding:8px 0 18px 0;
}

table#schedule caption span {
	font-size:86%;
	font-weight:normal;
	color:#464646; /* grey */
	line-height:110%;
}

table#schedule caption a {
	font-size:65%;
	font-weight:normal;
	color:#464646; /* grey */
}

table#schedule {
	width:750px;
	line-height:200%;
}

table#schedule th {
	text-align:left;
	padding-bottom:8px;
	text-decoration:underline;
}

div#mainbottom {
	background:url(images/mainbottom.png) no-repeat;
	padding:0 12px 24px 0;
}

p#crnotice {
	clear:both;
	font-size:56.25%;
	text-align:center;
	margin:1em;
}

a#goweb {
	text-decoration:none;
	border-bottom:1px dotted #464646;
	color:#464646;  /* grey */
}

a#goweb:hover {
	font-weight:bold;
	color:#666666;  /* medium grey */
}


/*  index.html  body id = home, spirit.html body id = spirit, trial.shtml body id = trial  */

body#home div#testDisp {
	clear:both;
	background:url(images/cork.jpg) no-repeat 30px 10px;
	padding:40px 0 70px 44px;
}

body#trial div#imgFoot {
	float:left;
	display:inline;
	padding:2em 0 0 200px;
}

body#trial div#formText {
	width: 640px;
	text-align:left;
	margin-top:2em;
}

body#trial div#formText li {
	background:url(images/bullet.jpg) left 5px no-repeat;
	padding:0 0 .5em 18px;
	margin: 0 0 0 4em;
	font-weight:bold;
}

body#home div#col1 p {
	font-size:150%;
	font-family:Georgia, serif;
	text-align:center;
	line-height:170%;
	color:#666666; /* medium grey */
}

body#spirit div#col1 p {
	line-height:120%;
	margin-top:1em;
}

body#trial div#dispText p {
	font-size:120%;
	font-family:Georgia, serif;
	text-align:center;
	line-height:170%;
	color:#666666; /* medium grey */
	line-height:120%;
	margin:2em;
}

body#spirit h2 {
	color:#464646;  /* grey */
	margin-top:.5em;
	padding-bottom:0;
}

body#home div#col1 h1.aimName {
	font-size:150%;
	text-align:center;
	font-family:Verdana, sans-serif;
	color:#709bd1;  /* bright blue */
	font-weight:bold;
	margin:1.3em 0 .4em 0;
}

body#spirit h1, body#trial h1 {
	font-size:150%;
	text-align:center;
	font-family:Verdana, sans-serif;
	color:#709bd1;  /* bright blue */
	font-weight:bold;
	margin:1.3em 0;
}

body#trial h1 {
	margin:2em 0 0 3em;
}

body#trial div#form {
	width:40em;
	margin:3em 0 0 0;
	text-align:right;
}

body#spirit div#vid {
	float:left;
	display:inline;
	padding:0 34px 30px 30px;
	margin:0 0 0 135px;
	background:url(images/vidFrame.jpg) no-repeat;
}

body#spirit object { 
	margin:28px 20px 0px 0px;
}

body#spirit div#imgFoot {
	clear:both;
	margin:0 0 0 34px;
	padding:20px 0 0 0;
}


	/*** schedule popup ***/
	
	body#trial span#schedpop span#sched { 
		display: none;
	}

	body#trial span#schedref {
		text-decoration:underline;		
	}
	
	body#trial span#schedref:hover {
		font-weight:normal;
		text-decoration:none;
	}
	
	body#trial span#schedpop:hover span#sched {  
		display:block;
		text-align:left;
		width:700px;
		padding:2.5em 5em;
		background:#fefdec; /* very pale yellow */
		border:1px dotted #709bd1;   /* bright blue */ 
		z-index:100; 
	}

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

.caps {
	text-transform:uppercase;
	font-size:110%;
	color:#999999; /* light grey */
	letter-spacing:.1em;
	line-height:200%;
}

.ital {
	font-style:italic;
	letter-spacing:.03em;
	color:#999999; /* light grey */
	font-size:90%;
}	

body#home div#col2 ul {
	list-style-type:none;
	margin-left:-15px;
	padding-left:0;
}

body#home div#col2 li {
	background:url(images/bullet.jpg) left 3px no-repeat;
	padding:0 0 .5em 18px;
	font-weight:bold;
}

body#home div#col2 {
	padding-bottom:0px;
}

body#home div#col1 {
	width:240px;
	float:left;
	padding:0 0 0 58px;
	display:inline;
}

body#home div#col2 {
	width:352px;
	float:right;
	padding:10px 30px 10px 0px;
	display:inline;
}

body#home div#quote {
	width:590px;
	float:left;
	display:inline;
	padding-top:1em;
	margin-left:165px;
}

body#home div#testDisp img {
	visibility:hidden; /* script will load images, unless <noscript> then alternate css will make images visible */
}

/*  camps.html  body id = camps */

body#camps div#vid {
	float:left;
	display:inline;
	padding:30px 30px 30px 30px;
	margin:0 0 0 33px;
	background:url(images/vidFrame.jpg) no-repeat;
}

body#camps h2.floatR {
	float:right;
	width:300px;
	margin:5em 2em 0 0;
	line-height:150%;
	text-align:center;
}

body#camps span.grey {
	color:#999999; /* light grey */
}

body#camps div#imgFoot, body#spirit div#imgFoot {
	clear:both;
	margin:0 0 0 34px;
	padding:20px 0 0 0;
}
body#camps div#fullwidth {
	width:648px;
	float:left;
	padding:0px 50px 20px 50px;
}

body#camps div#main img {
	margin:20px 0px 0px 160px;
}

body#camps div#main img#moxie {
	margin:0 0 20px 30px;
}

body#camps #content ul {
	list-style: disc;
	margin-left:25px;
	line-height:112.5%;
	margin-bottom:.5em;
}

body#camps #content li {
	margin-top:.5em;
}

/*  locn.html  body id = locn */

body#locn h2.first {
	margin:2em 0;
}

body#locn div#col2 a {
	text-decoration:none;
}

body#locn span.underline {
	text-decoration:underline;
}

body#locn p.sep {
	border-bottom:1px dotted #709bd1;  /* bright blue */
	margin-bottom:1.5em;
	padding-bottom:1.5em;
}

body#locn div#main img.map {
	margin:0 0 0 -16px;
}

body#locn div#main img.mapPin {
	margin:.5em .5em -.5em 0;
}

body#locn div#fullwidth {
	width:648px;
	float:left;
	padding:0px 50px 20px 50px;
	display:inline;
}

body#locn caption {
	margin:2em 0;
}

/*  test.html  body id = test */

body#test div#col1 p {
	margin-top:20px;
	line-height:200%;
	text-indent:0px;
}

body#test div#vid {
	float:left;
	display:inline;
	padding:0 34px 30px 30px;
	margin:0 0 0 33px;
	background:url(images/vidFrame.jpg) no-repeat;
}

body#test object { 
	margin:28px 20px 0px 0px;
}

body#test p {
	position:relative;
}

body#test span.testname {
	color:#709bd1;  /* bright blue */
	text-transform:uppercase;
	font-size:75%;
}	
	
	/*** testimonial popups ***/
	
	body#test p span.longcopy { 
		display: none;
	}
	
	body#test p:hover span.shortcopy {
		font-weight:bold;
	}
	
	body#test p:hover span.longcopy {  
		display:block;
		position:absolute;
		top:4.5em; 
		right:-10em;
		width:40em;
		padding:2.5em;
		background:#fefdec; /* very pale yellow */
		border:1px dotted #709bd1;   /* bright blue */
		z-index:100;
	}


/*  contact.html  body id = contact */

body#contact div#main img {
	margin:50px 0px 50px 84px;
}

body#contact div#main img#moxie {
	margin:0 0 20px 30px;
}


/*  about.html  body id = about */

body#about div#quote {
	width:748px;
	float:left;
	display:inline;
	padding-top:1em;
	margin-left:250px;
}

img#trainer {
	margin:0 0 0 -20px;
}


/*  faq.html  body id = faq */

body#faq p.question {
	margin-top:2em;
	padding-top:1em;
	color:#709bd1;  /* bright blue */
	text-transform:uppercase;
	font-size:85%;
	line-height:100%;
	border-top:1px dotted #709bd1;  /* bright blue */
}

body#faq p.answer {
	margin-top:1em;
	color:#464646;  /* grey */
}

body#faq p.text {
	margin-top:2em;
	padding-top:1em;
	color:#464646; /* grey */
	border-top:1px dotted #709bd1;  /* bright blue */
}


/*  reg.html  body id = reg */

body#reg h3#sticky1 {  /* registration button is not displayed on this page, so margin needs to compensate for that space */
	margin-top:-550px;
}

body#reg h3#sticky2 {
	margin-bottom:365px; /* to drop moxie moms logo down below nav */
}

body#reg table#schedule caption {
	padding-top:6em;
}

body#reg table#schedule {
	margin:0 0 4em 0;
}

body#reg a.button {
	color:#fefce8; /* pale yellow */
	text-decoration:none;
	padding:60px;
	margin-left:60px;
	background:url(images/smbutton.png) center no-repeat;
}

body#reg span.title {
	font-weight:bold;
}


/*  thankyou.html  body id = thankyou */

body#thankyou p {  
	margin:1em 0 0 0;
}

/* michelle/index.html body id = michelle */

body#michelle div#vid {
	float:left;
	display:inline;
	padding:0 34px 34px 31px;
	margin:0 0 0 120px;
	background:url(../images/vidFrameFB.jpg) no-repeat;
}

body#michelle object { 
	margin:30px 0 12px 0;
}

body#michelle h1 {
	font-size:150%;
	text-align:center;
	font-family:Verdana, sans-serif;
	color:#709bd1;  /* bright blue */
	font-weight:bold;
	margin:2em 0;
	text-transform:capitalize;
}

body#michelle h2 {
	clear:both;
	color:#464646; /* grey */
	text-align:center;
	padding:.6em 0 0 0;
}

/* special-offer/index.html body id = special */

body#special div#vid {
	float:left;
	display:inline;
	padding:0 34px 34px 31px;
	margin:0 0 0 120px;
	background:url(../images/vidFrameFB.jpg) no-repeat;
}

body#special object { 
	margin:30px 0 12px 0;
}

body#special h1 {
	font-size:150%;
	text-align:center;
	font-family:Verdana, sans-serif;
	color:#709bd1;  /* bright blue */
	font-weight:bold;
	margin:2em 0;
	text-transform:capitalize;
}

body#special h2 {
	clear:both;
	color:#464646; /* grey */
	text-align:center;
	padding:.6em 0 0 0;
}
