/* general */

* {
	padding:0;
	margin:0;
}

html {
	background:#f7f6e7 url(img/desert-fade.jpg) center bottom no-repeat fixed;
}

body {
	font:94%/1.4 Arial, Helvetica, sans-serif;
	background:url(img/desert-sky.jpg) center bottom repeat-y fixed;
}

h1, h2, h3, h4, h5, h6 {
	margin:0.6em 0 0.2em;
}

h1, h2 {
	color:#336;
}

p {
	margin:0.3em 0;
}

a {
	color:#039;
	padding:0.3em 0;
	text-decoration:underline;
}

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

a:active, a:focus {
	color:#f30 !important;
}

a.anchor {
	visibility:hidden;
}

a img {
	border:none;
}

img[align=right], img.right {
	float:right;
	margin:0.2em 0 0.2em 0.6em;
}

img[align=left], img.left {
	float:left;
	margin:0.2em 0.6em 0.2em 0;
}

small {
	font-size:0.8em;
}

.clear {
	clear: both;
}

.self-clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.left {
	float:left;
	margin:0.3em 1em 0.3em 0;
}

.right {
	float:right;
	margin:0.3em 0 0.3em 1em;
}

input[type=text], input[type=password], textarea {
	background:#f7f6e7 url(img/orange-fade2.png) repeat-x bottom;
}

hr {
	margin:0.5em 0;
	border:1px solid #f5cbaf;
	border-top:1px solid #db986b;
	height:0;
}

ul, ol {
	margin:0 0 0.2em 1em;
	padding:0 0 0.2em 1em;
}

li {
	margin-left:1em;
	padding-left:1em;
}

.info {
	background:#ddf;
	border:1px solid #99f;
	padding:1em;
	margin:2em 0;
}

p.warning, div.warning {
	background:#fdd;
	border:1px solid #f99;
	color:#900;
	padding:1em;
	margin:2em 0;
}

textarea {
	font-family:inherit;
	padding:2px;
	font-size:0.9em;
}

form.fullwidth input, form.fullwidth textarea {
	display:block;
	width:98%;
}

input.warning, textarea.warning {
	background:#fdd;
	border:2px inset #f66;
}

input.main {
	font-weight:bold;
}

/* site specific */

#container {
	background:url(img/desert-fade.jpg) center bottom no-repeat fixed;
	padding:1em 1em 30px;
	height:150%;
}

#container_2 {
	margin:0 auto;
	width:80%;
	max-width:1100px;
	min-width:40em;
}


#menu {
	width:100%;
	height:140px;
	font-size:12px;
	background:url(img/lotus-banner-bg.jpg) repeat-x;
}

#menu_2 {
	width:100%;
	height:100%;
	background:url(img/lotus-banner-fade.jpg) 100% 50% no-repeat;
}

#menu ul {
	position:absolute;
	margin:0;
	padding:0;
}

#menu ul li {
	position:absolute;
	list-style:none;
	white-space:nowrap;
	margin:0;
	padding:0;
a	width:10em;
}

#menu a {
	color:#006;
	font-weight:bold;
	padding:3px 1em;
	text-decoration:none;
}

#menu a:hover {
	color:#000;
	text-decoration:underline;
}

#submenu {
	margin-top:-1em;
	margin-bottom:40px;
	border:1px solid #be6;
	border-top:none;
	border-bottom-color:#690;
	font-size:0.8em;
}

#submenu ul {
	margin:0 1em;
	padding:0.3em;
	overflow:hidden;
}

#submenu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#submenu ul li a {
	color:#334;
	text-decoration:underline;
	padding:0.3em 0.4em;
}
#submenu ul li a:hover {
	color:#04c;
	text-decoration:none;
}

#submenu ul li:before {
	content:"- ";
	color:#999;
}

#submenu ul li.first:before {
	content:"";
}

#main {
	float:left;
	width:70%;
}

body.one_column #main {
	float:none;
	width:auto;
}

#main_2 {
	padding:0.3em 0 1em 0.5em;
}

#main, #column {
	margin-top:-40px;
}

#column {
	float:left;
	width:30%;
}

#column_2 {
	padding:1em 0.5em 1em 0;
}

#footer {
	clear:both;
	margin-top:1em;
	padding:0.8em;
	border:2px solid #f7d59f;
	background:url(img/white_40.png);
	font-size:0.8em;
}

#footer .tagline {
	color:#333;
}

#footer #copyright {
	color:#999;
	text-align:center;
	margin:0.3em 0;
}

#footer small {
	font-size:0.9em;
}






#fader {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:32px;
	background:url(img/fade-bottom.png) bottom repeat-x;
}


li.old_course { color:#666; }
div#course_nav { font:bold 0.9em/1.2em Verdana, Arial, sans-serif; padding:0.8em; }
div#course_nav ul { list-style:none; overflow:auto; height:140px; float:right; padding:0; border:2px solid #777; border-top:2px solid #ccc; border-left:2px solid #aaa; }
div#course_nav ul li { margin:0.2em 0; padding:0; }
* html div#course_nav ul { width:250px; }

div#course_nav a { color: #206; }
div#course_nav a:hover  { color: #40c; }
div#course_nav a:active { color: #69f; }
div#course_nav span { font-weight:normal; }



.boxes div.left, .boxes div.right {
	width:50%;
	margin:0;
}

.boxes div.left {
	float:left;
	clear:left;
	margin-left:-0.3em;
}
.boxes div.right {
	float:right;
	clear:right;
	margin-right:-0.3em;
}
.boxes .left .image { float:left; margin-right:0.3em; }
.boxes .right .image { float:right; margin-left:0.3em; }

.boxes .box, .box {
	margin:1.2em 0.3em;
	padding:0.4em 0.8em 0.8em 0.8em;
	border:1px solid #dbc56c;
	background:url(img/orange-fade.png) repeat-x top;
}

.box .nifty {
	margin:-0.4em -0.8em -0.8em -0.8em;
}
.box .nifty .left, .box .nifty .right {
	margin:-1px;
	width:12px;
	height:12px;
}

.box .nifty .left {
	float:left;
	background:url(img/border-tl.gif);
}

.box .nifty .right {
	float:right;
	background:url(img/border-tr.gif);
}

ul.calendar {
	list-style:none;
	margin:0;
	padding:0;
}

ul.calendar li {
	padding:0.2em 0.7em;
	margin:0;
	border-left:3px solid #db986b;
}

ul.calendar li.odd { background:#f3ddce; }
ul.calendar li.even { background:#fff; }

ul.calendar .date {
	font-size:0.9em;
}

ul.calendar .city {
	font-size:0.8em;
	color:#666;
}

ul.calendar li.more {
	font-weight:bold;
	text-align:right;
	border-style:none;
}