@CHARSET "ISO-8859-1";

/* HOME */
/* CENTER BOXES */
#home-main{
	width: 852px;
	margin: 0 auto;
	background-color: #444E7F;
	left-align: left;
}
#image-cycle.content-cycle{
	width: 560px;  
	height: 260px; 
	margin-left: 5px;
	overflow: hidden;
}
#image-cycle.home-main-header-banner{
/*	width: 850px;  */
	height: 126px; 
	overflow: hidden;
/*	margin-left: 1px; */
}
#home-main-header-top{
	background-color: #444E7F;
	margin-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #444E7F;
/*	width: 850px;  */
	text-align: right;
	font-size: 11px;
	font-weight:600;
}
#home-main-header-top a{
	color: #FFFFFF;
}
#home-main-header-top a:hover{
	color: #FDB813;
}
#home-main-body{
   background-color: white;
	height: 388px;    
/*	border-left: 1px solid #444E7F;  */
/*	border-right: 1px solid #444E7F; */
   border-bottom: solid 3px white;
}
#home-main-body h1{
	font-size: 15px;
}
#home-main-body p{
	font-size: 10px;
	line-height:12px; 
}

#home-main-body-left{
	width: 153px;  
	background-color:#fbcd79;
	font-family: arial;
	margin-left: 3px;
   float: left;
   height: 100%;
}
#home-main-body-left img{
	display: block;
	margin: 40px auto;
}
	
#home-main-body-right{
   background-image: url(/sites/all/themes/international/images/HomePageBackgroundGraphic_IE.jpg);
   background-repeat: no-repeat;
   background-color: white;
   width: 690px;
/*   border-left: solid 3px white;  */
   margin-left: 3px;
   float: left;
   text-align:left;
   height: 100%;
}
#home-main-body-right-content{
   padding-left: 20px;
}
#home-main-body-right ul.primary{
/*	margin-top: -10px;  */
}

#home-main-body-right td{
	vertical-align: top;
}
#home-main-body-clear{
/*	height: 2px;   */
}

#home-main-menu{
	background-color: white;
/*   margin-left: 1px;  */
	font-size: 0px;      /* this removes the 3px white space below topnav on ie */
}

#home-header-topnav{
	text-align:left;
}

