@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg10.jpg);
	background-repeat:repeat-x;
	font-family: 'Arimo', Verdana, Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
}
#container {
	position:relative;
	width:920px;
	margin: 0 auto;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */ 
	top: -10px;
	/* IE top margin trick*/
	padding-top: 5px;
	margin-top: -5px;
}

/* Top of each page */
#header {
	position:relative;
	width:900px;
	height:130px;
	float: left;
	background-image: url(../images/banner2011.png);
	text-align:left;
}
#hor_menu {
	position:relative;
	width:900px;
	height:32px;
	float: left;
	background-image: url(../images/hor_menubg.png);
	background-repeat: no-repeat;
	z-index: 1001;
}
#apply{
	position:absolute;
	left:680px;
	color:#FFF;
	width:200px;
	height:60px;
	font-size:10px;
	z-index:1;
	top: 10px;
}
#directory{
	position:absolute;
	padding-right: 10px;
	left: 500px;
	top:80px;
	width: 380px;
	text-align:right;
	color: #FFFFFF;
	font-family: "Trebuchet", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchBox {
	width: 150px;
	height:30px;
	padding: 0 0 0 10px;
	color: #989083;
	line-height: 19px;
	font-size: 130%;
	background:none;
	border:none;
}
#degrees {
	position:absolute;
	left:190px;
	color:#FFF;
	width:200px;
	height:20px;
	font-size:10px;
	z-index:1;
	top: 100px;
	display:none;
}
/*Main Containers */
#leftcontent {
	position:relative;
	width:160px;
	float: left;
	background-color: #009d57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: thick solid #000;
	z-index: 1000;
	height: 800px;
}
#maincontent{
	float: left;
	position: relative;
	width: 920px;
	top: 10px;
}
#main_left {
	position:relative;
	width:590px;
	margin-right:10px;
	z-index:1;
	float: left;
	padding: 10px 10px 20px 20px;
	background-color: #FFFFFF;
	min-height:790px;
	text-align:left;
}
* html div#main_left { 
   height: expression( this.scrollHeight < 791 ? "790px" : "auto" ); /* sets min-height for IE */
}
			#main_left_left {
	position:relative;
	width:360px;
	height:100%;
	z-index:1;
	float: left;
	padding-right:20px;
			}
			#main_left_right {
	position:relative;
	width:200px;
	z-index:1;
	float: left;
			}
			
#main_right {
	position:relative;
	width:286px;
	z-index:2;
	float: left;
	padding-top: 5px;
	background:url(../images/sublinks_bg.png) repeat-y;
}
/* Use this item for anything needed below black link box */
#additional_items{
	position:relative;
	width:280px;;
	height:200px;
	float:left;
	}
	/* End Item*/

#OL {
	position:relative;
	width:160px;
	height:120px;
	background-repeat: repeat;
	top: 20px;
	}
#news {
	position:relative;
	width:295px;
	height:390px;
	background-color: #009D57;
	float:left;
	border-left: thick solid #000;
	padding-left: 10px;
	}
#extralinks {
	position:relative;
	width:100%;
	z-index:1000;
	float: left;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#sublinks{
	font-size:12px;
	text-align:left;
	margin-right: 10px;
	
}
#footer {clear: both; 
height: 240px;
color:#FFF;
background: #000;
padding-top: 20px;
font-size:10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
bottom:0; 
width:900px;
position:relative;
float:left;
top: 30px;

	
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; }

#footer_nav {
width: 840px;
margin:0 auto;
text-align:left;
padding: 15px 0;
overflow:hidden;
background:#000 url(../images/logo_footer.jpg) no-repeat 20px 20px;
}

#ftext{padding:10px; width:220px; top: 160px; float:left; position:relative; text-align:center;
}
#footer a:link{color: #FFF; text-decoration:none;}
#footer a:visited{color:#999;text-decoration:none;}
#footer a:hover{color:#fac632;}
#links-base {
	float:left;
	left:240px;
	padding-left:10px;
	padding-top:20px;
	width:110px;
	margin:0;
	border-left: 1px solid #999;
}
#links-base .link {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	padding:0 0 12px;
	margin:0;
	line-height:10px;
}
#links-pages {
	float:left;	
	padding-top:20px;
	margin:0;
}

#links-pages .link {
	font-size:10px;
	text-transform:uppercase;
	padding:0 0 12px;
	margin:0;
	line-height:10px;
}
#links-pages a:link{
	color:#CCC;
}
#links-pages a:visited{
	color:#CCC;
}
#links-pages a:hover{
	color:#fac632;
}
#fconnected {
	float:left;	
	width: 200px;
	padding-top:20px;
	text-align:right;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}
#fconnected .row{
	float:left;
	width:100%;
	padding:4px;
	font-size:16px;
}
#fconnected img{
	border:0;
	padding:0;
}
/*End*/

#optional{
	width:480px;
	text-align:left;
	clear:both;
}

#buttons{
	position:absolute;
	left:420px;
	width:180px;
	z-index:1;
	padding-top: 4px;
}
/*Admissions Student Blocks*/
.admissions{
	height:100%;
	width:100%;
	border-bottom:solid thin #CCC;
}
.admissions_last{
	border:none;
}
/* Text Styles */
table{
	font-size:12px;
}
.style1 {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style2 {
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {font-size: 10px}
.style4 {
	font-size: 12px;
	color: #0060A9;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #009D57;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-x;
}
.style6 {
	font-size:14px;
	color: #009D57
	}
.style9 {
	font-size: 12px;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, san-serif;
}
.style10 {
	background-image:url(http://www.canton.edu/alumni/images/media_box.jpg);
	background-repeat:no-repeat;
	display:block;
	width:230px;
	height:250px;
	padding-top:36px;
	padding-left:16px;
	}
.style21 {
	color:#F00;
	}
.style22{
	color: #000;
	border-bottom:thin solid #8fc644;
	font-size:24px;
	font-weight:400;
	margin-bottom: 5px;
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:32px;
	color: #0060A9;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	}
h2 {
	font-size: 18px; 
	color: #0060A9;
	}

h3 {
	color:#000;
	border-bottom:thin solid #999;
	font-size:18px;
	font-weight:400;
	margin-bottom:2px;
}

h4 {
	font-size: 16px;
	font-weight:600;
	margin-bottom:0;
	}
	
h5 {
	color: #0060A9;
	border-bottom:thin solid #999;
	font-size:18px;
	font-weight:400;
	margin-bottom:2px;

	}
h5 a:hover {
	text-decoration: none;
}
h6{
	display:block;
	background-color:#0060A9;
	color:#FFFFFF;
	font-size:16px;
	padding:6px;
	margin-bottom: 5px;

}
h10{
	color:#FF0000;
	font-size: 14px;
	font-weight:400;
	
	}
p {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.quote {
	font-size: 18px;
	color: #009D57;
	font-style: italic;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:20px;
}
.quote_credit{
	font-size: 12px;
	color:#000000;
	font-style: italic;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
.subtitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.subtitle_blue {
	font-size: 18px; 
	color: #0060A9; 
}
.title{
	font-size:28px;
	color: #0060A9;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	
}
.keylinksbar{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul li{
	padding-bottom:4px;
}

ol li{
	padding-bottom:8px;
	}

.paragraph ul {
	margin:0;
 	padding-left:16px;
	list-style-image:url(../images/logo_sm.gif);
}

.degrees ul {
	margin:0;
	font-size:16px;
	list-style-image:url(../images/logo_sm.gif);
}
.degrees li{
	font-size:14px;
}

.ul_black{
	list-style-image:url(../SpryAssets/SpryMenuBarRight.gif);
}
.ul li {
	margin: 0px;
 	padding: 0px;
	list-style-position:inside;
	line-height:14px;
}
#main_left ul {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#main_left ol {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#sublinks ul {
	margin-top:0;
	margin-left:0;
	padding-left: 24px;
}	
	
#sublinks li {
	line-height:16px;
	list-style:square;
	color:#0060A9;
}
#sublinks .active{
	line-height:16px;
	list-style:none;
	background-color:#F00;
	width:50%;
}
/* PROGRAMS */
#program{
	width:590px;
	float:left;
	position:relative;
	margin-bottom:8px;
	clear:both;
}
#photo{
	width:270px;
	float:left;
	position:relative;

}
#program-content{
	width:320px;
	float:left;
	position:relative;
 }

 #program .title{
	  color:#FFF;
	  width:300px;
	  padding:10px;
	  margin:0px;
	  font-size:16px;
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight:600;
	  background:url(../images/header-bg3.jpg) no-repeat;
 }
 #prog-text{
	  width:274px;
	  padding:10px;
	  margin-bottom:0px;
	  background:url(../images/office_bg.jpg) repeat-x;
	  border: 1px solid #CCC;
	  -webkit-border-top-left-radius: 0px; /* Safari prototype */
	  -webkit-border-top-right-radius: 8px;
	  -webkit-border-bottom-left-radius: 8px;
	  -webkit-border-bottom-right-radius: 8px;
	  -moz-border-radius-topleft: 0px; /* Gecko browsers */
	  -moz-border-radius-topright: 8px;
	  -moz-border-radius-bottomleft: 8px;
	  -moz-border-radius-bottomright: 8px;
	  border-radius: 8px; /* Everything else - limited support at the moment */
	  border-top-left-radius: 0px;
}
#program ul{
	margin:0px;
	padding-left:16px;
	list-style:square;
}

#online{
	width:270px;
	height:40px;
	margin-top:2px;
	padding-left:42px;
	padding-top:8px;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	background:url(../images/header-ol.jpg) no-repeat;
}
/* Program Description Tables */
#program table{
	border-collapse:collapse;
	background-color: #faedd4;
	border: 1px solid #cfb077;
	width:100%;
	
}
#program td{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align:top;
	border: 1px solid #cfb077;
}
/* End PROGRAMS */

/* Boxes with bottom border */
#borderbox {
	width:580px;
	border-top:thin;
	border-top-color:#999999;
	border-top-style:solid;
}

/*Course Highlights*/
.highlights{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 190px;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/office_bg.jpg);
	background-repeat: repeat-x;
	display:block;
}
.highlights2{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: thin solid #cfb077;
	padding: 10px;
	background: url(../images/office_bg.jpg) #d9d9d9 repeat-x;
	display:block;
}
.highlights3{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: thin solid #dedede;
	padding: 10px;
	background: url(../images/office_bg.jpg) #d9d9d9 repeat-x;
	display:block;
}
.instructor{
	font-size: 12px;
	background-color: #f1dfbd;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	}
.instructor2{
	font-size: 12px;
	background-color: #abd7a4;
	border: 1px solid #009D57;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	}
.important{
	font-size: 12px;
	background-image:url(../images/important.png);
	background-repeat:no-repeat;
	background-color: #f1dfbd;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
/*end*/

/* Link Styles */
a:link {
	color: #0060A9;
	text-decoration: none;
}
a:visited {
	color: #0060A9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.blue:link {
	color: #0060A9;
	}
a.blue:hover {
	text-decoration: underline;
}
a.blue:visited {
	color: #0060A9;
}
a.black:link{
	color:#000000;
}
a.black:hover {
	text-decoration:underline;
	}
a.black:visited{
	color:#000000;
	}
#header a:link {
	color:#FFF;
}
#header a:visited {
	color:#FFF;
}
#header a:hover {
	color:#FFF;
}
#main_left a:link {
	color:#0060A9;
}
#main_left a:visited {
	color:#0060A9;
	}
#additional_items a{
	color:#0060A9;
}

/* end links */
	
/* Boxes with bottom border */
#borderbox {
	width:480px;
	border-top:thin;
	border-top-color:#999999;
	border-top-style:solid;
}

/*Info Boxes */
#info_container{
	height:540px;
	width:600px;
	position:relative;
	float:left;
}

#info_box{
	position:relative;
	float:left;
	left:40px;
	margin-top:20px;
	margin-left:30px;
	width:200px;
	height:230px;
	border:thin solid #999;
}
#info_box2{
	position:relative;
	float:left;
	width:200px;
	height:240px;

}
#info_box h1{
	background-color:#CCC;
	background-image:url(../images/info_boxh1.jpg);
	margin:0;
	font-size:15px;
	color:#FFF;
	padding:4px;
}
#info_box2  h1{
	background-color:#CCC;
	background-image:url(../images/info_boxh1.jpg);
	margin:0;
	font-size:15px;
	color:#FFF;
	padding:4px;
}
#info_box2 h2{
	background-color:#0060a9;
	background-image:url(../images/info_boxh2.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:40px;
	margin:0;
	font-size:15px;
	color:#FFF;
	padding:4px;
}

#info_box2  h4{
	font-size:12px;
	color:#000;
	padding-left: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#info_box p{
	font-size:10px;
	padding:4px;
}
#info_box2 p{
	font-size:10px;
	padding:4px;
}

#info_box img {
	border-top: solid thin #ccc;
	border-bottom: solid thin #ccc;
}

#info_box a img {
	border:none;
	padding-top:2px;
	padding-left:6px;
}

/*Columns*/
#column{
	position:relative;
	float:left;
	width:280px;
	padding-right:14px;
}


/* Faculty table */

#fac_table {
	width:600px;
	height:100%;
	float:left;
	position:relative;
}
#fac_photo {
	width:160px;
	height: 320px;
	position:relative;
	float:left;
}
#fac_text {
	position:relative;
	float:right;
	width:420px;
	padding-right:10px;
}

/* end */

/* Office Info */
.office{
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	border: thin solid #009D57;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/office_bg.jpg) repeat-x;
	display:block;
}
.office2{
	font-size: 12px;
	width: 245px;
	border: 2px solid #cfb077;
	padding: 10px;
	background: url(../images/office_bg.jpg) repeat-x;
}
/* end */
/*Course Highlights*/
.highlights{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 190px;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/office_bg.jpg);
	background-repeat: repeat-x;
	display:block;
}
.highlights2{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/office_bg.jpg);
	background-color:#d9d9d9;
	background-repeat: repeat-x;
	display:block;
}
.instructor{
	font-size: 12px;
	background-color: #f1dfbd;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	}
.instructor2{
	font-size: 12px;
	background-color: #abd7a4;
	border: 1px solid #009D57;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	}
.important{
	font-size: 12px;
	background-image:url(../images/important.png);
	background-repeat:no-repeat;
	background-color: #f1dfbd;
	border: thin solid #cfb077;
	padding-right: 10px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
/*end*/
/*Form Background */
#form {
	position:relative;
	width:530px;
	background-color: #DDD;
	border:solid #aaa 1px;
	float: left;
	left: 10px;
	padding-top:30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:10px;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */ 
}
	#form_body{
	padding-right: 10px;
	padding-left: 10px;
	
}
/* end */
/* group Table */

.table {
	font-size: 11px;
}

.head {
	display: block;
	height: 30px;
	font-size: 14px;
	color: #069;
	padding-top: 15px;
}

.head .datehead {
	float: left;
	width: 125px;
}

.head .descriptionhead {
	float: left;
	width: 160px;
}

.head .otherhead {
	float: left;
}

.table .bar {
	display: block;
	padding-top: 4px;
	background-color: #f1dfbd;
	margin-bottom: 5px;
	border: 1px solid #cfb077;
	padding-left: 5px;
	padding-bottom: 16px;
}
.table .bar2{
	display: block;
	padding-top: 4px;
	background-color: #abd7a4;
	margin-bottom: 5px;
	border: 1px solid #009D57;
	padding-left: 5px;
	padding-bottom: 16px;
}

.table .dates {
	float: left;
	width: 120px;
}

.table .description {
	float: left;
	width: 160px;
}

.table .other {
	float: left;
}



/* end */


/* Date blocks for Upcoming Events */
.date {
	text-align: center;
	width: 40px;
	font-family: Arial;
	color: #FFFFFF;
	float: left;
	position: relative;
	background-image: url(../images/date.jpg);
}

.day {
	font-size: 18px;
	position: relative;
}
.month {
	font-size: 10px;
}
/* end */
td img {display: block;}
.clear {
  clear: both;
  height: 0;
}
/* Course Listings */
#courses{
	width: 300px;
	float: left;
	position:relative;
}
#course_arrows{
	width:50px;
	height:48px;
	padding-top:2px;
	float: left;
	position:relative;
}
#semester{
	width:240px;
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:6px;
	float: left;
	position:relative;
	font-size:18px;
	color: #0060A9;
}
#semester .style1{
	color:#000;
}

