@charset "UTF-8";
/* CSS Document */

/*

Generic

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

html, body {
	background: url(../images/bg.jpg) #efe6bc;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

h1 {
	background: url(../images/logo.gif) no-repeat top left;
	height: 116px;
	width: 600px;
	text-indent: -5000px;
	margin: 10px auto;
	padding: 0;
}

h2 {
	color: #213c77;
	font-size: 25px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #213c77;
	border-bottom: 1px solid #74943d;
	padding-bottom: 5px;
}

h4 {
	color: #213c77;
	font-size: 14px;
}

p, #leftColumn li {
	line-height: 1.5em;
}

a {
	color: #7d0116;
}

strong {
	color: #7d0116;
}

a:hover {
	color: #74943d;
	border-bottom: none;
}

.horzbar {
	background-color: #none;
	border-bottom: 1px dotted #74943d;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}

.rightImg, .leftImg {
	padding: 5px;
	border: 1px solid #74943d;
	background-color: #FFFFFF
}

.rightImg {
	float: right;
	margin: 15px 0 15px 20px;
}

.leftImg {
	float: left;
	margin: 15px 20px 15px 0;
}

.floatLeft {
	vertical-align: middle;
	padding-right: 10px;
}

.resourcelist li {
	padding-top: 10px;
}

ul {
	list-style-image: url(../images/bullet.gif);
}

#leftColumn li {
	padding: 5px;
}

.top {
	border-top: 1px solid #74943d;
	padding-top: 10px;
	margin-top: 40px;
}

/*

Navigation

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

#navWrapper {
	background: url(../images/nav-bg.gif) top left repeat-x;
	height: 43px;
	width: 100%;
	min-width: 800px;
}

#nav {
	padding: 0;
	width: 800px;
	position: relative;
	margin-left: -400px;
	left: 50%;
	list-style: none;
}

#nav li {
	float: left;
	margin-left: 10px;
}

#nav a {
	display: block;
	text-transform: none;
	font-weight: normal;
	height: 43px;
	width: 122px;
	border: none;
}

#nav a:hover {
	background: none;
}

#nav .home a {
	width: 52px;
	height: 43px;
}

.home {
	background: url(../images/nav-btns/home.gif) no-repeat top left;
	height: 43px;
	width: 52px;
	text-indent: -5000px;
}

.about, .programs, .bowen, .resources, .contact, .aboutSelected, .programsSelected, .bowenSelected, .resourcesSelected, .contactSelected {
	height: 43px;
	width: 122px;
	text-indent: -5000px;
}

.homeSelected {
	height: 43px;
	width: 52px;
	text-indent: -5000px;
}

/*

Navigation Buttons

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

.home:hover, .homeSelected {
	background: url(../images/nav-btns/on_home.gif) no-repeat top left;
}

.about {
	background: url(../images/nav-btns/about.gif) no-repeat top left;
}

.about:hover, .aboutSelected {
	background: url(../images/nav-btns/on_about.gif) no-repeat top left;
}

.programs {
	background: url(../images/nav-btns/program.gif) no-repeat top left;
}

.programs:hover, .programsSelected {
	background: url(../images/nav-btns/on_program.gif) no-repeat top left;
}

.bowen {
	background: url(../images/nav-btns/bowen.gif) no-repeat top left;
}

.bowen:hover, .bowenSelected {
	background: url(../images/nav-btns/on_bowen.gif) no-repeat top left;
}

.resources {
	background: url(../images/nav-btns/resources.gif) no-repeat top left;
}

.resources:hover, .resourcesSelected {
	background: url(../images/nav-btns/on_resources.gif) no-repeat top left;
}

.contact {
	background: url(../images/nav-btns/contact.gif) no-repeat top left;
}

.contact:hover, .contactSelected {
	background: url(../images/nav-btns/on_contact.gif) no-repeat top left;
}

/*

Layout

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

#wrapper {
	min-height: 100%;
	position: relative;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 170px;
}

#leftColumn {
	width: 470px;
	float: left;
}

#rightColumn {
	width: 265px;
	float: right;
	margin-top: 25px;
}

/*

Content Styles

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

.pdf {
	width: 400px;
}

.important-link {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.quote {
	text-align: center;
	width: 275px;
	margin: 0 auto;
	padding: 0;
	color: #213c77;
	font-weight: bold;
	font-style: normal;
}

#rightColumn .quote {
	width: 175px;
}

.author {
	color: #74943d;
	font-weight: Normal;
	font-size: 10px;
	float: right;
}

.clear {
	clear: both;
}

.dividers {
	color: #74943d;
	padding: 0 10px;
}

/*

Layout // Right Column

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

#rightContainer {
	background: url(../images/rightColumn-top.gif) top left no-repeat;
	padding-top: 5px;
}

#rightContainerBg {
	background: url(../images/rightColumn-bg.gif) top left repeat-y;
}

#content {
	list-style: none;
	margin: 0 auto;
	padding: 0 15px 10px 0;
	font-size: 13px;
	text-align: center;
	width: 225px;
	list-style-image: none;
}

#content li {
	padding: 10px 0;
	border-bottom: solid 1px #d9d9d9;
}

#content .last {
	padding-bottom: none;
	border-bottom: none;
	margin-bottom: -20px;
}

#containerBottom {
	background: url(../images/rightColumn-bottom.gif) no-repeat top left;
	height: 97px;
	width: 254px;
}

.date, .unselected {
	font-weight: bold;
	font-size: 15px;
}

.unselected {
	color: #7d0116;
}

.date {
	color: #213c77;
}

.unselected:hover, .selected:hover {
	color: #74943d;
	background: none;
}

.selected {
	font-size: 15px;
	color: #74943d;
	font-weight: bold;
	text-decoration: none;
}

.info {
	color: #74943d;
	font-weight: bold;
}

/*

Header

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

.welcome, .aboutus, .resume, .contactus, .resource, .program, .bowent {
	text-indent: -5000px;
	margin-top: 25px;
}

.welcome {
	background: url(../images/h2/welcome.gif) no-repeat top left;
	width: 117px;
	height: 20px;
}

.aboutus {
	background: url(../images/h2/about.gif) no-repeat top left;
	width: 117px;
	height: 20px;
}

.resume {
	background: url(../images/h2/cv.gif) no-repeat top left;
	width: 140px;
	height: 20px;
}

.contactus {
	background: url(../images/h2/contact.gif) no-repeat top left;
	width: 131px;
	height: 20px;
}

.events {
	background: url(../images/h2/events.gif) no-repeat top left;
	text-indent: -5000px;
	width: 121px;
	height: 47px;
	margin-left: 20px;
}

.resource {
	background: url(../images/h2/resources.gif) no-repeat top left;
	width: 125px;
	height: 20px;
}

.program {
	background: url(../images/h2/programs.gif) no-repeat top left;
	width: 117px;
	height: 27px;
}

.bowent {
	background: url(../images/h2/bowen-theory.gif) no-repeat top left;
	width: 175px;
	height: 27px;
}

/*

Footer

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

#footer {
	clear: both;
	background: #7d0116 url(../images/footer-bg.gif) repeat-x top left;
	height: 120px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer p {
	color: #74943d;
	margin: 0;
	padding: 8px 0;
}

<!--[if lt IE 7]>
	#container {
		height:100%;
	}
	
	<![endif]-->


#footerLinks {
	font-size: 14px;
	line-height: .9em;
}

#footerLinks a, #bottom a {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

#footerLinks a:hover, #bottom a:hover {
	color: #74943d;
} 

#bottom {
	padding-top: 10px;
}

#bottom p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

#bottom .copyright {
	padding: 10px 0 0 0;
	font-size: 9px;
	color: #74943d;
}

.contactName {
	font-size: 15px;
}

.contactPosition {
	font-size: 10px;
}


/*

Form Data Styles

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

.disabled {
	color: #666666;
	font-weight: normal;
}

.refund {
	font-size: 10px;
}

.error {
	font-size: 30px;
	font-weight: bold;
	color: #7d0116;
	text-transform: uppercase;
}

.disclaimer {
	width: 450px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	background: #7d0116;
	font-weight: bold;
}

.note {
	font-size: 14px;
	font-weight: bold;
	color: #7d0116;
}

.price {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	color: #7d0116;
}

.priceSmall {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #7d0116;
}

.category {
	color: #213c77;
	font-size: 20px;
	font-weight: bold;
}

.catSmall {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
	color: #74943d;
}

.formArea .date {
	font-size: 15px;
	font-weight: bold;
	color: #7d0116;
	padding-left: 20px;
}

/*

Form Data

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

.formData {
	width: 420px;
}

.formData tr {
	height: 18px;
}

.formName {
	width: 120px;
	font-weight: bold;
	color: #213c77;
}

.formField {
	padding: 0 10px;
	background-color: #FFFFFF;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../registration/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display:block;
	background: #f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
}

.costName, .grandName {
	color: #7d0116;
	font-weight: bold;
	font-size: 15px;
}

.costPrice, .grandPrice {
	text-align: right;
	color: #213c77;
	font-weight: bold;
	font-size: 15px;
}

.formData .grandTotal {
	height: 35px;
} 

.grandPrice {
	border-top: 1px solid #74943d;
}

#progressIndicator {
	width: 453px;
	margin: 0 auto;
	padding-top: 10px;
}

/*

Load Box

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


#loadBox {
	background: url(../images/load-top.gif) top left no-repeat;
	padding-top: 10px;
	width: 363px;
	margin: 25px auto;
	text-align: center;
}

#loadBox p {
	padding: 0;
	margin: 0;
}

#loadBox h4 {
	font-size: 24px;
	padding: 0;
	margin: 0;
}

#loadBoxContent h4 {
	color: #7d0116;
	font-size: 16px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 8px 0;
	margin: 12px;
}

#loadBox img {
	padding: 10px 0;
}

#loadBoxBg {
	background: url(../images/load-bg.gif) top left repeat-y;
}

#loadBoxBottom {
	background: url(../images/load-bottom.gif) top left no-repeat;
	width: 363px;
	height: 20px;
}

#loadBoxContent {
	width: 335px;
	margin: 0 auto;
}


/****************************
REGISTRATION STYLES
****************************/

/* Hidden */

.creditRadioDiv {
	visibility: hidden;
	padding: 0 0 15px 10px;
}

.creditTypeDiv {
	display: none;
	padding: 0 0 15px 10px
}

.fixedCredits {
	display : none;
}

.hidden { 
	visibility : hidden;
}

/* Form Layout */

.formRow {
	text-align: right;
	padding: 2px 0 2px 0; 
	font-weight: bold; 
	color: #213c77;
}

.formArea {
	padding-top: 10px; 
	padding-left: 20px; 
}

.formIndent {
	float: left; 
	text-align: left; 
	font-weight: bold; 
	color: #213c77;
}

.addressDivs {
	text-align: right;
	padding-left: 10px;
	color: #213c77;
}

#formAlign {
	width: 360px;
	text-align: right;
}

/* Check Boxes Layout */

.checkBoxes { 
	font-size: 15px; 
	font-weight: bold; 
	width: 200px; 
	margin-top: 20px; 
	color: #7d0116;
}

#checkRight {
	float: right;
}

#checkLeft {
	float: left;
}