@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#45484b; outline: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}

.blue	{color:#156fbc}
.orange	{color:#f96a0c;}
.red, a.red	{color:#d70a0a;}


.imagebrochure	{
	float:right;
	width:220px;
	text-align:center;
	margin: -20px 15px 5px 10px;
	}
.pic	{
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	}

.enlarge	{font-size:10px;}


/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #45484b;
	background:#f0f9ff url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background: url(../images/wrapperbg.png) repeat-y;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:175px;
	margin:0 auto;
	}

#usa	{
	width:504px;
	height:104px;float:left;
	background:url(../images/CallToday.jpg) no-repeat;
	}
	
body.nousa #usa	{
	width:504px;
	height:104px;float:left;
	background:url(../images/CallToday-NO.jpg) no-repeat;
	}

#content	{
	width:880px;
	margin:0px auto;
	padding:0;
	min-height:330px;
    height:auto !important;
    height:330px;
	}
	

#flmovie	{
	width:575px;
	height:280px;
	ackground:url(../images/flash.jpg) no-repeat;
	float:left;
	}

#flmovietext	{
	width:280px;
	height:260px;
	background:url(../images/FlashText.jpg) no-repeat;
	padding: 10px;
	float:left;
	}

.box3	{
	width:260px;
	padding:30px 10px 10px 20px;
	float:left;
	margin: 0 0px;
	background:#e2f0fd url(../images/boxbg.jpg) no-repeat;
	color:#1466a5;
	min-height:200px;
    height:auto !important;
    height:200px;
	}

.box3 a	{color:#09497b;}
.box3 li {list-style:none}

/******* FOOTER *******/
#footer	{
	height:35px;
	font-size:.85em;
	line-height:1.1em;
	padding: 65px 95px 0 110px;
	color:#fff;
	background:url(../images/footer.jpg) no-repeat;
	clear:both;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#ccc;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}

.heading h1	{
	color:#156fbc;
	font:1.9em Arial, Helvetica, sans-serif;margin:0;padding:0;
	margin-top:-4px;
	}
.heading	{background:url(../images/heading.jpg) no-repeat;padding-bottom:10px;}
.breadcrumbs	{
	font-size:10px;
	color:#8ba4bb;
	}

/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	width:670px;
	height:45px;
	background: url(../images/navbg.jpg) no-repeat;
	padding:0px 15px;
	float:right;
	 z-index:500;
	position:relative;
	}
	
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 26px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 26px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 0 24px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #29a9f8;
  font: 18px/44px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background:url(../images/navhover.jpg) 0 3px no-repeat;
  color: #29a9f8;
	}



/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #a8d7ff;
  border:1px solid #bfe2ff;
  color: #5686af;
  font: 16px/18px Arial, Helvetica, sans-serif;
  padding:4px;
   z-index:500;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #bee1ff;
  color: #326590;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
   background: #a8d7ff;
  border:1px solid #bfe2ff;
  color: #5686af;
  width:200px;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #bee1ff;
  color: #326590;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
  z-index:500;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}







/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	position:relative;
	z-index:1;
	}	

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #bbd4e4;
	border: 1px solid #a5c7dc;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#821e0c;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}


#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}