/* GENERAL
//////////////////*/

body {
	margin: 0; padding: 0;
	background: #1E1305 url(/media/images/stripe.gif) repeat-x 0 25px;
	font-family: Georgia, serif;
	text-align: center;
}

div#container {
	margin: 0 auto;
	background: url(/media/images/fade.gif) no-repeat 0 25px;
	width: 780px;
	text-align: left;
}

* {
	margin: 0; padding: 0;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

a {
	border: 0;
	color: #36C;
}

a:hover {
	color: #666;
}

img {
	border: 5px solid #28231C;
}

.float {
	float: right;
	margin: 20px 0 10px 20px;
}

/* HEADER
//////////////////*/

h1#header {
	float: left;
	margin: 0 32px 100px 24px;
}

#header a {
	display: block;
	background: url(/media/images/banner.gif) no-repeat;
	width: 100px;
	height: 485px;
	text-indent: -9999px;
}

/* NAVIGATION
//////////////////*/

ul#navigation {
	margin: 0 0 0 165px; padding: 31px 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
	margin: 0 16px;
}

#navigation a, #navigation strong {
	color: #1E1305;
	font-size: 22px;
	font-style: italic;
	text-decoration: none;
}

#navigation a:hover {
	color: #600;
}

#navigation strong {
	padding: 0 10px;
	font-style: normal;
	font-weight: bold;
}

/* CONTENT
//////////////////*/

div#content {
	margin: 0 75px 0 45px;
	color: #FFFDD4;
}

#content h2 {
	margin: 0 50px 0 110px; padding-bottom: 10px;
	background: url(/media/images/diagonal.gif) repeat-x bottom left;
	font-size: 3.50em;
}

#content h2 .long { /* for extra long page titles */
	font-size: .75em;
}	

#content p {
	margin: 20px 0 2em 120px; padding: 0;
	font-size: 1em;
	line-height: 155%;
}

#content p.big {
	font-size: 1.25em;
}

#content object {
	display: block;
	margin: 20px 0 20px 120px; padding: 0;
}

#content ul {
	margin: 20px 0 1em 120px;
	list-style-type: none;
	font-size: 1em;
	line-height: 165%;
}

#content li {
	margin: .75em 3em .75em 2em; padding-left: 30px;
	background: url('/media/images/arrow.gif') no-repeat 0 .45em;
}

/* Sub-Content */

#content div {
	clear: left;
}

#content .float {
	clear: none;
}

#content .float a {
	padding: 5px 0;
	display: block;
	width: 210px;
	background: #28231C url('/media/images/rounded.gif') no-repeat bottom left;
	color: #ccc;
	font-size: .8em;
	font-family: Geneva, Tahoma, sans-serif;
	text-align: center;
	text-decoration: none;
}

#content .float a:hover {
	color: #fff;
}

#content .float img {
	display: block;
	margin-bottom: 1px;
}

#content div h3 {
	margin-bottom: 10px;
	font-size: 2em;
	font-style: italic;
}

#content div h4 {
	margin: 30px 0 10px 30px;
	font-size: 1.25em;
}

#content div p {
	margin: 10px; padding: 0;
	font-size: 0.88em;
}

/* Students Learn Best List */

#content #philosophy ul {
	margin: 30px 30px 30px 60px; padding: 0;
	list-style-type: none;
	color: #abcdef;
	font-size: 0.8em;
	font-style: italic;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 185%;	
}

#philosophy li {
	margin: 15px 0; padding: 0;
	background: none;
}

/* Seminars List */

#seminars dl {
	margin: 10px;
}

#seminars dt {
	padding: 10px;
	background: #4C4430;
	font-weight: bold;
	font-size: .95em;
}

#seminars .description {
	margin: 15px;
	color: #f0f0f0;
	font-style: italic;
	font-size: 0.88em;
	line-height: 165%;
}

#seminars .details {
	margin: 0 15px 30px 15px; padding: 5px;
	border-top: 1px solid #322C25;
	color: #322C25;
	font-size: 0.88em;
	line-height: 165%;
	text-align: right;
}


/* Upcoming Seminars List */

#content #upcoming ol {
	list-style-type:  none;
	color: #ccc;
	font-size: 0.75em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#upcoming li {
	margin: 10px; padding:  10px;	
	background: #322C25;
	line-height: 165%;
	background: none;
}

#upcoming strong {
	color: #fff;
}

#upcoming .description {
	font-style: italic;
}

/* Testimonials List */

#content #testimonials dl {
	margin: 10px;
}

#testimonials dt {
	padding: 18px 18px 0 18px;
	background: #4C4430 url(/media/images/quote.gif) no-repeat 10px 10px;
	font-size: 0.88em;
	line-height: 165%;
}

#testimonials dd {
	margin-bottom: 20px; padding: 0 10px 8px 0;
	background: #4C4430;
	color: #1E1305;
	font-size: 0.8em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: right;
}

	
/* FOOTER
//////////////////*/

#footer {
	margin: 45px;
	clear: both;
	color: #514031;
	font-size: 0.88em;
}
	
#footer a {text-decoration: none;}	

