@charset "UTF-8";

/***** SHELL *****/

html,
table {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center; /*IE6 quirks mode fix - auto margins not supported*/
	background-color: #333;
	background-repeat: no-repeat;
	height: auto;
	min-width: 890px; /*NS6 reduced window width/left spill fix, places L margins when sized smaller beyond content*/
	margin: 0;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	text-align: left; /*Re-align text in wrapper due to IE6 fix in body*/
	/*background-image: url(images/footer_block.gif);*/
	background-repeat: repeat-y;
	height: auto;
}

.adminStatus
{
	background-color:#eeeeFF;
	padding:10px;
}
.adminStatusError
{
	background-color:#FFeeee;
	padding:10px;
}

h3 
{
	font-size:14px;
	margin:0;
	padding:5px 0 5px 0;
}

.errMessage 
{
	color:#FF0000;
}
.finAidLeftCol 
{
	float:left;
	width:200px;
}
.finAidRightCol
{
	float:left;
	width:225px;
}

input.noMargin
{
	margin:0;
	padding:0;
}

/***** LINKS *****/

a,
a:active,
a:visited {
	outline: none; /*Prevent linked images from having borders on-click in FireFox*/
	border: none; /*See previous line*/
	color: #056ab2;
}

a:hover,
a:active {
	color: white;
	background: #056ab2;
	text-decoration: none;
}

#mainNav #tabs a,
a:hover.noHoverBg { /*Prevent blue bg color in linked images (incl. main nav for safari horiz gap)*/
	background-color: white;
}

a.selected {
	color: white;
	background: #056ab2;
	text-decoration: none;
}

img { /*Prevent IE borders on linked images*/
	border: none;
}

/***** MASTHEAD *****/

#topBlueBar {
	width: 890px;
	height: 8px;
	background-color: #056ab2;	
}

#masthead {
	width: 890px;
	height: 83px;
	background-image: url(/images/jtp/masthead_bg.jpg);
	background-color: white;
}

#masthead #logo {
	margin-left: 26px;
	outline: none;
	border: none;
	float: left;
}

#masthead #stamp {
	float: right;
}


/***** MAIN NAVIGATION *****/

#mainNav {
	width: 890px;
	height: 30px;
	background: url(/images/jtp/nav/nav_bg.gif) repeat-x;
	background-color: white;
}

#mainNav #tabs {
	margin-left: 40px;
}

#mainContent {
	width: 890px;
	background: white;
}


/***** SUB-NAVIGATION *****/

#subNav {
	width: 192px;
	height: 546px;
	background: url(/images/jtp/subnav_bg.jpg) no-repeat;
	float: left;
	margin: 0;
}

#subNav ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	list-style: none;
	margin-top: 48px;
	padding: 0;
	margin-left: 32px;
	/*margin-left: -14px; works for FF & SAF but breaks in IE*/
}

#subNav ul li {
	background: transparent url(/images/jtp/star_bullet.gif) no-repeat;
	text-indent: 18px; /*Space between star bullet and text*/
	background-position: 0 8px;
	padding: 0;
}

/* Tertiary Sub-Nav */

#subNav ul ul {
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	margin-top: 0;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 0;
}

#subNav ul ul li {
	background: none;
	margin: 0;
	color: #999;
	position: static;
}

#subNav p#phrase {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	width: 88px;
	margin-top: 4px;
	margin-left: 36px;
}


/***** FOOTER *****/

#footer {
	clear: both;
	width: 850px;
	border-top: solid 1px #056ab2;	
	margin-top: 8px;
	margin-left: 20px;
	padding-bottom: 60px;
	
}

#footer #nav {
	font-size: 11px;
	float: left;
	display: block;
	margin-top: 8px;
}

#footer #copyright {
	font-size: 10px;
	color: #666;
	float: right;
	margin-top: 8px;
}


/***** HOME *****/

/*What's New?*/

#whatsNew {
	float: left;
	background: white;
}

#whatsNew img {
	margin-left: 14px;
}

#whatsNew h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 6px;
}

#whatsNew p {
	margin: 0;
}

#whatsNew ul {
	float: left;
	list-style-type: none;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 42px;
	padding: 0;
}

#whatsNew ul li {
	background: transparent url(/images/jtp/star_bullet.gif) no-repeat;
	text-indent: 18px;
	line-height: 20px;
	background-position: 0;
}

/*Student Perspective*/

#studentPerspective {
	width: 425px;
	background: #e7e7e7;
}

#studentPerspective h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 40px;
}

#studentPerspective h1 a {
	font-size: 12px;
	font-weight: normal;
}

#studentPerspective p {
	font-size: 12px;
	font-style: italic;
	color: #575757;
	margin-left: 20px;
	margin-bottom: 50px;
}


/***** SUB PAGES *****/


#adminContent {
	width: 600px;
	padding-top: 48px;
	margin-left: 26px;
	margin-bottom: 28px;
	float: left;
}

#subContent {
	width: 438px;
	padding-top: 48px;
	margin-left: 26px;
	margin-bottom: 28px;
	float: left;
}

#subContent ul li, #adminContent ul li {
	margin-bottom:12px;
}


/*Section Headers*/

#subContent h1, #adminContent h1 {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	border-bottom: solid 1px #ccc;
	font-size: 27px;
	color: #056ab2;
	margin-top: 0;
}

#subContent h2, #adminContent h2 {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	margin-top: -18px;
	float: right;
}

/*Copy*/

#subContent p, #adminContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}

#subContent p.title, #adminContent p.title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 26px;
}

#subContent img.left, #adminContent img.left {
	margin-top: -4px;
	margin-right: 14px;
}

/*Side Bar*/

#sideBar {
	width: 200px;
	float: right;
	margin-top: 48px;
	margin-right: 0;
}

/*News*/

ul.newsList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newsList li {
	margin-bottom: 18px;
}

ul.newsList li span {
	font-weight: bold;
}

/*Events*/

p.eventDesc {
	width: 240px;
	margin-top: 14px;
	float:left;
}

p.eventDesc span.title {
	font-weight: bold;
}

a img.eventsLogo {
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 8px;
	border: none;
	float: left;
	clear: right;
}


/*FAQ*/

ol.faqList li {
	margin-bottom: 12px;
}

span.question {
	font-style: italic;
	font-weight: bold;
	display: block;
}

.horizRule {
	border-bottom: solid 1px #999;
	margin-top: 24px;
	margin-bottom: 24px;
}

/*Contact Us*/

#contactForm {
	background-color: #ededed;
	width: 438px;
}

#contactForm tr td.label {
	font-size: 11px;
	font-weight: bold;
	margin-left: 16px;
}

#contactForm tr td.label span {
	color: red;
	font-size: 14px;
}

#contactForm tr td input.textField {
	width: 224px;
}

#contactForm tr td textarea {
	width: 224px;
	height: 120px;
}

#contactForm tr td.label em {
	font-weight: normal;
	font-style: normal;
	color: #666;
}


