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

:link,:visited { text-decoration:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0; padding:0
}
a img,:link img,:visited img { border:none }
form {
	display: inline;
}

p {
	margin-bottom:15px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;
}

body {
	background-image:url(../pix/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-color:#69799D;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#000000;
}

hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	border:0;
}

a {
	color:#5c6e9b;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
	
#fpc {
	margin: auto;
	position:relative;
	width:900px;
	text-align:left;
}
#fpc #flash_header {
	position:relative;
	width:900px;
	height:300px;
}
#fpc .text_box_wrapper {
	position:relative;
	width:900px;
	background-image:url(../pix/main_bg.gif);
	background-repeat:repeat-y;
}
#fpc .text_box_header {
	position:relative;
	width:900px;
	height:72px;
	background-image:url(../pix/main_bg_header.gif);
	background-repeat:no-repeat;
}
#fpc .title_bar {
	position:relative;
	left:40px;
	width:820px;
	height:31px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	line-height:31px;
	padding-top:40px;
	padding-bottom:10px;
}
#fpc .welcome {
	position:relative;
	left:40px;
	width:820px;
	height:40px;
	margin-top:30px;
	margin-bottom:10px;
}
#fpc .text_box{
	position:relative;
	left:40px;
	width: 820px;
	text-align:justify;
}
#fpc #contacts_wrapper {
	position:relative;
	width:820px;
	height:200px;
}
#fpc #contacts_wrapper #contact_type {
	position:absolute;
	top:0px;
	width:50px;
	text-align:right;
}
#fpc #contacts_wrapper #contact_info {
	position:absolute;
	top:0px;
	left:60px;
	width:760px;
	text-align:left;
}
#fpc #menu_wrapper {
	position:relative;
	left:40px;
	top:0px;
	width:820px;
	height:300px;
}
#fpc #menu_wrapper #menu {
	position:absolute;
	left:10px;
	top:60px;
	width:240px;
}
#fpc #menu_wrapper #menu .menu_item {
	position:relative;
	width:229px;
	height:50px;
	background-image:url(../pix/benefits_menu.gif);
	background-position:0px 0px;
	cursor:pointer;
	margin-bottom:1px;
}
#fpc #menu_wrapper #menu .menu_item:hover {
	background-position:0px 50px;
}
#fpc #menu_wrapper #menu .menu_text {
	position:absolute;
	left:10px;
	top:8px;
	width:177px;
	height:21px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:16px;
}
#fpc #menu_wrapper .content_wrapper {
	position:absolute;
	left:290px;
	top:0px;
	width:510px;
}
#fpc #menu_wrapper .item_title {
	position:absolute;
	left:-290px;
	top:0px;
	width:820px;
	height:31px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	line-height:31px;
	text-align:center;
}
#fpc #menu_wrapper .content {
	position:absolute;
	left:0px;
	top:60px;
	height:229px;
	width:510px;
	text-align:justify;
}
#fpc #questions_wrapper {
	position:relative;
	left:40px;
	top:20px;
	width:820px;
	height:341px;
}
#fpc #questions_wrapper #csr {
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:301px;
}
#fpc #questions_wrapper #questions_body {
	position:absolute;
	top:60px;
	left:290px;
	width:250px;
	height:301px;
}
#fpc #questions_wrapper #questions_body h1 {
	font-size:24px;
}
#fpc #questions_wrapper #form {
	position:absolute;
	top:50px;
	left:580px;
	width:240px;
	height:301px;
	color:#6666CC;
	font-size:10px;
}
#fpc #questions_wrapper #form input{
	border:1px INSET #AAA8A5;
	background-color:#F3F1EC;
}
#fpc .text_box_footer {
	position:relative;
	width:900px;
	height:19px;
	background-image:url(../pix/main_bg_footer.gif);
}
#fpc .text_box_spacer {
	position:relative;
	width:900px;
	height:20px;
	background-image:url(../pix/text_box_spacer.gif);
}
#fpc #page_footer_wrapper {
	position:relative;
	width:900px;
	top:30px;
	text-align:center;
	margin:auto
}
#fpc #page_footer_wrapper A:link{
	text-decoration:none;
	color:#2B547E;
}
#fpc #page_footer_wrapper A:hover{
	text-decoration:underline;
	color:#2B547E;
}
#fpc #page_footer_wrapper #main {
	width:700px;
	margin:auto
}
#fpc #page_footer_wrapper #main p{
	color:#2B547E;
	font-size:11px;
}
#fpc #page_footer_wrapper #bbb {
	position:absolute;
	left:778px;
	top:6px;
	width:122px;
	height:50px;
}

.small {
	font-size:9px;
	text-align: center;
}

.small a {
	font-weight:normal
}

