html {
	margin: 0 0 1px;
	min-height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #444444;
	zbackground: #FFFFFF url(images/body_bg.jpg) repeat-x 0 0;
	background: #FFFFFF;
}
	
	
/* Links
------------------------------------------ */
	
a {
	margin: 0;
	padding: 0 0 2px;
	color: #0F4396;
	text-decoration: underline;
	}
a:hover {
	color:#1F8BCC;
	text-decoration: underline;
	}
a img { 
	border-width: 0;
	}
	
	
/* Common
------------------------------------------ */

p {
	margin: 1em 0;
	padding: 0;
	}
h1, h2, h3, h4 {
	margin: 14px;
	padding: 0;
	font-weight: normal;
}

h1, h2 {
	font-size: 18px;
	color: #F26536;
	font-weight: normal;
	zletter-spacing: 1px;
}
h3 { 
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #F1531E;
	}
h4 { 
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #1F3D99;
	}
ul {
	margin: 1em 0;
	padding: 0;
	zlist-style: none;
	}
ul li {
	margin: 0 0 0 17px;
	padding: 0;
}
dl {
	margin: 1em 0;
	padding: 0;
	}
dt {
	margin: 1em 0 0.5em;
	font-weight: bold;
	}
dd {
	margin-left: 0;
	}
dd p {
	/*margin: 0 0 0.5em;*/
	margin: 0;
	}


	
/* Layout
------------------------------------------ */
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1010px;
	text-align: left;
	font-size: 95%;
	}

#holder {
	position: absolute;
	top: 125px;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 255px;
	padding: 129px 0 0 0;
	background: transparent url(images/left_top.gif) no-repeat 0 0;
}
#content {
	float: right;
	width: 755px;
	}
#main {
	float: left;
	width: 500px;
}
#main.home {
	width: 755px;
	}
#right {
	float: right;
	width: 255px;
	}


/* Navigation Breadcrumb */

.nav_bar a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 16px 0 0;
	background: transparent url(images/dots.gif) no-repeat 95% 50%;
}

.nav_bar p {
	color: #555555;
	font-size: 11px;
	margin: 14px;
	padding: 0;
	background: #FFFFFF;
}



/* Hor Menu & Bottom Menu */

#hor_menu, #bottom_menu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 90px;
	width: 1010px;
	background: #CCCCCC url(images/hor_menu_bg.gif) repeat-x 0 0;
	height: 30px;

}

#bottom_menu {
	position: relative;
	top: 5px;
	clear: both;
	border-top: 1px solid #333333;
	background: #CCCCCC url(images/hor_menu_bg.gif) repeat-x 0 0;
}

#hor_menu ul, #bottom_menu ul {
	float: left;
	width: 100%;
	zpadding: 0 2%;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}
#hor_menu li, #bottom_menu li {
	display: block; 
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #72AAFD;
}

#hor_menu li a, #bottom_menu li a { 
	display: block; 
	float: left;
	font-weight: bold;
	padding: 10px 14px 8px 0;
	color: #FFFFFF; 
	text-decoration: none;
	background: transparent;
}
#hor_menu li a:hover, #bottom_menu li a:hover {
	color: #ffffff;
	background: #0B2857;
}
	
/* Header
------------------------------------------ */

#header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	width: 1010px;
	background: transparent;
	}
#header h1 {
	float: left;
	width: 191px;
	margin: 10px 0;
	padding: 0;
	background: #fff url(images/logo-sweet.gif) no-repeat 50% 0;
	}
#header h1 a {
	display: block;
	width: 191px;
	height: 102px;
	padding:0;
	background: none;
	}
#header h1 a span,
#header #buy a span,
#header #sub a span {
	position: absolute;
	top:-10000px;
	}
#header ul {
	float: right;
	width: 191px;
	margin: 11px 0 0;
	}
#header li {
	margin: 0;
	padding: 0;
	background: none;
	}
#header li a {
	display: block;
	width: 191px;
	height: 48px;
	margin:0 0 4px;
	padding: 0;
	}
#header li#buy a {
	background: url(images/tickets-sweet.gif) no-repeat 0 0;
	}
#header li#sub a {
	background: url(images/subscribe-sweet.gif) no-repeat 0 0;
	}
#header #buy a:hover,
#header #sub a:hover {
	background-position: -200px 0;
	}

/* Search 
------------------------------------------ */
#header table.search {
	width: 670px;
	height: 53px;
	float: right;
	margin: 20px 0 0 0;
	background: transparent url(images/search_bg.gif) no-repeat 0 1px;
}

#header table.search td.left {
	padding: 3px 0 0 20px;
}
#header table.search td.right {
	padding: 3px 20px 0 0;
}

/* Footer
------------------------------------------ */

#footer {
	clear: both;
	margin: 0 auto;
	width: 1010px;
	background: #ffffff;
	}
#footer p {
	margin: 0;
	padding: 1em 0;
	font-size: 80%;
	text-align: center;
	color: #aaa;
	}
#footer a {
	color: #aaa;
	}
#footer a:hover {
	color: #777;
	}
	
	
/* Navigation
------------------------------------------ */	

ul.menu {
	margin: 0;
	padding: 0 0 1px 0;
	line-height: 1.18em;
	list-style: none;
	background: transparent url(images/menu_grad.gif) no-repeat 0 100%;
	}

ul.menu ul {
	margin: 0;
}

ul.menu li {
	position: relative;
	zfloat: left;
	width: 255px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	}
ul.menu li a, a.menu_link {
	display: block;
	width: 225px;
	font-size: 12px;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
	color: #444444;
	background: transparent url(images/menu_bg_new.gif) no-repeat 0 0;
}

ul.menu li a:hover, a.menu_link:hover {
	color: #999999;
	text-decoration: none;
	background: transparent url(images/menu_bg_new_hover.gif) no-repeat 0 0;
}

a.menu_link {
	width: 245px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0 0 0 10px;
	line-height: 31px;
	color: #FFFFFF;
	background: transparent url(images/menu_bg_apply.gif) no-repeat 0 0;
}

a.menu_link:hover {
	color: #CCCCCC;
	background: transparent url(images/menu_bg_apply.gif) no-repeat 0 0;
}

ul.menu li li {
	background: transparent;
}

ul.menu li li a {
	display: block;
	color: #444444;
	width: 186px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	background: transparent url(images/dots.gif) no-repeat 95% 50%;
}

ul.menu li li a.last {
	border: none;
}

ul.menu li li a:hover {
	color: #999999;
	background: transparent url(images/dots_grey.gif) no-repeat 95% 50%;
}

/* sidebar image */

#left img {
	margin: 10px;
}

/* right menu */

#right ul.menu li a {
	margin: 4px 0 0 0;
	}
	

/* Navigation Bar */
#main .nav {
	color: #777777;
	font-size: 11px;
	margin: 6px 0 10px 14px;
	padding: 0;
	background: #FFFFFF; 
}

#main .nav a {
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

/* Content
------------------------------------------ 
*/

#main h1, #main h2, #main h3, #main h4, 
#main p, #main ul, #main dl, #main ol,
#main #message, #main #help {
	margin-left: 14px;
	margin-right: 14px;
	}

p.small {
	font-size: 11px;
	margin: 10px 0 0 0;
}	

div.prov_logo {
	text-align: center;
	min-height: 60px;
	width: 125px;
	float: left;
	padding: 0 14px 0 0;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

div.prov_box {
	clear: both;
	margin: 10px 15px 0 15px;
	padding: 10px; 
	border: 1px solid #71B4DC;
}

.tabnav {
	margin: 0 0 0 14px;
	padding: 0;
	background: transparent;
	overflow: hidden;
	background: transparent;
}

.tabnav a {
	display: block;
	float: left;
	font-size: 12px;
	width: 110px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 3px 5px 3px;
	text-decoration: none;
	color: #FFFFFF;
	zbackground: #1F8BCC;
	border-right: 2px solid #FFFFFF;
	background: transparent url(images/tabnav_bg.gif) no-repeat 100% 0;
	overflow: hidden;
}

.tabnav a.small {
	width: 86px;
	letter-spacing: 0;
	padding: 5px 3px 5px 3px;
	background: transparent url(images/tabnav_bg_small.gif) no-repeat 100% 0;
}

.tabnav a.small.active {
	background: transparent url(images/tabnav_bg_small_active.gif) no-repeat 100% 0;
}

.tabnav a:hover {
	color: #CCCCCC;
	zbackground: #0E49A5;
	zborder-bottom: 2px solid #FFFFFF;
}

.tabnav a.active {
	background: transparent url(images/tabnav_bg_active.gif) no-repeat 100% 0;
}

.tabbox_bg {
	clear: both;
	width: 460px;
	margin: 0 0 5px 14px;
	padding: 8px 5px 5px 5px;
	background: #FFFFFF url(images/tabbox_bg.gif) no-repeat 0 100%;
	border-top: 1px solid #C0C0C0;
}


/* Home Page */

div.home_box {
	width: 360px;
	background: transparent url(images/home_box.gif) no-repeat 0 100%;
	margin: 0 0 5px 10px;
	padding: 0;
}

div.home_box h3 {
	color: #FFFFFF;
	width: 340px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url(images/home_box_top.gif) no-repeat 0 0;
}

div.home_box h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#main div.home_box h3 {
	margin: 0;
}

div.home_box p {
	margin: 13px 13px 0 13px;
}

#main div.home_box p {
	margin: 13px 13px 0 13px;
}

/* Right Box */

div.right_box {
	width: 255px;
	background: transparent url(images/right_box_bg.gif) no-repeat 0 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

div.right_box h5 {
	color: #FFFFFF;
	width: 245px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent url(images/right_box_top.gif) no-repeat 0 0;
}

#main div.right_box h5 {
	margin: 0;
}

div.right_box h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

div.right_box p {
	margin: 6px 6px 0 6px;
	font-size: 11px;
	line-height: 1.3;
}

#main div.right_box p {
	margin: 6px 6px 0 6px;
	font-size: 11px;
	line-height: 1.3;
}

/* sidebar */

#left h3 {
	margin: 0;
	padding: 0.5em 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #720;
	/*border-bottom: 1px solid #fff;*/
}

/* Subcat link */

a.subcat {
	font-size: 16px;
	text-decoration: underline; 
	color: #777777;
}

ul.subcats {
	list-style: none;
}

ul.subcats li {
	margin: 0 0 0 10px;
	padding: 4px 0 4px 20px;
	line-height: 18px;
	background: transparent url('images/arrow_orange.gif') no-repeat 0 50%;
}

ul.subcats li a {
	font-size: 12px; 
	text-decoration: underline; 
	color: #555555;
}

ul.subcats li a:hover {
	font-size: 12px; 
	text-decoration: underline; 
	color: #888888;
}


/* Free Standing Table */

table.main {
	width: 474px;
	font-size: 12px;
	margin: 0 0 5px 14px;
	background-color: #FFFFFF;
}

table.main td.td1, table.main td.td2 {
	padding: 3px 0 3px 8px;
	background-color: #F2F6F9;
}

table.main td.td2 {
	background-color: #E2ECF4;
}

table.main input, table.main select, table.main textarea {
	font-size: 12px;
}

/* Course Table */

table.course, table.provider {
	width: 474px;
	font-size: 11px;
	margin: 0 0 5px 14px;
	background-color: #BBBBBB;
}

table.provider {
	width: 350px;
	margin: 0;
}

.course td, .provider td {
	padding: 2px 0 2px 6px;
	background-color: #FFFFFF;
}

table.course input, table.course select, table.course textarea {
	font-size: 11px;
}

.top_row td {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background: #1F8BCC url(images/top_row_bg.gif) repeat-x 0 0;
}

.grey td {
	background: #F2F6F9;
}

.top_row td a, .course_uni td a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0 0 0 20px;
	margin: 0;
	background: transparent url(images/play_button.gif) no-repeat 0% 1px;
}

a.course_uni {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 0 0 20px;
	margin: 0;
	background: transparent url(images/play_button.gif) no-repeat 0% 50%;
}

.top_row td a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

p.course_head {
	display: block;
	width: 462px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	background: #1A5EC2 url(images/course_head_bg.gif) repeat-x 0 0;
}

.course_bg {
	width: 460px;
	margin: 1px 0 5px 14px;
	padding: 6px;
	background: #F2F6F9;
}

.cutoff {
	overflow: hidden;
}

span.red {
	font-size: 14px;
	color: #FF0000;
}

span.red_small {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

/* advisors page */

img.adv_pic {
	float: left; 
	padding: 0 14px 6px 0;
}
