@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center top;
	text-align: right;
}

/* 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: 75%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.7em;
	padding: .4em 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

a {
	text-decoration: none;
	border-bottom: thin dotted gray;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
}

p {
	margin: 0;
	padding: 8px;
	font-size: 13px;
	text-align: left;
}


/* ---- container divider ---- */
#container {
	position: relative;
	width: 80%;
	border: 2px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 3;
	padding-bottom: 0;
	padding-left: 3;
	background-color: #EE7C7C;
	background-position: center top;
	text-align: center;
} 

/* ---- branding divider ---- */
#branding {
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 0;
	text-indent: -9999px;
	padding: 0px 10px 0px 20px;
	border-bottom: thin solid #CED2B6;
}

/* ---- main content divider ---- */
#mainContent {
	float: right;
	width: 1150px;
	background-color: #EE7C7C;
	border-left: thin solid gray;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent ul { margin-left: 3em; margin-bottom: 0.3em; font: Verdana, Arial, Helvetica, sans-serif;}
#mainContent ol { margin-left: 3em; margin-bottom: 1.3em; font: .95em Verdana, Arial, Helvetica, sans-serif;}
#mainContent li { font: 100% Verdana, Arial, Helvetica, sans-serif;}
#mainContent li li { font: 85% Verdana, Arial, Helvetica, sans-serif; margin-bottom: 0.3em;}
	
#mainContent h2 {font-size: 16pt;}
#mainContent h3 {
	margin-top: 1em;
	padding: 0 0 0 1em;
	font-size: 12pt;
	color: #FFFFCC;
	background-color: #660033;
}
#mainContent .emphasis {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #184D68;
} 


#mainContent .indent { margin-left: 3em;}

#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: 170px;
	text-align: right;
	background-color: #666633;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	line-height: normal;
	color: #FFFF66;
}

#navMain a {
	display: block;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	margin: 0px;
	padding: 0.6em;
	text-decoration: none;
	border-collapse: collapse;
	color: #FFFFCC;
	text-align: center;
}

#navMain a:hover {
	background-color: #d38408;
	color: #FFF;
}

#navMain a:active {
	background-color: #FFFFCC;
	color: #F3D895;
}
#navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#active {
	background-color: #FFCC00;
	font-size: 11px;
	padding: 0.5em;
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

/* ---- footer divider ---- */
#footer {
	font-size: 9px;
	text-align: center;
	padding: .3em .3em .3em 1em;
	border-top: thin solid #999999;
	clear: both;
	background-color: #E6B333;
} 
#indent {
	text-indent: 25;
}


#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: 0.7em;
	color: #333;
	text-align: center;
}

#footer a {
	color:#000;
	text-align: center;
}

/* ---- these styles are from the resources section of previous summit sites ---- */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000066;
	text-decoration: none;
	background-position: left;
	background-color: #CC9900;
	line-height: 24px;
	text-indent: 1px;
}

.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.logo {
	padding: 0.5em;
	color: #EE7C7C;
	background-color: #000000;
	font-weight: bold;
	line-height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
}

/* feature styles */

.feature{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.feature2 img{
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFDDDD;
	text-decoration: none;
	font-weight: bold;
	background-color: #660066;
}
.menuday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #CF4032;
	text-transform: capitalize;
	line-height: 40px;
	text-indent: 0px;
	font-style: italic;
	text-align: center;
}
.teamname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFCCCC;
	background-color: #6633CC;
	text-transform: capitalize;
	line-height: 70px;
	text-indent: 5px;
	font-style: italic;
}

a img {
	border:thin solid #013542
}
