@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/background.jpg);
	background-repeat: repeat-x;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:900px;
	height:auto;
}

/* HEADER */

.header{
	display:block;
	position:relative;
	width:900px;
	height:136px;
}

/* MENU */

.menu{
	display:block;
	position:relative;
	width:900px;
	height:35;
	background-image: url(links/menu.jpg);
	background-repeat: no-repeat;
}

/* IMAGE */

.flash_animation{
	display:block;
	position:relative;
	width:900px;
	height:183px;
	margin:8px 0px 0px 0px;
	background-color:#69574E;
}

.strip{
	display:block;
	position:relative;
	width:900px;
	height:20px;
	margin:8px 0px 0px 0px;
	background-color: #CCCCCC;
}

/* CONTENT */

.content_container{
	display:block;
	position:relative;
	width:900px;
	margin:8px 0px 0px 0px;
	background-repeat: repeat-y;
	background-color: #e6e7e8;
}

.content_left{
	display:block;
	position:relative;
	width:900;
	height:auto;
	float:left;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	background-color: #e6e7e8;
	visibility: visible;
}

.content_right{
	display:block;
	position:relative;
	width:261px;
	height:auto;
	float:right;
	background-color: #e6e7e8;
}

.clear{
	display:block;
	position:relative;
	width:900px;
	height:8px;
	clear:both;
	background-image: url(links/content_bottom.gif);
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
	_margin:0px 0px -10px 0px;
}

.top_content_pic{
	display:block;
	position:relative;
	width:900px;
	height:8px;
	background-image: url(links/content_top.gif);
	background-repeat: no-repeat;
}

.right_header_block{
	display:block;
	position:relative;
	width:260px;
	height:22px;
	background-color:#e6e7e8;
	_margin:-18px 0px 0px 0px;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.right_image{
	display:block;
	position:relative;
	width:136px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:left;
}

.right_text{
	display:block;
	position:relative;
	width:110px;
	height:auto;
	margin:0px 3px 0px 0px;
	float:right;
}

.strip_pink{
	display:block;
	position:relative;
	width:900px;
	height:39px;
	margin:8px 0px 0px 0px;
	background-color:#999999;
}

.signoff{
	display:block;
	position:relative;
	width:900px;
	height:114px;
	margin:0px 0px 0px 0px;
	background-image: url(links/bottom_signoff.gif);
	background-repeat: no-repeat;
}

/* FONTS */
	
.body_copy{
	font-size:0.9em;
	color:#352F2E;
	text-align: justify;
	}
	
.body_copy_intro{
	font-size:0.9em;
	color:#352F2E;
	text-align: justify;
	}
	
.body_copy_side{
	font-size:0.70em;
	color:#352F2E;
	margin:10px 10px 0px 10px;
	text-align: justify;
	}
	
h1 {
	font-size:1.2em;
	color:#7E7775;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	}
	
.body_copy_white{
	font-size:0.7em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	paddng: 0px 0px 0px 0px;
	line-height:22px;
	}
	
.body_copy_white_signoff{
	font-size:0.7em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	paddng: 0px 0px 0px 0px;
	}
	
.body_copy_white_med{
	font-size:0.73em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	paddng: 0px 0px 0px 0px;
	}

/* LINKS */

.a, .a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.a:hover {
	color:#352F2E;
	}
	
.a2, .a2:hover {
	font-weight:bold;
	color:#352F2E;
	text-decoration:none;
	}
	
.a2:hover {
	color:#7E7775;
	}
	






/* FIXES */

html>body .search{ /*FireFux*/
	margin:0px 0px 0px 690px;
	padding:62px 0px 0px 0px;
}

html/**/body .search { /*(IE)*/
	margin:62px 0px 0px 690px;
	padding:0px 0px 0px 0px;
}


	
/* LOGIN */

input {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border: 0px solid #b6b6b6;
	padding: 0px 0px 0px 4px;
	background-image: url(images/searchbg.jpg);
	background-repeat: repeat-x;
}

select {
	background-color: #b6b6b6;
	border: 0px solid #b6b6b6;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:-10px 0px 0px 0px;
}

