html, body { margin: 0; padding: 0; }

body { 
	padding-bottom: 20px; 
	text-align: center; 
	background-image:  url(/booth/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #999999;
	font: 10pt/14pt verdana;
	}
	
#fade_top, #fade_top_article {
position: relative;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
width: 1000px;
height: 124px;
background-image: url(/booth/images/fade_top.png);
background-repeat: no-repeat;
background-position: top center;
visibility: hidden;
}

#fade_top {
margin-top: -75px;
}

#fade_top_article {
margin-top: -75px;
}

#fade_bottom {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 1000px;
height: 124px;
background-image: url(/booth/images/fade_bottom.png);
background-repeat: no-repeat;
background-position: top center;
}

#container {
position: relative;
text-align: center;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 1000px;
height: auto;
background-image: url(/booth/images/bg_trans_frame.png);
}

#header_home {
text-align: center;
height: 297px;
width: 900px;
}

#main_home {
position: relative;
top: 20px;
width: 960px;
height: 600px;
min-height: 600px;
text-align:left;
height: auto;
clear: both;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0 0 0 0;
background-image: url(/booth/images/bg_trans_body.png);
}

/*  For layer opacity - filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70; */

#home_content {
width: 900px;
min-height: 300px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#home_gallery{
position: absolute;
top: 0px;
left: 0px;
width: 896px;
height: 100%;
min-height: 583px;
height: auto;
clear: both;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 17px 32px 0px 32px;
z-index: 2;
background-image: url(/booth/images/bg_gallery.png);
}

#home_gallery img {
	float: right;
	margin: 5px 0 20px 20px;
}

#home_gallery a, #home_gallery a.link, #home_gallery a.visited {
color: #a2c8e3;
}

#home_gallery a.hover {
color: #a2c8e3;
}

#home_gallery p{
color: #CCCCCC;
}

#home_gallery h1 {
	font: bold 15pt verdana;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	}
	
#slideshow{
position: absolute;
top: 200px;
left: 310px;
width: 555px;
height: 600;
text-align:center;
height: auto;
clear: both;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 17px 32px 30px 32px;
z-index: 2;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}

#article_content {
width: 900px;
min-height: 300px;
margin-left: auto;
margin-right: auto;
padding: 20px 0px 20px 0px;
}


#article_content img {
	float: right;
	margin: 5px 0 20px 20px;
}

#crit_diag {
	background-color: #cccccc;
	float: right;
	width: 255px;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0px 15px 15px 15px;
	border: 1px solid #b3b3b3;
}

#callout {
	background-color: #5a5f38;
	float: left;
	width: 275px;
	height: auto;
	margin: 0 20px 20px 0;
	padding: 10px 15px 15px 15px;
}

#callout p{
color: #FFFFFF;
}

#callout h2 {
	color: #FFFFFF;
	margin-bottom: -5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #918f71;
	}
	
#callout h3 {
	font: bold 10pt verdana;
	color: #F4EBBC;
	margin-top: 5;
	margin-bottom: -10px;
	}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	padding: 40px 0 0 0;
	clear: both;
	width: 1000px;
	height: 124px;
	background-image: url(/booth/images/fade_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

img.thumb {
float: left;
margin: 0 10px 10px 0;
}

p { 
	font: 10pt/14pt verdana; 
	color: #333333;
	}
	
p.byline {
	margin-top: -10px;
	}
	
p.back {
	margin: -5px 0 -10px 0; 
	}

.highlight {
background-color: FFFFFF;
}

#article_content h1 {
	font: bold 15pt verdana;
	font-style: italic;
	color: #959ca1;
	margin-top: -15px;
	margin-bottom: 15px;
	text-align: left;
	}

h1 { 
	font: bold 18pt verdana;
	color: #333333;
	margin-top: -5px;
	margin-bottom: 15px;
	text-align: left;
	}

h2 { 
	font: normal 20pt verdana;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 30px;
	}

h3 { 
	font: bold 12pt verdana;
	color: #333333;
	margin-top: 0px;
	margin-bottom: -10px;
	text-align: left;
	}

hr {
color: #CCCCCC;
}

ul {
	margin-top: 0px;
	}	

li {
	color: #98012e;
	margin-left: -28px;
	list-style-type: square;
	padding-left: 0px;
	margin-top: 10px;
	font: 10pt/14pt verdana; 
	}

#footer p, #footer td { 
	font: 9pt/12pt verdana; 
	color: #FFFFFF;
	margin-top: 0px;
	}

a, a:visited, a:link, a:active { 
	text-decoration: none; 
	color: #98012e;
	}

a:hover { 
	text-decoration: underline;
	color: #98012e;
	}

p.page {
border-top: 1px solid #CCCCCC;
padding-top: 8px;
margin-top: 15px;
}

a.page, a.page:visited, a.page:link, a.page:active { 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	color: #98012e;
	}

a.page:hover { 
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #98012e;
	}

#footer a, #footer a:visited, #footer a:link, #footer a:active { 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
#footer a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
