* {
	margin: 0;
	padding: 0;
}


html, body {
	height: 100%;
}
body {
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	font-weight: normal;
	background: #FFF;
	text-align: center;
}
#page {
	position: relative;
	min-height: 100%;
	width: 100%;
	background: #FFF;
}
* html #page {
	height: 100%;
}
#container {
	min-height: 100%;
	height: 100%;
	height: expression( 
	    this.height < document.body.clientHeight ?
	        "100%":
	        this.height);

	width: 100%;
	margin-bottom: 80px;
}
#footer {
	position: absolute;
	background: url(../img/footer_bg.jpg) left bottom repeat-x;
	width: 100%; 
	bottom: 0;
	left: 0;
	text-align: center;
	clear: both;
	height: 80px;
	font-size: 10px;
}
#footer, #footer a {
	color: #fff;
	text-decoration: none;
}
#header {
	background: url(../img/header_bg.jpg) left top repeat-x;
	color: #fff;
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#copy {
	padding: 50px 0;
	text-align: left;
}
div.centercolumn {
	width: 955px;
	text-align: left;
	margin: 0 auto;
}
#content, div.content {
	position: relative;
	display: block;
	text-align: left;
	font-size: 0.95em;
	margin-top: 10px;
}
#main {
	margin-top: 20px;
	width: 955px;
}






/*
 * Shadow
 */
#shadow {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 490;
	filter:alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
}





/*
 * Overload Static Elements
 */
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover, #footer a:hover {
	color: #eee;
}
#footer a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, h7 {
	text-transform: capitalize;
	font-family: "Lucida Grande","Gill sans","Trebuchet MS",Helvetica,Tahoma,sans-serif;
	letter-spacing: 1.8px;
}
h1 {
	color: #324684;
	clear: right;
	float: right;
	margin: 5px 0 5px 0;
	text-align: right;
	width: 550px;
	font-size: 28px;
	margin-right: 20px;
}
h2 {
	font-size: 22px;
	margin-right: 20px;
	color: #324684;
	clear: right;
	float: right;
	text-align: right;
	width: 550px;
}
h3 {
	color: #fff;
	margin: 40px 0 5px 0;
}
h3.first {
	margin: 0 0 5px 0;
}
h4 {
	color: #ccc;
}
img {
	border: 0;
}
p {
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-size: 14px;
	font-family: "Arial";/*"Trebuchet MS","Lucida Grande","Gill sans",Helvetica,Tahoma,sans-serif;*/
	color: #fff;
	margin: 14px 0;
}
hr {
	border: 0;
	border-bottom: 2px dotted #ccc;
	margin: 20px 0;
}
dl,dt,dd {
	text-indent: 0em;
	border:none;
	display: block;
} 
dt {
	margin: 2px;
	float: left;
	clear: left;
}
dd {
	margin: 2px;
}
ul.list {
	letter-spacing: 1.8px;
	line-height: 20px;
	font-family: Arial;
	margin: 14px 25px;
}
blockquote {
	margin: 20px 0;
	padding: 5px 10px;
	background: #eee;
}
cite {
	font-weight: bold;
	margin-top: 10px;
	display: block;
}



/*
 * Navigation
 */
#nav {
	float: right;
	text-align: right;
	margin-top: 22px;
	list-style: none;
	width: 500px;
}
#nav li {
	font-family: arial;
	font-size: 14pt;
	padding: 4px 0;
	text-transform: capitalize;
	float: right;
}
#nav a, #nav span {
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	text-decoration: underline;
}



/*
 * Overload mootools' tooltip styles
 */
.tool-tip {
	color: #fff;
	z-index: 13000;
	text-align: left;
	width: 200px;
}
.tool-tip .memo {
	color: #ccc;
}
.tool-title {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ff9933;
	padding: 8px 8px 4px;
	background: #333;
}
.tool-text {
	font-size: 14px;
	padding: 4px 8px 8px;
	background: #333;
}




/*
 * Generic classes
 */
.error {
	color: #990000;
	border: 3px solid #990000;
	min-width: 200px;
	width: auto !important;
	width: 200px;
}
.success {
	color: #006600;
	background: #BEB;
	padding: 0 10px;
}
.fail {
	color: #660000;
	background: #EBB;
	padding: 0 10px;
}
.disabled {
	color: #666;
}
.unsaved 
{
	border: 1px solid red;
}
.close {
	border: 0;
	position: absolute;
	top: 6px;
	right: 6px;
}
.movable {
	position: absolute;
	z-index: 500;
}
.movable .handle {
	cursor: move;
}
.photo_right {
	margin: 20px 0 20px 20px;
	border: 0;
	float: right;
}
.super {
	font-size: 70%;
	position: relative;
	bottom: 5px;
}



/*
 * Center display for random images
 */
div#display {
	background: #fff no-repeat left 50%;
	position: relative;
	height: 435px;
	width: 935px;
	border: 10px solid #fff;
}
div#display.small {
	height: 200px;
}
div#display.contact {
	background: url(../img/display0.jpg) #fff no-repeat left 50%;
}
#ramsay {
	background: url(/img/ramsay.jpg) top left no-repeat;
	height: 213px;
	display: block;
}
#downtown {
	background: url(/img/downtown.jpg) top left no-repeat;
	height: 212px;
	display: block;
	margin-top: 10px;
}


#welcome {
	position: relative;
	color: #fff;
	/*top: 336px;*/
	left: 477px;
	width: 374px;
	font-family: Verdana, Tahoma, Arial;
	margin-top: 10px;
}
#welcome h5 {
	font-weight: bolder;
	margin: 2px 0;
	font-size: 13px;
}
#welcome p {
	margin: 2px 0;
	font-size: 12px;
	font-weight: bold;
}



/*
 * About
 */
div.about p {
	width: 561px;
}

div.about div.img_container {
	width: 374px;
	float: right;
}
div.about img {
	border: 10px solid #fff;
	margin: 0 0 14px 0;
}



/*
 * News and Events
 */
p.news {
	margin: 5px 0;
}
p.news a {
	text-decoration: none;
}
p.news a:hover {
	text-decoration: underline:
}



table.course_list th {
	vertical-align: top;
	width: 40px;
}


table.tableform {
	width: 100%;
}
table.tableform td {
	padding: 0 4px;
}
table.tableform th {
	vertical-align: top;
	width: 100px;
}
table.tableform input {
	width: 100%;
}
table.tableform textarea {
	width: 100%;
	height: 300px;
}




ul.new_questions {
	color: #000;
}
ul.old_questions {
	color: #999;
}



table.tentative {
	border-collapse: collapse;
	font-size: 9px;
	border: 1px solid #999;
}
table.tentative td {
	width: 14.29%;
	vertical-align: top;
	border: 1px solid #999;
	padding: 2px;
}
table.tentative th {
	text-align: center; 
	width: 14.29%;
	padding: 2px 0;
}
