

/* Hidden Elements */



#headermenu,
#headerlogo,
#headerprint,
#slider,
#hidemobile,
#footerscreen,
#footerprint


{ display: none !important; }



div#headerhandheld { 
  display : block; 
}
div#homehandheldimage { 
  display : block; 
}


div#footerhandheld { 
  display : block; 
}

div#showmobile { 
  display : block; 
}



/* Modified Elements */



#header, #header h1, #header h1 a, #header .nav,
#container,
#feature,
#featurePoints,
#portfolio, 
#announcements,
#mainCol,
#subCol,
#subCol h1,
#footer

{ width: 100% !important; float: left !important; margin: 0 !important; padding: 0 !important; }

div, object { max-width: 100% !important; word-wrap: break-word; }

body { width: 100% !important; -webkit-text-size-adjust: none; background: #4E86D9; !important; -webkit-tap-highlight-color: rgba(0,0,0,0); }
#body { width: 100% !important; background: #4E86D9;!important; -webkit-tap-highlight-color: rgba(255,218,152,1);  }

#body
{ min-width: 0px; position: static;  }



.home .iphone { width: auto !important; float: left !important; margin: 0 !important; display: block !important; padding: 0px 0 0 20px !important; background: #ffecc5 !important; }
.home .iphone h1, .home #mainCol .iphone p { display: block !important; }
.home .iphone h1 { padding: 0 !important; font-size: 18px !important; }




#wrapper {
margin: 0px auto;
width: 100%;
float: left;
padding: 0;
background-color: #F9FCF7;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9FCF7), to(#BEDEAF));
background: -moz-linear-gradient(top, #F9FCF7 0%, #BEDEAF 100%);
border: 1px solid #333;
/* curved border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
  



a {
color:#555;
text-decoration: underline;

}






hr {
display: block;
position: relative;
padding: 0;
margin: 3px auto;
width: 100%;
clear: both;
border: none;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
font-size: 2px;
line-height: 0;
overflow: visible;
}




#infoboxes img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 0px;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 10px;
}

#showmobile {
display: inline-block
 }

#infoboxes p {
margin-bottom: 0px;
display: inline-block;
}





#homehandheldimage img {
border: none;
/* curved border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

headerhandheldmenu .jbutton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 20px 4px 0px;
  cursor: pointer;
  border-radius: 20px;
  float: left;
}
    

a {
color:#1E469B;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #1E469B;
}
  



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}






  

#main h1, h2, h3, h4, h5, h6 {
color: #1E469B;
margin: 0 0 5px 0;
line-height: 1.0em;
}

/* navhaz */
#navhaz .hazfaq {
width: 100%;
font-size: 11px;
font-weight: bold;
}



#navhaz h3 {
color: #1E469B;
alignment-baseline;
margin: 0 0 5px 0;
line-height: 1.5em;
border-bottom: 1px #555 solid;
font-size: 19px;
width: 100%;
}




#main h2u {
color: #1E469B; 
margin: 0 0 20px 0;
line-height: 1.0em;
font-size: 20px;
font-weight: bold;
width: 100%;

}


#main h3 {
border-bottom: 1px #555 solid;
font-size: 18px;
font-weight: bold;

}


.myPinballButton {
	box-shadow: 3px 4px 5px 0px #8a2a21;
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	background-color:#c62d1f;
	border-radius:50px;
	border:2px solid #6b4340;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:24px 24px;
    text-align: center;
    vertical-align: middle;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myPinBallButton:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
}
.myPinBallButton:active {
	position:relative;
	top:1px;
}  




/* @media screen and (max-width: 480px) { */



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}




	html {
		-webkit-text-size-adjust: none;
	}

	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}

}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}





#infoboxes, #infoboxright23, #infoboxleft23, #infoboxleft100, #infoboxright740, #infoboxright840, #infoboxright620, #contentsummary, #ssr_summary, #decalsummary


{
float: none;
width: 100%;
margin: 5px 0;
}


#infoboxleft, #infoboxmid, #infoboxright
{
float: none;
width: 100%;
margin: 5px 0;
}




#infoboxleft50 {
float: left;
width: 50px;
}

#infoboxright890 {
float: left;
width: auto;
margin-left: 5px;
margin-bottom: 10px;
}
























#menu {
	list-style:none;
	width:98%;
	margin:2px auto 0px auto;
	height:30px;
	padding:0px 0px 0px 0px;

	/* Rounded Corners */
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	
	background: #4E86D9;
	background: -moz-linear-gradient(top, #4E86D9, #4E86D9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4E86D9), to(#4E86D9));
	
	/* Borders */
	
	border: 0px solid #4E86D9;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
    
    
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 3px 0px 0px 5px;
	margin-right:0px;
	margin-top:5px;
	border:none;
     z-index: 2001;
}




#menu li:hover {
	border: 1px solid #777777;
	padding: 1px 3px 1px 0px;
	
	/* Background color and gradients */
	
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
    font-weight:bold;
	color: #EEEEEE;
    display: block;
	outline:0;
	text-decoration:none;

}




#menu li:hover a {
	color:#161616;

}
#menu li .drop {
	padding-right:0px;

}
#menu li:hover .drop {

}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:2px 5px 0px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 300px;}
.dropdown_2columns {width: 500px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_130,
.col_150,
.col_180,
.col_320,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 30px;
}
.col_1 {width:250px;}
.col_130 {width:130px;}
.col_150 {width:150px;}
.col_180 {width:180px;}
.col_320 {width:320px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;

}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
    display:inline;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.imgshadownormal {
border: none;
/* curved border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
} 


.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:0px 15px 0px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}




#menu li .blue_box {
	background-color:#1E469B;
	color: #eeeeee;    
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}


#menu li .green_box {
	background-color:#BEDEAF;
	color: #1E469B;
    font-weight:bold;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:250px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

































/* footer */

#footerhandheld p {
text-align: left;
}



#footerhandheld {  width: 95% !important; padding: 3% 2.5% !important; !important; }
#footerhandheld .iphone { font-size: .9em; background: #23211d !important; text-align: left; display: block !important; }




#footerhandheld .iphone ul { width: 100%; float: left; padding: 5px 0 10px 0 !important; margin: 0 !important; }
#footerhandheld .iphone li { list-style: none; float: left; padding: 0 10px 0 0 !important; margin: 0 !important; }


#footerhandheld .iphone #icon_call {
width: 88px; font-size: 1.1em; letter-spacing: -0.08em; padding: 5px 0 0 30px; text-decoration: none; color: #fff; float: left; height: 25px;
display: block;
background-color: #5B9B20;
/* curved border radius */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#footerhandheld .iphone #icon_call a {
color: #ddd;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}



#footerhandheld .iphone #iphone_call a { width: 88px; font-size: 1.1em; letter-spacing: -0.08em; padding: 5px 0 0 30px; text-decoration: none; color: #fff; float: left; height: 25px; background: url('images/button_call.png') 0 bottom no-repeat; border: 0; }
#footerhandheld .iphone #iphone_map a { width: 124px; font-size: 1.1em; letter-spacing: -0.08em; padding: 5px 0 0 30px; text-decoration: none; color: #fff; float: left; height: 25px; background: url('images/button_map.png') 0 bottom no-repeat; border: 0; }