* {
margin: 0;
padding: 0;
}

body {
font: 75% Arial, Helvetica, 'Sans-serif';
color: #626262;
text-align: center;
}

img {
display: block;
border: 0;
}

#container a, #header #utilityNav a:hover, #header #mainNav a:hover {
color: #de8bac;
text-decoration: none;
}

#container a:hover {
color: #000000;
}

#container {
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#container2 {
width: 620px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* ----- Header Area ----- */

#header {
	width: 100%;
}

/* ----- Utility Nav ----- */

#header #utilityNav {
	float: right;
	list-style-type: none;
	font-size: 80%;
	padding-top: 4px;
}

#header #utilityNav li {
	display: inline;
	padding: 0px 8px;
	border-right: 1px solid #c5c3c3;
}

#header #utilityNav a {
	color: #c5c3c3;
	text-decoration: none;
}

#header #utilityNav .loggedIn a {
color: #de8bac;
}

#header #utilityNav li.noborder {
	border: 0;
	padding-right: 0;
}

/* ----- Main Nav ----- */

#header #mainNav {
	height: 28px;
	border-top: 1px solid #d0d0d0;
	list-style-type: none;
	text-align: center;
	color: #9e9e9e;
	font-size: 115%;
	width: 460px;
	float: left;
	padding-top: 10px;
}
#header #mainNav li {
	display: inline;
}
#header #mainNav li {
	padding: 0px 18px;
}
#header #mainNav li a {
	color: #9e9e9e;
	text-decoration: none;
}

#header #mainNav li.noborder {
	padding-left: 0px;
}

/* ----- Newsletter Form ----- */

#header form {
	float: left;
	width: 310px;
	font-size: 115%;
	color: #9e9e9e;
	border-top: 1px solid #d0d0d0;
	height: 38px;
}
#header form label {
	margin-top: 10px;
}
#goButton, #Email, #header label {
	float: left;
	margin-right: 5px;
	display: block;
}
#goButton, #Email {
	margin-top: 7px;
}
#header #goButton {
	display: inline;
}
#header #Email {
	width: 133px;
	height: 13px;
	padding: 5px;
	font-size: 12px;
	color: #9e9e9e;
	border: 1px solid #bcbcbc;
}

/* ----- Main Content Area ----- */

#contentArea {
	border-top: 5px solid #d0d0d0;
	border-bottom: 5px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background: url(images/bg-main-content.gif) no-repeat bottom right;
overflow: hidden;
width: 100%;
clear: left;
}

#container div.homePage { background: none; }
#container div.faceToFace { background: none; }
#container div.aboutUs { background: none; }

/* ----- Promo Bar ----- */

#promoBar {
	padding: 15px 0px 15px 15px;
	float: left;
	width: 172px;
	margin: 0px 0px 20px 0px;
}

#promoBar ul {
	list-style-type: none;
	margin-bottom: 25px;
}
#promoBar ul a {
	font-size: 115%;
	color: #9e9e9e;
	text-decoration: none;
}
#promoBar ul li {
	line-height: 1.8;
	padding-left: 28px;
}
#promoBar ul li.iconOC, #horizMenu li.iconOC { background: url(images/icon-online-classes.gif) no-repeat left; }
#promoBar ul li.iconIP, #horizMenu li.iconIP { background: url(images/icon-real-classes.gif) no-repeat left; }
#promoBar ul li.iconMW, #horizMenu li.iconMW { background: url(images/icon-my-work.gif) no-repeat left; }
#promoBar ul li.iconAM, #horizMenu li.iconAM { background: url(images/icon-about-me.gif) no-repeat left; }
#promoBar ul li.iconBL, #horizMenu li.iconBL { background: url(images/icon-blog.gif) no-repeat left; }


#horizMenu {
list-style-type: none;
border-top: 1px solid #d0d0d0;
text-align: center;
font-size: 115%;
height: 28px;
padding-top: 10px;
clear: left;
}
#horizMenu li {
padding-left: 28px;
display: inline;
margin: 0px 15px;
}
#horizMenu li a {
color: #9e9e9e;
}

/* ----- Written Content Area ----- */

#content {
	float: left;
	width: 545px;
	border-left: 1px solid #d0d0d0;
	padding: 0px 15px 0px 21px;
margin-top: 20px;
margin-bottom: 20px;
}

.ideaImages {
text-align: center;
margin: auto;
padding-top: 30px;
}

#container2 #content {
border: 0;
width: 100%;
float: none;
padding: 0;
}

#container2 #content h2 {
text-align: center;
}
#container2 #content h3, #container2 #content p {
margin-left: 20px;
margin-right: 20px;
}
#container2 #content h3 {
font-size: 110%;
}

#imageDesc {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 18px;
	line-height: 1.5;
}

#container2 #content img {
margin: auto;
margin-bottom: 15px;
}

.portrait {
	float: right;
	padding: 2px;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
	margin-left: 20px;
}
.signature {
	padding-left: 100px;
}

#content h2 {
	color: #de8bac;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 150%;
}

#content h4 {
margin-top: 10px;
margin-bottom: 5px;
font-size: 100%;
}

#content p, #content ul {
	margin-bottom: 18px;
	line-height: 1.5;
}

#content ul {
	padding-left: 40px;
}

#content small {
color: #8b8a8a;
font-size: 90%;
margin-bottom: 5px;
margin-top: 5px;
display: block;
}

/* ----- Footer ----- */

#footer {
	padding-left: 15px;
	font-size: 80%;
	color: #c5c3c3;
	clear: both;
}
#footer a {
	color: #c5c3c3;
	text-decoration: none;
}

#footer img {
	float: right;
}

#footer p {
	line-height: 1.5;
}

.copyright {
	padding-top: 10px;
}

/* ----- Face to Face classes ----- */

#upcomingClasses img {
float: right;
	padding-left: 20px;
padding-bottom: 10px;
}
#upcomingClasses div {
clear: both;
}

/* ----- Online Lessons ----- */

.classMenu {
	border: 1px solid #de8bac;
	width: 212px;
	background-color: #fdeef4;
	float:left;
	margin-right: 15px;
	padding: 10px 15px;
	margin-bottom: 20px;
height: 320px;
}
.classMenu h3 {
	color: #de8bac;
text-align: center;

	margin-bottom: 8px;
	font-size: 130%;
}
#content .classMenu p {
	font-size: 90%;
	line-height: 1.4;
	padding: 4px 4px;
	height: 7em;
margin: 0;
}
#contentContainer div.classMenu h3 {
	margin-left: 8px;
	margin-top: 4px;
	color: #98c76e;
}

.classMenu dl {
	margin: 0px 9px 5px 9px;
	width: 190px;
}
.classMenu dt, .classMenu dd {
	float: left;
	border-bottom: 1px solid #dfdcde;
	padding: 0 0 3px 0;
	margin: 0 0 2px 0;
}
.classMenu dt {
	width: 70px;
	font-weight: bold;
}
.classMenu dd {
	width: 120px;
}
.classMenu img {
clear: both;
padding-top: 5px;
}

.classMenu img.menuImg {
padding: 0;
border: 1px solid #ffffff;
}

#classContents {
	margin-top: 7px;
}

#classContents div {
	margin-bottom: 20px;
}

#classContents h3 {
	font-size: 100%;
	font-weight: bold;
	color: #de8bac;
}

#contentArea #promoBar #classContents ul {
	font-size: 90%;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
list-style-type: circle;
width: 157px;
}
#contentArea #promoBar #classContents ul a {
font-size: 100%;
}
#classContents ul li {
	margin-top: 5px;
padding: 0;
margin-left: 13px;
line-height: 1.4;
}

#classContents form label {	
	width: 100px;
	font-size: 90%;
	display: inline;
	clear: left;
	text-align: right;
	margin-right: 10px;
} 

#classContents form fieldset { 
	margin-top: 10px;
	border: 0; 
} 

#classContents form fieldset input {
	margin-left: 0px;
	display: inline;
	width: 150px;
height: 16px;
	background-color: #fff;
	border: 1px solid #d1ced0;
	padding: 1px;
	margin-bottom: 5px;
	font: 90% Trebuchet MS, Arial, Helvetica, sans-serif; color: #7d6272; text-decoration: none;
}
#classContents form input {
	margin-left: 110px;
} 

#contentContainer .classMenu p.pdfPack {
	height: 120px;
	background-color: #fae9f3;
	border: 1px solid #f8c5e4;
	padding: 7px;
	text-align: center;
	font-weight: bold;
}

#loginForm legend {
display: none;
}

/* ----- Questions and Comments ----- */

#contactForm {
	width: 300px;
}


#contactForm label {	
	width: 65px;
	float: left;	
	display: inline;
	clear: left;
	text-align: right;
	margin-right: 5px;
} 

#contactForm fieldset { 
	margin-top: 10px;
	border: 0; 
} 
#contactForm fieldset input {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 148px;
	border: 1px solid #d0d0d0;
	font: 90% Arial,Helvetica,sans-serif;
	color: #626262;
} 

#contactForm fieldset legend {
	display: none;
}
#contactForm textarea {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 178px;
	border: 1px solid #d0d0d0;	
	overflow: auto;
	font: 90% Arial,Helvetica,sans-serif;
	color: #626262;

}


#submitButton {	
	display: block;
	margin-left: 70px;



	background-color: #de8bac;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 8px;
	margin-right: auto;
}

#errorText {
	padding: 10px;
	background-color: #ec6e6e;
	margin-bottom: 15px;
	color: #fff;
	width: 270px;
}
#errorText p {
	margin-bottom: 5px;
	font-weight: bold;
}
#errorText ul {
	margin-left: 30px;
}

.successText {
	padding: 10px;
	background-color: #c5f9be;
	text-align: center;
	width: 360px;
	font-weight: bold;
}

#content div.successText p {
	margin-bottom: 0;
}

/* ----- My Work ----- */

/* Page Navigation

------------------------------ */
#content ul.pagelist {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
text-align: center;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */

#albums {
overflow: hidden;
width: 545px;
}

#albums div.album {
	padding: 5px;
	margin-bottom: 12px;
	margin-right: 8px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
width: 250px;
float: left;
height: 90px;
display: block;
}
#albums div.album img {
	float: left;
margin-right: 10px;
}
#albums div.album h3 {
clear: none;
	padding: 0;
	margin: 0;
font-size: 100%;
border-bottom: 1px solid #E7F0F5;
margin-right: 10px;
}
.album h3 a {
	display: block;
	padding: 3px 0 6px 0;
}
#content .album p {
	margin: 4px 0 0 0;
font-size: 95%;
line-height: 1.2
}
.albumdesc {
	
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 250px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a, .imgnav .imgreturn a {
	display: block;
	width: 80px;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgreturn a {
width: 90px;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover, .imgnav .imgreturn a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}

.imgnav .imgnext a {
float: right;
}

#narrow {
	margin: 0 auto;
	width: 440px;
}


/* ----- Miscellaneous ----- */

.imgRight {
	float: right;
	margin-left: 20px;
padding-bottom: 10px;
}
.imgLeft {
	float: left;
	padding-right: 20px;
padding-bottom: 10px;
}
.bordered {
	padding: 2px;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
}

img.enterClass {
padding-top: 44px;

}

#currencyBanner {
margin-bottom: 20px;
}

#termsConditions {
height: 100px;
overflow: auto;
border-bottom: 1px dashed #cccccc; 
margin-bottom: 10px;
font-size: 90%;
}
#termsConditions h2 {
font-size: 110%;
font-weight: bold;
color: #626262; 
}
#termsConditions p {
margin-bottom: 10px;



}

.clock {
width: 155px;
margin-bottom: 15px;
text-align: center;
font-size: 90%;
font-weight: bold;
}
.clock img {
margin: auto;
margin-bottom: 5px;
}

a.rtf { background-image: url(media-icons/icon_rtf.gif) }
a.doc, .icondoc { 
background: url(/media-icons/icon_doc.gif) no-repeat; 
padding-left: 20px; 
}
a.zip, .iconzip { 
background: url(/media-icons/icon_zip.gif) no-repeat; 
padding-left: 20px; 
}
a.audio, .iconwav, .iconmp3, .iconwma { 
background: url(/media-icons/icon_audio.gif) no-repeat; 
padding-left: 20px; 
}
a.video, .iconavi, .iconmpg, .iconmov { 
background: url(/media-icons/icon_video.gif) no-repeat; 
padding-left: 20px; 
}
a.xls { background-image: url(media-icons/icon_xls.gif); }
a.ppt { background-image: url(media-icons/icon_ppt.gif); }
a.vsd { background-image: url(media-icons/icon_visio.gif); }
a.mpp { background-image: url(media-icons/icon_project.gif); }
a.xml { background-image: url(media-icons/icon_xml.gif); }
a.pdf, .iconpdf {
background: url(/media-icons/icon_pdf.gif) no-repeat; 
padding-left: 20px; 
}