@charset "utf-8";
/* ===================================
	ISC East expoEA$E- Reed Exhibitions
	Specialist:Milton M. Montaque II
	Date:August 18, 2009
	Version:1.0
   =================================== */
@import url(reset.css);
body{
	background-color:#4f84c4;
	margin: 30px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545454;
}
/***************
Global
***************/
p{
	line-height:20px;
	margin:0;
	padding:0 0 10px 0;
}
p, li{
	font-size:12px;
}
#content a, content a:visited{
	color:#F15C22;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover{
	text-decoration: none;
	color: #F15C22;
}
ul{
    list-style:disc;
}
ol{
	list-style:decimal;
}
ul, ol{
    margin: 0 0 10px;
    padding:0 10px 5px 10px;
}
ul li, ol li{
    margin:0 0 0 20px;
    padding:0 0 5px 0;
    line-height:18px;
}
h1 {
	color:#009AC7;
	font-size:20px !important;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:8px;
}
h2{
	color:#8dc63f;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:8px;
}
h3{
	color:#fbaf34;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:8px;
}
.f_left{
	float:left;
	clear:left;
	width: 357px;
}
.f_right{
	float:right;
	clear:right;
	width: 357px;
}
.clear{clear:both;}
/***************
Container
***************/
#container{
	width:778px;
	margin: 0 auto;
}
/***************
Header
***************/
#header{
	background:url(header.jpg) no-repeat;
	height:140px;/*179*/
}
#header img.logo{
	float:left;
	margin:12px 0 0 50px;
}

#header img.logo2{
	float:right;
	margin:110px 0 0 0px;
	vertical-align: bottom;
}
/***************
Content
***************/
#content{
	background-color: #FFF;
	padding:20px;
}
.callout_l{
	float:left;
	clear:left;
}
.callout_r{
	float:right;
	clear:right;
}
.callout_l, .callout_r{
	background: #ebebeb url(box_bg.gif) scroll repeat-x ;
	width: 343px;
	padding: 10px 7px;
	border: 1px solid #e2dedf;
}
.callout_l p, .callout_r p{
	line-height:18px;
}
.callout_l ul li, .callout_l ol li, .callout_r ul li, .callout_r ol li{
	margin:0 0 0 15px;
	line-height:15px;
}
.callout_l h1, .callout_r h1{
	font-size:16px;
	color:#545454;
	font-weight:bold;
	line-height:18px;
	padding-top:5px;
}
.callout_l img.icon, .callout_r img.icon{
	float:left;
	clear:left;
	margin:0 2px 2px 0;
}

/***************
Footer
***************/
#footer{
	background-image: url(footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding:30px 0 0 20px;
	font-weight:bold;
}
