@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/background.gif);
	background-repeat: repeat-x;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:955px;
	height:auto;
	background-image: url(links/container_bg.gif);
	background-repeat: repeat-y;
}

/* HEADER */

.top_bar{
	display:block;
	position:relative;
	width:955px;
	height:20px;
	background-image: url(links/top_bar.gif);
	background-repeat: no-repeat;
}

.header_container{
	display:block;
	position:relative;
	width:955px;
	height:210px;
	margin:2px 0px 0px 0px;
	background-image: url(links/header_bg.gif);
	background-repeat: no-repeat;
}

.header_left{
	display:block;
	position:relative;
	width:241px;
	height:210px;
	float:left;
	margin:0px 0px 0px 28px;
	_margin:0px 0px 0px 14px;
}

.header_left_logo{
	display:block;
	position:relative;
	width:241px;
	height:130px;
	background-color:#EAE2DD;
	margin:0px 0px 0px 0px;
}

.header_left_offer{
	display:block;
	position:relative;
	width:241px;
	height:78px;
	background-color:#444444;
	margin:2px 0px 0px 0px;
	_margin:-1px 0px 0px 0px;
}

.header_right{
	display:block;
	position:relative;
	width:657px;
	height:210px;
	float:right;
	background-color:#666666;
	margin:0px 27px 0px 0px;
	_margin:0px 27px 0px 2px;
}

/* MENU */

.menu{
	display:block;
	position:relative;
	width:900px;
	height:30px;
	background-color:#4B4343;
	margin:2px 0px 0px 28px;
}

.menu_left_container{
	display:block;
	position:relative;
	width:241px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:left;
}

.menu_side_item{
	display:block;
	position:relative;
	width:241px;
	height:23px;
	margin:0px 0px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(links/menu_arrow.gif);
	background-repeat: no-repeat;
}

.menu_side_item_last{
	display:block;
	position:relative;
	width:241px;
	height:23px;
	margin:0px 0px 0px 0px;
	background-image: url(links/menu_arrow.gif);
	background-repeat: no-repeat;
}

/* CONTENT */

.content_container{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	margin:2px 0px 0px 28px;
	background-image: url(links/content_col3_bg.gif);
	background-repeat: repeat-y;
}

.content_container2{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	margin:2px 0px 0px 28px;
	background-image: url(links/content_col2_bg.gif);
	background-repeat: repeat-y;
}

.content_container1{
	display:block;
	position:relative;
	width:900px;
	height:auto;
	margin:2px 0px 0px 28px;
	background-image: url(links/content_col1_bg.gif);
	background-repeat: repeat-y;
}

.content_middle{
	display:block;
	position:relative;
	width:392px;
	height:auto;
	margin:0px 0px 0px 2px;
	padding:10px 10px 10px 10px;
	float:left;
}

.content_middle_long{
	display:block;
	position:relative;
	width:625px;
	height:auto;
	margin:0px 0px 0px 2px;
	padding:10px 10px 10px 10px;
	float:left;
}

.content_right{
	display:block;
	position:relative;
	width:243px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:right;
}

.content_right_header{
	display:block;
	position:relative;
	width:243px;
	height:36px;
	margin:0px 0px 0px 0px;
	background-color:#ED1D8F;
}

/* SIGNOFF */

.signoff_bar{
	display:block;
	position:relative;
	width:900px;
	height:32px;
	margin:0px 0px 0px 0px;
	clear:both;
	background-image: url(links/signoffbar_bg.gif);
	background-repeat: repeat-x;
}

.copyright_bar{
	display:block;
	position:relative;
	width:900px;
	height:20px;
	background-color:#665C5C;
	margin:2px 0px 0px 28px;
}

/* FONTS */

body h1{
	font-size:1.1em;
	color:#ED1D8F;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}
	
body h2{
	font-size:1.1em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	line-height:36px;
	}

	
body h3{
	font-size:1.5em;
	color:#ec118f;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	line-height:36px;
	}
	
body h4{
	font-size:0.9em;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}
	
.body_copy{
	font-size:0.73em;
	color:#413B37;
	margin:0px 0px 0px 0px;
	}
	
.body_white{
	font-size:0.73em;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	}

.body_copy a {
	color:#413B37;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}

.body_copy a:hover {
	color:#ED1D8F;
	}	
	
.body_copy_white{
	font-size:0.8em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	}
	
.body_copy_news{
	font-size:0.73em;
	color:#000000;
	margin:10px 10px 0px 10px;
	}
	
.body_signoff{
	font-size:0.6em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	line-height:20px;
	}
	
.body_bottom{
	font-size:0.6em;
	color:#413B37;
	margin:0px 0px 0px 10px;
	line-height:32px;
	}
	
/* BUTTONS */
	
.a_side, .a_side:hover {
	font-weight:normal;
	color:#7D7070;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 40px;
	font-size:0.65em;
	line-height:23px;
	}
	
.a_side:hover {
	color:#413B37;
	}
	
.a_news, .a_news:hover {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	}
	
.a_news:hover {
	color:#ED1D8F;
	}
	
.a_menu, .a_menu:hover {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}
	
.a_menu:hover {
	color:#ED1D8F;
	}
	
.a_menubottom, .a_menubottom:hover {
	font-weight:normal;
	color:#413B37;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}
	
.a_menubottom:hover {
	color:#ED1D8F;
	}
	
.a_offer, .a_offer:hover {
	font-weight:normal;
	color:#ec118f;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}
	
.a_offer:hover {
	color:#ffffff;
	}
	
	/* ADAMS BODY BUTTON */
	
.abody, .abody:hover {
	color:#413B37;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	}
	
.abody:hover {
	color:#ED1D8F;
	}
	
	
/* IFRAME */

div#lnks    { 
	float:left; 
	width:100px; 
	margin:20px 0px 0px 0px ;
	}

div#lnks ul { 
	margin:0; 
	padding:0; 
	list-style:none 
	}

div#lnks ul li { 
	margin:0 0 .5em 0; 
	}

div.iframe   { 
	margin-left:0px;  
	}

iframe#ifrm { 
  padding:0px 10px 10px 0px;
  }
  
div#footer { 
  margin:2em 0 0 110px; 
  padding:10px 0 0 34px;
  width:440px;
  border-top:1px dashed #666
  }
  
  
  /* LOGIN */

.input {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #413B37;
	background-color: #ffffff;
	border: 1px solid #413B37;
	padding: 2px;

}

.select {
	background-color: #FFFFFF;
	border: 1px solid #413B37;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #413B37;
	padding:0px 0px 0px 0px;
	margin-top:-10px;
}

.select_button {
	background-color: #F5ACCC;
	border: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #413B37;
	padding:0px 0px 0px 0px;
	margin-top:-10px;
}

file{
	background-color: #FFFFFF;
	border: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #413B37;
	padding:0px 0px 0px 0px;
	margin-top:-10px;
}

/* POPOUT MENU */

#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid #ffffff;
	font-size:0.65em;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 0px;
	color: #666666;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #ffffff;
}