@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

html, body {margin: 0; padding: 0; border: 0;}

/* Hides from IE5-mac \*/
* html #content #navMain {
	height: 1%;
	margin: 0;
	padding: 0;}
/* End hide from IE5-mac */

/*----- basics ------  */
body  {
	font: 100% verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	padding: .4em 0;
}

a {
	text-decoration: none;
	border-bottom: thin dotted gray;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
}

p {
	margin: 0;
	padding: .5em;
	font-size: 1.2em;
}


img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-bottom: 10px;
	margin-right: 1em;
}


/* ---- container divider ---- */
#container {
	position: relative;
	width: 865px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* ---- branding divider ---- */
#branding {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 0;
	text-indent: -9999px;
	padding: 1px 10px 0px 20px;
	border-bottom: thin solid #CED2B6;
}

/* ---- main content divider ---- */
#mainContent {
	float: right;
	width: 859px;
	padding-left: .5em;
	background-color: fff;
	border:thin solid gray;
	font: Verdana, Arial, Helvetica, sans-serif;}

#mainContent ul { margin-left: 3em; margin-bottom: 1em; }
#mainContent ol { margin-left: 3em; margin-bottom: 1em; }


#mainContent h2 {font-size: 16pt;}
#mainContent h3 {margin-top: 1em; padding: 0 0 0 .3em; font-size: 12pt;}
#mainContent .emphasis {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #184D68;
} 

#mainContentColumn1 { float:left; width:48%; padding-right:.5em; text-align:left; border-top: thin #666666 dotted;}
#mainContentColumn2 { margin-left:50%; width:48%; padding-left: .5em; border-left: thin #666666 dotted;  border-top: thin #666666 dotted; text-align:left;}

#mainContent .indent { margin-left: 3em;}

a img {display:block;  text-decoration:none}

#signature {
	float: right;
	background-color: white;
	width: 645px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #navMain ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: auto;
}

#signature ul { position: relative;
list-style-type: none;
width: 645px;
margin: 0;
padding: 0;
}

#signature li { float:left;
width: 315px;
padding-right: .2em;
padding-left: .2em;
padding-bottom: .2em;
margin-bottom: 1em;
line-height: 110%;
}


/* ---- main navigation divider ---- */ 
#navMain {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFF99; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 4em;
	text-align: right;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #000099;
}

#navMain a {
	display: block;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BC1A7;
	margin: 0px;
	padding: .5em;
	text-decoration: none;
	border-collapse: collapse;
	color:#000;
}

#navMain a:hover {
	background-color: ##6666FF;
	color: #FFF;
}

#navMain a:active {
	background-color: #FFCC00;
	color: #000;
}
#navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#active {
	background-color: #FFCC33;
	font-size: 11px;
	font-weight:600;
	padding: .5em;
	text-decoration: none;
}

/* ---- footer divider ---- */
#footer {
	font-size: 9px;
	text-align: center;
	padding: .2em .2em .2em .4em; 
	background: #3C4A45;
	border-top: thin solid #999999;
	border-bottom: medium solid #000066;
	clear: both;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: .2em;
	color:#FFFFFF;
}

#footer a {color:#FFFFFF; text-decoration: none; }

/* ---- these styles are from the resources section of previous summit sites ---- */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.day {
	display: block;
	background-color: #005A9A;
	font-size:11px;
	line-height: 2em;
	text-indent: .3em;
	text-transform: capitalize;
	padding-right: .3em;
	color: #FFF;
	font-weight:600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.team { display: block; background-color: #0087E6; text-transform:capitalize; font-variant:small-caps; font-size:14px;  line-height: 1em; text-indent: .2em;  color:#FFF; font-weight:500; margin-right: .7em;}

.assignment { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em;}


.list { font-size: 133%;}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	background-color: #FF9900;
	background-position: center;
	padding-right: 7px;
	text-indent: 3px;
}

.subhead {
	display: block;
	background-color: #CCC;
	font-size:14px;
	line-height: 1em;
	text-indent: .5em;
	font-variant:small-caps;
	color: #333;
	margin-right: 1em;
	border-bottom: thin solid #666;
}

.assignment_head {display: block; background-color:#FFF; border-bottom: thin solid black; font-size: 14px; line-height: 1em; text-indent: .5em; font-variant: small-caps; color: #000; margin-right: 1em; }
