body
{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: white;
	color: #978e80;
}

div.vietnamese
{
	font-family: Arial, sans-serif;
}

div#background
{
	width: 100%;
	height: 100%;
	background-color: #c8c3bd;
	background-image: url(/_image/shell/common/bg.gif);
	background-repeat: repeat-x;
}

div#page-area
{
	position: relative;
	z-index: 1;
	width: 961px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

h1,h2,h3,h4,h5
{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}

h1
{
	font-size: 1.65em;
}

h2
{
	font-size: 1.25em;
}

h3,h4,h5
{
	font-size: 1em;
}

img
{
        border: none;
}

a, a:visited
{
	color: #2171b8;
}

/*-----------------------------------------------
 *	Header
 *-----------------------------------------------*/
div#header
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 80px;
}

div#header img#logo
{
	margin: 15px 0 20px 20px;
}

div#header div#header-utils
{
    font-size: 0.85em;
    vertical-align: bottom;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

div#header div#header-utils a
{
text-decoration: none;
color: #978E80;
}

div#header select
{
    font-family: Arial Unicode MS, Arial, sans-serif;
    color: white;
    font-weight: bold;
    background-color: #625b55;
    width: 210px;
}

/*-----------------------------------------------
 *	Banner Area
 *-----------------------------------------------*/
div#banner-area
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 961px;
	height: 240px;
}

div.homepage div#banner-area
{
	height: 326px;
}

div#banner-area div#flash-banner-container
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 961px;
	height: 240px;
	z-index: 2;
        background-color: #70c0d1;
}

div.homepage div#banner-area div#flash-banner-container
{
	height: 326px;
}

div#site-nav-area
{
	position: absolute;
	left: 0;
	top: 10px;
	height: 60px;
	z-index: 5;
	margin: 0;
	padding: 0;
	background-image: url(/_image/shell/common/nav_bg.gif);
	width: 961px;
}

div#site-nav-area ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#site-nav-area ul li
{
	margin: 0;
	padding: 0 8px;
	float: left;
	height: 60px;
	background-image: url(/_image/shell/common/nav_divider.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}

div#site-nav-area ul li.first
{
	background-image: none;
}

div#site-nav-area ul li a
{
	font-size: 0.95em;
	display: block;
	width: 90px;
	height: 60px;
	vertical-align: middle;
	padding: 0;
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	position: relative;
}

div#site-nav-area ul li.first a
{
}

div#site-nav-area ul li a:hover
{
	color: #605c57;
}

div#site-nav-area ul li a div
{
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2em;
	margin-left: -42px;
	cursor: pointer;
}

div#site-nav-shadow
{
	position: absolute;
	left: 0;
	top: 70px;
	width: 961px;
	height: 8px;
	z-index: 20;
	background-image: url(/_image/shell/common/nav_shadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#course-search-area
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 585px;
	top: 70px;
	width: 366px;
	height: 116px;
	z-index: 8;
	background-image: url(/_image/shell/common/search-mod-inner.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.homepage div#course-search-area
{
	height: 215px;
	background-image: url(/_image/shell/common/search-mod.png);
}

div#course-search-area form fieldset
{
	border: none;
	padding: 0 42px;
}

div#course-search-area form fieldset legend
{
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #4b473e;
}

div#course-search-area form fieldset legend.large
{
	font-size: 1.6em;
	padding-top: 32px;
	padding-bottom: 20px;
}

div#course-search-area form fieldset input#course-keyword
{
	background-color: #e9f8b4;
	width: 250px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

div#course-search-area form fieldset div#course-level
{
	width: 182px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

div#course-search-area form fieldset div#course-level select
{
	background-color: #e9f8b4;
	width: 180px;
}

div#course-search-area form fieldset input#course-submit
{
	float: left;
	width: 71px;
	height: 30px;
	margin-left: 5px;
	background-color: transparent;
	background-image: url(/_image/shell/common/btn_search.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: white;
	border: none;
	cursor: pointer;
}

/*-----------------------------------------------
 *	Sidebar
 *-----------------------------------------------*/
div#sidebar
{
	position: absolute;
	width: 293px;
	margin: 0;
	margin-right: 22px;
	padding: 0;
	top: 210px;
	left: 15px;
	z-index: 4;
	z-index: 4;
}

div.homepage div#sidebar
{
	width: 275px;
	left: 635px;
	top: 272px;
}

div#sidebar-top-box-header
{
	width: 293px;
	height: 8px;
	background-image: url(/_image/shell/common/submenu_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div#sidebar-top-box
{
	color: #645f59;
	width: 278px;
	padding: 0 9px 40px 6px;
	min-height: 120px;
	margin: 0;
	background-image: url(/_image/shell/common/submenu.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.homepage div#sidebar-top-box
{
	padding: 25px 15px 10px 15px;
	width: 245px;
	min-height: 282px;
	background-image: url(/_image/shell/common/testimonials_btm.gif);
}

div#sidebar-top-box h2
{
	padding: 10px 25px;
	margin: 0;
	border-bottom: 1px solid #b2aa93;
	color: #847e72;
}

div.homepage div#sidebar-top-box h2
{
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}

div#sidebar-top-box h2 a
{
	text-decoration: none;
	color: #847e72;
}

div.homepage div#sidebar-top-box a#study-experience-more
{
	font-size: 0.75em;
	margin-top: 5px;
	float: right;
}

div#sidebar-top-box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sidebar-top-box ul li
{
	margin: 0;
	padding: 0;
}

div#sidebar-top-box ul li a
{
	display: block;
	width: 228px;
	border-bottom: 1px solid #b2aa93;
	font-size: 0.8em;
	color: #847e72;
	text-decoration: none;
	padding: 5px 25px;
}

div#sidebar-top-box ul li a.indent1
{
	padding-left: 50px;
	width: 203px;
}

div#sidebar-top-box ul li a.indent2
{
	padding-left: 75px;
	width: 178px;
}

div#sidebar-top-box ul li a:hover
{
	background-image: url(/_image/shell/common/submenu_on.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: white;
}

div.sidebar-video
{
	margin: 0;
	padding: 0;
	width: 245px;
	height: 193px;
	background-color: black;
}

div.homepage div#sidebar-top-box div#sidebar-video-scroll
{
	margin: 10px auto;
	vertical-align: middle;
}

div.homepage div#sidebar-top-box div#sidebar-video-scroll *
{
	float: left;
	vertical-align: middle;
}

div.homepage div#sidebar-top-box div#sidebar-video-scroll div#sidebar-video-scroller
{
	width: 172px;
	height: 29px;
}

div.homepage div#sidebar-top-box div#sidebar-video-scroll div#sidebar-video-scroller li.sidebar-thumbnail
{
	list-style-type: none;
	background-color: black;
	margin-left: 3px;
	padding: 0;
	width: 40px;
	height: 29px;
	line-height: 29px;
	cursor: pointer;
}

div.homepage div#sidebar-top-box div#sidebar-video-scroll div#sidebar-video-scroller li.sidebar-thumbnail img
{
	vertical-align: middle;
}

img#testimonial-previous,
img#testimonial-next
{
	margin-left: 3px;
	margin-top: 0;
}

div#sidebar-bottom-box
{
	padding: 15px 10px;
}

div#sidebar-bottom-box h2
{
	margin: 20px 25px 0;
	border-bottom: 1px solid #cac7c0;
}

div#sidebar-bottom-box ul
{
	font-size: 0.9em;
	list-style-image: url(/_image/shell/common/li_arrow.gif);
}

div#sidebar-bottom-box p#weather-title,
div#sidebar-bottom-box p#time-title
{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 5px;
}

div#sidebar-bottom-box p#weather-title img,
div#sidebar-bottom-box p#time-title img
{
	vertical-align: middle;
}

div#sidebar-bottom-box table#weather-table
{
	width: 100%;
	border-top: 1px solid #e4dccf;
	border-bottom: 1px solid #e4dccf;
}

div#sidebar-bottom-box table#weather-table tr td
{
	width: 13%;
	text-align: center;
	color: #2bbed8;
}

div#sidebar-bottom-box table#weather-table tr#weather-table-minimum td
{
	color: #0f6cb6;
}

div#sidebar-bottom-box p#time-display
{
	border-top: 1px solid #e4dccf;
	border-bottom: 1px solid #e4dccf;
	color: #2bbed8;
	padding: 2px;
	font-size: 0.9em;
}

div#sidebar-bottom-box div#download-calendar
{
	background-image: url(/_image/shell/common/btn_calendar.jpg);
	float: left;
	position: relative;
	color: white;
	margin: 0;
	padding:  30px 8px 0 60px;
	width: 190px;
	height: 106px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: none;
}

div#sidebar-bottom-box div#download-calendar h2
{
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 19px;
	border-bottom: none;
}

div#sidebar-bottom-box div#download-calendar p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

div#sidebar-bottom-box div#download-calendar a
{
	font-size: 11px;
	line-height: 12px;
	color: #2171b8;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

div#top-things-sidebar
{
	position: relative;
	color: white;
	margin: 40px 0 0 20px;
	padding:  8px 15px;
	width: 227px;
	height: 119px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/_image/shell/common/btn_topthings.jpg);
}

div#top-things-sidebar h2
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 19px;
	border: none;
}

div#top-things-sidebar p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

div#top-things-sidebar a
{
	font-size: 11px;
	line-height: 12px;
	color: #2171b8;
	position: absolute;
	top: 90px;
	left: 15px;
	text-decoration: underline;
}

/*-----------------------------------------------
 *	Content Area
 *-----------------------------------------------*/
div#content-area
{
	padding: 0;
	margin: 0;
	width: 961px;
	background-color: white;
}

div#content-area-border
{
	padding: 0;
	margin: 0;
	line-height: 1px;
	height: 12px;
	background-image: url(/_image/shell/common/contentarea_btm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#breadcrumb
{
	width: 540px;
	margin-left: 338px;
	padding-top: 10px;
	padding-left: 0;
	font-size: 0.8em;
	color: #524d47;
}

div#breadcrumb a
{
	text-decoration: none;
	color: #524d47;
}

div#breadcrumb a.current
{
	color: #afbd21;
}

div#main-content
{
	font-size: 15px;
	margin: 0;
	padding: 0;
	width: 600px;
	min-height: 700px;
	margin-left: 338px;
	margin-right: 0;
}

div.homepage div#main-content
{
	width: 540px;
	margin-left: 20px;
	margin-right: 330px;
}

/*-----------------------------------------------
 *	Content Footer
 *-----------------------------------------------*/
div#content-footer
{
        position: 
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
	font-size: 0.8em;
	background-color: white;
}

div#content-footer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content-footer ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

div#content-footer ul li a
{
	color: #b4aba4;
	text-decoration: none;
	padding: 0.75em;
}

div#content-footer div#refer-bar
{
	margin: 1em 0;
	height: 26px;
}

div#content-footer div#refer-bar div
{
	float: left;
	margin-left: 5px;
}

div#content-footer div#refer-bar div#refer-contact
{
	margin-left: 0;
}

div#content-footer div#refer-bar div#refer-addthis img
{
	margin: 1px 0;
}

div#awardBox
{
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}

/*-----------------------------------------------
 *	Page Footer
 *-----------------------------------------------*/
div#page-footer
{
        position: relative;
	font-size: 0.85em;
	color: white;
	padding: 0;
	padding-left: 125px;
	margin-top: 22px;
	width: 835px;
	height: 199px;
	background-image: url(/_image/shell/common/footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#page-footer a.gov-wa-link 
{
        position: absolute;
        display: block;
        left: 21px;
        top: 16px;
        width: 80px;
        height: 95px;
}

div#page-footer a.gov-wa-link span 
{
        display: none;
}

div#page-footer div.footer-column
{
	float: left;
	width: 170px;
	margin-left: 30px;
	padding-top: 20px;
}

div#page-footer div.footer-column h2
{
	margin-bottom: 0.25em;
	font-weight: bold;
}

div#page-footer div.footer-column ul
{
	margin: 0;
	padding: 0;
}

div#page-footer div.footer-column ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 3px 0;
}

div#page-footer div.footer-column h2 a,
div#page-footer div.footer-column ul li a
{
	color: white;
	text-decoration: none;
}

/*-----------------------------------------------
 *	Table layout
 *-----------------------------------------------*/
div.curved-table
{
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #e4dccf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f6f4f2;
	margin-bottom: 1em;
}

div.curved-table table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

div.curved-table table thead tr
{
}

div.curved-table table tbody tr
{
	border-top: 1px solid #e4dccf;
}

div.curved-table table tbody tr.first
{
	border-top: none;
}

div.curved-table table tbody tr.alternate
{
	background-color: #f3f2f0;
}

div.curved-table table tbody td
{
	border: none;
	padding: 8px;
	font-size: 0.9em;
}

div.curved-table table tbody td img
{
	border: none;
	background: none;
}

div.curved-table p
{
	padding: 0 8px;
}

/*-----------------------------------------------
 *	General Content
 *-----------------------------------------------*/
div#main-content img.border
{
	padding: 3px;
	background-color: #f6f4f2;
	border: 1px solid #c4e7ec;
}

div#main-content h3
{
	font-weight: bold;
	border-bottom: 1px solid #978e80;
}

/*-----------------------------------------------
 *	Home Page Content
 *-----------------------------------------------*/
div.homepage div#main-content h1
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
}

div.homepage div#main-content h2
{
	margin-top: 0;
	margin-bottom: 5px;
}

div.homepage div#main-content p
{
	margin-top: 5px;
}

div.homepage div.homepage-button
{
	float: left;
	position: relative;
	color: white;
	margin: 10px 0 1em 0;
	padding: 8px 100px 8px 8px;
	width: 149px;
	height: 119px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.homepage div.homepage-button h2
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 19px;
	border: none;
}

div.homepage div.homepage-button p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

div.homepage div.homepage-button a
{
	font-size: 11px;
	line-height: 12px;
	color: white;
	position: absolute;
	top: 90px;
	left: 8px;
	text-decoration: underline;
}

div.homepage div#whats-new
{
	background-image: url(/_image/shell/common/btn_whatsnew.jpg);
}

div.homepage div#top-things
{
	float: right;
	margin-left: 8px;
	background-image: url(/_image/shell/common/btn_topthings.jpg);
}

div.homepage div#top-things a
{
	color: #2171b8;
}

div#come-see-us-container
{
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #e4dccf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#main-content table#come-see-us
{
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

div#main-content table#come-see-us tbody tr
{
	border-top: 1px solid #e4dccf;
}

div#main-content table#come-see-us tbody tr td
{
	padding: 3px 8px;
}

div#main-content table#come-see-us td#come-see-us-top-title
{
	height: 53px;
	padding: 0;
	padding-left: 5px;
	font-size: 1.35em;
}

div#main-content table#come-see-us td#come-see-us-top-title div
{
width: 370px;
}

div#main-content table#come-see-us thead th
{
	text-align: left;
	background-color: #efebe8;
	border-top: 1px solid #e4dccf;
	padding: 0 8px;
	height: 27px;
}

div.homepage div#main-content div#come-see-us-container img
{
	background: none;
	border: none;
}

div.homepage div#main-content img#world-map
{
	position: absolute;
	top: 0;
	right: 0;
}

/*-----------------------------------------------
 *	Institution display
 *-----------------------------------------------*/
ul#institution-tab-bar
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
}

ul#institution-tab-bar li
{
	padding: 0;
	margin: 0 1px;
	float: left;
	height: 36px;
	background-image: url(/_image/shell/common/institution_tab_right_light.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

ul#institution-tab-bar li a
{
	font-size: 12px;
	display: block;
	height: 26px;
	width: 90px;
	padding: 5px 4px;
	color: #524D47;
	text-decoration: none;
	background-image: url(/_image/shell/common/institution_tab_left_light.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.7em;
	text-align: center;
}

ul#institution-tab-bar li.current
{
	background-image: url(/_image/shell/common/institution_tab_right_dark.gif);
}

ul#institution-tab-bar li.current a
{
	background-image: url(/_image/shell/common/institution_tab_left_dark.gif);
}

div.institution-table
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

/*-----------------------------------------------
 *	Testimonial Display
 *-----------------------------------------------*/
div.testimonial
{
	margin: 1em 0;
	padding: 20px;
	position: relative;
	border: 1px solid #e4dccf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f6f4f2;
	font-size: 0.9em;
	height: 220px;
}

div.testimonial div.testimonial-video
{
/*	float: left;*/
	top: 20px;
	left: 20px;
	position: absolute;
	width: 260px;
	height: 220px;
	background-color: blue;
	margin-right: 35px;
}

div.testimonial div#open_quote,
div.testimonial div#close_quote
{
	font-size: 48px;
}

div.testimonial div#open_quote
{
	position: absolute;
	top: 10px;
	left: 290px;
}

div.testimonial div#close_quote
{
	position: absolute;
	top: 220px;
	left: 570px;
}

div.testimonial div.testimonial-position
{
position: absolute;
top: 20px;
left: 315px;
}

div.testimonial div.testimonial-transcript
{
float: left;
height: 220px;
width: 250px;
overflow: auto;
}

div.testimonial div.testimonial-transcript p
{
	margin-top: 0;
	padding-top: 0;
}

/*-----------------------------------------------
 *	Google Maps
 *-----------------------------------------------*/
div.google-map ul
{
	padding: 0 20px;
	margin: 0;
	list-style-type: none;
	height: 21px;
}

div.google-map ul li
{
	padding: 0;
	margin: 0 2px;
	float: left;
	height: 21px;
	background-image: url(/_image/shell/common/map_tab_right_blue.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.google-map ul li a
{
	font-size: 12px;
	display: block;
	height: 15px;
	padding: 3px 7px;
	color: #524D47;
	text-decoration: none;
	background-image: url(/_image/shell/common/map_tab_left_blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.google-map ul li a.current
{
	color: white;
	font-weight: bold;
}

div.google-map-container
{
	border: 1px solid gray;
}

div.google-map h1
{
	margin-top: 0;
	margin-bottom: 5px;
}

div.google-map p
{
	margin-top: 0;
	margin-bottom: 5px;
}

div#main-content div.google-map img
{
	padding: 0;
	background: none;
	border: none;
}

div#homepage-map
{
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #e4dccf;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#homepage-map h3
{
	font-size: 1.25em;
	background-color: #efebe8;
	background-image: url(/_image/shell/common/locations_top.gif);
	background-position: -2px top;
	background-repeat: no-repeat;
	border: none;
	padding: 5px 12px;
	margin: 0 0 0.75em 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

div#homepage-map div.google-map-container
{
	margin-left: -1px;
	border: 1px solid #e4dccf;
}

div#homepage-map div.google-map ul
{
	height: 40px;
	padding: 0 4px;
}

div#homepage-map div.google-map li
{
	height: 40px;
	background-image: url(/_image/shell/common/homepage_map_green_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#homepage-map div.google-map ul li a
{
	width: 88px;
	height: 40px;
	text-align: center;
	background-image: url(/_image/shell/common/homepage_map_green_left.gif);
	background-position: top left;
	color: #333333;
	background-repeat: no-repeat;
}

div#homepage-map div.google-map ul li a.current
{
	color: #1990a2;
}

div#homepage-map div.legend img
{
	width: 32px;
	vertical-align: middle;
	margin-left: 20px;
}


/*-----------------------------------------------
 *	Forms
 *-----------------------------------------------*/
div#main-content form
{
	font-size: 0.9em;
}

div#main-content fieldset
{
	border: none;
	width: 500px;
}

div#main-content fieldset legend
{
	display: none;
}

div#main-content fieldset div.field label,
div#main-content fieldset div.field input,
div#main-content fieldset div.field textarea,
div#main-content fieldset div.field div
{
	float: left;
}

div#main-content fieldset div.field div input
{
	float: none;
}

div#main-content fieldset div.field label
{
	clear: left;
	whitespace: no-wrap;
	width: 205px;
}

div#main-content fieldset div.field input
{
	width: 288px;
	border: 1px solid #ebeae8;
	background-color: #f8f7f5;
	margin-bottom: 0.7em;
	vertical-align: top;
}

div#main-content fieldset div.field div input
{
	width: 272px;
}

div#main-content fieldset div.field textarea
{
	width: 288px;
	height: 100px;
	border: 1px solid #ebeae8;
	background-color: #f8f7f5;
	margin-bottom: 0.7em;
}

div#main-content fieldset div.buttons
{
	clear: both;
}

div#main-content fieldset div.buttons input
{
	margin-right: 5px;
	float: right;
}

div#main-content fieldset div.field div.form-error
{
	width: 278px;
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: white;
	color: #CC0000;
	margin-top: -0.5em;
	margin-bottom: 0.7em;
	margin-left: 205px;
}

div#main-content fieldset div.field div div.form-error
{
	float: none;
	margin-left: 0;
}

/*-----------------------------------------------
 *	Language Tweaks
 *-----------------------------------------------*/
div.french div#course-search-area form fieldset legend
{
	margin-top: -5px;
}

div.french div#course-search-area form fieldset legend.large
{
	margin-top: 0;
	font-size: 1.3em;
}

div.chinese-simple div#sidebar-bottom-box div#download-calendar,
div.chinese-traditional div#sidebar-bottom-box div#download-calendar,
div.japanese div#sidebar-bottom-box div#download-calendar
{
	padding: 30px 8px 0 100px;
	width: 150px;	
}

div.french div.homepage-button p,
div.indonesian div.homepage-button p,
div.polish div.homepage-button p,
div.portuguese div.homepage-button p
{
	font-weight: bold;
	color: #333333;
}

div.thai div#page-footer
{
	font-size: 0.8em;
}

div.thai div.homepage-button h2
{
	font-size: 16px;
}

div.arabic p#weather-title,
div.arabic p#time-title,
div.arabic div#page-footer,
div.arabic div.homepage-button
{
	text-align: right;
}

div.arabic form#search fieldset legend
{
	text-align: right;
	width: 260px;
}

div.arabic div#breadcrumb
{
	text-align: right;
	width: 600px;
}

div.arabic div#site-nav-area ul li
{
	float: right;
}

div.japanese div#top-things
{
	padding-right: 10px;
	width: 239px;
}

/*-----------------------------------------------
 *	made by us
 *-----------------------------------------------*/
div#mu_trademark {
  font-family: Arial;
  font-size: 11px;
  text-align: left;
}

div#mu_trademark a {
  color: #34393d !important;
}

div#mu_trademark span {
  color:#a0a82f;
  font-weight:bold;
}

/*-----------------------------------------------
 *	Utility classes
 *-----------------------------------------------*/
.clear-both
{
	clear: both;
	margin: 0;
	padding: 0;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

div#content-footer ul li a.footer_member_login,
div#content-footer ul li a.footer_member_login:hover,
div#content-footer ul li a.footer_member_login:active
{
	color: #632269;
}
