@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2a2828;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/layout/backgradient.jpg);
	background-repeat: repeat-x;
}
p, li, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
img {
	border:0;
}
h1 {
	font-family: "Lucida Handwriting", "Trebuchet MS", sans-serif;
	font-size: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 100%;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
}
a, a:link, a:visited {
	color: #663398;
}
a:hover {
	background-color: #FFF;
}
#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2a2828;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e1d3f6;
	background-image: url(../images/layout/contentbkgd.jpg);
	background-repeat: no-repeat;
	background-position: 46px 127px;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
} 
#header {
	height: 128px;
	margin: 0px;
	padding: 0;
	position: relative;
} 
#slogan {
	font-family: "Lucida Handwriting", "Trebuchet MS", sans-serif;
	position: absolute;
	z-index: 200;
	text-align: center;
	width: 350px;
	top: 30px;
	right: 0px;
	font-size: 90%;
}
#sidebar {
	position: absolute;
	top: 65px;
	right: 75px;
	z-index: 200;
	width: 179px;
	height: 155px;
}

/* Begin of Sidelinks Navigation */

#sidelinks {
	float: left;
	width: 152px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 46px;
	height: 397px;
	position: relative;
}
#sidelinks ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#sidelinks a {
	display: block;
	padding: 10px;
	width: 158px;
	background-color: none;
}
#sidelinks a:link, #sidelinks #navlist a:visited {
	color: #222e23;
	text-decoration: none;
}
#sidelinks a:hover {
	background-color: #FFF;
    /* for IE */
    filter:alpha(opacity=40);
    /* CSS3 standard */
    opacity:0.4;
	color: #000;
	font-weight: bold;
}
#sidelinks a#current {
	background-color: #FFF;
	/* for IE */
    filter:alpha(opacity=40);
	/* CSS3 standard */
    opacity:0.4;
	color: #000000;
}
body#schoolinfo li#schoolinfo a, body#ceu li#ceu a, body#contactus li#contactus a, body#faculty li#faculty a, body#studentclinic li#studentclinic a, body#events li#events a, body#catalog li#schoolinfo a, body#finances li#schoolinfo a, body#application li#schoolinfo a, body#curriculum li#schoolinfo a, body#map li#contactus a, body#email li#contactus a, body#ceu_descriptions li#ceu a {
	background-color: #FFF;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
	color: #000000;
	font-weight: bold;
}

/* End of Sidelinks Navigation */

#tagline {
	text-align: left;
	position: relative;
	margin-left: 225px;
}

/* Begin Top Link Navigation */

#toplinks {
	width: 515px;
	text-align: left;
	background-color: #FFF;
	/* for IE */
    filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
	position: relative;
	font-size: 90%;
	overflow:hidden;
	margin-bottom: 1em;
}
#toplinksoff {
	width: 515px;
	text-align: left;
	position: relative;
	font-size: 90%;
	height: 32px;
}
#toplinks ul {
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
#toplinks ul li {
	display: inline;
	margin-left: -4px;
}
#toplinks ul li a {
	padding: 2px 10px 2px 10px;
	color: #2a2828;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #e1d3f6;
}
#toplinks ul li a:hover, #toplinks ul li a#current {
	background-color: #e1d3f6;
	color: #000000;
}
body#catalog li#catalog a, body#finances li#finances a, body#application li#application a, body#curriculum li#curriculum a, body#map li#map a, body#email li#email a, body#contactus li#overview a, body#schoolinfo li#overview a, body#ceu_descriptions li#ceu_descriptions a, body#ceu li#ceu_overview a {
	background-color: #e1d3f6;
	color: #000000;
}

/* End Top Link Navigation */

#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 645px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
} 
#content p {
	margin: 0px;
}

/* BEGIN Special Home Page Settings for Narrow Viewer */ 

#home #tagline {
	text-align: left;
	position: relative;
	margin-left: 452px;
}
#home #container {
	background-image: url(../images/layout/contentbkgdhome.jpg);
}
#home #content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 295px;
	width: 370px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
} 
#home #content p {
	margin: 0px;
}

/* END Special Home Page Settings for Narrow Viewer */ 

#footer {
	padding: 0 70px 0 70px;
	position: relative;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* BEGIN contact us form - formatting */
div.row {
  	clear: both;
  	padding-top: 5px;
}

div.row span.label {
  	float: left;
  	width: 100px;
  	text-align: right;
}

div.row span.formw {
  	float: right;
  	width: 335px;
  	text-align: left;
} 
/* END contact us form - formatting */
.coursetable tr {
}
.ecmsform {
	width: 450px;
	text-align: left;
}

.coursetable td {
	margin: 0px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.coursetable td.subcourse {
	padding-left: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.coursetable tr.maintitle {
	font-weight: bold;
}
.coursetable tr.maintitle td {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#smalltext {
	font-size: 80%;
}
#administration {
	font-size: 80%;
	text-align: right;
}
#administration a {
	color:#99F;
}
#live {
	color: #F00;
	font-size: 80%;
}
