@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: 72.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: 8px;
	font-size: 1.2em;
}


/* ---- container divider ---- */
#container {
	position: relative;
	width: 864px;  
	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/header.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: 728px;
	padding-left: .5em;
	background-color: fff;
	border-left: thin solid gray;
	font: Verdana, Arial, Helvetica, sans-serif;}

#mainContent ul { margin-left: 3em; margin-bottom: 2em; font: 1.2em Verdana, Arial, Helvetica, sans-serif;}
#mainContent h2 {font-size: 16pt;}
#mainContent h3 {margin-top: 1em; padding: 0 0 0 1em; font-size: 12pt;}
#mainContent .emphasis {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #184D68;
} 


#mainContentColumn1 { float:left; width:50%; padding-right:.5em; text-align:left;}
#mainContentColumn2 { margin-left:50%; width:48%; padding-left: .5em; border-left: thin #666666 dotted; text-align:left;}


/* ---- 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: #D4E5A3; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 4em;
	text-align: right;
}

#navMain a {
	display: block;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED2B6;
	margin: 0px;
	padding: .5em;
	text-decoration: none;
	border-collapse: collapse;
}

#navMain a:hover {
	background-color: #71947D;
	color: #fff;
}

#navMain a:active {
	background-color: #FFFFCC;
	color: #000;
}
#navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#active {
	background-color: #FFFFCC;
	font-size: 11px;
	padding: .5em;
	text-decoration: none;
}

/* ---- footer divider ---- */
#footer {
	font-size: 9px;
	text-align: center;
	padding: .3em .3em .3em 1em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FEECC5;
	border-top: thin solid #999999;
	border-bottom: medium solid #669999;
	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;
}

/* ---- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.logo {padding: .5em; }

.indent {margin-left: 3em; margin-right: 2em;}
