/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#740202;
	margin-top:0px;
	padding-top:0px;
}

a:link {
	color:#730202;
	text-decoration:none;
}

a:visited {
	color:#D67A1B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.image-link:hover {
	border-bottom:none;
}

ul li {
	margin-left:-20px;
	margin-bottom:5px;
	list-style-image:url(../images/arrow.gif);
}

ol {
	margin-left:1.5em;
	padding-left:0px;
	margin-right:0px;
}

ol li {
	margin-bottom:5px;
}

img {
	border:none;
}

#outside-wrapper {
	width:925px;
	background-color:white;
	margin:0px auto;
	padding-bottom:20px;
}

#wrapper {
	width:900px;
	margin:0px auto;
	background-color:white;
}

#top-menu {
	padding:10px;
	float:left;
}

#live-date {
	padding:10px;
	float:right;
	font-weight:bold;
}

#search-bar {
	padding-top:3px;
	float:right;
}

#logo-slogan {
	background:white url(../images/logo-with-slogan.jpg) no-repeat top left;
	height:78px;
}

#header {
	background:white url(../images/new-header.jpg) no-repeat top left;
	height:220px;
}

#other-header {
	background:white url(../images/new-header.jpg) no-repeat top left;
	height:220px;
}

#content-wrapper {
	float:left;
}

#main-content {
	padding:0 10px 10px 10px;
}

#content-left {
	width:251px;
	float:left;
	margin-right:47px;
}

#content-middle {
	width:254px;
	float:left;
}

#content-right {
	width:265px;
	float:left;
}
#spacer-section-left {
	width:83px;
	height:78px;
	float:left;			
	background:white url(../images/header-2.jpg) no-repeat top left;

}

#spacer-section-right {
	width:265px;
	height:78px;
	background:white url(../images/header-3.jpg) no-repeat top left;	
	float:left;
}

#banners {
	clear:both;
	padding-top:50px;
}

#footer {
	clear:both;
	background:white url(../images/footer-background.jpg) no-repeat top left;
	text-align:center;
	padding:10px 10px 0 10px;

}

#footer img {
	margin-top:20px;
}

#footer p {
	font-size:12px;
	margin-top:0;
	
}

.description {
	font-weight:bold;
}

#contact-form {
font-size:11px;
background-color:#FFF;
width:450px;
float:right;
margin-right:20px;
margin-bottom:20px;
}

h3 {
font-size:14px;
font-weight:bold;
margin:0 0 4px 0;
color:#666;
}

#contact-form p {
text-align:center;
padding:8px;
}

#contact-form em {
color:#F00;
}

#contact-form div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}

#contact-form label {
float: left;
width: 100px;
text-align: right;
font-weight:bold;
}

#contact-form span.f {
float: right;
width: 335px;
text-align: left;
}

#contact-form div.sp {
clear: both;
text-align:center;
}
#contact-form .req {
font-weight:bold;
}

#contact-form input, #contact-form textarea {
background: #FFF;
border:1px solid #7E9DB9;
padding:2px;
}


#login-form {
	font-family:arial;
	width:300px;
}

#login-form div.row {
	clear:both;
	padding-top:5px;
}

#login-form span.left-side {
	float:left;
	width:60px;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	font-size:11px;
}

#login-form span.right-side {
	float:right;
}

#login-form input {
	margin-left:10px;
}

#login-form div.submit-row {
	clear:both;
	text-align:center;
	padding-top:10px;
}

.error {
	color:#ff0000;
}


#password-form {
	font-family:arial;
	width:400px;
}

#password-form div.field-row {
	clear:both;
	padding-top:5px;
}

#password-form span.l-side {
	float:left;
	width:150px;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	font-size:11px;
}

#password-form span.r-side {
	float:right;
}

#password-form input {
	margin-left:10px;
}

#password-form div.s-row {
	clear:both;
	text-align:center;
	padding-top:10px;
}

h1 {
	font-size:12px;
	color:#666666;
}

.class_name {
	font-weight:bold;
}

.class_dates {
	font-weight:bold;
}

#supplemental {
	width:250px; 
	float:right;
	margin-bottom:100px;
}

#subject {
	width:600px; 
}

.course-outline {
	padding:20px;
	background-color:#f8f8f8;
	border:1px solid #cccccc;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: lightyellow;
}

#sitemap p {
font-weight:bold;
}

.dotted-line {
padding-bottom:5px;
}