@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* DEFAULT LINKS */ 

a:link,
a:visited,
a:hover,
a:active {
	color:#5266a7;
	text-decoration:underline;
	/* outline:none; */
}
:focus {
  /* -moz-outline-style: none; */
}

a img {
	border:0px none;
}

/* ********************************************************************************************* */
/* PLAIN LINKS */

.orange_giant_link:link,
.orange_giant_link:visited,
.orange_giant_link:hover,
.orange_giant_link:active {
	color:#ff4907;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

.blue_giant_link:link,
.blue_giant_link:visited,
.blue_giant_link:hover,
.blue_giant_link:active {
	color:#5266a7;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.blue_large_link:link,
.blue_large_link:visited,
.blue_large_link:hover,
.blue_large_link:active {
	color:#5266a7;
	font-size:16px;
	text-decoration:underline;
}
.blue_bold_link:link,
.blue_bold_link:visited,
.blue_bold_link:hover,
.blue_bold_link:active {
	color:#5266a7;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.white_small_link:link,
.white_small_link:visited,
.white_small_link:hover,
.white_small_link:active {
	color:#ffffff;
	font-size:13px;
}

.blue_small_link:link,
.blue_small_link:visited,
.blue_small_link:hover,
.blue_small_link:active {
	color:#5266a7;
	font-size:13px;
	text-decoration:underline;
}



/* ********************************************************************************************* */
/* TINY LINKS */ 	

.orange_tiny_link:link,
.orange_tiny_link:visited,
.orange_tiny_link:hover,
.orange_tiny_link:active {
	color:#ff4907;
	font-size:11px;
	text-decoration:none;
}

.grey_tiny_link:link,
.grey_tiny_link:visited,
.grey_tiny_link:hover,
.grey_tiny_link:active {
	color:#b8b8b8;
	font-size:11px;
	text-decoration:underline;
}

.blue_tiny_link:link,
.blue_tiny_link:visited,
.blue_tiny_link:hover,
.blue_tiny_link:active {
	color:#5266a7;
	font-size:11px;
	text-decoration:underline;
}

/* ********************************************************************************************* */
/* HEADER TABS */ 

.header_link:link,
.header_link:visited,
.header_link:hover,
.header_link:active {
	color:#5266a7;
}
.header_link_selected:link,
.header_link_selected:visited,
.header_link_selected:hover,
.header_link_selected:active {
	color:#ffffff;
}


/* ********************************************************************************************* */
/* STEPS */

.step_on:link,
.step_on:visited,
.step_on:hover,
.step_on:active {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
	padding-left:6px;
	color:#ffffff;
	background-color:#5266a7;
}
.step_off:link,
.step_off:visited,
.step_off:hover,
.step_off:active {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
	padding-left:6px;
	color:#5266a7;
}

.next_step {
	text-align:center;
	padding-top:15px;
	clear:both;
}

/* ********************************************************************************************* */
/* BUTTON LINS */

.button_link:link,
.button_link:visited,
.button_link:hover,
.button_link:active {
	border:1px solid #b8b8b8;	
	height:25px;
	display:inline-block;
	width:auto;
	font-weight:bold;
	font-size:19px;
	color:#5266a7;
	background-image:url(../images/forms/gradient-large.jpg);
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}

.button_link_enroll:link,
.button_link_enroll:visited,
.button_link_enroll:hover,
.button_link_enroll:active {
	border:1px solid #b8b8b8;	
	height:25px;
	display:inline-block;
	width:auto;
	font-weight:bold;
	font-size:19px;
	color:#5266a7;
	background-image:url(../images/forms/gradient-large.jpg);
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;	
}

