/*home page classes */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;
padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* global tag classes */
html { background:#fff url(/images/bgBar.gif) top left repeat-x}

body {
	min-height: 100%;
	font: 62.5%/1.5 "Verdana", Arial, sans-serif;
	color:#666;
	width:96em;
	margin:0 auto;
	padding:0 10px;
}

h1, h2, h3, h4, h5 {
	color:#000;
	font:normal 1.2em/1.2 "Georgia", Times, serif;
	margin:1em 0 0.25em 0;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; font-style:italic;}
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.0em; }
p { margin:1em 0; }

a, a:link {
	color: #527F0F;
	text-decoration:none;
	border-bottom:1px dotted #a3c07b;
}

a:visited { color:#636F93; border-bottom:1px dotted #BCC1D1; }
a:active { color: #C1840A; }
a:hover { border-bottom:1px solid; }
form { margin: 0; }

.hdiv {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	display: none;
}

#header {
	height: 136px;
	position:relative;
}

#header img {
	position:absolute;
	top:41px;
	left:0px;
	z-index:5;
}

#main1 {
	clear: both;
	position:relative;
}

.sidebarSI, .contentSI { position:absolute; top:0; }
.contentSI { width:50em; }
.sidebarSI { width:28.5em; left:51.4em; }

#sidebar, #content { font-size:1.2em; border-top:1px solid #fff; }

#footer {
	margin:20px 0;
	padding:10px 0;
	border-top: solid #e4e5e9 1px;
	font-size:1.1em;
	position:relative;
	line-height:1.6;
}

* html #footer { margin-bottom:40px; }

#footer #footerCopy {
	position:absolute;
	top:0;
	padding-bottom:20px;
}

#footer #footerLinks {
	position:absolute;
	top:0;
	left:240px;
	font-family:Georgia, Times, serif;
	line-height:1.8;
}

.callToAction span {vertical-align: 150%;}

.chicklet {
	margin:10px 0 25px 0;
	clear:left;
}

.chicklet h3 {
	border-bottom: 1px solid #e4e5e9;
	font-size: 1.4em;
	margin-top:0;
	color:#000;
	position:relative;
}

.chicklet li h4, .chicklet li { font:1em/1.4 "Verdana", Arial, sans-serif; }
.chicklet li h4 { font:1em/1.5 "Georgia", Times, serif; }
.chicklet li p {
	margin-top:0;
	font-size:0.9em;
	line-height:1.5;
}

.chicklet li b { font-weight:normal; }

.chicklet ul.artCats, #dirCol {
	-moz-column-count:2;
	-webkit-column-count:2;
}

.globalErrorMessage {
	background-color: #FFE25F;
	padding: 10px;
	margin: 10px 50px 10px 10px;
	border: solid #EFA848 1px;
	font-size: 1.8em;
}

/* general format classes */
.bold { font-weight: bold; }
.noBold { font-weight:normal; }
.italic { font-style:italic; }
.noItalic { font-style:normal; }
.bottomSpace { margin-bottom: 10px;}
.noTopSpace { margin-top: 0;}
.underline { text-decoration: underline;}
.leftJustify { text-align: left;}
.clearer { clear:both; }
.clear_children,.cc_tallest { position: relative; }
.cc_tallest:after { content: ''; }#nav {
	position:absolute;
	bottom:0;
}

#nav li {
	float:left;
	font:1.3em Georgia, serif;
	border-right:1px solid white;
	margin:0;
	padding:0;
	/*width:120px;*/
}

#nav li.firstTab {
	border-left:1px solid white;
	width:119px;
}

#nav li a {
	color:#fff;
	border-bottom:none;
	display:block;
	padding:0 18px;
	height:33px;
	line-height:22px;
}

#nav li.firstTab a { padding-left:17px; }

#header #nav li.current { background-color:#94AF6D; }
#header #nav li a:hover { background-color:#636F93; }

#header span {
	position: absolute;
	color:#A0A0A3;
	top:62px;
	right:0;
	font-size:1.0em;
	z-index:10;
	width:500px;
	text-align:right;
}

#header .pageInfoTop {
	margin: 0;
	padding-left: 240px;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #DF7B23;
}

.textSearchForm {
	position:absolute;
	right:-55px;
	top:19px;
	padding:0 55px 0 0;
	background:#e4e5e9 url(/images/textRight.gif) bottom right no-repeat;
}

.textSearchForm form {
	background:url(/images/textLeft.gif) bottom left no-repeat;
	padding:0 0 5px 55px;
	position:relative;
}

.textSearchForm #search-button {
	position:relative;
	top:6px;
 }#articleContent h1, #beforeColumnContent h1, #companyContent h1, #pageContent h1, #searchContent h1, #sidebar h1 {
	margin:5px 0 15px 0;
	line-height:1.2;
}

/* ARTICLES */

#left {
	margin: 0 0 0 0;
	padding: 3px 0;
}

#articleDate {
	border-bottom:1px solid #e4e5e9;
	font-size:0.8em;
	margin:0;
	line-height:1.4;
	overflow:hidden;
	padding-bottom:5px;
}

#articleDate span {
	float:left;
	display:block;
	margin:0;
}

#articleDate #rss {
	float:right;
	background:url(/images/feed.png) top left no-repeat;
	height:16px;
	padding-left:20px;
	margin:0;
}

#textSize {
	border-bottom:1px solid #e4e5e9;
	padding-bottom:10px;
	background:url(/images/text_lowercase.png) top left no-repeat;
}

#textSize img { margin:0 1px 0 5px; cursor:pointer; }

/* ARTICLE DIRECTORY */

#topArtDir, #midArtDir {
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-gap:18px;
	-webkit-column-gap:10px;
	margin:10px 0;
}

.noColumn {
	-moz-column-count:1 !important;
	-webkit-column-count:1 !important;
}

#topArtDir h2, #midArtDir h2 { margin:0 0 10px 0; }
#midArtDir h2 { font-size:1.2em; }
#artDirList { clear:both; }
#artDirList h3 {
	border-bottom:1px solid #e1e1e1;
	padding:10px 0 3px 0;
	position:relative;
}

#artDirList h5 { font-size:1.2em; line-height:1.4 !important; }
#artDirList h5.viewMore { font-size:1em; }

#artDirList h3 a { border-bottom:0; }

#artDirList h5 {
	line-height:1.6;
	margin-bottom:0;
}

#artDirList p { margin-top:0; }

#artDirList .viewMore {
	text-align:right;
	font-style:italic;
	letter-spacing:0.05em;
}

/* RELATED ARTICLES */

#articleList { margin-top:1px; }
#articleList b { font-weight:normal; }
#articleList h3 { font-size:1.5em; }
#articleList h4 { font-size:1.2em; }
#articleList p { margin-top:0; }

/* TOP SCHOOLS */

.topSchoolsLeft { text-align:center; }
.topSchoolsLeft ul { }
.topSchoolsLeft h3 {
	font-size:1.4em !important;
	margin:0 0 0px 0;
	padding:0 0 5px 0px;
	border-bottom:0 !important;
}

.topSchoolsLeft li {
	margin:10px 0 15px 0px;
	border:1px solid #ccc;
	padding-top:5px;
}

.topSchoolsLeft li a { border-bottom:0; }
.topSchoolsLeft li p a {
	font:1.2em/1.5 'Georgia', serif;
	border-bottom:1px dotted #a3c07b;
}

#topSchoolsContent h3 {
	font-size:1.6em;
	border-bottom:1px solid #e1e1e1;
}

#topSchoolsContent li.topSchoolsContentBox {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	min-height:60px;
}

* html #topSchoolsContent li.topSchoolsContentBox { height:60px; }
#topSchoolsContent { clear:both; }
#topSchoolsContent div.top-schools-side { float:left; }
#topSchoolsContent .schoolLogo { border-bottom:0; }

#topSchoolsContent div.top-schools-side h6 {
	text-align:center;
	margin-top:5px;
}

.searchResultButton { border-bottom:0 !important; }
#topSchoolsContent div.top-schools-main { margin-left:140px; }
#topSchoolsContent div.top-schools-main .companyDisc {
	font-size:0.9em;
	color:#888;
	margin-top:0;
}

#topSchoolsContent .suggestedProgramsForCompanyList {
	margin-bottom:10px;
	font-size:1.2em;
}

#topSchoolsContent h4 { font-size:1.5em; }
#topSchoolsContent h4 a { border-bottom:1px solid; }

#topSchoolsContent div ul {
	margin-left:25px;
	list-style-type:square;
}

#articleContent .classification li { font-weight:normal; }

#topSchoolsRight {
	background-color:#FFF2CF;
	padding:10px 20px 15px 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#topSchoolsRight h3 { border-bottom:1px solid #999; }
#topSchoolsRight a { border-bottom:1px dotted #4F5C7F; }

#topSchoolsRight ul {
	list-style-type:square;
	color:#4F5C7F;
	list-style-position:inside;
}

#topSchoolsRight li { padding:5px 0;  }

#topSchoolsRight li h4 {
	font-size:1.1em;
	margin:0;
	display:inline;
	font-weight:bold;
}

#topSchoolsRight li .clearer { height:0; }

#topSchoolsRight .suggestedProgramsForCompanyList {
	margin-left: 17px;
	font-size: 0.9em;
	padding:0;
}

#topSchoolsRight .suggestedProgramsForCompanyList li {
	list-style-type: none;
	padding: 1px 0;
	margin:0;
}

/* MISC */

#breadcrumb {
	position:absolute;
	top:-133px;
	left:0;
	width:960px;
	font-size:0.8em;
	color:#999;
}

ol.breadcrumb {
	position:absolute;
	top:-133px;
	left:0;
	width:960px;
	font-size:0.8em;
	color:#999;
	margin: 0;
	padding: 0;
	display: none;
}

.breadcrumb li {
	display: inline;
}

#homeContent { min-height:634px; }
* html #homeContent #articleList { height:450px; }
#homeContent #articleList h2 { font-style:normal; font-size:2em; margin-top:5px; }
#homeContent #articleList h4 { font-size:1.2em;}
#homeContent #articleList .firstHomeArt { font-size:1.6em; }

#counselorHead {
	background:url(/images/randomHead.jpg) top left no-repeat;
	height:40px;
	padding-left:45px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}

#counselorHead h3 {
	border-bottom:0;
	position:absolute;
	bottom:-3px;
}

table.imageplugin img { max-width:430px; }

.blur { color:#999; }/* WIKI CLASSES */

div.wikiContent { margin-top:10px; }
div.wikiContent li { margin-left:12px; }
div.wikiContent ul { list-style-type:square; }

div.wikiContent ol { list-style-type:decimal; margin-left:3em; }
div.wikiContent ol li { list-style-type:decimal; margin:0.5em 0; }

div.remBio, div.remFootnotes {
	font-style: italic;
	margin: 8px 0;
}

table.wikitable td, table.wikitable th {
	border: 0;
	padding: 2px 6px;
	margin: 3px;
}

table.wikitable th {
	background-color: #778F35;
	color: #fff;
}

table.wikitable td { background-color: #D0DFA7; }