@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757
}
#container {
	padding-top:20px;
	width:551px;
	margin:auto
}
.head {
	background:url(gfx/head.png);
	background-repeat: no-repeat;
	width:551px;
	height:210px
}
.content {
	background:url(gfx/head.png);
	background-repeat: no-repeat;
}
.content table {
	margin:auto
}
.content table tr td a img {
	margin-top:40px
}
.foot p {
	color:#000
}

.input_fields {
	border-color: #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-radius: 3px 3px 3px 3px;
	border-right: 1px solid #CDCDCD;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin-right: 3px;
	padding: 2px 2px 2px 5px;
	width: 220px;
}

.normal-select {
    width: 230px;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 11px;
    height: 24px;
    line-height: 18px;
    margin-right: 3px;
    padding: 2px 2px 2px 5px;
}

#nav-bar a {
	width: 25px;
	height: 22px;
	float: left;
	text-align: center;
	text-decoration:none;
}

#nav-bar a.home {
	width: 100px;
	font-size: 16px;
}

#nav-bar a {
	cursor: pointer;
	color: black;
	position: relative;
	border: 1px solid #CBCBCB;
	padding: 0 7px;
	height: 22px;
	background: #D1D1D1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#C3C3C3));
	background: -moz-linear-gradient(#F2F2F2, #C3C3C3);
	background: linear-gradient(#F2F2F2, #C3C3C3);
	-pie-background: linear-gradient(#f2f2f2, #c3c3c3);
	border-image: initial;
}

#nav-bar a.home {
}
#nav-bar a.left {
	font-size:16px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#nav-bar a.right {
	font-size:16px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

button.big-button {
	padding: 0;
	width: 300px;
}

button.big-button span span {
	display: block;
	height: 23px;
	background: #fdf3a0;
	color: #000;
	padding: 0 29px;
	line-height: 24px;

	font-size: 14px;
	text-transform: none;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.big-button {
	display: block;
	height: 45px;
	line-height: 18px;
	border: 1px solid #f0e053;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	background: #f9e451;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef6aa), to(#f8e116));
	background: -moz-linear-gradient(#fef6aa, #f8e116);
	background: linear-gradient(#fef6aa, #f8e116);
	-pie-background: linear-gradient(#fef6aa, #f8e116);
}

.big-button span {
	display: block;
	height: 23px;
	background: #fdf3a0;
	color: #000;

	font-size: 15px;
	text-transform: uppercase;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.big-button span span {
	height: 45px;
	padding: 0;
	background: transparent;
}



.big-button-insurance {
	width: 220px;
}

.insurance_link {
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
