/*
Company:	Chicago Meetings & More
File:		main.css - This contains all the main styles for the website.
Author:		Mantis Creative Group, LLC. - mantiscg.com

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/fade-bkg.jpg) repeat-x 0 0 #e7eef4;
}
body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
div#wrap {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	padding: 55px 83px 0 83px;
	background: url(../images/globe-bkg.jpg) no-repeat 50% 0 #e7eef4;
}
div#content {
	width: 708px;
	float: right;
	display: inline;
}
/* Head */
div#hd {
	width: 708px;
	background-color: #fff;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	padding: 0 0 5px 0;
}

/* Body */
div#bd {
	background: url(../images/page-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	width: 686px;
	padding: 0 11px;
}

/* Footer */
div#ft {
	background-color: #fff;
	background: url(../images/ft-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	width: 708px;
	padding: 80px 0 20px 0;
}
div#ft p.copyright {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 93%;
	color: #699bc9;
	width: 500px;
	float: left;
	display: inline;
}
div#ft img#motiv {
	margin: 0 9px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Modules */
div.hd-right {
	width: 400px;
	margin: 50px 0 0 0;
	float: right;
	display: inline;
}

/* Logo */
div#logo {
	background-image: url(../images/logo.gif);
	width: 250px;
	height: 80px;
	text-indent: -9000px;
	margin: 20px 0 0 27px;
	float: left;
	display: inline;
}

/* Tagline */
div#tagline {
	background: url(../images/tagline.gif) no-repeat 0 0;
	width: 371px;
	height: 25px;
	text-indent: -9000px;
}

/* Feature */
div#feature {
	margin: 0 0 20px 0;
}

/* Main */
div.main {
	width: 470px;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 203px;
	float: right;
	display: inline;
}

/* News Box */
div.news-box {
	background: url(../images/news-box-globe.gif) no-repeat 0 100% #e7eef4;
	padding: 0 0 65px 0;
	margin: 0 0 10px 0;
}
div.news-box a.more:link, div.news-box a.more:visited {
	text-decoration: underline;
}
div.news-box a.more:hover {
	text-decoration: none;
}
div.news-box-inner {
	padding: 20px 10px 10px 10px;
}
div.news-box h2 {
	background: url(../images/side-hd-bkg.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
	font-size: 108%;
	color: #699bc9;
}
div.news-box h2 span {
	font-weight: bold;
}
div.news-box h3 {
	font-size: 93%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
div.news-box p {
	font-size: 93%;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
div.news-box a:link, div.news-box a:visited {
	color: #699bc9;
	text-decoration: none;
}
div.news-box a:hover {
	text-decoration: underline;
}

/* Info Box */
div.info-box {
	background: url(../images/info-box-compass.gif) no-repeat 0 100% #e7eef4;
	padding: 0 0 65px 0;
	margin: 0 0 10px 0;
}
div.info-box a.more:link, div.info-box a.more:visited {
	text-decoration: underline;
}
div.info-box a.more:hover {
	text-decoration: none;
}
div.info-box-inner {
	padding: 20px 10px 10px 10px;
}
div.info-box h2 {
	background: url(../images/side-info-box-top.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
	font-size: 108%;
	color: #699bc9;
}
div.info-box h2 span {
	font-weight: bold;
}
div.info-box p {
	font-size: 93%;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
div.info-box a:link, div.info-box a:visited {
	color: #699bc9;
	text-decoration: none;
}
div.info-box a:hover {
	text-decoration: underline;
}

/* Content Pic */
img.content-pic {
	padding: 3px;
	border: 1px solid #e7eef4;
	background-color: #fff;
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}

/* Left Col */
div.left-col {
	width: 49%;
	float: left;
	display: inline;
}

/* Right Col */
div.right-col {
	width: 49%;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
/* Sidenav */
div#sidenav {
	margin: 110px 0 0 0;
	width: 174px;
	float: left;
	display: inline;
}
div#sidenav div#sidenav-btm {
	background-color: #699bc9;
	background: url(../images/sidenav-btm.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 32px;
	width: 174px;
}
div#sidenav h2 {
	font-size: 108%;
	font-weight: normal;
	color: #fff;
	background: url(../images/sidenav-hd.gif) no-repeat 0 0;
	line-height: 43px;
	text-align: center;
	margin: 0;
}
div#sidenav h2 span {
	font-weight: bold;
}
div#sidenav ul {
	margin: 0;
	padding: 10px 0 1px 0;
	background: url(../images/sidenav-bkg.gif) repeat-y 0 0;
}
div#sidenav ul li {
	list-style: none;
	margin: 0 0 5px 0;
}
div#sidenav ul li a {
	font-size: 93%;
	height: 43px;
}
div#sidenav ul li a:link, div#sidenav ul li a:visited {
	color: #e7eef4;
	text-decoration: none;
}
div#sidenav ul li a:hover {
	color: #b2cbe1;
}
div#sidenav ul li#n-danish a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-danish.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}
div#sidenav ul li#n-german a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-german.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}
div#sidenav ul li#n-spanish a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-spanish.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}
div#sidenav ul li#n-french a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-french.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}
div#sidenav ul li#n-italy a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-italy.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}
div#sidenav ul li#n-english {
	margin: 0;
}
div#sidenav ul li#n-english a {
	display: block;
	width: 104px;
	line-height: 39px;
	background: url(../images/link-english.gif) no-repeat 0 0;
	margin: 0 0 0 18px;
	padding: 4px 0 0 46px;
}

/* Nav */
div#nav ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 8px;
	margin: 0px;
}
div#nav ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	font-size: 108%;
}
div#nav ul li a span {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	display: block;
	line-height: 18px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #699bc9;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #b2cbe1;
}
/* Styles for the motivMenu */
.motivMenu {
	position: relative;
}
/* Represents the background of the highlighted menu-item. */
.motivMenu li.back {
	margin: 0px;
	padding: 0px;
	background: url(../images/nav-hover.gif) no-repeat right -20px;
	height: 20px;
	z-index: 8;
	position: absolute;
}
.motivMenu li.back .left {
	margin-right: 10px;
	background: url(../images/nav-hover.gif) no-repeat top left;
	height: 20px;
}
/* Styles for each menu-item. */
.motivMenu li a {
	position: relative;
	overflow: hidden;
	height: 20px;
	z-index: 10;
	display: block;
}

/* @group Default Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
div.main h1 {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	font-weight: bold;
	font-size: 138.5%;
	color: #699bc9;
}
div.main h1 span {
	font-size: 131%;
	font-weight: normal;
}

div.main h2 {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	font-weight: bold;
	font-size: 138.5%;
	color: #666666;
}
div.main h3 {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	font-size: 93%;
	font-weight: bold;
	color: #699bc9;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	color: #666666;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.main li {
	color: #666666;
	font-size: 93%;
	list-style: none;
	background: url(../images/list-bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}
/* @end */

/* @group Forms */
form label {
	display: block;
	color: #699bc9;
	font-size: 93%;
	padding: 0 0 4px 0;
	font-weight: bold;
}
form input[type=text] {
	font-size: 93%;
	color: #666666;
	border: 1px solid #e7eef4;
	padding: 3px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #699bc9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
