/*
 *  generic primary stylesheet
 *  CS:JD  2007-04-12
 */

/* normalize basic styles */
* { margin: 0; padding: 0; }
h1,h2,h3 { margin: 1em 0 0.6em 0; }
h4,h5,h6,ul,ol,dl,li,dt,dd,pre,p,form { margin: 0.8em 0; }
ul, ol { padding-left: 2em; }
pre { font: 100% "Courier New", Courier, monospace; }

h1 { font-size: 145%; }
h2 { font-size: 126%; text-transform: uppercase; }
h3 { font-size: 110%; text-transform: uppercase; }
h4, h5, h6 { font-size: 100%; }

body { font: 11px/1.6 Helvetica, Arial, sans-serif; color: #555; }
a { color: #000; }
a:hover { color: #e00120; }
a img { border: none; }
.menu { padding-left: 0; list-style: none; }

fieldset { border: none; padding: 0.5em 0; }
.formfield { margin: 1em 0; }
select, textarea, input.text { 
  color: #333;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #fff; 
  border: 1px solid #cacaca; 
}

option {
}

textarea:focus, input.text:focus, select:focus {
}

input.text[disabled] {
}

.jump a, a.jump {
  color: #004467;
  text-decoration: none;
}
.jump a:hover, a.jump:hover {
  text-decoration: underline;
}

.error { color: #a44; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; }
.error li { margin: 3px 0; }
.error label { font-weight: bold; }


/* page layout */
html, body {  }
body {
  background: #fff;
}
#page {
  width: 764px;
	margin: 0 auto;
}
#top-links {
  overflow: hidden;
}
#logo {
  float: left;
	width: 340px;
	margin: 28px 0 0 16px;
}
#top-links ul {
  float:right;
	width: 40%;
	list-style: none;
	text-align: right;
	padding-right: 20px;
}
#mail-me-info a { color: #7f7f7f; }
#continuing-education { display: inline; margin-right: 16px; }
#online-degree { display: inline; }

.banner {
  height: 246px;
	position: relative;
}
#p-index .banner { background: url(../images/banner-home.jpg) no-repeat; }
#p-online_degree .banner { background: url(../images/banner-online_degree.jpg) no-repeat; }
#p-continuing_education .banner { background: url(../images/banner-continuing_education.jpg) no-repeat; }

#free-info {
  position: absolute;
}
#p-index #free-info { top: 166px; left: 623px; }
#p-continuing_education #free-info { top: 152px; left: 619px; }
#p-online_degree #free-info { top: 171px; left: 616px; }

#main {
	overflow: hidden;
  background: url(../images/bkg-main-repeat.gif) repeat-y top left;
}

#sidebar {
  width: 255px;
	min-height: 460px;
	float: left;
	border-left: 1px solid #fff;
	padding: 4px 0 1px 0;
	background: #f2f2f2;
}
#sidebar h2 {
  font-size: 110%;
	color: #222;
}
#sidebar h2,
#sidebar .menu {
	margin-left: 26px;
	margin-right: 26px;
}
#sidebar .menu {
  margin-bottom: 2.6em;
}
#sidebar .menu li {
  margin: 0;
}
#sidebar .menu a {
  text-decoration: none;
}
#content {
  width: 470px;
	float: right;
}
#content h2, #content h3 {
  color: #e00120;
	margin-bottom: 0.2em;
}
#content h2 {
  letter-spacing: -0.03em;
}
#content ul {
  margin: 0.2em 0 1em;
  padding-left: 1em;
}
#content li {
  margin: 0 0 0 1.5em;
	text-indent: -0.4em;
}
#content p {
  width: 345px;
}

#sidebar .feature {
  padding: 16px 0px 16px 91px;
  background: 14px 10px no-repeat #dadada;
	margin-bottom: 5px;
	line-height: 1.2;
}
#sidebar #intro-feature { background-image: url(../images/bkg-intro_online_feature.jpg); }
#sidebar #showcase-feature { background-image: url(../images/bkg-showcase_feature.jpg); }

#sidebar .feature h3 {
  font-size: 100%;
	color: #2f2d2d;
	margin: 0;
	line-height: 1;
}
#sidebar .feature p {
  margin: 0.6em 0 0;
}
