/* Body Grid */
#BodyContainer .column_1 { width: 184px; }
#BodyContainer .column_2 { width: 460px; }
#BodyContainer .column_3 { width: 284px; }
#BodyContainer .column_4 { width: 758px; }

#Footer .column_1 { width: 344px; }
#Footer .column_2 { width: 240px; }
#Footer .column_3 { width: 344px; }

.column_1, .column_2, .column_3, .column_4 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 6px;
}

/* Side Tab Column 
div.column_2.homepage div.box {
	background:url(/images/bg-HomepageBoxes.gif) left repeat-y;
}
div.column_2.homepage div.box.Highlight ul li {
	background:url(/images/bg-HomepageBoxes-Highlight.gif) left repeat-y;
}
*/

/* Box Styling */
div.box {
	margin-bottom: 10px;
	border: 1px #999 solid;
}	
div.box.Highlight {
	border-color: #cc9966;
}
div.box.Alert {
	border-color: #FF9933;
}
div.box.Quote {
	padding: 5px 0;
	background: #ddd url(/images/bg-ldquo.gif) top left no-repeat;
	border: 0;
}
	div.box.Quote img {
		float: right;
		margin: 0 0 10px 10px;
		border: 1px #666 solid;
	}
	div.box.Quote p.theQuote {
		padding-bottom: 10px;
		background: url(/images/bg-rdquo.gif) bottom right no-repeat;
	}

/* Box Titles */
div.box h2, div.PageBody div.box h2 {
	padding: 8px 14px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	background: #fff url(/images/bg-BoxTitle-Secondary.png) bottom repeat-x;
	border-bottom: 1px #999 solid;
}
	/* Column 2 Special Styling */
	.column_2 div.box h2 {
		text-transform: uppercase;
		letter-spacing: .2em;
	}

div.box.Highlight h2 {
	color: #663333;
	background: #cc9966 url(/images/bg-BoxTitle-Highlight.png) top repeat-x;
	border-bottom-color: #cc9966;
}
div.box.Alert h2 {
	color: #666;
	background: #fff url(/images/bg-BoxTitle-Alert.png) bottom repeat-x;
	border-bottom-color: #FF9933;
}

/* Inside the Boxes */
div.box h3 { /* only used on homepage */
	margin: 12px 10px 6px 10px;
	font-size: 1.5em;
	color: #663333;
}
div.box.Highlight h3 {
	color: #663333;
}
div.box p {
	margin: 12px 14px;
	line-height: 1.25em;
}
div.box ul, div.box ol {
	margin: 12px 10px 12px 36px;
	line-height: 1.25em;
}
div.box hr {
	margin: 0 auto;
	width: 80%;
	color: #ccc;
	height: 1px;
}

/* Centered -- used for Images & Videos */
div.box .Centered {
	margin: 12px 0;
	line-height: 1.25em;
	text-align: center;
}

div.box h2 div.small a {
	float: right;
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}
	div.box h2 div.small a:hover {
		text-decoration: none;
	}

/* Interior Page Body */
div.PageBody h1 {
	margin-bottom: 6px;
	font-size: 1.75em;
	font-weight: bold;
	color: #99CC00;
	line-height: 1.25em;
}
div.PageBody h2 {
	margin-bottom: 6px;
	font-size: 1.25em;
	color: #663333;
	line-height: 1.25em;
}
div.PageBody p, div.PageBody div {
	line-height: 1.25em;
}
div.PageBody p {
	margin-bottom: 12px;
}
div.PageBody ul  {
	margin-bottom: 12px;
	margin-left: 36px;
}
div.PageBody ol  {
	margin-bottom: 12px;
	margin-left: 40px;
}
	div.PageBody ul li, div.PageBody ol li {
		line-height: 1.25em;
	}
div.PageBody div.box {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px #999 solid;
}
div.PageBody .PicBox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px;
	border: 1px #999 solid;
	text-align: center;
	background-color: #eee;
}
	div.PageBody .PicBox img {
		border: 1px #666 solid;
	}
div.PageBody.Pictures img {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px #000 solid;
}
div.PageBody div.VOC {
	margin-bottom: 10px;
	overflow: hidden;
	width: 175px;
	height: 117px;
	text-align: center;
}
	div.PageBody div.VOC a {
		line-height: 117px;
	}
	div.PageBody div.VOC img {
		width: 175px;
		border: 0;
	}

div.RowBox {
	margin-bottom: 10px;
	padding: 2px 10px;
}
	div.RowBox p {
		margin: 5px 0;
	}

.bgGrey {
	background-color: #eee;
}

/* List of Links -- ex. Social Media Tools */
div.box ul.LinkList, div.PageBody ul.LinkList {
	list-style: none;
	margin-left: 14px;
}
div.box ul.LinkList img, div.PageBody ul.LinkList img {
	margin: 0 2px 2px 0;
}
/* List of News -- ex. Homepage > Industry News */
div.box ul.NewsList {
	/*
	margin-left: 26px;
	list-style-image: url(/images/bullet-gt.gif);
	*/
	list-style: none;
	margin-left: 14px;
}
	div.box ul.NewsList em {
		font-size: .8em;
		color: #666;
	}
/* List of Deadlines -- ex. Exhibitors > Deadlines */
div.box ul.Deadline {
	margin-left: 26px;
	list-style-image: url(/images/bullet-Calendar.gif);
}
	div.box ul.Deadline li em {
		font-size: 10px;
		line-height: 1.5em;
	}

div.box ul.LinkList li, div.box ul.NewsList li, div.box ul.Deadline li, div.PageBody ul.LinkList li {
	margin-bottom: 5px;
}


/* Buttons */
.buttons {
    zoom: 1; /* triggers hasLayout */
}
.buttons:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.buttons a, .buttons input {
	margin: 0;
    margin-right: 10px;
	
	background:	#669900 url(/images/bg-Nav-Off.png) bottom repeat-x;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	letter-spacing: .1em;
    line-height: 1.25em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.buttons a {
    display: block;
	float: left;
	padding: 7px 12px 8px 12px;
}
.buttons input {
	width: auto;
	overflow: visible;
	padding: 6px 12px 7px 12px;
}
	.buttons a:hover, .buttons input:hover {
		background:	#669900 url(/images/bg-Nav-On.png);
		background-position: 0 35px;
	}
	/*
	.buttons a:active, .buttons input:active {
		position: relative;
		top: 1px;
	}
	*/

.buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
/*
div.box.Highlight .buttons a {
	background:	#ccc;
}
	div.box.Highlight .buttons a:hover {
		background:	#666;
	}
*/


/* Dot Menu Styles */
ul.DotMenu {
	width: 400px;
	list-style: none;
	margin-bottom: 12px;
}
ul.DotMenu li {
	position: relative;
	clear: both;
	height: 12px;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: dotted 1px #999;
}
ul.DotMenu strong {
	background: #fff;
	padding: 0 5px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
ul.DotMenu span {
	background: #fff;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -.3em;
	right: 0;
}


/* Show Information (Dates & Location */
.ShowInfo {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 262px;
	height: 150px;
	background: #fff url(/images/bg-BoxTitle-Secondary.png) bottom repeat-x;
	border: 1px #669933 solid;
}

.ShowInfo div {
	margin: 5px auto 5px auto;
	padding: 2px 5px 7px 5px;
	width: 230px;
	text-align: center;
	border-bottom: 1px #CCCCCC solid; 
}
