@charset "utf-8";
/* CSS Document */

body {
	background-color:#382b1f;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#homeContainer {
	text-align:left;
	background:#fff;
	background-color:#fff;
	background-image: url('../../img/cmo-summit-home-banner.jpg');
	background-repeat: no-repeat;
	margin: 5px auto;
	width:995px;
	position:relative;
}

#siteContainer {
	text-align:left;
	background:#fff;
	background-color:#fff;
	background-image: url('../../img/cmo-summit-masthead.jpg');
	background-repeat: no-repeat;
	margin: 5px auto;
	width:995px;
	position:relative;

}

#nav {
	position:absolute;
	top:155px;
	left:20px;
}

#headlineSponsors {
	position:absolute;
	top:155px;
	left:20px;
}

#navLinks a:link, #navLinks a:visited {
	width:174px;
	height:27px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #333;
	display:block;
	margin:3px 0;
	background-color:#fff;
	text-decoration:none;
}

#navLinks a:active, #navLinks a:hover {
	color:#cc3333;
	background-color:#ffffcc;
}

#navLinks a.selected:link, #navLinks a.selected:visited {
	color:#cc3333;
	background-color:#ffffcc;
}

.navLinkText {
	padding-left:6px;
}

#homeContainer #topNav {
	color:#fff;
	font-size:12px;
	position:absolute;
	top:3px;
	left:0px;
	width:961px;
	text-align:right;
}

#topNav a:link, #topNav a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 3px;
}

#topNav a:active, #topNav a:hover {
	color:#ffff99;
}

#siteContainer #topNav {
	color:#fff;
	font-size:12px;
	position:absolute;
	top:3px;
	left:0px;
	width:961px;
	text-align:right;
}

#homeBannerText {
	position:absolute;
	left:688px;
	top:93px;
	color:#333;
	font-family: Arial,Helvetica,sans serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

#innerBannerText {
	position:absolute;
	left:355px;
	top:48px;
	color:#333;
	font-family: Arial,Helvetica,sans serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}


#homeContent {
	
}


.subhead {
	color:#ed1c24;
	font-size:16px;
	font-weight:bold;
	margin:12px 0 6px 0;
}

a.body:link, a.body:visited {
	color:#cc3333;
	text-decoration:none;
}

a.body:active, a.body:hover {
	color:#666;
	text-decoration:none;
}

.txtBody {
	font-size:12px;
	color:#373737;
}

#footer {
	font-size:12px;
	color:#666;
	padding:6px 0;
}

#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
	font-size:12px;
}

#footer a:active, #footer a:hover {
	color:#cc3333;
	text-decoration:none;
}

#marqueecontainer{
	position: relative;
	width: 120px; /*marquee width */
	height: 400px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

#navButtons {
	margin-top:30px;
}

#homeNavColumn #navButtons {
	margin-top:0px;
}

#navButtons td {
	padding:2px 0;
	text-align:left;
}

.tblHead { font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 17px; color: #ed1c24; margin-bottom:2px; }

.tblBody { font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #373737; } 

.spacer { margin-bottom: 12px; }

h4 { font-size: 12px; font-weight: bold; margin-bottom: -8px; }

h5 { font-size: 14px; font-weight: bold; margin-bottom:2px;  }

.dotline { border-bottom: 1px dotted #000000; margin-top: 15px; width: 225px; }

.contactTbl { line-height:16px; }

#clickLogo {
	position:absolute;
	z-index:20;
	top:30px;
	left:10px;
}