@charset "UTF-8";
/* CSS Document */
body {
	
}
.oneColFixCtrHdr {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
.entertainmentTable {
	padding: 0px;
	width: 85%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entertainmentTable h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.entertainmentTable td {
	vertical-align: top;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #ffffff;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	white-space: nowrap;
	width: 100%;
	height: 28px;
	background-color: #006600;
	margin: 0px;
	padding: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li{
	list-style:none;
	display:inline;
	float: left;
}
#navbar a {
	display: block;
	float: left;
	width: auto;
	font-size: 78%;
	text-decoration: none;
	font-weight: bold;
	background: #006600;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navbar a:hover {
	color: #013030;
	background: #FFCE08;
}
#navbar a.currentPage {
	color: #ffffff;
	background-image: url(Images/currentPage.gif);
	background-repeat: no-repeat;
}

#mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: -10;
	padding-left: 30px;
	clear: both;
}


#footer {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
}
#footer p#footerNav{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p#footerNav a{
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer p#footerNav a:hover {
	color: #006600;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006600;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
p.spouseCost  {
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#agenda {
	padding: 0px;
	margin: 0px;
	font-size: 85%;
}
#agenda td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#agenda .time {
	text-align: left;
}
.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#sidebar {
	background-color: #333333;
	float: right;
	width: 200px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	color: #FFFFFF;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar img {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#sidebar ul li {
	padding: 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	font-weight: bold;
}
#sidebar p.quoteAuthor {
	font-weight: bold;
	color: #FFF;
}
#sidebar p {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#sidebar p.quote {
	color: #FFF;
}
#sidebar h5 {
	font-size: 115%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#sidebar p.downloadLink {
	padding-top: 5px;
	font-size: 95%;
}
#sidebar p.downloadLink a:hover {
	text-decoration: underline;
}
#sidebar a:hover {
	font-weight: bold;
}
#sidebar p.downloadLink a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 95%;
}


h3 {
	font-size: 110%;
	color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#agenda h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006600;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.bulletedList    li   {
	font-size: 95%;
	font-weight: bold;
	color: #006600;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
.bulletedList li h4 {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bulletedList li p {
	font-size: 90%;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.callToAction {
	font-size: 110%;
	color: #006600;
	font-weight: bold;
}




p {
	font-size: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	text-align: center;
}
.bulletedList ul {
}
ul.spouseList li {
	font-size: 95%;
	list-style-type: disc;
}
.entertainmentTime {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.products {
}
.hotelinfo .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #006600;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.hotelinfo td {
	text-align: left;
	border: 1px solid #006600;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.hotelinfo td a{
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-size: 85%;
	font-weight: normal;
	padding-left: 5px;
}
.hotelinfo td a:hover{
	font-weight: bold;
	text-decoration: underline;	
}
#mainContent .subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .subnavigation a:hover {
	color: #006600;
}
#agenda .agendaDay {
	font-weight: bold;
	color: #006600;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
h1 {
	font-size: 130%;
}
/* 2009 Attendees Table */
table#2009ugmattendeelist {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 475px;
}

td.company {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
td.state {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
tr.odd{
	background-color: #CCCCCC;
}

tr.even{}

/* Class Descriptions */
div.class-description-class-time {
	background-color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}
div.group {}
div.image {}
div.story {	font-family: Arial, Helvetica, sans-serif;
}
li.class-time {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2px;
}
p.classdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-left: 5px;
	padding-right: 10px;
}
.ugm2010classdescriptions ul .class-time {
	list-style-type: disc;
	font-size: 80%;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
}
.ugm2010classdescriptions ul {
	margin-top: 0px;
}
p.class-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 20px;
	padding-bottom: 0px;
	margin-left: 5px;
}
p.class-note {
	font-size: 80%;
	margin-top: 9px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 5px;
}
p.class-session {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
p.class-track {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 5px;
}
p.class-instructor .label {
	font-weight: bold;
}
p.class-instructor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: -3px;
	margin-bottom: 15px;
	padding-left: 5px;
}

span.equipment-track {	color: #660066;}
span.heavybid-track {color: #006600;}
span.heavyjob-track {color: #FF3300;}
span.it-track {color: #990000;}
span.leadership-track {	color: #0099FF;}
span.prospect-track {color: #FF9900;}
#footer #legalText {
	clear: both;
	width: 100%;
}
#container #globalNav {
	float: right;
	background-color: #006600;
}
#container #globalNav p {
	margin: 0px;
	padding: 0px;
}
#container #globalNav p a {
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#container #globalNav p a:hover {
	text-decoration: underline;
}

#instructorBio {
	width: 600px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-bottom: 5px;
	margin-top: 0px;
}
#instructorBio img {
	padding-right: 10px;
	padding-bottom: 10px;
}
#instructorBio td.instructor {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#instructorBio p.title {
	font-weight: bold;
}
#instructorBio td.sideColumn {
	background-color: #006600;
	width: 20px;
}
#instructorBio td {
	padding: 15px;
}
.closeBtn {
           text-align: right;
}  
#sidebar h6 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar a {
	color: #FFFFFF;
}
#registration {
	width: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#registration td.registrationFeeLabel {
	font-weight: bold;
	color: #006600;
	padding-bottom: 0px;
	padding-top: 10px;
}
#registration td.registrationFeeNote {
	font-size: 80%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	padding-top: 3px;
	padding-bottom: 10px;
}
#registration td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#registration td.registrationFee {
	text-align: right;
	font-weight: bold;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	width: 45px;
	padding-top: 10px;
}
#registration td.headerRow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
p.spouseNote {
	font-size: 85%;
}
#requestBrochure {
	width: 460px;
	margin: 0px;
}
#requestBrochure td {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 90%;
	margin: 0px;
	vertical-align: top;
}
#requestBrochure td.inputBox {
	color: #F00;
	font-size: 90%;
}

p.entertainmentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 20px;
	padding-bottom: 0px;
	margin-left: 0px;
}
p.entertainmentPlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}
p.entertainmentPlace .location {
	font-weight: normal;
}
