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

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

h1 {
	font-size:18px;
	color:#ED1B24;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:12px;
}

a {
	color:#ED1B24;
}

a:hover {
	color:#666;
}

img {
	border:none;
}

#container {
	position:relative;
	width:96%;
	height:200px;
	top:0px;
	margin:0;
	padding:0;
	background-color:#FFF;
}

#navigation {
	position:absolute;
	top:0px;
	right:0px;
	width:426px;
	height:20px;
	text-align:right;
}

#navigation ul {	
	margin:0;
	padding:0;
	}
	
#navigation ul li {
	width:84px;
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	text-align:center;
	}

#navigation a {	
	display:block;
	width:80px;
	height:20px;
	background-color:#ED1B24;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:18px;
	border-color:#999;
	border-style:solid;
	border-width:1px;
}

#navigation a:hover {	
	width:80px;
	height:20px;
	background-color:#FFF;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-color:#ED1B24;
	border-style:solid;
	border-width:1px;
}

#flash-wrapper {
	position:absolute;
	top:6px;
	left:0px;
	width:210px;
	height:420px;
	background-color:#ED1B24;
}

#flash-animation {
	position:absolute;
	top:12px;
	left:0px;
	width:200px;
	height:396px;
	background-color:#ED1B24;	
}

#banner {
	position:absolute;
	top:40px;
	left:160px;
	right:0px;
	height:120px;
	background-color:#FFF;
	border-color:#ED1B24;
	border-style:solid;
	border-width:1px;
	z-index:2;
}

#banner-logo {
	position:absolute;
	top:10px;
	left:70px;
	width:233px;
	height:98px;
	background-color:#FFF;	
}

#banner-fsa {
	position:absolute;
	top:24px;
	right:10px;
	width:168px;
	height:70px;
	background-color:#E5D7CF;
	font-size:10px;
	color:#333;
	text-align:center;
}

#banner-fsa a {
	color:#333;
	text-decoration:none;
}

#banner-fsa a:hover {
	color:#ED1B24;
}

#content {
	position:absolute;
	top:190px;
	left:240px;
	right:20px;
	background-color:#FFF;
	color:#333;
}

#quote-me {
	margin-left:auto;
	margin-right:auto;
	width:364px;
	height:100px;
	text-align:center;
}

#quote-me-left {
	float:left;
	width:180px;
	height:100px;
	border-color:#ED1B24;
	border-style:solid;
	border-width:1px;
}

#quote-me-right {
	float:right;
	width:180px;
	height:100px;
	border-color:#ED1B24;
	border-style:solid;
	border-width:1px;
	border-left:none;
	text-align:center;
}

#tail {
	width:auto;
	font-size:10px;
	color:#999;
	padding:0;
	border-top-color:#ED1B24;
	border-top-style:solid;
	border-top-width:1px;
	text-align:center;
}

.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:4px;
	padding:0;
}

.red-emphasis {
	font-size:11px;
	color:#ED1B24;
}
	

	
