/* ---------------------------------------------

Version 1.0
	update: 	Fri May 25, 2007 12:40pm
  	title: 		Global
  	author: 	Dan Ragno dan.ragno@gmail.com
  	link: 		http://www.RM2.com

----------------------------------------------- */

/* ---------------------------------------- */
/* ---------------- Denver ---------------- */
/* ---------------------------------------- */


#Body {
	background: #b7beb6 url(images/bg-main.gif) repeat-x left top;
}

body {
	background: #b7beb6 url(images/bg-main.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#navigation {width:766px; height:40px; background: url(images/bg-navigation.gif) no-repeat left top; z-index: 95; }

* html #navigation{ /*IE rule*/
	padding: 0 0 0 40px;
}

#logo-image { margin-top: -8px; left:0px; top:32px; width:766px; height:329px; background: #88908e url(images/logo-photo-chicago.jpg) no-repeat left top;  }

#wrapper { width: 766px; margin: 0; padding: 0; background: #a8b2af url(images/bg-wrapper-chicago.gif) repeat-y left top;}

#main-column { width: 470px; margin 0; padding: 0px 15px 0 65px;  float: left;}
#side-column { width: 180px; margin: 0; padding: 0px 15px 0 8px;  float: left;}

* html #main-column{ /*IE rule*/
	width: 550px;
}

* html #side-column{ /*IE rule*/
	width: 200px;
}

#footer-top {  
width: 766px;
margin: 0; 
padding: 0; 
height: 21px;
background: #9aa19f url(images/bg-footer-chicago-top.gif) no-repeat left top;
}

#footer-links {  
width: 766px;
margin: 0; 
padding: 0; 
height: 39px;
background: #9aa19f url(images/bg-footer-chicago-bottom.gif) repeat-y left top;
}

#footer-links span { margin: 0 5px; }

#footer-links p {
	margin: 0;
	color: #999;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}



/* ---------- LINKAGE ---------- */
a:link { color: #dc414f; text-decoration: none; }
a:visited { color: #dc414f; text-decoration: none; }
a:hover { color: #dc414f; text-decoration: none; }

div#footer-links a:link, div#footer-links a:visited { font-size: 10px; color: #999; text-decoration: none; border: none;  }
div#footer-links a:hover { color: #fff; }

/* ---------- TEXT FORMATTING ---------- */
h1, h2, h3, h4, h5, h6 { text-align:left; font: normal 2.4em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal;  }
p, ul, ol, dl { text-align:left; font-family: Tahoma, Verdana, sans-serif; color: #333; }

h1 { margin: 0 0 .5em 0; padding: 0; font-size: 23px; line-height: 26px; color: #dc414f; }
h2 { margin: 0; padding: 0; font-size: 16px; line-height: 10px; color: #7b7a7a; }
h3 { margin: 1em 0 .25em 0; padding: 0; font-size: 12px; color: #333; font-weight: bold;  }
h4 { margin: 1em 0 .25em 0; padding: 0; font-size: 16px; color: #333; }
h5 { margin: 5px 0 0 20px; padding: 0; font-size: 12px; color: #333; font-weight: bold; }
h6 { margin: 1em 0 .25em 0; padding: 0; font-size: 16px; color: #ffffff; }

p { margin: .50em 0 1.75em 0; padding: 0; font-size: 12px; line-height: 19px;  }

p.PictureInPost { padding: 0; text-align: center; font-size: 10px; line-height: 12px; font-weight: bold;}

#SideHeader { margin: 10px 0 0 0; text-align: center; padding: 0; font-size: 18px; line-height: 24px; color: #dc414f;  }
/* ---------- NAVIGATION ---------- */

div#navigation ul { text-align: right; list-style-type: none; margin: 0px 30px 0 0; padding: 9px; font-size: 11px; }
div#navigation ul li { display: inline; margin: 0; padding: 0 0 0 15px; }

div#navigation ul li a:link, div#navigation ul li a:visited { color: #f5f5f5; text-decoration: none; border: none; }
div#navigation ul li a:hover { color:#dc414f; border: none; }

div#navigation ul li a#here:link { background: #dc414f; padding: 10px 4px 14px 4px; }
div#navigation ul li a#here:visited { background: #dc414f; padding: 10px 4px 14px 4px; }
div#navigation ul li a#here:hover { padding: 10px 4px 14px 4px; color: #dc414f }

div#side-column p { font-size: 11px; line-height: 16px; }

#side-column h1 {font-size: 18px; line-height: 20px;}

#side-column a:link, #side-column a:visited { color: #3b4956; text-decoration: none; }
#side-column a:hover { color: #dc414f; text-decoration: none; }

#side-column ul, #side-column ul ol {
	margin: 0;
	padding: 0;
	}

#side-column ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 15px;
	font-size: 10px; 
	color: #333; 
	font-weight: bold;
	}


#side-column ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

div.global img { margin: 15px; padding: 0px; border: 5px solid #ddd3be; float: right; }
div.speakerbio img { margin: 15px; padding: 0px; border: 5px solid #b7beb6; float: right; }

/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: Transparent;
    padding: 0 0 0 40px;
}

* html .MainMenu_MenuContainer{ /*IE rule*/
	padding: 0 0 0 0;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	height:40px;
}

.MainMenu_TabRootMenuItem 
{
	color: #f5f5f5;
	font-style: normal; 
	font-size: 11px;
}

.MainMenu_TabRootMenuItemSel 
{
    color: #dc414f;	
	font-style: normal; 
	font-size: 11px;
}

.MainMenu_TabMenuItemHover 
{
	background-color: Transparent;
	color: #dc414f;
	font-style: normal; 
	font-size: 11px;
}

.MainMenu_TabMenuItemSelHover 
{
	color: #dc414f;	
	font-style: normal; 
	font-size: 13px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	color: #f5f5f5;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #CDC9CA 0px solid; 
	border-bottom: #CDC9CA 0px solid; 
	border-top: #CDC9CA 0px solid; 
	border-right: #CDC9CA 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #CDC9CA; 
	border-left: #CDC9CA 0px solid; 
	border-bottom: #CDC9CA 0px solid; 
	border-top: #CDC9CA 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
	color: #0C3972;	
}
.MainMenu_SubMenu {
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;  
	border-right: #ffffff 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	background-color: #CDC9CA; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
	color: #0C3972;	
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent;
}

.MainMenu_MenuItemSel {
	background-color: #f5f5f5;
	cursor: hand; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	color: #dc414f;
}
.MainMenu_MenuArrow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	border-right: #CDC9CA 0px solid; 
	border-bottom: #CDC9CA 0px solid; 
	border-top: #CDC9CA 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
}

#kitco {
	border: 3px solid #ddd3be;
	margin-top: 20px;
    margin-bottom: 20px;
}