
@media screen {
	body {
		font-size: .8em;
		background: #f4f2db;
	}
	#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: #FF7700;
		font-family: arial, helvetica, sans-serif;
		margin-bottom: 1em;
	}
	h1 {
		font-size: 200%;
	}
	h2 {
		font-size: 2em;
		letter-spacing: -1px;
	}
	#<td> h3 a:hover { text-decoration: none; }
	h3 {
		font-size: 150%;
		color: #FF7700;
	}
	h4 {
		font-weight: bold;
		color: #332f29;
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	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: 87px;
		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 {
		z-index: 0;
		position: relative;
		background: url(img/page-content-bg.png) repeat-y left center;
		font: 1.1em/1 Verdana,sans-serif;
		line-height: 1.8em;
		color: #1C1612;
		padding-top: 3em;
		padding-bottom: 2em;
	}
	#page-content a {
		text-decoration: none;
	}
	#page-content a:hover {
		text-decoration: underline;
	}
	#page-footer { position: relative; z-index: 20; font-family: verdana, arial, helvetica, sans-serif; background: #0c0a08; margin: 0; padding-top: 40px; color: #fff; box-shadow: 0px -3px 6px rgba(50, 50, 50, 0.75); }
	#page-footer h3 { border-bottom: none; color: #fff; font-size: 2em; }
	#page-footer .navigation { border-top: 1px dotted #232323; }
	#page-footer .navigation > li:hover { background-color: #fff; }
	#page-footer .navigation li:hover a { color: #000; }
	#page-footer .navigation li { background: url(/icons/bullet_orange.png) no-repeat left center; padding: 15px 0 15px 24px; border-bottom: 1px dotted #232323; font-size: .8em; }
	
	#page-footer .navigation a { color: #fff; text-decoration: none; }
	
	#page-footer .navigation .title { letter-spacing: 2px; display: block; }
	#page-footer .navigation .desc { display: none; letter-spacing: 1px; }
	
	#page-footer .nda { line-height: 1.4em; font-size: .8em; color: #C2BAB3; }
	
	#page-footer .copyright { margin-bottom: 0; }
	
	#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 Navigation
	 * 
	 * Breadcrumbs display as a 
	 */
	#breadcrumb-nav { position: relative; z-index: 100; background: #fff9ed url("img/breadcrumb-bg.png") repeat-x top left; padding-top: 2px; padding-bottom: 5px; height: 25px; box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75); border-top: 1px solid #494949; border-bottom: 1px solid #494949; }
	#breadcrumb-nav ul { border-radius: 4px; border: 1px solid #565F8E; background: url(img/breadcrumb-ul-bg.png) repeat-x center left; height: 2.1em; }
	#breadcrumb-nav li { float: left; height: 100%; line-height: 2.1em; margin: 0 8px 0 0; padding-right: 16px; background: url(img/breadcrumb-sep.png) no-repeat center right; }
	#breadcrumb-nav li a.home-link { display: block; float: left; width: 30px; text-indent: -3000px; background: url(img/breadcrumb-home-icon.png) no-repeat center center; }
	#breadcrumb-nav a { color: #434A6E; text-decoration: none; }
	#breadcrumb-nav a:hover { text-decoration: underline; }
	
	.info-box {
	
	   
	}
	
	/* Customizations to accordion widget */
	.accordion .ui-accordion-header { font-size: 12px; font-weight: bold; padding: 5px 0 5px 24px; }
	
	/*
	 * Customizations for Nivo Slider plug-in
	 */
	.nivoSlider {
    	position:relative;
    	width:700px; /* Change this to your images width */
    	height:300px; /* Change this to your images height */
    	background:url(/js/jquery/plugins/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
	}
	
	.nivoSlider img {
    	position:absolute;
    	top:0px;
    	left:0px;
    	height: 300px;
    	width: 700px;
    	display:none;
	}
	
	.nivoSlider a {
    	border:0;
    	display:block;
	}
	
	.shareThis { 
		margin-top: 40px;
	}
	.shareThis h3 { color: #222; }
}  /* Ends @media rule */

.fl, .fr {
	box-shadow: 0 0 5px 5px #bbb;
}

.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 {
	margin-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: 1.5em;
}

#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 .objective,
#page-body table.syllabus tr.total th
 { text-align: left; }
#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 { padding: 0 10px; width: 200px; }
#right-column .block { margin-bottom: 2em; clear: both; }

#right-column .block li.title {
	box-shadow: 0px 0px 5px 5px #333;
	margin: 0 -10px 0 -10px;
	background: url(img/right-column-heading.png) repeat-x left center;
	color: #fff;
	border: 1px solid #525f3a;
	font-size: 15px;
	padding: 4px 10px; 9px 4px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.7);
	margin-bottom: 1em;
}


/**
 * 	Blog Post List Styles
 * 
 * The following rules style a block of blog posts on the right-hand column.
 */
#right-column .block li { font-size: .8em; margin: 0; border-bottom: 1px dotted #97acb0; line-height: 1.5em; padding: .5em 0 .5em 10px; background: url(img/right-column-list-bullet.png) no-repeat left 11px; }
#right-column .block  li:last-child { border-bottom: none; }
#right-column .block li.post a:link { color: #232115; }
#right-column .block li a:visited { color: #525f3a; }

#right-column .social-icons { clear: both; }
#right-column .social-icons li.icon { display: inline; background-image: none; }
#right-column .social-icons li.icon a
{
	margin-bottom: 2em;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -3000px;
	background-position: center center;
	background-repeat: no-repeat;
}
#right-column .social-icons li.fb a { background-image: url(img/FaceBook_48x48.png); }
/**
 * 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 {}

#qc-code-link { position: relative; } 
#qc-code-link .qc-code-box {
	text-align: center;
	box-shadow: 0px 0px 5px 5px #333;
	border: 1px solid #222;
	border-radius: 3px;
	position: absolute;
	width: 275px;
	bottom: -1px;
	padding: 10px;
	background: #fff;
	z-index: 100;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
#qc-code-link .qc-code-box h4 {
	font-size: 2em;
	font-weight: normal;
}
#qc-code-link .qc-code-box ul li a { color: #000; }
#qc-code-link .qc-code-box ul li {
    display: inline;
	color: #000 !important;
	border-bottom: none;
	background: none;
	z-index: 101;
}

