@import url("text.css");

@import url("reset.css");

@import url("960.css");

@media screen {
	body {
		font-size: .8em;
		background: #f4f2db url("assets/bg2.jpg") repeat-x top left;
	}
	#page-content em {
		font-style: italic;
	}
	#page-content strong {
		font-weight: bold;
	}
	#page-content li {
		margin-left: 2em;
	}
	a:link {
		color: #0051a9;
	}
	h2,h3,h4,h5,h6 {
		font-weight: normal;
		color: #222;
		margin-bottom: 1em;
		font-family: "garamond", "georgia", "times new roman", serif;
	}
	h1 {
		font-size: 200%;
	}
	h2 {
		font-size: 2.5em;
		color
		#222;
	}
	h3 {
		font-size: 150%;
		color: #332f29;
		border-bottom: 1px dotted #807766;
	}
	h4 {
		font-weight: bold;
		color: #332f29;
	}
	
	p {
		margin-bottom: 3em;
	}
	
	blockquote {
	   margin-bottom: 3em;
	}
	
	#page-header {
		background: url("assets/logo.jpg") no-repeat top center;
	}
	#page-header h1 a {
		margin-left: 250px;
		display: block;
		height: 163px;
		width: 330px;
		text-indent: -3000px;
	}
	
	/**
	 * The following styles modify the main page navigation so that
	 * it renders as a horizontal orange bar.  Each menu option has
	 * an associated icon file which will render alongside the menu
	 * text.
	 */
	#page-header .navigation {
		height: 95px;
		background: url("assets/nav_lite.jpg") repeat-x top center;
		text-align: center;
	}
	
	/**
	 * The unordered list containing the navigation elements spans
	 * the full visible page width and is centered within the screen.
	 */
	#page-header .navigation ul {
	   width: 960px;
	   margin: 0 auto;
	}
	
	/**
	 * List elements within the navigation are set as inline and centered.
	 */
	#page-header .navigation li {
	   display: inline;
	   text-align: left;
	   float: left;
    }
	
	/**
	 * The meat and potatoes of the navigation style is the anchor
	 * element. Each link is displayed as a block-level element and
	 * floated, so it mimics a "block-inline" display instead.
	 */
	#page-header .navigation li a {
	    display: block;
		padding-top: 35px;
		padding-right: 10px;
		width: 100px;
		background-position: left 30px;
		background-repeat : no-repeat;
		padding-bottom: 12px;
        padding-left: 50px;
        
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        color: #311;
        
        /*
         * Alpha filter in IE looks like crap.
         * filter: alpha(opacity=60);
         *
         
        -html-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        */
	}
	
	#page-header .navigation li a .title {
		font-weight: bolder;
		font-size: .9em;
		text-transform: uppercase;
		display: block;
	}
	#page-header .navigation li a .desc {
		font-size: 70%;
	}
	
	#page-header .navigation li a:hover {
	   text-decoration: underline;
	   
	   /*
	    * Alpha filter in IE looks like crap.
	    * filter: alpha(opacity=100);
	    */
       -html-opacity: 1;
       -moz-opacity: 1;
       opacity: 1;
    }
	
	#page-header .navigation #home-link a { background-image: url(assets/nav_home_icon.jpg); }
	#page-header .navigation #student-link a { background-image: url(assets/nav_student_icon.jpg); }
	#page-header .navigation #careers-link a { background-image: url(assets/nav_careers_icon.jpg); }
	#page-header .navigation #adulted-link a { background-image: url(assets/nav_adulted_icon.jpg); }
	#page-header .navigation #parent-link a { background-image: url(assets/nav_parent_icon.jpg); }
	#page-header .navigation #about-link a { background-image: url(assets/nav_about_icon.jpg); }
	
	#page-content {
		font-family: verdana, arial, helvetica, sans-serif;
		line-height: 1.75em;
		color: #333;
		padding-top: 3em;
		font-size: .9em;
	}
	#page-content a {
		text-decoration: none;
	}
	#page-content a:hover {
		text-decoration: underline;
	}
	#page-footer {
		margin: 40px auto;
		padding: 20px 0 20px 0;
		color: #4a4621;
		font-size: 80%;
		font-family: tahoma, verdana, arial, helvetica;
		border-bottom: 2px solid #d9d5b4;
		border-top: 2px solid #d9d5b4;
	}
	#page-footer .navigation {
		padding-bottom: 60px;
	}
	#page-footer .navigation li {
		text-transform: uppercase;
		display: inline;
		padding-right: 2em;
	}
	#page-footer .copyright {
		margin-bottom: 0;
	}
	
	#page-footer #col-2 {
		
	}
	
	#page-footer #col-2 a {
		padding: 0 0 2px 0;
	}
	
	#page-footer #iso-link {
		height: 45px;
		text-indent: -3000px;
		display: block;
		background: url("assets/iso_img.png") no-repeat top right;
	}
	
	#page-footer #iso-link:hover {
		background: url("assets/iso_img_hover.png") no-repeat top right;
	}
	
	#page-footer #baldridge-link {
		text-indent: -3000px;
		display: block;
		height: 45px;
		background: url("assets/baldridge_img.png") no-repeat top right;
	}
	
	#page-footer #baldridge-link:hover {
		background: url("assets/baldridge_img_hover.png") no-repeat top right;
	}
	
	#page-footer #ms-link {
		text-indent: -3000px;
		display: block;
		height: 51px;
		background: url("assets/middlestates_img.png") no-repeat top right;
	}
	
	#page-footer #ms-link:hover {
		background: url("assets/middlestates_img_hover.png") no-repeat top right
			;
	}
	
	#page-footer #faculty-links {
		position: relative;
	}
	
	#faculty-links {
		padding-right: 20px;
		background: url("/icons/bullet_arrow_down.png") no-repeat top right;
	}
	
	#faculty-links ul {
		z-index: 10;
		background: #e7e3bf;
		display: none;
		position: absolute;
		top: 1.2em;
		left: 0;
		border: 1px dotted #e0dcb9;
		width: 200px;
	}
	#faculty-links:hover ul {
		display: block;
	}
	#faculty-links ul li a {
		display: block;
		padding: 2px 0 2px 30px;
		background-position: 8px center;
		background-repeat: no-repeat;
		text-transform: none;
	}
	#faculty-links #owa-link {
		background-image: url("/icons/email.png");
	}
	#faculty-links #lpc-link {
		background-image: url("/icons/application.png");
	}
	#breadcrumb-nav {
		font-size: 70%;
		color: #111;
		text-transform: uppercase;
		margin-bottom: 1em;
		background: #fff9ed url("/icons/folder_page.png") no-repeat 4px center;
		padding: 8px 0 8px 26px;
		border: 1px solid #e5e0d5;
	}
	#breadcrumb-nav li {
		display: inline;
	}
	#breadcrumb-nav li.title {
		font-weight: bold;
	}
	#breadcrumb-nav a {
		text-decoration: none;
	}
	.related-links h3 {
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #222;
	}
	.related-links .navigation li {
		margin-left: 0 !important;
		padding-left: 0;
	}
	.related-links a {
		display: block;
		border-bottom: 1px dotted #aaa;
	}
	
	.info-box {
	
	   
	}
}  /* Ends @media rule */
.fl {
	float: left;
	margin: 0 10px 10px 0;
}

img.fl,img.fr {
	border: 1px solid #333;
}

.fl.thumbnail img {
	width: 150px;
	height: 106px;
	border: 1px solid #333;
}

.fl.thumbnail .caption {
	width: 150px;
	font-style: italic;
	font-size: 80%;
	color: #311;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 0;
}

/**
 * .fr
 *
 * Floats an element to the right of it's container and applies margins.
 */
.fr {
	float: right;
	margin: 0 0 1em 1em;
}

/**
 * .refenence
 *
 * Styles reference links to render as a superscript to the top-right of
 * the text that they relate to.
 */
.reference {
	font-size: 60%;
	vertical-align: top;
}

.notes ol {
	list-style: decimal;
	font-size: 70%;
	line-height: 1.5em;
	color: #000;
}

.faq {
	margin-bottom: 2em;
}

.faq dt {
	magin-bottom: 1em;
	font-weight: bold;
}

.faq,dd {
	margin-bottom: 2em;
}

ol {
	list-style: decimal;
}

/**
 * Basic styling of unordered listed within the page body.
 */
#page-body ul {
	margin-bottom: 3em;
}

#page-body ul li {
	color: #000;
	margin: 1em 0 1em 0;
	padding-left: 30px;
	background: url("/icons/bullet_orange.png") no-repeat left 3px;
}

#page-body table {
	margin-bottom: 2em;
	border: 1px solid #4d4546;
	background: #f8f8ec;
	width: 100%;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

#page-body table caption {
	font-size: .9em;
	text-align: center;
	width: 100%;
}

#page-body table caption .subtitle {
	display: block;
}

#page-body table tr th,table tr td {
	padding: 10px;
	border-bottom: 1px dotted #888;
}

#page-body table tbody {
	font-size: .95em;
}

#page-body table thead tr th {
	font-size: 1.3em;
	color: #111;
	text-transform: uppercase;
}

#page-body table tbody tr th {
	text-transform: uppercase;
}

#page-body table tr .price {
	text-align: right;
}

#page-body table th .description {
	text-transform: none;
	display: block;
	color: #555;
}

#page-body table tbody tr th[colspan="2"] {
	font-weight: bold;
	color: #111;
	text-align: center;
}

#page-body table tbody tr:hover {
	background: #fff;
}

/*!
 * Ext JS Library 3.0+
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 * @TODO Move to external CSS.
 */ /*
 * FileUploadField component styles
 */
.x-form-file-wrap {
	position: relative;
	height: 22px;
}

.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter: alpha(opacity :     0);
	opacity: 0;
	z-index: 2;
	height: 22px;
}

.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}

.x-form-file-wrap .x-form-file-text {
	position: absolute;
	left: 0;
	z-index: 3;
	color: #777;
}

.sun-cms-asset-applicationwindow {
	background-image: url("/icons/brick.png");
}

.sun-cms-asset-uploadwindow {
	background-image: url("/icons/brick_go.png");
}

.user_add {
	background-image: url("/icons/user_add.png");
}

.asset-row {
	padding: 10px 10px 10px 24px;
	background: url("/icons/page_white.png") no-repeat top left;
}

.asset-row.application-pdf {
	background-image: url("/icons/page_white_acrobat.png");
}

.asset-row.image-jpeg {
	background-image: url("/icons/page_white_picture.png");
}

.asset-row.application-msword {
	background-image: url("/icons/page_white_word.png");
}

.asset-row p {
	margin-bottom: 0;
}

.asset-row .title {
	font-weight: bold;
	margin-bottom: .5em;
}

.asset-row .shortdesc {
	color: #555;
}

.asset-row .type {
	font-style: italic;
	color: #555;
}

.user-record img {
	border: 1px solid #555;
	float: left;
	margin: 0 1em 0 0;
	height: 60px;
	width: 45px;
}

.user-record .display-name {
	font-weight: bold;
	font-size: 150%;
	display: block;
}

.user-record .title {
	display: block;
	color: #888;
	margin-bottom: 1em;
}

.user-record .biography {
	display: block;
	color: #888;
}

.attribitution {
	padding: 2px;
	background: #fff;
	border: 1px solid #333;
	min-height: 122px;
}

.attribitution img {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #333;
}

.download-asset .label {
	color: #332500;
	padding-left: 24px;
	background: url("/icons/disk.png") no-repeat 2px center;
}

.download-asset {
	border: 1px solid #fbaf17;
	background: #fce8b1;
	padding: 3px;
}

#page-body table.syllabus .hours {
	text-align: right;
}

#page-body table.syllabus .total td,#page-body table.syllabus .total th
	{
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}

#page-body table.syllabus .total-annual td,#page-body table.syllabus .total-annual th
	{
	font-size: 1.3em;
	color: red;
	font-weight: bold;
}

#page-body .graduate .bio {
	width: 220px;
	border: 1px solid #333;
	float: right;
	background: #efefef;
	padding: 5px;
	margin: 0 1em 1em 1em;
	text-align: center;
}

#page-body .graduate h4 {
	margin: 2em 0;
}

#page-body .graduate .bio dl {
	text-align: center;
	font-size: .8em;
}

#page-body .graduate .bio dt {
	display: inline;
	font-weight: bold;
}

#page-body .graduate .bio dd {
	display: inline;
}

#page-body .graduate {
	clear: both;
	margin-bottom: 3em;
}

#page-body .contact { text-align: center; }
#page-body .contact img { border: 1px solid #333; }

acronym { border-bottom: 1px dotted #333; }

.lb
{
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
}

.lb .lb-content {
    text-align: center;	
}

.lb .lb-content .title {
    font : normal 2em arial, helvetica, sans-serif;
    text-transform: uppercase;
	color: #fff;
}

.lb .lb-content .caption {
    text-align: center;	
}

.lb.img img {
	border : 8px solid #fff;
	width: 640px;
	height: auto;
}

#right-column .block{
    padding: 1em;
    border: 1px solid #8c826b;
    background: #fff;
    
}
#right-column .block h2 {
	font-size: 1.2em;
	text-transform : uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#right-column .blog .post {
	border-top: 1px dotted #afa38b;
	text-transform : uppercase;
	padding: .5em 0 .5em 0;
}
#right-column .blog .post h3
{ 
    
    background: url(/icons/bullet_black.png) no-repeat left 2px;
    border-bottom: none;
    padding: 0 0 1px 24px;
    margin: 0;
    font-size: 1em;
}

#right-column .blog .post .date-line
{
    margin: 0;
    padding: 0 0 0 24px;
    color: #877;
    font-size: .8em;
    line-height: 1.1em;
}

/**
 * The following rules provide styling for Indeed.com jobrolls.
 */
.indeed-jobroll {
	float:right;
	margin-left: 1em;
}

.indeed-jobroll.format-120x600 {}
.indeed-jobroll.format-160x600 {}
.indeed-jobroll.format-300x250 {}
.indeed-jobroll.format-120x600 {}
.indeed-jobroll.format-728x90 {}