/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
   
   Which itself owes a lot to Eric Meyer's reset.css
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}
/* remember to define focus styles! */
:focus {outline: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal; list-style-position:inside;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;empty-cells:show;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {}
input.text:focus, input.title:focus, textarea:focus, select:focus {}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* -------------------------------------------------------------- 

	Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] 
	
-------------------------------------------------------------- */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {clear:both;}


/* -------------------------------------------------------------- 
   
   Begin site-specific styles
      
-------------------------------------------------------------- */

body {
	background: #f0ca64;
}
.container {
	width: 950px;
	margin: 20px auto 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: #FFFFFF;
	padding: 20px 15px 0;
	border: 1px solid #CFCFCF;
}
.header, .h-links {
	font-weight: bold;
	color: #444;
}
.header p {
	margin-bottom: 4px;
}
.header a, .h-links a {
	text-decoration: none;
	color: #444;
}
.header a:hover {
	text-decoration: underline;
	color: #222;
}
.header ul.headernav {
	width: 160px;
	float: right;
	text-align: left;
	list-style-type: none;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.header ul.headernav li.hntitle {
	margin: 0 0 0 -14px;
	font-weight: bold;
}
.header .chatholder {
	width: 160px;
	float: left;
	height: 60px;
}
.header .searchholder {
	width: 550px;
	margin: 0 auto 0;
}
.header .searchholder p {
	color: #666;
	font-size: 140%;
	font-weight: normal;
	font-variant: small-caps;
}
.header .searchholder p span {
	font-size: 110%;
}
.header .searchleft {
	width: 275px;
	text-align: center;
	float: left;
}
.header .searchright {
	width: 275px;
	text-align: center;
	float: right;
}
.header .searchholder select {
	width: 220px;
}

ul.nav {
	clear: both;
	list-style-type: none;
	width: 950px;
	margin: 0 auto 0;
	padding: 0;
}
ul.nav li {
	float: left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
ul.nav li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #222;
	border-bottom: 1px solid #c2c2c2;
	background: #e9e9e9 url(../images/nav-gray.png) top right no-repeat;
}
ul.nav li a:hover {
/*
	background: #e9e9e9 url(../images/nav-gray-light.png) top right no-repeat;
*/
	color: #B20838;
}
ul.nav li a.about {
	width: 162px;
	border-left: 1px solid #c2c2c2;
}
ul.nav li a.certificates {
	width: 140px;
}
ul.nav li a.contact {
	width: 111px;
}
ul.nav li a.courses {
	width: 121px;
}
ul.nav li a.financial {
	width: 167px;
}
ul.nav li a.faqs {
	width: 79px;
}
ul.nav li a.apply {
	width: 121px;
}
ul.nav li a.getinfo {
	width: 159px;
}
ul.nav li a.gold {
	background: #e9e9e9 url(../images/nav-gold.png) top right no-repeat;
}
ul.nav li a.beige {
	background: #e9e9e9 url(../images/nav-beige.png) top right no-repeat;
}
/* begin second-level lists */
.nav li ul { 
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-type: none;
	z-index: 200;
}
.nav li ul li {
	background: none;
	float: none;
	text-align: left;
}
.nav li ul a {
	border-bottom: none;
	background: none;
	padding: 6px 20px 6px 20px;
	display: block;
}
.nav li ul a:hover {
	background: #eee;
}
.nav li:hover ul {
	left: auto;
	margin-left: -1px;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e2e2e2;
}
/* end second-level lists */


		/* Begin JavaScript window blind form */

#more_information {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 460px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	color: #222;
	z-index: 200;
	text-align: left;
	padding-top: 8px;
}
#more_information h3 {
	color: #B20838;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 10px;
	margin: 0;
	width: 330px;
	float: left;
	clear: none;
}
#more_information p {
	font-size: 90%;
	padding: 0 10px;
	margin-bottom: .5em;
}
#more_information table {
	padding: 10px 20px 0;
}
#more_information table td span {
	font-size: 1.2em;
	line-height: 1em;
	color: #B20838;
}
#more_information table td {
	padding: 0 2px 4px 10px;
}

		/* End JavaScript window blind form */

.content {
	clear: both;
	width: 950px;
	margin: 0 auto 0;
	text-align: left;
	position: relative;
}
.main {
	width: 920px;
	padding: 15px;
	background: #B20838;
}
.banner {
	position: relative;
	height: 90px;
	width: 948px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	overflow: hidden;
}
.banner a {
	display: block;
	width: 390px;
	height: 90px;
	border: none;
	background: url(../images/sju-professional-trans.png) top right no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -500px;
}
h1.logomain {
	position: absolute;
	z-index: 80;
	top: 25px;
	left: 25px;
	width: 380px;
	height: 90px;
	background: url(../images/sju-professional-trans.png) no-repeat;
	text-indent: -999em;
}
.logo {
	position: absolute;
	z-index: 80;
	top: 0px;
	left: 0px;
}
.box {
	width: 300px;
	float: left;
	margin: 20px 0 10px 10px;
	height: 192px;
	background: #fff;
	text-align: left;
	overflow: hidden;
	font-size: 90%;
}
.boxfirst {
	margin-left: 0;
}
.box h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 10px 0 8px 26px;
	color: #B20838;
	font-variant: small-caps;
	font-size: 14px;
	background: url(../images/box-header.png) no-repeat;
}
.box h2.noplus {
	background: url(../images/box-header-no-plus-white.png) no-repeat;
}
.box h2 a {
	color: #B20838;
	text-decoration: none;
}
.box h2 a:hover {
	color: #B20838;
	text-decoration: underline;
}
.box h3 {
	padding: 0 0 0 10px;
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
}
.box p {
	padding: 0 10px 4px 10px;
	margin: 0;
}
.box ul {
	list-style-type: none;
}
.box a {
	color: #B20838;
}
.box a:hover {
	text-decoration: none;
	color: #B20838;
}
#boxleft, #boxcenter, #boxright {
	width: 918px;
	top: 340px;
	left: 15px;
	position: absolute;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	z-index: 80;
}
#boxleft h3, #boxcenter h3, #boxright h3 {
	padding: 11px 0 0 9px;
	margin-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2em;
}
#boxleft p, #boxcenter p, #boxright p {
	padding: 0 10px 4px 9px;
	margin: 0;
}
#boxleft p a, #boxcenter p a, #boxright p a {
	color: #B20838;
}
#boxleft a:hover, #boxcenter a:hover, #boxright a:hover {
	text-decoration: none;
	color: #B20838;
}

#boxleft {
}
#boxcenter {
}
#boxright {
}
a.closebutton, a.closebutton:visited {
	clear: both;
	float: right;
	cursor: pointer;
	padding: 0 6px 2px;
	margin: 0 10px 10px 0;
	color: #B20838;
	font-size: 90%;
}
a.closebutton:hover {
	text-decoration: none;
	color: #B20838;
}

.onecolumn, .twocolumn {
	width: 948px;
	min-height: 400px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
.onecolumn h1, .twocolumn h1 {
	clear: both;
	color: #777;
	font-size: 220%;
	padding: 14px 0 0;
	margin: 0 0 10px 10px;
}
.onecolumn h2, .twocolumn h2 {
	color: #B20838;
	font-size: 140%;
	margin: 0 0 6px 10px;
	clear: both;
}
.onecolumn h3, .twocolumn h3 {
	color: #B20838;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 2px 10px;
	clear: both;
}
.leftcol {
	float: left;
	width: 50%;
}
.rightcol {
	float: right;
	width: 50%;
}
.onecolumn p, .twocolumn p {
	margin: 0 10px 1.5em 10px;
}
.onecolumn a, .twocolumn a {
	color: #B20838;
}
.onecolumn a:hover, .twocolumn a:hover {
	text-decoration: none;
	color: #B20838;
}
.onecolumn ul, .twocolumn ul {
	list-style-position: inside
}
.onecolumn li {
	margin-bottom:1.5em;
}
.alignright {
	text-align: right;
}
.onecolumn img, .twocolumn img {
	float: left;
	margin: 0 1.5em 1.5em 10px;
}
sup {
	font-size: .7em;
	line-height: 1em;
	vertical-align: text-top;
}

ul.careers {
	float: left;
	width: 300px;
	margin: 0 0 5px 1.5em;
}
table.statistics {
	width: 500px;
}
table.statistics th, table.statistics td {
	padding: 0 0 0 10px;
}
.tleftcol {
	width: 210px;
}
.formtable {
	padding-left: 10px;
}
.careergetmore {
	padding: 0 0 20px 0;
}

.fullform h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 8px 40px 6px 26px;
	color: #B20838;
	font-variant: small-caps;
	background: url(../images/box-header-no-plus-white.png) no-repeat;
	border-bottom: 1px solid #ccc;
}
.fullform h3 {
	margin: 0 0 4px 10px;
	font-variant: small-caps;
}
.fullform p {
	margin-left: 10px;
}
.chatholder {
	clear: both;
	width: 910px;
	margin-top: -35px;
	background: #fff;
	height: 80px;
	text-align: left;
}
.chatholder p span {
	color: #B20838;
	font-weight: bold;
}

.footer {
	clear: both;
	margin: 10px;
	font-size: 90%;
}
.footer p {
	color: #666;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #666;
}