/*redefined styles*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

ul, ol, li, p, h1 {
	margin: 0px;
	padding: 0px;
}

ol, ul, p {padding-bottom: 10px;}

ul li {
	margin-left: 15px;
	padding-bottom: 5px;
}

ol li {
	margin-left: 25px;
	padding-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 20px
}

h2 {
	font-size: 1.6em;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
}

a {color: #3A537C;}

/*form styles*/

input, select, textarea {
	border: 1px solid #C5D0E4;
	background-color: #F5F6FA;
	vertical-align: middle;
}

input.button {
	font-weight: bold;
}

input.enroll {
	color: #3A537C;
	font-weight: bold;
	border: 1px solid #3A537C;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

/*page sections*/

/*total width: 760px;*/

#frame {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-width: 760px;
}

#header {height: 260px;}

#header .logo {
	position: absolute;
	left: 15px;
	top: 5px;
}

#header .logo {display: block;}

#header .banner {
	text-align: right;
	white-space: nowrap;
	height: 105px;
}

#header .title {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 45px 10px 0px 0px;
}

#header .why {padding-right: 10px;}

#header .why a {
	color: #FFFFFF;
	font-size: 11px;
}

#header .nav {
	color: #FFFFFF;
	height: 20px;
	background-color: #7591C0;
}

#header .nav ul {
	position: absolute;
	padding: 1px 0px 0px 0px;
}

#header .nav ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-left: 0px;
	float: left;
}

#header .nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#header .nav .main {width: 760px;}

#header .nav .main li {
	padding-left: 15px;
	background-image: url(../images/nav/divider.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#header .nav .main li.first {
	padding-left: 10px;
	background-image: none;
}

#header .nav .main a {font-weight: bold;}


#header .nav .quicklinks {
	position: absolute;
	right: 20px;
}

#header .nav .quicklinks li {
	padding-left: 15px;
	background-image: url(../images/nav/divider.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#header .nav .quicklinks li.first {
	padding-left: 5px;
	background-image: none;
}

#header .breadcrumb {
	font-size: 0.8em;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 5px;
	border-bottom: 1px dashed #7591C0;
}

#contents {padding: 5px;}

#contents #subnav {
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #7591C0;
	border-bottom: 1px solid #7591C0;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}

#contents #subnav li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-left: 0px;
	float: left;
}

#column {padding-left: 15px;}

#column .title {
	color: #3A537C;
	font-weight: bold;
	position: relative;
	top: 2px;
	padding-left: 12px;
	background-image: url(../images/bullets/arrow_column.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#column .box {
	font-size: 0.9em;
	background-color: #F5F6FA;
	border: 1px dotted #7591C0;
	border-right: none;
	padding: 8px 5px 5px 5px;
	margin-bottom: 20px;
}

#column .special {
	color: #BD0026;
	background-image: url(../images/bullets/star.jpg);
	padding-left: 14px;
}

#column .box .logos {
	text-align: center;
	padding-bottom: 5px;	
}

#column .box .logos img {
	display: block;
	margin-bottom: 5px;
}

#footer {
	color: #7591C0;
	background-color: #C5D0E4;
	padding-top: 1px;
	font-size: 0.9em;
	height: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#footer a {
	color: #7591C0;
	text-decoration: none;
}

/*general styles*/

#contents .box {
	border-bottom: 1px dashed #7591C0;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 15px 2px;
	background-image: url(../images/bullets/arrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#contents .noborder {border: none;}

#contents .pdf {
	padding-left: 20px;
	background-image: url(../images/icons/pdf.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#contents .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

#contents h3 .more {color: #000000;}

#contents .grayed {
	background-color: #CCCCCC;
}

/*specific styles*/

/*course*/

h3.course {color: #BD0026;}
h3.pending {color: #666666;}

#course h2 {color: #BD0026;}
#course h3 {color: #BD0026;}


#course h3 a {
	color: #BD0026;
	text-decoration: none;
}

#course .box {background-image: none;}

#course .special {background-image: url(../images/bullets/arrow_course.jpg);}

#course input {
	font-size: 1.1em;
	color: #BD0026;
	font-weight: bold;
	border-color: #BD0026;
	background-color: #FFFFFF;
	margin-left: 15px;
}

/*intro*/

#intro {margin-bottom: 20px;}

#intro .cell {border: 1px solid #7591C0;}

#intro .title {
	padding: 2px 2px 2px 4px;
	background-color: #416496;
}

#intro .title a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#intro .image {
	text-align: center;
	background-color: #C5D0E4;
}

#intro .text {
	padding: 4px;
	height: 90px;
}

