@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 {
	width: 100%;
	padding-left: .5em;
	background-color: fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 600px 0px;
	}

#mainContent ul { margin-left: 3em; margin-bottom: 1em; 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;
} 

#mainContent h2 { margin-top: 2em; margin-bottom: 1em;}

#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 ---- */ 

/*- Menu Tabs--------------------------- */ 

    #tabs {
      float:left;
      width:100%;
      background:#006699;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color: #333;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	#tabs #active {background:url("images/tabrightB.gif") no-repeat right top;}
	

/* ---- 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: #006699;
	border-top: thin solid #999999;
	border-bottom: medium solid #006;
	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: #FFF;
	color: white;
}

#footer a {color:#FFF}

/* ---- 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; }
