@charset "UTF-8";

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-image:url(../images/top-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.wrapper {
	width: 100%;
	text-align: left;
	background-repeat:no-repeat;
	background-position: center bottom;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -320px;
}

.twoColFixRtHdr .wrapper #container {
	width: 980px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}
img {
	border:none;
}
/* NAVIGATION */

#navbar {
	height: 61px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#navbar li {
	display: inline;
}
#navbar ul li a {
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/* SIDEBAR STYLES */

#container #sidebar1 p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:5px;
} 

/* SIDEBAR YELLOW STYLES */
#container #sidebar1 .sidebaryellow a {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
} 
#container #sidebar1 .sidebaryellow a.paragraphlinks {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	font-size:14px;
	line-height:22px;
}
#container #sidebar1 .sidebaryellow a.paragraphlinks:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#000000;
	font-size:14px;
	line-height:22px;
}
#container #sidebar1 .sidebaryellow ul li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #002d60;
	padding-top:10px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 108px;
}
#container #sidebar1 .sidebaryellow {
	background-image: url(../images/sidebar-background-yellow.png);
	background-repeat: repeat-y;
}
#container #sidebar1 .sidebaryellow p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:5px;
	background-image: url(../images/sidebar-background-yellow.png);
	background-repeat: repeat-y;
}
#container #sidebar1 .sidebaryellowbottom {
	background-image: url(../images/side-bar-bottom.png);
	background-repeat: no-repeat;
	height: 30px;
}
/* MAIN BODY STYLES */
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #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 */
}
#container #mainContent h1 {
	font-family: "Trebuchet MS", sans-serif;
	color: #000099;
	padding-left: 20px;
	font-size: 24px;
	padding-bottom: 10px;
}
#container #mainContent h2 {
	font-family: "Trebuchet MS", sans-serif;
	color: #000099;
	padding-left: 20px;
	font-size: 20px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right 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 #sidebar1 ends. */
	padding: 0;
	width: 650px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
#mainContent p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 19px;
	padding-left: 20px;
}
#mainContent p a:link,#mainContent p a:visited, #mainContent p a:active{
	text-decoration:underline;
	color: #333333;
}
#mainContent p a:hover{
	text-decoration:none;
	color: #333333;
}
#mainContent table {
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	margin-left: 15px;
}
.paragraphheading {
	font-weight: bold;
	color: #cc0000;
	font-size: 16px;
	line-height: 19px;
}

/* FOOTERLINKS STYLES */
#mainContent #footerlinks {
	text-align: center;
	padding-top: 25px;
}
#footerlinks p{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000099;
}
#footerlinks p a:link,#footerlinks p a:visited, #footerlinks p a:active{
	text-decoration:none;
	color: #000099;
}
#footerlinks p a:hover{
	text-decoration:underline;
	color: #000099;
}
#footerlinks .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight:normal;
	color: #000000;
}
#footerlinks p.copyright a {
	color: #000000;
	text-decoration:underline;
}
#footerlinks p.copyright a:hover {
	color: #000000;
	text-decoration:none;
}


/* FOOTER IMAGE STYLES */
.twoColFixRtHdr #footer1 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 10px;
} 
.twoColFixRtHdr #footer1 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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* schedule of events styles */

.eventDay {
font-family: "Trebuchet MS", sans-serif;
font-size:18px;
line-height:18px;
font-style:italic;
color:#000099;
text-align:left;
padding-bottom:12px;
}

.eventTime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 10px;
}

.eventTitle {
font-family: "Trebuchet MS", sans-serif;
font-size:14px;
line-height:18px;
color:#CC0000;
text-align:left;
padding-bottom:6px;
}

.eventDetails {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
color:#333333;
}

.eventLocation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#8eafbf;
	padding-bottom:4px;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top:12px;
	margin-bottom:6px;
}

.eventCost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#006633;
	text-align:center;
	vertical-align: top;
	padding-top: 7px;
}

/* PRESS RELEASES styles */

.pressDates {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
color:#333333;
white-space:nowrap;
padding-bottom:22px;
}
.pressTitle a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
color:#000099;
text-decoration:none;
padding-bottom:22px;
}
.pressTitle a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
color:#333333;
text-decoration:underline;
}

/* LODGING PACKAGES styles */



.hotelName {
font-family: "Trebuchet MS", sans-serif;
font-size:14px;
line-height:18px;
color:#CC0000;
text-align:left;
white-space:nowrap;
}

.hotelPhone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	white-space: nowrap;
	vertical-align: top;
}

.hotelDetails {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
color:#333333;
}

/* SPONSORS styles */


.sponsors {
font-family: "Trebuchet MS", sans-serif;
font-size:14px;
line-height:18px;
color:#333333;
text-align:center;
padding-bottom:6px;
}

/* keep footer at bottom */
.footer, .push {
	height: 320px; /* .push must be the same height as .footer */
}
.footer {
	width: 100%;
	margin: 0 auto;
}
.footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.footer a:link, .footer a:visited {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.footer a:hover, .footer a:active {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	text-align: center;
	line-height: 20px;
}

