/* Import the style sheet that resets all browsers. */
@import url("reset.css");

body {
	background: #caf1fa ;
	padding: 0 0 50px 0;
	font: normal normal normal 62.5%/1 Verdana, sans-serif;
	color: #333;
	text-align: center;
}

@media print {
  .noprint { display: none; }
}

a:link, a:visited {
	color: #3186BB;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

ul {
	margin-top: 0px;
	margin-bottom: 30px;
}

h2 {
	font-weight: normal;
	color: #ef3e23;
	font-size: 18px;
	margin: 10px 0px 15px;
}

div#team_discount_div {
	display: none;
}

input.nextBtn {
	float: right;
	color: #1187C7;
	display: block;
	padding: 2px 5px;
	border: 1px solid #e6f1f5;
	margin-top: 10px;
	text-decoration: none;
	background: #fff;
	cursor: pointer;
}


input.nextBtn:hover {
	color: #1187C7;
	border: 1px solid #A6BAC1;
	background: #e6f1f5;
	text-decoration: none;
}

div.alert {
	margin: 20px auto;
	width: 450px;
	background: #fff url(../images/alert_icon.jpg) no-repeat 20px center;
	padding: 10px 20px;
	border: 1px solid #ef3c25;
	position: relative;
	line-height: 1.6em;
}

div.alert p {
	margin: 0px 0px 0px 65px;
	font-size: 11px;
	font-weight: bold;
	width: auto !important;
	padding: 0px;
}

div.error {
	margin: 20px auto;
	width: 570px;
	background: #fff;
	padding: 20px;
	border: 3px solid #a6cedd;
	color: #6f95a3;
	font-size: 14px;
	font-weight: bold;
}

fieldset#intro h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

fieldset#intro p {
	width: 570px;
	margin-top: 5px;
	margin-bottom: 5px;
}

fieldset#intro ul {
	margin-bottom: 5px;
}

fieldset#intro p.attn {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

fieldset#intro p.attn span{
	font-style: italic;
	color: #1187C7;
}

fieldset#intro a.nextBtn {
	font-size: 18px;}

fieldset {
	background: #fff url(../images/header_intro.jpg) no-repeat left top !important;
	padding-top: 200px !important;
	padding-bottom: 15px !important;
}

a.medForm {
	width: 249px;
	height: 73px;
	float: left;
	margin-left: 25px;
}

a.download {
	background-image: url(../images/btn.download.jpg);
}

a.print {
	
	background-image: url(../images/btn.print.jpg);
}

/* @group Classes */

fieldset#intro a.nextBtn,
.nextBtn {
	font-size: 11px;
}

.btn {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.right {
	text-align: right;
}

.left {
	float: left;
}

/* @end */

