margin: 0;
	text-align: justify;








#header .section ul li.selected a {
	background: url(https://nkos.slis.kent.edu/images/bg-nav-left-selected.gif) no-repeat top left;
}
#header .article {
	background: #fff;
	margin: 20px auto 20px;
	overflow: hidden;
	padding: 10px;
	width: 1045px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: .9;
}

#header .article img {
	display: block;
	float: left;
	margin:  0 20px 0 0;
	padding: 0px; 
	background-color: #050505;
}
#header .logo img {
	line-height: 0;
}














/* BEGIN HORIZONTAL DROP-MENU */
#navbar{
	display: block;
	z-index: 1;
	position:relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
}

#navbar li {
	list-style: none;
	font-size: 10pt;
	float: right;
	text-align:center;
}

/**top level menu**/
#navbar li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 10em; /* adjust as needed or use auto */
	padding: 10px;

	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;

	border-top: 0px solid #AAA;
	border-right: 0px solid #AAA;
	border-bottom: 0px solid #AAA;
	background: rgb(255, 255, 255) transparent;
/* nice browsers */
	background: rgba(255, 255, 255, 0.1);
	font-weight:400;
	line-height: 2em;
}


/**add left border to first item**/
#navbar li a.first {border-left: 1px solid #AAA;}


/**top menu style on mouse over**/
#navbar li a:hover {
	background: rgb(255, 255, 255) transparent;
	/* nice browsers */
	background: rgba(255, 255, 255, 0.4);
	color: #FFC000;
	font-size: 10pt;
}

/**sub-menu**/
#navbar li ul {
	display: none;
	background-color: rgb(0, 51, 102) transparent;
/* nice browsers */
	background: rgba(0, 51, 102, 0.95);
	text-align:center;
	margin:0;
	padding:0 1em;
}



/**sub-menu, help for IE6 JavaScript**/
#navbar li:hover ul, 
#navbar li.hover ul {
	display: block;
	position: absolute;
	padding: 0;
}

#navbar li:hover li, 
#navbar li.hover li {
	float: none;
}

/**drop-menu style**/
#navbar li:hover li a, 
#navbar li.hover li a {
	background-color:  rgb(255, 255, 255) transparent;
/* nice browsers */
	background: rgba(255, 255, 255, 0.1);;
	border-bottom: 0px solid #FFF;
	color: #DCE3FF;
	width: 10em; /* adjust width as needed or use auto */
}

/**drop-menu style on mouse over**/
#navbar li li a:hover {
	background-color:  rgb(255, 255, 255) transparent;
/* nice browsers */
	background: rgba(255, 255, 255, 0.4);
color: #FFFFFF;
}
/**end Horizontal drop-menus**/

/**clear menu floats after ul**/
.clearing {clear:both; height: 1px; visibility: hidden;}



/**speration**/
#main-wrapper {
    100%;
    background: #0C3463;
	line-height: 0;
}
#fixed-width {
    width:450px;
    float:left;
	line-height: 0;
}
#rest-of-space {
    margin-left:450px;
        /* May have to increase depending on borders and margin of the fixd width div*/
    background: #0C3463;
	padding-top: 18px;
	margin-right: 5px;
}





















body {
	line-height: 1;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(https://nkos.slis.kent.edu/images/grey.jpg);
	background-color: #FFFFFF;
}


#body {
	margin: 0 auto;
	min-height: 0px;
	padding: 20px 0 20px;
	width: 1100px;
}
#body > ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body > ul li {
	float: left;
	list-style: none;
	margin: 0 20px;
	padding: 12px;
	width: 210px;
	background-color: #FFFFFF;
	opacity: .9;
}
#body > ul li > a:hover {
	opacity: 0.9;
}
#body > ul li > a img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#body > ul li b {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px;
	text-transform: capitalize;
	padding-bottom: 5px;
}
#body > ul li p {
	color: #464646;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}



















h1 {
	z-index: 1;
	color:#ffffff;
	text-align: center;
	background: center;
	background-color: #2bafed;
	opacity: .9;
	padding: 15px;
	font-size:36pt;
	font-weight:400;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

h2 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: center;
	background-color: #0C3463;
	padding: 15px;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

h3 {
	color: #0C2E63;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:17pt;
	font-weight:600;		
}

h4 {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12pt;
	padding: 20px 20px 20px 20px;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	margin: 5px auto 5px;
}

h5 {
	color: #3F6EA3;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18pt;
	font-weight: 1000;
	text-align: center;
	margin: 30px auto 30px;
	padding: 0px 20px; 
}

h6 {
	color: #C99;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	font-weight:550;
	text-align: left;
	margin: 5px auto 5px;
	padding: 0px 20px;
}

h7 {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12pt;
	padding: 20px 20px 20px 20px;
	line-height: 2;
	font-weight: normal;
	font-style: normal;
	background-color:#FFFFFF;
	opacity: 10;
}

h8 {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}







a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399cc;
}
a:hover {
	text-decoration: underline;
	color: #FFAF00;
}
a:active {
	text-decoration: none;
	color: #3F6EA3;
	font-size: 16px;
}























.boxed {
	/* default fallback */
background: rgb(255, 255, 255) transparent;
/* nice browsers */
background: rgba(255, 255, 255, 0.8);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	border: 20px solid;
	border-left-width: 60px;
	border-right-width: 60px;
	padding: 20px;
	border-color: #DCDCDC;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
}






.boxed2 {
	/* default fallback */
	background: rgb(50, 130, 228) transparent;
	/* nice browsers */
	background: rgba(50, 130, 228, 0.3);
	/* IE 6/7 */
	filter:			progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	border: 0px solid;
	border-color: #0C2E63;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	
}
