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


#intro{
	float: left;
	width: 960px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.blue_headline{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 36px;
	color: #09F;
	}



#medicare_banner{
	float: left;
	height: 446px;
	width: 960px;
	background-color: #6CC;
	margin-top: 55px;
	background-image: url(../images/medicare_banner.jpg);
	}
	
#inner_gradient_box	{
	float: left;
	height: 446px;
	width: 400px;
	background: #7abcff; /* Old browsers */

background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}
	

#statement {
	color: #ffffff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	float: left;
	height: 223px;
	width: 360px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 20px;
	clear: both;
	}	

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 36px;
}

#birth_box {
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	float: left;
	height: 130px;
	width: 362px;
	background-color: #358dc8;
	margin-left: 20px;
	margin-top: 40px;
}

#birth_box2 {
	color: #ffffff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	float: left;
	height: 60px;
	width: 356px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #358dc8;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.shadow {
  -moz-box-shadow:    1px 2px 2px 0px #2f4c5e;
  -webkit-box-shadow: 1px 2px 2px 0px #2f4c5e;
  box-shadow:         1px 2px 2px 0px #2f4c5e;
}

#main_txt {
	float: left;
	height: auto;
	width: 960px;
	margin-top: 30px;
}

input    {
	width: 130px;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;

}

input[type=button] {
	width: 80px;
	color: #08233e;
	cursor: pointer;
	color: #FFF;
	height: 28px;
	margin-left: 10px;
	background: #f9c667; /* Old browsers */

background: #ffac0a; /* Old browsers */

background: -moz-linear-gradient(top,  #ffac0a 0%, #f18505 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac0a), color-stop(100%,#f18505)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffac0a 0%,#f18505 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac0a', endColorstr='#f18505',GradientType=0 ); /* IE6-9 */
	
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

input[type=button]:hover {
    background-color:rgba(255,204,0,0.8);
}


	
.btn {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid transparent;
	border-radius: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 12px;
	background: #f9c667; /* Old browsers */

background: #ffac0a; /* Old browsers */

background: -moz-linear-gradient(top,  #ffac0a 0%, #f18505 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac0a), color-stop(100%,#f18505)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffac0a 0%,#f18505 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac0a', endColorstr='#f18505',GradientType=0 ); /* IE6-9 */
	
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}




.btn:active,
.open .dropdown-toggle.btn {
	color: #ffffff;
	background-color: #f18300;
	border-color: #be8848;
}


#spacer {
	float: left;
	width: 960px;
	height: 20px;
	}
	
#button_holder{
	height: 60px;
	width: 235px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}	
	




.btn2 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid transparent;
	border-radius: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 12px;
	background: #f9c667; /* Old browsers */

background: rgb(59,103,158); /* Old browsers */
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.btn2:active,
.open .dropdown-toggle.btn {
	color: #ffffff;
	background-color: #0099CC;
	border-color: #663366;
}


#button_holder{
	height: 45px;
	width: 235px;
	margin-right: auto;
	margin-left: auto;
}
