@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Grande","Arial Unicode MS", sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Garamond, serif;*/
	line-height: 1.2em;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 100%;
	color: #333;
}
#wrapper {
	position: relative;
	min-width: 900px;
	width: auto !important;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #241800 url(/common/images/default/wood_pattern.jpg) center top;
}
/*-----------------------------------*/
/* wire */
/*-----------------------------------*/
#header_wrapper {
	width: 900px;
	height: 243px;
	margin: 0px auto;
	background: url(/common/images/default/advantage_header.jpg) top center no-repeat;
}
#header {
	position: relative;
	margin: 0px auto;
	width: 800px;
	z-index: 10;
	clear: both;
}
#contents_wrapper {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 233px; /* set the same height as footer */
}
#contents_back {
	background: url(/common/images/default/advantage_back.jpg) top center repeat-y;
}
#contents {
	margin: 0px 10px;
}
#contents_title {
	margin: 0px 10px 20px 10px;
}
#contents_title p {
	margin-bottom: 10px;
	padding: 0.0em 0.0em 0.0em 0.8em;
}
#contents_column {
	width: 760px;
	margin: 0px 10px 0px 10px;
}
#contents_column1 {
	float: left;
	width: 370px;
	margin: 0px 20px 0px 10px;
}
#contents_column2 {
	float: left;
	width: 370px;
	margin: 0px 10px 0px 0px;
}
#footer_wrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 233px;
	background: transparent url(/common/images/default/advantage_footer.gif) top center no-repeat;
}
#footer {
	position: relative;
	width: 800px;
	margin: 0px auto;
}
/* for post page */
.narrowcolumn {
	float: left;
	padding: 0;
	margin-left: 10px;
	width: 550px;
}
.widecolumn {
	margin: 0px 10px;
}
/*-----------------------------------*/
/* Common: base style for all pages  */
/*-----------------------------------*/
h1 {
	padding: 0.0em 0.0em 0.3em 0.3em;
	background: url(/common/images/default/h1_line.png) no-repeat bottom left;
	font: 28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #036;
	line-height: 1.2em;
}
h1 a {
	color: #036;
	text-decoration: none;
	outline: none;
}
h2 {
	margin-bottom: 0.2em;
}
h2, h2 a {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #F90;
	text-decoration: none;
	outline: none;
}
h2 a:hover {
	border-bottom: 2px dotted #F90;
}
h3 {
	margin: 0.5em 0px 0.2em 0px;
}
h3, h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	color: #069;
	text-decoration: underline;
}
p, ul, li, a {
	font-size: 12px;
	line-height: 1.5em;
}
p {
	margin: 0.2em 0em 0.5em 0em;
	text-align: justify;
}
ul {
	margin: 0.2em 0em;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
strong {
	font-weight: normal;
}
hr {
	display: none;
}
select {
	width: 130px;
}
table {
	margin-bottom: 0.5em;
	border: 1px solid gray;
	border-collapse: collapse;
}
table caption {
	margin: 0.5em 0em 0.1em 0em;
	text-align: left;
	font-size: 12px;
	color: #036;
}
table td {
	padding: 0.1em 1.0em;
	background: white;
	font-size: 12px;
	border: 1px solid #CCC;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
/*-----------------------------------*/
/* dl */
/*-----------------------------------*/
dl {
	font-size: 12px;
	margin: 0.2em 0em 0.2em 1.0em;
}
dl dt {
	width: 15em;
	line-height: 1.5em;
}
dl dt:after {
	content: ":";
}
dl dd {
	position: relative;
	line-height: 1.5em;
	margin-top: -1.5em;
	margin-left: 15em;
}
dl dt.long_desc {
	width: 20em !important;
}
dl dd.long_desc {
	position: static !important;
	margin-top: 0em !important;
}
dl#esl_classes {
	margin-bottom: 2.0em;
}
dl#esl_classes dt {
	width: 9em;
}
dl#esl_classes dd {
	margin-left: 9em;
}
dl#deposit_to dt {
	width: 11em;
}
dl#deposit_to dd {
	margin-left: 11em;
}
/*-----------------------------------*/
/* Images */
/*-----------------------------------*/
a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}



/*-----------------------------------*/
/* global navigation */
/*-----------------------------------*/
*+html #header {  /* CSS Hack for IE7 and below */
	height: 1%;
}
ul#gnavi_menu {
	position: absolute;
	top: 194px;
	left: 20px;
	height: 34px;
}
ul#gnavi_menu > li {
	position: relative; /* for dmenu */
	float: left;
	height: 34px;
	list-style: none;
	vertical-align: top; /* for IE7- */
}
ul#gnavi_menu > li > a {
	position: relative;
	display: block;
	height: 34px;
	padding: 0px 3px;;
	font-family: Ravie, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #000;
	outline: none;
	overflow: hidden;
	line-height: 200px; /* hide menu text below */
}
ul#gnavi_menu > li > a:hover {
	height: 34px;
	color: #600;
	background-position: 0px -34px;
}
ul#gnavi_menu > li.current {
	display: block;
	background: url(/common/images/default/menu_active.png) no-repeat center center;
}
* html ul#gnavi_menu li a{ /* IE6 hack to get sub menu links to behave correctly */
	display: inline-block;
}
ul#gnavi_menu > li > ul { /* 1st sub level menu */
	position: absolute;
	display: block;
	top: 25px;
	width: 157px;
	padding-top: 25px;
	padding-bottom: 10px;
	background: url(/common/images/default/sub_menu_back.png) top left no-repeat;
	list-style: none;
}
ul#gnavi_menu > li > ul > li {
	display: list-item; /* undo style from Top level List Items */
	float: none;
	width: 150px;
	border-bottom: 2px dotted #AAA;
	line-height: 20px;
}
ul#gnavi_menu > li > ul > li > a {
	display: block;
	padding: 4px 0px 4px 10px;
	text-align: left;
	text-decoration: none;
	font: 12px Verdana, sans-serif;
	color: #333;
	line-height: 14px;
}
ul#gnavi_menu > li > ul > li > a:hover { /*sub menus hover style*/
	background: url(/common/images/default/gray15.png);
	color: #600;
}

li#menu-home > a {
	background: url(/common/images/default/menu-Home.png) no-repeat;
	width: 58px;
}
li#menu-programs > a {
	background: url(/common/images/default/menu-Programs.png) no-repeat;
	width: 91px;
}
li#menu-admissions > a {
	background: url(/common/images/default/menu-Admissions.png) no-repeat;
	width: 102px;
}
li#menu-school-info > a {
	background: url(/common/images/default/menu-School_Info.png) no-repeat;
	width: 98px;
}
li#menu-whistler-info > a {
	background: url(/common/images/default/menu-Whistler_Info.png) no-repeat;
	width: 119px;
}
li#menu-alumni > a {
	background: url(/common/images/default/menu-Alumni.png) no-repeat;
	width: 69px;
}
li#menu-blog > a {
	background: url(/common/images/default/menu-Blog.png) no-repeat;
	width: 50px;
}
/* language selection */
ul#gnavi_langs {
	position: absolute;
	top: 195px;
	right: 18px;
	height: 34px;
}
ul#gnavi_langs li {
	float: left;
	height: 34px;
	list-style: none;
}
ul#gnavi_langs li a {
	position: relative;
	display: block;
	width: 30px;
	height: 34px;
	text-align: center;
	outline: none;
	line-height: 34px;
}
ul#gnavi_langs li a img {
	position: absolute;
	left: 6px;
	top: 10px;
	border: 1px solid gray;
}
ul#gnavi_langs li.current a {
	background: url(/common/images/default/flag_active.png) center center no-repeat;
}
/* branch name */
div#header_branch_name {
	position: absolute;
	top: 105px;
	right: 531px;
}
/*-----------------------------------*/
/* footer */
/*-----------------------------------*/
#footer div.footer_section {
	margin: 40px 0px 0px 20px;
	font-size: 10px;
	color: #CCC;
}
ul#footer_menu {
	margin: 0em;
	padding: 0em;
}
ul#footer_menu ul {
	margin: 0 0 0 1em;
	padding: 0em;
}
ul#footer_menu > li {
	display: block;
	float: left;
	margin: 1.0em 2.1em 0 0;
	font-size: 12px;
	list-style: none;
}
ul#footer_menu > li a {
	text-decoration: underline;
	font-size: 12px;
	color: #CCC;
}
ul#footer_menu > li > ul > li {
	margin-top: 0.6em;
	font-size: 10px;
	line-height: 1.1em;
	max-width: 12em;
}
ul#footer_menu > li > ul > li a {
	text-decoration: none;
	font-size: 10px;
	color: #CCC;
	line-height: 1.1em;
}
ul#footer_menu > li > ul > li a:hover {
	text-decoration: underline;
}

#footer div.contact_info {
	width: 300px;
	margin-left: 100px;
}
#footer address {
	display: block;
	font-size: 10px;
	font-style: normal;
}
#footer address span {
	display: block;
	margin-top: 2px;
}
#footer address span.floatable {
	float: left;
	margin-right: 15px;
}
/* language selection */
ul#footer_langs {
	position: absolute;
	bottom: 0px;
	right: 18px;
	height: 34px;
}
ul#footer_langs li {
	float: left;
	height: 34px;
	list-style: none;
}
ul#footer_langs li a {
	position: relative;
	display: block;
	width: 30px;
	height: 34px;
	text-align: center;
	outline: none;
	line-height: 34px;
}
ul#footer_langs li a img {
	position: absolute;
	left: 6px;
	top: 10px;
	border: 1px solid gray;
}
ul#footer_langs li.current a {
	background: url(/common/images/default/flag_active.png) center center no-repeat;
}

/*-----------------------------------*/
/* clearfix */
/*-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*--- for IE7 ---*/
.clearfix {
	min-height: 1px;
}
/*--- for IE6-, MacIE5.x ---*/
* html .clearfix {
	height: 1px; 
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-----------------------------------*/
/* matrix */
/*-----------------------------------*/
table.matrix {
	margin-bottom: 1.0em;
	border-collapse: collapse;
	border: none;
	font-size: 10px;
	color: #663;
}
table.matrix th, .matrix td {
	width: 4.2em;
	_width: 5.0em;
	text-align: center;
	border-top: 1px solid #BBB;
	background: url(/common/images/default/roundrect_gray10.png) -10px -10px no-repeat;
	padding-right: 0.8em;
	line-height: 1.5em;
}
table.matrix th {
	width: 18em;
	padding-right: 1.0em;
	text-align: right;
}
table.matrix thead td {
	font-weight: bold;
	color: #885;
	border: none;
}
table.matrix .rent_lefttop {
	background: url(/common/images/default/roundrect_gray10.png) top left;
}
table.matrix .rent_righttop {
	background: url(/common/images/default/roundrect_gray10.png) top right;
}
table.matrix .rent_leftbottom {
	background: url(/common/images/default/roundrect_gray10.png) bottom left;
}
table.matrix .rent_rightbottom {
	background: url(/common/images/default/roundrect_gray10.png) bottom right;
}
/*-----------------------------------*/
/* debug */
/*-----------------------------------*/
/*
#contents {
	background: lightgray;
}
.contents_title {
	background: gray;
}
#contents_column1 {
	background: yellow;
}
#contents_column2 {
	background: orange;
}
#header ul {
	background: blue;
}
#footer {
	background: blue;
}
*/
