@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(Images/BodyBackground.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clear{clear:both;}

/* Main Container */
#container { 
	position: relative;
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 

/* Header */
#header {
	height: 105px;
	background: #FFF;
	padding: 0 10px 0 40px;
	margin: 0;
} 
#header h1 {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font-family: "Myriad Pro";
	font-size: 32px;
	font-weight: lighter;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#header h1 strong {color: #FF9900;}
#header p strong {color: #FF9900;}

/* Topnav */
#topnav {
	height: 76px;
	margin: 0;
	background-color: #FFF;
	background-image: url(Images/TopMenuBackground.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
#topnav a{
	display: block;
	width: 108px;
	margin-right: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
	color: #EEE;
	text-align: center;
	margin-left: 1px;
}
#topnav a:hover {color: #FF9900;}

/* Banner */
#banner {
	height: 239px;
	padding: 50px 0px 0px 65px;
	background-image: url(Images/Meetinglg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
#banner p {
	font-family:"Myriad Pro";
	font-size: 18px;
	font-weight: normal;
	font-variant:small-caps;
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 0;
}
#banner p em{
	color: #333;
	font-weight: bolder;
	font-style:normal;
	font-family: "Myriad Pro";
	font-size: 28px;
}
#banner p strong{
	font-size: 28px;
	font-weight: normal;
	color: #FF9900;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Content */
#mainContent {
	margin: 10px 285px 0px 10px;
	width: 585px;
	min-height: 390px;  /* Needs to be on twice */
	height: auto !important;  /* IE Height Correction */
	height: 390px;  /* IE Height Correction */
}
#mainContentIP {
	margin: 10px 285px 0px 10px;
	width: 860px;
	min-height: 390px;  /* Needs to be on twice */
	height: auto !important;  /* IE Height Correction */
	height: 390px;  /* IE Height Correction */
}
#contentarea {
	padding: 0px 10px 0px 10px;	
	font-size: 12px;
	min-height: 390px;  /* Needs to be on twice */
	height: auto !important;  /* IE Height Correction */
	height: 390px;  /* IE Height Correction */
}
#contentarea h1{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}
#contentarea h2{
	margin: 0;
	padding: 0;
}
#contentarea p,td,li,h1,h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Sidebar */
#sidebar {
	position: absolute;
	top: 547px;
	left: 599px;
	width: 265px;
	background: #FFF;
	padding: 0;
	margin: 0;
	height: 448px;
}
.MI {
	font-family: "Myriad Pro";
	font-size: 11px;
	width: 266px;
	height: 132px;
	background-color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
}

#I {
	background-image: url(Images/House.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: lighter;
}
#I a {color:#FFFFFF;text-decoration:none;}

#W {
	background-image: url(Images/World.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: lighter;
}
#W a {color:#FFFFFF;text-decoration:none;}

#M{
	background-image: url(Images/Time.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#M a {color:#000000;text-decoration:none;}

#N{
	background-image: url(Images/ROI.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#N a {color:#000000;text-decoration:none;}

#sidebar p{
	padding: 10px 80px 0px 15px;
	font-family: "Myriad Pro";
	color: #000000;
}

/* Footblocks */
#footblocks {
	margin-top: 10px;
	position: relative;
	bottom: auto;
}
#footblock {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}
.textright {
	text-align: right;
}

/* Footer */
#footer { 
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 
#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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {color: #FF9900;}
