body
{
	margin: 0px 0px 0px 0px;
	background-color: #fefdf2;
	text-align: left;
}

/* DIV THAT CONTAINS ENTIRE SITE CONTENTS */
#container
{
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	width: 770px;
	height: 100%;
	background-color: #fefdf2;
}

/* DIV THAT CONTAINS HEADER */
#header
{
	background-color: #fff;
	height: 95px;
	width: 770px;
	padding: 0px 0px 0px 0px;
	background-image: url(nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* DIV THAT CONTAINS SMALL TOP RIGHT TEXT NAVIGATION */
#smalltopnav
{
	height: 25px;
	width: 300px;
	float: right;
}

/* DIV THAT CONTAINS TOP MAIN NAVIGATION SYSTEM */
#topnav
{
	height: 19px;
	width: 770px;
	float: left;
	padding-left: 21px;
}

/* DIV THAT CONTAINS JEMC LOGO */
#jemclogo
{
	height: 65px;
	width: 215px;
	float: left;
	padding-bottom: 5px;
}

/* DIV THAT CONTAINS LEFT-SIDE NAVIGATION SYSTEM */
#leftnav
{
	background-color: #fefdf2;
	width: 165px;
	height: 600px;
	padding: 0px;
	float: left;
	background-image: url(subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* DIV THAT CONTAINS LARGE MAIN CONTENT AREA */
#maincontent
{
	background-color: #fefdf2;
	width: 605px;
	height: auto;
	padding: 0px;
	float: left;
}


/* DIV THAT CONTAINS LARGE ANALYZER CONTENT AREA */
#analyzercontent
{
	background-color: #fefdf2;
	width: 770px;
	height: auto;
	padding: 0px;
	float: left;
}



/* CLASS FOR SMALL TOP RIGHT NAVIGATION TEXT */
.smallnav
{
	text-align: right;
	font-size: 9px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 10px 20px 0px 0px;
	color: #999;
}

/* LARGEST BLUE HEADER FOR MAIN SECTIONS (ONLY USED FOR MAIN SECTION TITLES) */
.maintitle
{
	font-size: 30px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;
	width: 500px;
	padding: 20px 20px 0px 20px;
	float: left;
}

/* BLUE HEADER */
.blueheader
{
	font-size: 20px;
	line-height: 22px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;
	padding: 10px 0px 0px 20px;
	float: left;
}

/* SMALL ORANGE HEADER used as a lead-in */
.orangeleadin
{
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #bf6100;
	padding: 10px 0px 0px 20px;
	float: left;
}

/* CLASS FOR BLUE SUBHEADERS */
.bluesubheader
{
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 19px;
	padding: 0px;
	text-align: left;
	color: #1b3982;
}


/* CLASS FOR BLUE SUBHEADERS */
.orangesubheader
{
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 19px;
	padding: 0px;
	text-align: left;
	color: #bf6100;
}

/* m1tk4: fix for floating problems and unneeded left padding */
.csc-header, .blueheader, .orangeleadin, .bluesubheader, .orangesubheader
{
	//aclear: both;
	padding-left: 0px;
	float: none;
}



/* HEADER FOR MAIN PAGE FEATURE ITEMS */
.featureheader
{
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 22px;
	padding: 0px;
	text-align: left;
	color: #1b3982;
}

/* CLASS FOR MAIN PAGE FEATURE ITEM TEXT */
.featureitems
{
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	line-height: 16px;
	margin: 20px 20px 0px 20px;
	color: #666;
}

/* CLASS FOR MAIN PAGE FEATURE ITEM BLOCKS */
.block
{
	width: 500px;
	height: 85px;
	padding: 10px 20px 10px 20px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}


/* CLASS FOR RIGHT CHOICE MAIN PAGE FEATURE ITEM BLOCKS */
.rclogoblock
{
	width: 500px;
	height: 75px;
	padding: 10px 20px 0px 20px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

/* CLASS FOR MAIN CONTENT */
.main
{
	width: 550px;
	height: auto;
	padding: 0px 20px 10px 20px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}


/* CLASS FOR ANALYZER CONTENT */
.analyzermain
{
	width: 740px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

/* CLASS FOR BLOCK THAT HOLDS FOOTER */
.block2
{
	width: 550px;
	height: 65px;
	padding: 100px 20px 0px 20px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}


/* CLASS FOR UNORDERED LIST IN MAIN CONTENT AREA */
.main ul li
{
	list-style-type: disc;
	margin: 6px 0px 10px 0px;
}

/* CLASS FOR FIRST APPLY LINK ON APPLY.HTML PAGE */
.largelinkleft
{
	font-size: 16px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 22px;
	padding: 0px;
	text-align: left;
	color: #bf6100;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	
	/* float: left; */
}

/* CLASS FOR SECOND APPLY LINK ON APPLY.HTML PAGE */
.largelinkright
{
	font-size: 16px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 22px;
	padding: 0px;
	text-align: left;
	color: #bf6100;
	padding: 15px 30px 10px 0px;
	float: left;
}

/* CLASS FOR BLOCKQUOTE */
blockquote
{
	padding: 0px 50px 0px 0px;
}

/* CLASS FOR QUOTE, SUCH AS ON SCHOLARSHIP RECIPIENTS PAGE */
.quote
{
	color: #bf6100;
}


/* CLASS FOR OFFICES LISTED ON CONTACT PAGE (FIRST COLUMN) */
.office1
{
	width: 220px;
	height: 140px;
	padding: 0px 20px 0px 0px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}

/* CLASS FOR OFFICES LISTED ON CONTACT PAGE (SECOND COLUMN) */
.office2
{
	width: 220px;
	height: 140px;
	padding: 0px 40px 0px 0px;
	float: left;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}


/* CLASS FOR CAPTION FOR PHOTOS */
.photocaption
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #bf6100;
	font-size: 9px;
	line-height: 14px;
	text-align: left;
}

/* CLASSES TO SPECIFY PADDING FOR LEFT AND RIGHT PHOTOS, SMALL PHOTOS, IMAGE CAPTIONS, HEADSHOTS, ETC. */
.featurephoto { padding: 6px 20px 0px 0px; }
.rightimg { padding: 5px 0px 10px 20px; }
.leftimg { padding: 5px 20px 8px 0px; }
.rightimgcaption { padding: 0px 0px 0px 20px; }
.leftimgcaption { padding: 0px 20px 0px 0px; }
.headshot { padding: 5px 20px 70px 0px; }

.csc-textpic-caption 
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #bf6100;
	font-size: 9px;
	line-height: 14px;
	padding-top: 4px;
}



/* LEFT NAV */
.nav
{
	padding-top: 8px;
	padding-left: 0px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #474747;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}

.nav ul
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 6px 0px 0px 0px;
	padding-left: 10px;
	text-indent: -10px;
}

.nav li
{
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 3px 12px;
}

.nav ul ul
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	list-style-type: none;
	margin: 6px 0px 0px 0px;
	padding-left: 0px;
	text-indent: 0px;
}


.nav li li
{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 2px;
}

.nav li li li
{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 18px;
}




/* LINK STYLES */

/* master links */

a { text-decoration: none; }
a:link { color: #1b3982; }
a:visited { color: #1b3982; }
a:active { color: #474747; }
a:hover
{
	color: #474747;
	text-decoration: underline;
}

/* .main links */
.main a { text-decoration: none; }
.main a:link { color: #1b3982; }
.main a:visited { color: #bf6100; }
.main a:active { color: #474747; }
.main a:hover
{
	color: #474747;
	text-decoration: underline;
}


/* small top-right nav links */
.smallnav a
{
	color: #fff;
	text-decoration: none;
}

.smallnav a:visited
{
	color: #fff;
	text-decoration: none;
}

.smallnav a:active	
{
	color: #FC0;
	text-decoration: none;
}

.smallnav a:hover
{
	color: #FC0;
	text-decoration: none;
}


/* left nav links */
.nav a
{
	color: #1b3982;
	text-decoration: none;
}

.nav a:visited
{
	color: #1b3982;
	text-decoration: none;
}

.nav a:active
{
	color: #bf6100;
	text-decoration: none;
}

.nav a:hover
{
	color: #bf6100;
	text-decoration: none;
}

/* .nav ul li a.selected { color: #bf6100; } */

.nav li li a, .nav ul ul a
{
	color: #333;
	text-decoration: none;
}

.nav li li a:visited, .nav ul ul a:visited
{
	color: #333;
	text-decoration: none;
}

.nav li li a:active, .nav ul ul a:active
{
	color: #1b3982;
	text-decoration: none;
}

.nav li li a:hover, .nav ul ul a:hover
{
	color: #1b3982;
	text-decoration: none;
}

/* .nav ul li li a.selected { color: #bf6100; } */

#selected { color: #bf6100; }
a.selected { color: #bf6100 !important;}

/* apply links */
.largelinkleft a, .orangeleadin a, .orangesubheader a
{
	color: #bf6100;
	text-decoration: none;
}

.largelinkleft a:visited
{
	color: #bf6100;
	text-decoration: none;
}

.largelinkleft a:active
{
	color: #1b3982;
	text-decoration: none;
}

.largelinkleft a:hover
{
	color: #1b3982;
	text-decoration: underline;
}

.largelinkright a
{
	color: #bf6100;
	text-decoration: none;
}

.largelinkright a:visited
{
	color: #bf6100;
	text-decoration: none;
}

.largelinkright a:active
{
	color: #1b3982;
	text-decoration: none;
}

.largelinkright a:hover
{
	color: #1b3982;
	text-decoration: underline;
}



/* account access */

.loginheader { padding: 15px 5px 5px 15px; 
font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;}

.logintable { padding: 5px 5px 5px 0px; }

.loginfield { padding: 5px 5px 5px 5px; }

.loginbutton { padding: 5px 18px 5px 0px; }

.box
{
	border-color: #474747;
	border-width: 1px;
	border-style: solid;
}


.newuser
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #bf6100;
	font-weight: bold;
}


.accountheader
{
	padding: 5px 0px 10px 0px;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;
}


/* profile */
.profile
{
	font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;
	padding: 10px 0px 5px 20px;
	float: left;
}

/* profile id */
.profileid
{
	font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #474747;
}

/* account */
.account
{
	font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #1b3982;
	padding: 10px 150px 5px 20px;
	float: right;
}

/* account id */
.accountid
{
	font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #474747;
}

.notification
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #1b3982;
	font-weight: bold;
}


.divider
{
	border-color: #474747;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

.divider2
{
	border-color: #bf6100;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

.active
{
	border-color: #474747;
	border-width: 1px 1px 0px 1px;
	border-style: dotted;
	padding: 5px 10px 5px 40px;
}

.nonactive
{
	border-color: #474747;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	padding: 5px 15px 5px 20px;
}

/* RIGHT CHOICE TABLE*/


/* NEW STYLES FOR TABLES */
/* NEW STYLES FOR TABLES */
/* NEW STYLES FOR TABLES */
.basictable
{
	border-color: #1B3982;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}
.basictableheader
{
	font-size: 12px;
	font-family: 'Lucida Grande',Georgia, Times New Roman, serif;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px 7px 5px 7px;
}

.basictablecell
{
	padding: 5px 7px 5px 7px;
	border-color: #1B3982;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
}

.basictablecelltop
{
	padding: 5px 7px 5px 7px;
	border-color: #1B3982;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
}


.bsheettablecell
{
	padding: 3px 7px 3px 7px;
}


.bsheettablecell2
{
	padding: 3px 7px 3px 30px;
}


.bsheetunderline
{
	border-color: #474747;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.bsheetunderline2
{
	border-color: #474747;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.table
{
	padding: 5px 7px 5px 7px;
	border-color: #1B3982;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.tablebk {
	padding: 5px 7px 5px 7px;
	background: #F8F2CA;
	border-top: 0px none #1B3982;
	border-right: 0px none #1B3982;
	border-bottom: 0px none #1B3982;
	border-left: 0px none #1B3982;
}

.smallintexttableright
{
margin-left: 20px;
padding: 5px 7px 5px 7px;
background: #F8F2CA;
}

.webformtd
{
	padding: 0px 7px 20px 0px;
	line-height: 30px;
}


/* m1 fixes  --------------------------- */

/* Fix those small images */
DIV.csc-textpic-intext-left-nowrap { padding-top:14px;}
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; padding-right: 10px; }
DIV.csc-textpic-intext-left-nowrap p {
    margin-top: 0px;
}


/* Search result adjustments ---- */
.tx-indexedsearch-redMarkup {
    color: #474747 !important;
}


/*Powermail styles */
fieldset.tx-powermail-pi1_fieldset {
 border: none;
}
fieldset.tx-powermail-pi1_fieldset label {
 display: block;
 width: 150px;
 float: left;
 clear: both;
}
fieldset.tx-powermail-pi1_fieldset input {
 width: 300px;
 #border: none;
}
fieldset.tx-powermail-pi1_fieldset input.submit {
 width: 100px;
 #border: none;
}
fieldset.tx-powermail-pi1_fieldset select {
 width: 300px;
 #border: none;
}
fieldset.tx-powermail-pi1_fieldset legend {
 width: 500px;
 background-color: #ccc;
}
fieldset.tx-powermail-pi1_fieldset textarea {
 width: 300px;
 #border: none;
}
div.tx_powermail_pi1_fieldwrap_html {
 margin: 10px 0;
}
