@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Common to all layouts */

.big_button {

	border: 1px solid #AAAAAA;
	width: 200px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android â‰¤1.6 */
			border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

	/* to keep a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2fcbff), to(#0099cc)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #2fcbff, #0099cc); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #2fcbff, #0099cc); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #2fcbff, #0099cc); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #2fcbff, #0099cc);

	overflow: auto;
}

.input_box {
	border: 1px solid #AAAAAA;
	padding: 6px;

}

input[type=submit]  {
	display: inline-block;
	padding: 10px;
	padding-right: 13px;
	padding-left: 24px;
	background-color: #41AFA5;
	background-image: url(../images/arrow_white_right.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	border: 0;
}

input[type=submit]:hover {
	background-color: #225B56;
}

input.error {
	border: 2px solid #BB0000;
}

select.error {
	border: 2px solid #BB0000;
}

textarea.error {
	border: 2px solid #BB0000;
}


.menu_entry {
	clear: both;
	height: 86px;
	cursor: pointer;
	border: 2px solid #FFFFFF;

	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android â‰¤1.6 */
			border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}

.drop_flip_on {
	border: 2px solid #990099;

	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android â‰¤1.6 */
			border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
}

.menu_icon {
	float: left;
	width: 30%;
}

.menu_text {
	float: left;
	width: 65%;
	padding-top:10px;
}

#drop_panel {

	border: 1px solid #AAAAAA; 

	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android â‰¤1.6 */
			border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 15px; 
	padding-bottom: 15px; 

	margin-bottom: 15px;

	display: none;

}

#home_search_form {
	text-align: center;
}

.input {
	border: 1px solid #BBBBBB;
	padding: 5px;
}


/* ###################################################################################### */

				/*      SPECIAL HOME PAGE MEDIA QUERIES      */

/* ###################################################################################### */



/*###########################################################*/
/*###################   PHONE    ############################*/
/*###########################################################*/


#home_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#article_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg4.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_top_2024_3-col {
	display: block;
	width: 100%;
	margin-top: 1px;
	/*background-image: url(../images/home_bg3.jpg);
	background-position: center center;
	background-size: 100%;
	height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_showcase_3-col{
	width: 100%;
	margin-top: 10px;
}

/*###########################################################*/

.home_showcase_col {
	
	background-color: #FFFFFF;
	overflow: auto;
}

#home_showcase_col1 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #006C68;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#home_showcase_col2 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}

#home_showcase_col3 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #8C4600;
	margin-right: auto;
	margin-left: auto;

}

/*###########################################################*/

.home_showcase_col_hdr {
	width: 342px;
	height: 20px;
	padding: 5px 4px 2px 4px;
	font-family: "Franklin Gothic Medium";
	font-size: 0.80em;
	color: #FFFFFF;
	overflow: auto;
}

#home_showcase_col1_hdr {
	background-color: #006C68;
}

#home_showcase_col2_hdr {
	background-color: #333333;
}

#home_showcase_col3_hdr {
	background-color: #8C4600;
}

/*###########################################################*/

.home_showcase_col_title {
	background-repeat: no-repeat;
	font-family: "Century Gothic Bold";
	font-size: 1.4em;
	overflow: auto;
}

#home_showcase_col1_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col1_photo.jpg');
	color: #006C68;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col2_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col2_photo.jpg');
	color: #333333;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col3_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col3_photo.jpg');
	color: #8C4600;
	padding: 69px 4px 0px 4px;
	background-position: 0px 0px;
}

/*###########################################################*/

.home_showcase_col_body {
	
}

#home_showcase_col1_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;
}

#home_showcase_col2_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;
}

#home_showcase_col3_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;
}

/*###########################################################*/
/*#################     TABLET    ###########################*/
/*###########################################################*/

@media only screen and (min-width: 795px) {


#home_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#article_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg4.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_top_2024_3-col {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg3.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_showcase_3-col{
	width: 739px;   /* 350 + 350 + 4 + 35  */
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}

#home_showcase_2-col{
	width: 739px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}

/*###########################################################*/

.home_showcase_col {
	
	background-color: #FFFFFF;
	overflow: auto;
}

#home_showcase_col1 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #006C68;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 0px;

}

#home_showcase_col2 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #333333;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;

}

#home_showcase_col3 {
	clear:both;
	width: 737px;
	min-height: 150px;
	border: 1px solid #8C4600;
	margin-left: auto;
	margin-right: auto;
}

/*###########################################################*/

.home_showcase_col_hdr {

	padding: 5px 4px 2px 4px;
	font-family: "Franklin Gothic Medium";
	font-size: 0.80em;
	color: #FFFFFF;
	overflow: auto;
}

#home_showcase_col1_hdr {
	width: 342px;
	height: 20px;
	background-color: #006C68;
}

#home_showcase_col2_hdr {
	width: 342px;
	height: 20px;
	background-color: #333333;
}

#home_showcase_col3_hdr {
	background-color: #8C4600;
	width: 729px;
	height: 20px;
}

/*###########################################################*/

.home_showcase_col_title {
	background-repeat: no-repeat;
	font-family: "Century Gothic Bold";
	font-size: 1.4em;
	overflow: auto;

}

#home_showcase_col1_title {
	background-image: url('../images/home_showcase_col1_photo.jpg');
	color: #006C68;
	width: 342px;
	height: 28px;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col2_title {
	background-image: url('../images/home_showcase_col2_photo.jpg');
	color: #333333;
	width: 342px;
	height: 28px;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col3_title {
	background-image: url('../images/home_showcase_col3_photo_tablet.jpg');
	background-position:  0px -75px;
	color: #FFFFFF;
	width: 342px;
	height: 150px;
	padding: 5px 4px 0px 4px;
	float: left;
}

/*###########################################################*/

.home_showcase_col_body {
	
	
}

#home_showcase_col1_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;

}

#home_showcase_col2_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;

}

#home_showcase_col3_body {
	padding: 20px 15px 2px 30px;
	width: 300px;
	height: 120px;
	float: left;

}

/*###########################################################*/



} /* end tablet media query for home page showcase */

/*###########################################################*/
/*#####################    DESKTOP    #######################*/
/*###########################################################*/

@media only screen and (min-width: 1175px) {

#home_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#article_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg4.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_top_2024_3-col {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg3.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: auto;
}

#home_showcase_3-col{
	width: 1126px;   /* 350 + 350 + 350 + 6 + 70   */
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}

#home_showcase_2-col{
	width: auto;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*###########################################################*/

.home_showcase_col {
	
	background-color: #FFFFFF;
	float: left;
	overflow: auto;

}

#home_showcase_col1 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #006C68;
	margin-right: 35px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#home_showcase_col2 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #333333;
	margin-right: 35px;
	margin-left: 0px;
	margin-bottom: 0px;

}

#home_showcase_col3 {
	width: 350px;
	min-height: 235px;
	border: 1px solid #8C4600;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	clear: none;
}

/*###########################################################*/

.home_showcase_col_hdr {

	padding: 5px 4px 2px 4px;
	font-family: "Franklin Gothic Medium";
	font-size: 0.80em;
	color: #FFFFFF;
	overflow: auto;
}

#home_showcase_col1_hdr {
	width: 342px;
	height: 20px;
	background-color: #006C68;
}

#home_showcase_col2_hdr {
	width: 342px;
	height: 20px;
	background-color: #333333;
}

#home_showcase_col3_hdr {
	width: 342px;
	height: 20px;
	background-color: #8C4600;
}

/*###########################################################*/

.home_showcase_col_title {
	background-repeat: no-repeat;
	font-family: "Century Gothic Bold";
	font-size: 1.4em;
	overflow: auto;
}

#home_showcase_col1_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col1_photo.jpg');
	color: #006C68;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col2_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col2_photo.jpg');
	color: #333333;
	padding: 69px 4px 0px 4px;
}

#home_showcase_col3_title {
	width: 342px;
	height: 28px;
	background-image: url('../images/home_showcase_col3_photo.jpg');
	color: #8C4600;
	padding: 69px 4px 0px 4px;
	float: none;
	background-position: 0px 0px;
}

/*###########################################################  ---- COL BODY ---*/

.home_showcase_col_body {
	
	
}

#home_showcase_col1_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;

}

#home_showcase_col2_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;

}

#home_showcase_col3_body {
	padding: 0px 4px 2px 4px;
	width: 342px;
	height: 120px;
	float: none;

}

/*###########################################################*/
/*###########################################################*/
/*###########################################################*/


} /* end desktop media query for home page showcase */








/*##############################################################################################*/
/*##################################       #####################################################*/
/*##################################  ####  ####################################################*/
/*##################################  ####  ####################################################*/
/*##################################       #####################################################*/
/*##################################  ##########################################################*/
/*##################################  ##########################################################*/
/*##############################################################################################*/



/* Mobile Layout: 480px and below. */
  
#header {
  	overflow: auto;
}



#header_container {
	padding-top: 0px;
	padding-bottom: 10px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#header_green {
	background-color: #6BD3C7;
	height: 190px;

	/* to keep a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6BD3C7), to(#2E9F91)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #6BD3C7, #2E9F91); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #6BD3C7, #2E9F91); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #6BD3C7, #2E9F91); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #6BD3C7, #2E9F91);

}

#header_logo {
	width: 100%;
	margin-left: 0px;
	padding-top: 15px;
	text-align: center;
}

#header_right {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

#header_tagline {
	width: 100%;
	text-align: center;
}

#header_phone {
	text-align: center;
	margin-right: 0px;
	width: 100%;
}

#header_login {
	display: none;
}

#header_login:hover {

}

#header_login_container {

}

#top_nav_container {
	display: none;
}

#top_nav {

	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 6px;
	height: 30px;
	background-color:#000000;
	
}

#secondary_nav {
	display: none;
}

.nav_link {
	float: left;
	margin-right: 30px;
	font-family: "Century Gothic", sans-serif;
	/*font-size: 0.85em;*/
	font-size: 13.6px;
	color: #FFFFFF;
}

#phone_nav {
	width: 100%;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
}

.phone_nav_select {
	color: #555555;
	font-family: "Century Gothic", sans-serif;
}

#movie1 {
	width:350px;
	height:250px;
}


/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/

.note_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F8F8F8;
}

.spec_table_row { 
	padding-top: 10px; 
	border-top: 1px solid #BBBBBB;
	clear: both;
	overflow: auto;
}

.spec_table_col1 {
	width: 38%; 
	padding-right: 2%; 
	float:left;
}

.spec_table_col2 {
	width: 49%; 
	float:left;
}

.three-col-col1 {

	width: 100%;
	padding-bottom: 30px;

}

.three-col-col2 {

	width: 100%;
	padding-bottom: 30px;
	
}

.three-col-col3 {
	width: 100%;
	padding-bottom: 30px;
}

.row {
	clear: both;
	overflow: auto;
}

.cell_1 {
	width: 100%;
	padding-right: 0%;
}

.cell_2 {
	width: 100%;
}

.hiw_row {
	clear: both;
	overflow: auto;
}

.hiw_cell_1 {
	width: 100%;
	padding-right: 0%;
}

.hiw_cell_2 {
	width: 100%;
}

#services_top {
	display: none;
}

#myradalink_top {
	display: none;
}

#kickstart_top {
	clear:both;
	overflow: auto;
	display: block;
	width: 100%;
	margin-top: 1px;
	background-color: #50443A;
	background-image: url(../images/kickstart_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2067px 720px;
/*	background-size: 2325px 810px;*/
	height: 700px;
	padding-top: 10px;
}

#kickstart_top_box {
	width: 400px;
	text-align:left;	

}

#program_top {
	display: none;
}


#home_top {
	display: none;
}

#home_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
/*		background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	height: 185px;
	overflow: auto;
	padding-top: 15px;*/
}

#home_top_2024_3-col {
	display: block;
	width: 100%;
	margin-top: 1px;
/*		background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	height: 185px;
	overflow: auto;
	padding-top: 15px;*/
}

#body_container {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.body_width {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.sub-head_title {

	width: 96%;
	padding: 10px 2% 10px 2%;
	overflow: auto;
	background-color: #13796E;
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: "Franklin Gothic Medium";
	margin: 20px 0px 10px 0px;
	clear: both;
	text-align: center;

}

.sub-head_details {

	padding: 20px 5% 20px 5%;
	width: 95%;
	min-height: 220px;
	overflow: auto;

}

.sub-head_L {

		float: left;
		width: 100%;
		text-align: center;
		overflow: auto;
		padding-bottom: 15px;

}

.sub-head_R {

		width: 80%;
		text-align: left;
		padding-left: 10%;
		padding-right: 10%
		overflow: auto;

}

#row1col1 {
	width: 100%;
	padding-top: 20px;
	float: left;

}

#row1col2 {
	width: 100%;
	padding-top: 20px;
	float: left;
}

#row2col1 {
	width: 100%;
	float: left;

}

#row2col2 {
	width: 100%;
	float: left;

}

#row3col1 {
	width: 100%;
	float: left;

}

#row3col2 {
	width: 100%;
	float: left;

}

#row2col1_home_img {
	width: 100%;
	float: left;

}

#row2col1_home_text {
	width: 100%;
	float: left;
	margin-bottom: 20px;

}


.button {
	display: inline-block;
	padding: 10px;
	padding-right: 13px;
	background-color: #41AFA5;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

.button:hover {
	background-color: #225B56;
}

.centeredWideMargins {
	text-align: center;
	margin: 20px;
}

.centered {
	text-align: center;
}


#footer {
	overflow: auto;
}

#footer_top {
	height: 65px;

}

#footer_top_container {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	height: 64px;
	margin-left:auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;

}

#footer_top_left {
	float:left;
	width: 50%;
	text-align: left;

}

#footer_top_right {
	float:right;
	width: 50%;
	text-align: right;
}

#footer_container {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1000px;
}

#footer_green {
	margin-bottom: 1px;
	height: 9px;
	width: 100%;
	background-color: #2E9F91;
}

#footer_grey {
	height: 110px;
	width: 100%;
	background-color: #313140;

}

.footer_link {
	float: left;
	margin-right: 20px;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}

#copyright_line {
	margin-top: 50px;
	clear: both;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.65em;
	color: #BBBBBB;
}


#home_showcase {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;

}

#showcase_left {
/*	float: left;*/
	height: 272px;
	width: 100%;
	background-image: url("../images/showcase_bg.png");
	padding: 10px 10px 10px 10px;

}

#showcase_right {
	float: left;
	width: 367px;
	height: 292px;
	display: none;

}

.showcase_line1 {
	margin-top: 15px;
	color: #006249;
	font-size: 1.6em;
}

.showcase_line2 {
	margin-top: 5px;
	font-size: 1.6em;

}

.showcase_p1 {
	margin-top: 10px;
	font-size: 1.1em;
	font-family: 'Franklin Gothic Medium', sans-serif; 
	color: #006249;

}

.showcase_button {
	margin-bottom: 10px; 
	/*padding: 3px;*/
}

#showcase_slot {
	display: block;
}

#lookup-top-col1 {

	width: 90%; 
	padding: 5%; 
	text-align: left;
}

#lookup-top-col2 {

	width: 90%; 
	padding: 5%; 
	text-align: left;
}

.hide_mobile {
    display: none;
}

.hide_mobile_block {
	display: none;
}





/*##############################################################################################*/
/*#################################          ###################################################*/
/*#####################################  #######################################################*/
/*#####################################  #######################################################*/
/*#####################################  #######################################################*/
/*#####################################  #######################################################*/
/*##############################################################################################*/





/* Tablet Layout: Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 725px) {

#header {
  	overflow: auto;
}



#header_container {
	padding-top: 0px;
	padding-bottom: 10px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#header_green {
	background-color: #6BD3C7;
	height: 100px;

	/* to keep a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6BD3C7), to(#2E9F91)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #6BD3C7, #2E9F91); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #6BD3C7, #2E9F91); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #6BD3C7, #2E9F91); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #6BD3C7, #2E9F91);

}

#header_logo {
	width: 43.5%;
	float:left;
	margin-left: -10px;
	text-align: left;
	padding-top: 0px;
}

#header_right {
	margin-top: 30px;
	padding-left: 0%;
	width: 56.5%;
	float: right;
	text-align: left;
}

#header_tagline {
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
}

#header_phone {
	float:left;
	text-align: left;
	width: 59%;
}

#header_login {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0;
	float:right;
	padding: 10px;
	background-color: #6DC9BF;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
}

#header_login:hover {
	float:right;
	padding: 10px;
	background-color: #225B56;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
}

#header_login_container {
	float:left;
	text-align:right;
	width: 40%;
}

#top_nav_container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#secondary_nav_container {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 95%;
}

#top_nav {

	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 6px;
	height: 24px;
	background-color:#000000;
	
}

#secondary_nav {
	display: block;
	margin-bottom: 1px;
	padding-top: 6px;
	height: 24px;
	background-color: #313140;

}

.nav_link {
	float: left;
	text-align: left;
	margin-right: 30px;
	font-family: "Century Gothic", sans-serif;
	/*font-size: 0.85em;*/
	font-size: 13.6px;
	color: #FFFFFF;
}

#phone_nav {
	display: none;
}

#movie1{
	width:250px;
	height:220px;
}


/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/

.note_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F8F8F8;
}

.spec_table_row { 
	padding-top: 10px; 
	border-top: 1px solid #BBBBBB;
	clear: both;
	overflow: auto;
}

.spec_table_col1 {
	width: 38%; 
	padding-right: 2%; 
	float:left;
}

.spec_table_col2 {
	width: 49%; 
	float:left;
}

.three-col-col1 {
	float: left;
	width: 47%;
	height: 250px;
	padding-right:2%;
	padding-bottom: 30px;
	border-right: 1px solid #999999;
}

.three-col-col2 {
	float: left;
	width: 47%;
	height: 250px;
	padding-bottom: 30px;
	padding-left:2%;

	
}

.three-col-col3 {
	width: 100%;
	padding-bottom: 30px;
}

.row {
	clear: both;
	overflow: auto;
}

.cell_1 {
	width: 100%;
	padding-right: 0%;
}

.cell_2 {
	width: 100%;
}

.hiw_row {
	clear: both;
	overflow: auto;
}

.hiw_cell_1 {
	float: left;
	width: 35%;
	padding-right: 2%;

}

.hiw_cell_2 {
	float: left;
	width: 60%;
	padding-top: 20px;
}

#services_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/painted_texture.jpg);
	background-position: center top;
	/*background-size: 100%;*/
	height: 310px;
	padding-top: 10px;
	margin-bottom: 25px;
}

#myradalink_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/painted_texture_2.jpg);
	background-position: center top;
	/*background-size: 100%;*/
	height: 310px;
	padding-top: 10px;
	margin-bottom: 25px;
}

#services_top_box {
	font-size: 0.75em;
	width: 450px;
	text-align:left;	

}

#kickstart_top {
	clear:both;
	overflow: auto;
	display: block;
	width: 100%;
	margin-top: 1px;
	background-color: #50443A;
	background-image: url(../images/kickstart_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2325px 810px;
	height: 800px;
	padding-top: 10px;
}

#kickstart_top_box {
	width: 400px;
	text-align:left;	

}


#program_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/granite_bg.jpg);
	background-position: center top;
/*	background-size: 100%;*/
	height: 310px;
	padding-top: 10px;
}

#program_top_box {
	font-size: 0.75em;
	width: 450px;
	text-align:left;	

}


#home_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 185px;*/
	overflow: auto;
	padding-top: 15px;
}

#home_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 200%;
	background-repeat: no-repeat;
	/*height: 185px;*/
	overflow: auto;
	padding-top: 0px;
}

#article_top_2024 {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg4.jpg);
	background-position: center center;
	background-size: 200%;
	background-repeat: no-repeat;
	/*height: 185px;*/
	overflow: auto;
	padding-top: 0px;
}

#home_top_2024_3-col {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg3.jpg);
	background-position: center center;
	background-size: 200%;
	background-repeat: no-repeat;
	/*height: 185px;*/
	overflow: auto;
	padding-top: 0px;
}

#home_top_box {

	font-size: 0.75em;
	/*height: 150px;*/
	overflow: auto;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;	
	background-color: #333333;
	background-color: transparent;
	background-color: rgba(20, 50, 80, 0.6); /*Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ */

	border-radius: 15px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

	/* useful if you don't want a bg color from leaking outside the border: */
	background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

  /* -webkit-box-shadow: 0px 0px 10px 2px #000000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
   /*       box-shadow: 0px 0px 10px 2px #000000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

#home_top_box_TEST {

	font-size: 0.75em;
	height: 150px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align:center;	
	
}

#body_container {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.body_width {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.sub-head_title {

	width: 96%;
	padding: 10px 2% 10px 2%;
	overflow: auto;
	background-color: #13796E;
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: "Franklin Gothic Medium";
	margin: 20px 0px 10px 0px;
	clear: both;
	text-align: center;

}

.sub-head_details {

	padding: 20px 5% 20px 5%;
	width: 90%;
	min-height: 220px;
	overflow: auto;

}

.sub-head_L {

		float: left;
		width: 100%;
		text-align: center;
		overflow: auto;
		padding-bottom: 15px;

}

.sub-head_R {

		float: left;
		width: 80%;
		text-align: left;
		padding-left: 10%;
		padding-right: 10%;
		overflow: auto;

}

#row1col1 {
	width: 45%;
	padding-top: 20px;
	float: left;

}

#row1col2 {
	width: 45%;
	padding-left: 2%;
	padding-top: 20px;
	float: left;
}

#row2col1 {
	width: 100%;
	float: left;

}

#row2col2 {
	width: 100%;
	float: left;

}

#row3col1 {
	width: 100%;
	float: left;

}

#row3col2 {
	width: 100%;
	float: left;

}

#row2col1_home_img {
	width: 50%;
	float: left;

}

#row2col1_home_text {
	width: 50%;
	float: left;
	margin-bottom: 20px;

}



.button {
	display: inline-block;
	padding: 10px;
	padding-right: 13px;
	background-color: #41AFA5;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

.button:hover {
	background-color: #225B56;
}

.centeredWideMargins {
	text-align: center;
	margin: 20px;
}

.centered {
	text-align: center;
}


#footer {
	overflow: auto;
}

#footer_top {
	height: 65px;

}

#footer_top_container {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	height: 64px;
	margin-left:auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;

}

#footer_top_left {
	float:left;
	width: 50%;
	text-align: left;

}

#footer_top_right {
	float:right;
	width: 50%;
	text-align: right;
}

#footer_container {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1000px;
}

#footer_green {
	margin-bottom: 1px;
	height: 9px;
	width: 100%;
	background-color: #2E9F91;
}

#footer_grey {
	height: 110px;
	width: 100%;
	background-color: #313140;

}

.footer_link {
	float: left;
	margin-right: 20px;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}

#copyright_line {
	margin-top: 50px;
	clear: both;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.65em;
	color: #BBBBBB;
}



#home_showcase {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;

}

#showcase_left {
/*	float: left;*/
	height: 272px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/showcase_bg.png");
	padding: 10px 10px 10px 10px;

}

#showcase_right {
	float: left;
	width: 367px;
	height: 292px;
	display: none;

}

.showcase_line1 {
	margin-top: 15px;
	color: #006249;
	font-size: 1.6em;
}

.showcase_line2 {
	margin-top: 5px;
	font-size: 1.6em;

}

.showcase_p1 {
	margin-top: 10px;
	font-family: 'Franklin Gothic Medium', sans-serif; 
	color: #006249;

}

.showcase_button {
	margin-bottom: 10px; 
	/*padding: 3px;*/
}

#showcase_slot {
	display: block;
}


#lookup-top-col1 {
	float: left; 
	width: 48%; 
	padding: 2%; 
	text-align: left;
}

#lookup-top-col2 {
	float: left; 
	width: 40%; 
	padding: 2%; 
	text-align: left;
}




.hide_mobile {
    display: inline;
}

.hide_mobile_block {
	display: block;
}

.hide_tablet {
    display: none;
}

.hide_tablet_block {
    display: none;
}

}



/*##############################################################################################*/
/*#################################       ######################################################*/
/*#################################  ####  #####################################################*/
/*#################################  ####  #####################################################*/
/*#################################  ####  #####################################################*/
/*#################################       ######################################################*/
/*##############################################################################################*/




/* Desktop Layout: Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1000px) {

#header {
  	overflow: auto;
}



#header_container {
	padding-top: 0px;
	padding-bottom: 10px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;
}

#header_green {
	background-color: #6BD3C7;
	height: 100px;

	/* to keep a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6BD3C7), to(#2E9F91)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #6BD3C7, #2E9F91); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #6BD3C7, #2E9F91); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #6BD3C7, #2E9F91); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #6BD3C7, #2E9F91);

}

#header_logo {
	width: 38.5%;
	float:left;
	margin-left: -10px;
	padding-top: 0px;
}

#header_right {
	margin-top: 30px;
	padding-left: 11.5%;
	width: 50%;
	float: right;
}

#header_tagline {
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
}

#header_phone {
	float:left;
	text-align: left;
	width: 59%;
}

#header_login_container {
	float:left;
	text-align:right;
	width: 40%;
}

#header_login {
	display: block;
	float:right;
	padding: 10px;
	background-color: #6DC9BF;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
}

#header_login:hover {
	float:right;
	padding: 10px;
	background-color: #225B56;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
}

#top_nav_container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;

}

#secondary_nav_container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;

}

#top_nav {

	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 6px;
	height: 24px;
	background-color:#000000;
}

#secondary_nav {

	display: none;


}

.nav_link {
	float: left;
	text-align: left;
	margin-right: 30px;
	font-family: "Century Gothic", sans-serif;
	/*font-size: 0.85em;*/
	font-size: 13.6px;
	color: #FFFFFF;
}

#phone_nav {
	display: none;
}


#movie1{
	width:400px;
	height:300px;
}


/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/

.note_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F8F8F8;
}

.spec_table_row { 
	padding-top: 10px; 
	border-top: 1px solid #BBBBBB;
	clear: both;
	overflow: auto;
}

.spec_table_col1 {
	width: 38%; 
	padding-right: 2%; 
	float:left;
}

.spec_table_col2 {
	width: 49%; 
	float:left;
}

.three-col-col1 {
	float: left;
	width: 30%;
	height: 250px;
	padding-right:2%;
	padding-bottom: 30px;
	border-right: 1px solid #999999;
}

.three-col-col2 {
	float: left;
	width: 30%;
	height: 250px;
	padding-right:2%;
	padding-left:1%;
	padding-bottom: 30px;
	border-right: 1px solid #999999;
	
}

.three-col-col3 {
	float: left;
	height: 250px;
	width: 30%;
	padding-left:1%;
}

.row {
	clear: both;
	overflow: auto;
}

.cell_1 {
	float: left;
	width: 30%;
	padding-right: 5%;
}

.cell_2 {
	float: left;
	width: 65%;
}

.hiw_row {
	clear: both;
	overflow: auto;
}

.hiw_cell_1 {
	float: left;
	width: 20%;
	padding-right: 3%;
}

.hiw_cell_2 {
	float: left;
	width: 50%;
	padding-top: 20px;
}

#services_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/painted_texture.jpg);
	background-position: center top;
	/*background-size: 100%;*/
	height: 300px;
	padding-top: 20px;
	margin-bottom: 25px;
}

#myradalink_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/painted_texture_2.jpg);
	background-position: center top;
	/*background-size: 100%;*/
	height: 300px;
	padding-top: 20px;
	margin-bottom: 25px;
}

#services_top_box {
	font-size: 1.0em;
	width: 750px;
	text-align:left;	

}

#kickstart_top {
	clear:both;
	overflow: auto;
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/kickstart_bg.jpg);
	background-position: center top;
	background-size: 2584px 900px;
	height: 800px;
	padding-top: 20px;
}

#kickstart_top_box {
	font-size: 1.0em;
	width: 400px;
	text-align:left;	

}

#program_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/granite_bg.jpg);
	background-position: center top;
	/*background-size: 100%;*/
	height: 300px;
	padding-top: 20px;
}

#program_top_box {
	font-size: 1.0em;
	width: 650px;
	text-align:left;	

}


#home_top {
	display: block;
	width: 100%;
	margin-top: 1px;
	background-image: url(../images/home_bg2.jpg);
	background-position: center center;
	background-size: 100%;
	/*height: 290px;*/
	padding-top: 15px;
	padding-bottom: 35px;
	overflow: auto;
}

#home_top_box {
	font-size: 1.0em;
	/*height: 180px;*/
	overflow: auto;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;	
	background-color: #006699;
	background-color: transparent;
	background-color: rgba(20, 50, 80, 0.6);  /*Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ */

	border-radius: 15px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

	/* useful if you don't want a bg color from leaking outside the border: */
	background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

  /*-webkit-box-shadow: 0px 0px 10px 2px #000000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
   /*       box-shadow: 0px 0px 10px 2px #000000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */

}


#home_top_box_TEST {
	font-size: 1.0em;
	height: 180px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align:center;	
	

}



#body_container {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;
}

.body_width {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;
}

.sub-head_title {

	width: 96%;
	padding: 10px 2% 10px 2%;
	overflow: auto;
	background-color: #13796E;
	color: #FFFFFF;
	font-size: 1.6em;
	font-family: "Franklin Gothic Medium";
	margin: 20px 0px 10px 0px;
	clear: both;
	text-align: left;

}

.sub-head_details {

	padding: 20px 5% 20px 5%;
	width: 90%;
	min-height: 220px;
	overflow: auto;

}

.sub-head_L {

		float: left;
		width: 49.5%;
		text-align: center;
		overflow: auto;
		padding-bottom: 15px;

}

.sub-head_R {

		float: left;
		width: 49.5%;
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
		overflow: auto;

}


#row1col1 {
	width: 55%;
	padding-top: 25px;
	float: left;

}

#row1col2 {
	width: 35%;
	padding-left: 2%;
	padding-top: 25px;
	float: left;
}

#row2col1 {
	width: 60%;
	float: left;

}

#row2col2 {
	width: 35%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	border-left: 1px solid #BBBBBB;

}

#row3col1 {
	width: 49%;
	padding-right:1%;
	float: left;

}

#row3col2 {
	width: 47%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
	border-left: 1px solid #BBBBBB;

}


#row2col1_home_img {
	width: 50%;
	float: left;

}

#row2col1_home_text {
	width: 46%;
	padding-left: 1%;
	padding-right: 2%;
	float: left;
	margin-bottom: 20px;


}



.button {
	display: inline-block;
	padding: 10px;
	padding-right: 13px;
	background-color: #41AFA5;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

.button:hover {
	background-color: #225B56;
}

.centeredWideMargins {
	text-align: center;
	margin: 20px;
}

.centered {
	text-align: center;
}


#footer {
	overflow: auto;
}

#footer_top {
	height: 65px;

}

#footer_top_container {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	height: 64px;
	margin-left:auto;
	margin-right: auto;
	width: 95%;
	max-width: 1000px;

}

#footer_top_left {
	float:left;
	width: 50%;
	text-align: left;

}

#footer_top_right {
	float:right;
	width: 50%;
	text-align: right;
}

#footer_container {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1000px;
}

#footer_green {
	margin-bottom: 1px;
	height: 9px;
	width: 100%;
	background-color: #2E9F91;
}

#footer_grey {
	height: 110px;
	width: 100%;
	background-color: #313140;

}

.footer_link {
	float: left;
	margin-right: 20px;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}

#copyright_line {
	margin-top: 50px;
	clear: both;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.65em;
	color: #BBBBBB;
}



#home_showcase {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;

}

#showcase_left {
	float: left;
	height: 277px;
	width: 398px;
	background-image: url("../images/showcase_bg.png");
	padding: 10px 5px 5px 20px;

}

#showcase_right {
	float: left;
	width: 367px;
	height: 292px;
	display: block;

}

.showcase_line1 {
	margin-top: 15px;
	color: #006249;
	font-size: 1.6em;
}

.showcase_line2 {
	margin-top: 5px;
	font-size: 1.6em;

}

.showcase_p1 {
	margin-top: 10px;
	font-family: "Franklin Gothic Medium", sans-serif; 
	color: #006249;

}

.showcase_button {
	margin-bottom: 10px; 
	/*padding: 3px;*/
}

#showcase_slot {
	display: none;
}

#lookup-top-col1 {
	float: left; 
	width: 48%; 
	padding: 2%; 
	text-align: left;
}

#lookup-top-col2 {
	float: left; 
	width: 40%; 
	padding: 2%; 
	text-align: left;
}

.hide_desktop {
    display: none;
}

.hide_desktop_block {
    display: none;
}

.hide_tablet {
	display: inline;
}

.hide_tablet_block {
	display: none;
}

.hide_mobile {
    display: inline;
}

.hide_mobile_block {
	display: block;
}

}