@import url(iatl_nav_style.css);
body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#container{
	width:982px;
}
#shadow_left{	
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
	width:11px;
	height:100%;
	border-right:1px solid #144e4e;
}
#shadow_right{
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
	width:11px;
	height:100%;
	border-left:1px solid #144e4e;
}
#shadow_bottom{
	background-image:url(../images/shadow_bottom.gif);
	background-repeat:repeat-x;
	width:960px;
	height:12px;
}
#map_header{
	/*background-image:url(../images/iatl_header_right.gif);
	background-repeat:no-repeat;*/
	width:322px;	
}
/*#map_header{
	background-image:url(../images/map_header.gif);
	background-repeat:no-repeat;
	width:640px;	
}*/
#client_portal{
	position:relative;
	left:40px;
	vertical-align:middle;
}
/*#client_portal{
	position:relative;
	left:340px;
	vertical-align:middle;
}*/
#main_content_home{
	border-top:3px solid #339999;
	border-bottom:3px solid #339999;
	line-height:18px;
	height:300px;
}
#main_content_sub{
	border-bottom:3px solid #339999;
	line-height:18px;
}
#content{
	padding:12px;
	vertical-align:top;
}
#home_left, #home_middle, #home_right{
	width:320px;
	height:250px; /* MAKE SURE THE PHP CODE TO LIMIT THE NUMBER OF CHARACTERS TO APPEAR IN THESE BOXES MATCHES WITH THE HEIGHT */
	vertical-align:top;
	padding:12px;
}
#home_left{	
	background-color:#FFF;
}
#home_middle{
	background-color:#ececec;
}
#home_right{
	background-color:#f2f2f2;
}
#right_col{
	background-color:#f2f2f2;
	width:320px;
	padding:12px;
	float:right;
	margin-top:0px;
}
#content_left{
	width:320px;
	vertical-align:top;
	padding:12px;
}
#content_right{
	width:676px; /* SINCE 1 LESS COLUMN THAN HOME PAGE, ADD 3 PADDINGS WORTH TO 320 + 320 */
	vertical-align:top;
	padding:12px;
}
#breadcrumb{	
	padding:0;
	/*margin-top:-8px;*/
        margin:10px 0 0 12px;
	font-size:10px;
	color:#747474;
}
	#breadcrumb a{
		color:#747474;
	}

#footer{
	background-image:url(../images/footer_bar.gif);
	background-repeat:repeat-x;
	height:36px;
	width:960px;
	color:#f2f2f2;
	font-size:11px;
	border-bottom:1px solid #144e4e;
	padding:0 12px 0 12px;
}
	#footer a{
		color:#f2f2f2;
		text-decoration:underline;
	}	
	#footer a:hover{
		text-decoration:none;
	}	
#website_author, #website_author a{
	color:#3f3f3f;
	font-size:11px;
	text-align:right;
	text-decoration:none;
}


/*******************************************************************************
***************************** CONTENT STYLES ***********************************
*******************************************************************************/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	padding:0 0 0 0;
/*	color:#144e4e;*/
	color:#9b3f39;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	padding:0 0 0 0;
	color:#144e4e;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	padding:0 0 0 0;
	color:#000;
}
hr{
	background-color:#329798;
	height:2px;
	line-height:2px;
	color:#329798;
	width:90%;
	border-style: none;
}

#content li, #home_left li, #home_middle li, #home_right li{
	list-style-type:none;	
	background-image:url(../images/bullet.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	padding: 0 0 0 16px;
	margin:0 0 0 -30px;
	
	/*list-style-image:url(../images/bullet.gif);
	margin-top:4px;	*/
}
#content li li, #home_left li li, #home_middle li li, #home_right li li{
	background-image:url(../images/sub_bullet.gif);
	background-position: 0px -5px;
	background-repeat:no-repeat;
	padding: 0 0 0 14px;
	margin:0 0 0 -32px;
	
	/*list-style-image:url(../images/sub_bullet.gif);	
	margin-left:-20px;
	margin-top:0;
	padding:0;*/
}
.newsbyte{
	padding:0 0 4px 0;
}
.newsbyte_day{
	margin:0 0 0 10px;
	font-weight:bold;
}
.shipping_logo_padding{
	padding:10px 0 10px 0;
	text-align:center;
}

a:link, a:hover, a:visited{
	color:#9b3f39;
}
a:link, a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.padding_bottom{
	padding:0 0 10px 0;
}
#printer_friendly{
	/*margin:6px 0 0 0; ALIGNS WITH TOP OF VINE*/
	margin:14px 0 0 0;
	float:right;
}
/*******************************************************************************
***************************** FORM STYLES ***********************************
*******************************************************************************/
.required{
	background-color:#cae4e4;
}
.form_align_left{
	vertical-align:top;
	text-align:left;
}
.form_align_right{
	vertical-align:top;
	text-align:right;
}