﻿/* Layout stylesheet for general DMACC pages */

/* High level, page-wide style declarations */
body 
{
	background-image: url("images/pagebkg.jpg");
	background-repeat: repeat-x;
	background-color: #adcfe6;
	padding: 0;
	margin: 0;
}

#container
{
	width: 790px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
}

#container-schedule
{
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
}

/* End page-wide style declarations */

/* Header classes */
#header
{
	clear: both;
	margin: 0;
	padding: 0;
	background-image: url("../images/headerbkg2008.jpg");
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* Classes for the DMACC logo */
#header .logoarea
{
	height: 85px;
	float: left;
	margin: 0;
	padding: 0;
}

.logoarea img
{
	border: none;
}
/* End classes for the DMACC logo */

#header h1 /* Handles positioning of the page title within the header */
{
	position: absolute;
	top: 12px;
	right: 5px;
	margin: 0;
	padding: 0;
}

#header .logo
{
	float: left;
	margin: 0;
}

#header .links
{
	position: absolute;
	right: 20px;
	top: 5px;
	margin: 0;
	font-weight:bold;
	color:#FFFFFF;
}

#header .links a
{
	color: #ffffff;
}

#header .forms
{
	position: absolute;
	right: 20px;
	top: 25px;
}

#header .forms form
{
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

#header .forms img
{
	float: left;
	margin-top: 4px;
	margin-left: 3px;
	border: none;
}

#header form.search
{
	margin-top: -1px;
}

/* Classes to handle the swap between logos for the screen and print stylesheets */
.printlogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.screenlogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
}
/* End logo swap classes */
/* End header classes */

/* Elements for containing the navigation */
#header .topnav
{
	width: 100%;
	clear: both;
	float: left;
	background-image: url("images/topbtnbkg.jpg");
	background-repeat: repeat-x;
	height: 23px;
	margin: 0;
}

#header .internalnav
{
	width: 100%;
	clear: both;
	float: left;
	background-image: url("images/greennav.jpg");
	background-repeat: repeat-x;
	/*height: 32px;*/
	margin: 0;
}
/* End elements for containing the navigation */

/* Begin body elements */

#content /* Master containing class for body elements WITH BLUE RIGHT COLUMN */
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	/*background-image: url("images/contentbkg.jpg");*/
	background-repeat: repeat-y;

}

#content .topimage
{
	width: 100%;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

#content .topimage img
{
	margin: 0;
	float: left;
	overflow: hidden;
}

#content .leftcolumn
{
	width: 214px;
	float: left;
	border-right: solid 1px #848388;
	margin: 0;
	background-image: url("images/leftnavbkg.jpg");
	background-repeat: repeat-y;
}

#content .leftcolumn img
{
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}

#content .centercolumn
{
	width: 387px;
	float: left;
	margin: 0;
	background-color: #ccddee;
}

#content .centercolumnfull
{
	width: 575px;
	float: left;
	margin: 0;
	background-color: #ccddee;
}

#content .rightcolumn
{
	width: 188px;
	margin: 0;
	padding: 0;
	/*background-color: #003896;*/
	background-image: url("images/rightnavbkg.jpg");
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

/* Pseudocolumn classes to be called in the content div */
.twocolumn
{
	background-image: url("images/contentbkg.jpg");
	background-repeat: repeat-y;
}

.onecolumn
{
	background-image: url("images/contentbkgfull.jpg");
	background-repeat: repeat-y;
}

.noleft
{
	background-image: url("images/noleft.jpg");
	background-repeat: repeat-y;
}
/* End pseudocolumn classes */

/* Content classes to be used with a twocolumn declaration */
/*.leftcolumn
{
	margin: 0 0 0 5px;
	width: 395px;
	float: left;
	background-color: #fff;
}

.rightcolumn
{
	margin: 0 0 0 5px;
	width: 195px;
	float: left;
	background-color: #D8DFED;
}

.rightcolumn p
{
	margin: 0px 8px 0px 8px;
}*/
/* End content classes to be used with a twocolumn declaration */

/* Content class to be used with a onecolumn declaration */
.fullcolumn
{
	margin: 0;
	width: 575px;
	float: left;
}

.nonav
{
	padding-left: 30px;
	float: left;
	clear: both;
	width: 760px;
	background-color: #ccddee;

}

.leftfull
{
	margin: 0;
	width: 609px;
	float: left;
	background-color: #ccddee;
	padding: 5px 10px 0px 10px;
}

.rightcolumnnoleft
{
	margin: 0;
	width: 161px;
	float: left;
	padding-top: 5px;
}

.rightcolumnnoleft *
{
	margin: 0 5px 0 5px;
}

.rightcolumnnoleft img
{
	margin: 0;
}	
/* End content class to be used with a onecolumn declaration */

/* Footer classes for copyright information and links to campus websites */
#footer
{
	width: 100%;
	clear: both;
	background-color: #ffffff;
	float: left;
}

#footer .campuses
{
	width: 100%;
	height: 50px;
	clear: both;
	float: left;
}

#footer .campuses h1
{
	color: #003896;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}

#footer .campuses ul
{
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style: none;	
}

#footer .campuses ul li
{
	margin: 0 10px 0 0px;
	display: inline;
}

#footer .campuses ul li a
{
	color: #000000;
	text-decoration: none;
}

#footer .campuses ul li a:hover
{
	color: #003896;
}

#footer .campuses ul li img
{
	margin: 0 3px 2px 0;
	border: none;
}

#footer .copyright
{
	width: 100%;
	clear: both;
	background-color: #003896;
	border-bottom: solid 5px #adcfe6;
}
/* End footer classes */

/* Classes for styling tables */
/* Classes for styling tables containing course information */
table.courses
{
	width: 95%;
	border: 1px solid #666666;
	background-color: #fff;
	border-collapse: collapse;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
}

table.courses td
{
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
/* End course information table classes */

/* Classes for styling tables in the Academic Skills Guide */
table.skills
{
	clear: both;
	padding: 2px;
	font-size: 80%;
}

table.skills tr
{
	width: 99%;
}
/* End Academic Skills Guide table classes */

/* Classes for styling sitemaps in table form */
table.sitemap
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}	

table.sitemap tr
{
	border-bottom: 1px solid #000;
}
/* End sitemap table classes */

/* General table heading classes */
/* Works on sitemap, courses, and undeclared tables */
tr.headings td
{
	background-color: #00529b;
	color: #ffffff;
	font-weight: bold;	
	text-align: center;
}

tr.headings td a
{
	color: #fff;
	text-decoration: none;
}
/* End table heading classes */
/* End table styling */

.imgcontainer /* Generic left-aligned image container class */
{
	float: left;
	margin: 0px;
}

.indentedlist /* Generic class for floating something left.  Like lists. */
{
	float:left;
}

/* Font Elements */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#header p, #header a
{
	text-decoration: none;
}

#header .links a:hover
{
	color: #f7a30a;
}

/*#content .leftcolumn .leftnav a
{
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #848388;
	float: right;
	margin: 0;
	display: block;
	width: 205px;
}

#content .leftcolumn .leftnav a:hover
{
	background-image: url("images/leftnavoverbkg.jpg");
	background-position: right;
}*/

#content .leftcolumn .heading
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #848388;
	clear: both;
	margin: 15px 0 0 0;
}

#content .leftcolumn .heading a
{
	text-decoration: none;
	color: #000000;
}

#content .leftcolumn .heading a:hover
{
	color: #eeeeee;
}	

#content .leftcolumn h1

{
	font-size: 110%;
	color: #000000;
	margin: 0 20px 0 0;
	text-align: right;
}

#content .leftcolumn p
{
	font-size: 70%;
	color: #000000;
	margin: 0 5px 0 0;
	clear: both;
}

#content .leftcolumn img
{
	margin-top: 30px;
}

#content .centercolumn h1, #content .fullcolumn h1, #content .nonav h1
{
	margin: 10px 20px 0 10px;
	margin-bottom: 0px;
	font-size: 130%;
}

#content .centercolumn h2, #content .fullcolumn h2, #content .nonav h2
{
	margin: 10px 20px 0 10px;
	font-size: 110%;
	color: #003896;
}

#content .centercolumn h3, #content .fullcolumn h3, #content .nonav h3
{
	margin: 0px 10px 0 10px;
	font-size: 110%;
	color: #003896;
}

#content .centercolumn h4, #content .fullcolumn h4, #content .nonav h4
{
	margin: 10px 20px 0 10px;
	font-size: 100%;
}

#content .centercolumn .photocaption, #content .fullcolumn .photocaption, #content .nonav .photocaption
{
	font-size: 70%;
	font-weight: normal;
	color: #003896;
}

#content .centercolumn ul
{
	margin: 5px 5px 5px 15px;
	padding: 0;
}

#content .centercolumn p 
{
	margin: 10px 0 0 10px;
}

#content .fullcolumn p, #content .nonav p
{
	margin: 10px 20px 0 10px;
}

#content .fullcolumn ul li
{
	margin: 0 20px 0 10px;
}

#content .fullcolumn ol li
{
	margin: 0 20px 0 10px;
}

#content .centercolumn ul li
{
	margin-left: 10px;
}

#content .centercolumn a
{
	color: #003896;
}

#content .centercolumn ul li img
{
	margin: 0 4px 2px 0;
}

#content .centercolumn a:hover
{
	text-decoration: underline;
}

#content .centercolumn hr
{
	margin-top: 0;
	margin-bottom: 5px;
	height: 1px;
	overflow: hidden;
}

#content .fullcolumn table
{
	margin: 10px 10px 0 10px;
}

#content .rightcolumn img
{
	margin: 0;
	padding: 0;
}

#content .rightcolumn h1
{
	font-size: 100%;
	color: #b5ba05;
	padding-left: 35px;
	margin: 0 5px 0 0;
	font-weight: bold;
	clear: both;
}
#content .rightcolumn h2
{
	font-size: 100%;
	padding-left: 35px;
	font-weight: bold;
	color: #b5ba05;
	margin-bottom: 10px;
}

#content .rightcolumn h3
{
	font-size: 90%;
	padding-left: 35px;
	font-weight: bold;
	color: #fcc975;
}

#content .rightcolumn h4
{
	font-size: 80%;
	padding-left: 35px;
	font-weight: bold;
	color: #ADCFE6;
	margin-bottom: 5px;
}

#content .rightcolumn p
{
	padding-left: 35px;
	padding-right: 5px;
	font-size: 80%;
	color: #ffffff;
}

#content .rightcolumn a
{
	color: #fcc917;
}

#content .rightcolumn ul
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

#content .rightcolumn ul li
{
	margin: 0;
	padding: 0;
	width: 188px;
	float: left;
	clear: both;
}

#content .rightcolumn ul li a
{
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px 0px 10px;
	padding: 0;
	float: left;
	clear: both;
}

#content .rightcolumn a:hover
{
	color: #f7a30a;
}

#content .rightcolumn .buttons
{
	margin-left: 10px;
}

#content .rightcolumn .buttons a
{
	margin: 0;
}

#content .rightcolumn .buttons img
{
	border: none;
}

#footer .copyright p
{
	color: #adcfe6;
	font-size: 80%;
	text-align: center;
	margin: 5px;
}

#footer .copyright a
{
	color: #adcfe6;
}

#footer .copyright a:hover
{
	color: #ffffff;
}

.bold
{
	font-weight: bold;
}