/* CSS Document */

/* General Style */
body {
	margin: 0 auto;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: url(/images/bgr-grey.jpg);
}

p, div {line-height: 1.20em;}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}


/* Branding */
#branding {
	background: #b31b1b;
	width: 890px;
	height: 90px;
}

#branding img {
	float: left;
}

#branding ul {
	list-style: none;
	float: right;
	margin: 10px 10px 0 0;
}

#branding li {
	font-size: 80%;
	margin-bottom: 5px;
	text-align: right;
	color: white;
}

#branding a {
	text-decoration: none;
	color: white;
}

#branding a:hover {
	text-decoration: underline;
	color: white;
}


/* Main Navigation */
#main-navigation {
	width: 100%;
	height: 25px;
	background: #999;
	padding-top: 6px;
}

#main-navigation ul {
	margin: 0 auto;
	list-style: none;
}

#main-navigation li {
	display: inline;
	margin: 0 43px;
	width: 20px;
	color: white;
	font-weight: bold;
}

#main-navigation a {
	color: white;
	text-decoration: none;
}

#main-navigation a:hover {
	color: white;
	text-decoration: none;
}

/* Secondary Navigation */
#secondary-navigation {
	width: 100%;
	height: 25px;
	background: #ccc;
	padding-top: 3px;
	border-top: 1px solid #666;
}

#secondary-navigation ul {
	margin: 0 auto;
	list-style: none;
}

#secondary-navigation li {
	display: inline;
	margin: 0 37px;
	width: 20px;
	color: #666;
	font-weight: bold;
	font-size: 90%;
}

#secondary-navigation a {
	color: white;
	text-decoration: none;
}

#secondary-navigation a:hover {
	color: white;
	text-decoration: underline;
}

/* Content */
#content {
	overflow: hidden;
	padding: 10px 5px;
	background: white;
	font-size: 15px;
}

#content h2 {
	color: #039;
	font-size: 170%;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

#content h3 {
	color: #069;
	margin: 30px 0 10px 0;
	font-size: 130%;
	font-weight: bold;
}

#content h4 {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
}

/* Footnotes */
ol#footnotes {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 80%;
}

/* Home Page */
#home-slideshow {
	border: 1px solid black;
	width: 500px;
	height: 300px;
	float: left;
	margin-bottom: 30px;
}

#home-moniker {
	float: right;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	width: 370px;
	height: 140px;
	line-height: 1.5em;
	font-size: 150%;
	border: 1px solid #999;
}

#home-moniker span.first-letter {
	font-size: 200%;
}

#home-description {
	float: right;
	width: 370px;
	font-size: 20px;
}

#home-services {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#home-services .service-item {
	float: left;
	text-align: center;
	margin: 0 22px;
}

#home-services .service-item p {
	margin-bottom: 5px;
}

#home-demos {
	clear: both;
}

#home-demos .demo-item {
	text-align: center;
	margin: 0 22px;
}

/* Demos */
#demos {
	margin: 30px 0 0 0;
	padding: 0;
}

.demo-sample {
	margin: 0 0 50px 0;
	padding: 0;	
	width: 90%;
	overflow: auto;
}

.demo-sample img {
	border: 1px solid #666;
	float: left;
	margin-right: 20px;
}

.demo-sample p {
	font-size: 90%;
	text-align: left;
}

.demo-sample .title {
	font-weight: bold;
	font-size: 120%;
}

/* Catalog */
.download-catalog-btn {
	background: #69F;
	margin: 0;
	padding: 5px;
	width: 190px;
	text-align: center;
	font-size: 19px;
	border: 1px solid #666;
	font-weight: bold;
}

.download-catalog-btn a, .download-catalog-btn a:hover {
	color:white;
	text-decoration: none;
}

#catalog .department-title {
	font-weight: bold;
	color: #666;
}

#catalog ul.courses {
	margin: 0 0 10px 0;
	padding: 0;
}

#catalog li.course-title {
	font-size: 90%;
	line-height: 3em;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

.catalog-course-info .course-description {
	float: left;
	width: 50%;
}

.catalog-course-info .course-presenters {
	float: right;
	margin: 0;
	padding: 10px;
	width: 40%;
}

.catalog-course-info .presenter-info {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	padding: 5px;
}

#catalog-presenter-info img {
	margin-bottom: 20px;
}

#catalog-presenter-info #general-info {
	float: left;
}

#catalog-presenter-info #contact-info {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #999;
	width: 30%;
}

/* Footer */
#footer {
	background: #CCC;
	width: 100%;
	float: left;
	padding: 5px 0;
	text-align: center;
	font-size: 80%;
}
