body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#484848;
background-image: url(../com_images/bgtile.jpg);
background-repeat: repeat;
padding: 0;
margin: 0;
}

.subbody{ background-image: url(../com_images/bgtile.jpg);
background-repeat: repeat;
padding: 0;
margin: 0; }


a {color: #CC0000;}
a:visited {color:#CC0000;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1{
color:#555045;
font-size: 2.0em;
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}


h2 {
color:#023567;
font-size: 1.5em;
margin: 0 0 6px 0;
padding: 0;
font-weight: normal;}

h3 {
color: #666666;
font-size: 15px;
letter-spacing: -1px;
margin: 0 0 6px 0;
padding: 0;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #eeeeee;
font-weight: normal; }

p{
margin: 0 0 10px 0;
line-height:1.5em;
text-align:justify;
max-width: 710px; }


#product_info{
margin: 0 0 10px 0;
line-height:1.5em;
text-align:justify;
max-width:710px;

}

pre{
font-size: 12px;
padding: 5px 10px 5px 10px;
margin:0;}


img{
	border: 0;
}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 700px;
}

form fieldset {
  	padding: 10px ;
	background-color:#fafafa;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	overflow: auto;
}

form fieldset legend {
	font-size:1.3em;
	padding: 2px 5px;
	color: #999999;
	font-weight: bold;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	text-align: right;
	color: #333;
	margin: 0.6em 4px 0 0;
	padding: 2px;
	font-size:1.1em;
}

form input, form textarea {
	vertical-align: top;
	border:1px solid #999999;
	background:#fff;
	padding-left:0.5em;
	margin-bottom:0.6em; }
	
/* ----------additional input text area styling-------- */

.input {
	margin-top:8px; } 
		
.input:hover {
    border: 1px solid #f00;
    background: #ff6; }
	
.req_input {
	margin-top:8px;
	background: #ffc; } 
		
.req_input:hover {
    border: 1px solid #f00;
    background: #ff6; }
	
/* ---------------------------------------------------- */

textarea { overflow: auto; }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* ----------form submit button styling-------- */
	
input.button {
    width:120px;
	height:25px;
    border: none;
    background: url(../com_images/btnup.png) no-repeat top left;
	padding: 2px 8px;
	font-weight: bold;
	font-size: 14px; }
	
input.button:hover {
    border: none;
    background: url(../com_images/btndwn.png) no-repeat top left;
    padding: 2px 8px; }

/* ----------container to center the layout-------- */
#container {
width: 1000px;
padding: 0;
margin: 0;
margin-left: auto;
margin-right: auto; }



#default td {
      background-color: #fff;
	  border:1px solid #999999;
	  padding:8px;
	  width:50%;
	  vertical-align: top;
    }

#default p {
	  padding: 0;
	  color:#555045;
	  }


#default td a{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	padding-left: 14px;
	background:url(../com_images/arrow_red.gif) no-repeat left center;
	display: block;
	}


#default td a.more{
	color:#ff0000;
	font-weight:normal;
	font-size:11px;
	padding-right: 14px;
	background:url(../com_images/arrow_red.gif) no-repeat left center;
	}

#default td.over{
      background-color: #e6e6e6;
	  border:1px solid #999999;
	  padding:8px;
	  width:50%;
	  vertical-align: top;
	  }

#default_1 td {
      background-color: #fff;
	  border:none;
	  padding: 0;
	  width:50%;
	  vertical-align: top;
    }

#default_1 p {
	  padding: 0;
	  color:#555045;
	  }

#default_1 td a{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	padding-left: 14px;
	background:url(../com_images/arrow_red.gif) no-repeat left center;
	display: block;
	}

#default_1 td a.more{
	color:#ff0000;
	font-weight:normal;
	font-size:11px;
	padding-right: 14px;
	background:url(../com_images/arrow_red.gif) no-repeat left center;
	}

#default_1 td.over{
      background-color: #e6e6e6;
	  border:none;
	  padding:8px;
	  width:50%;
	  vertical-align: top;
	  }



#event {
	width:100%;
}

#event td {
	background-color: #fff;
	padding:8px;
	vertical-align: top;
	border-bottom:1px solid #999999;
	border-left: 1px dotted #BBE0EB;
}



 #event p {
	  padding:0px;
	  color:#555045;
	  }


#event td a{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	padding-left: 14px;
	background:url(../com_images/arrow_red.gif) no-repeat left center;
	display: block;
	}



 #event td.over{
      background-color: #e6e6e6;
	  border-bottom:1px solid #999999;
	  padding:8px;
	  vertical-align: top;
	  }

 #event td.date {

	  padding:8px;
	  text-align:center;
	  width:80px;
	  vertical-align: top;
	  border-bottom:1px solid #999999;
	  background:#f8f5f5;
    }

 #event .month {
	width: 23px;
	font-size: 0.8em;
	color: #023567;

	}


 #event .day {
	width: 23px;
	font-size: 1.5em;
	color: #023567;
	}


/* ----------banner for logo-------------- */
#banner {
text-align: left;
background:url(../com_images/header.png) no-repeat left top;
padding: 0;
margin: 0;
height:84px; }

#banner img {padding:10px 0 0 10px;}

#bannerlinks{
	float: right;
	padding: 12px 0 0 0;
	border: none;
	background:url(../com_images/search_bg.png) no-repeat 10px 32px;
	width: 265px;
	height: 68px;
	margin: -80px 5px 0 0; }

#bannerlinks p{
padding-left: 15px;
font-size: 10px;
color: #7e796e; }

#bannerlinks a, #bannerlinks a:visited, #bannerlinks a:active  {
	text-decoration: none;
	outline: none;
	color:#7e796e;
	}

#bannerlinks a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
	}

#bannerlinks input{
	 border: 1px solid #bfbfbf;
	}

/* ----------navigation----------------- */
#navigation_main {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/nav_main_pagetop.png) no-repeat left top;
height:50px;
width:100%;
z-index: 1000; }

/* ----------eyegrabber----------------- */

#eyegrabber_index_spacer {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_index_spacer  h1{
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber {
float:left;
margin: 0;
overflow:hidden;
height:280px;
width:730px;
z-index: -1; }

#eyegrabber_corp {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_corp  h1{
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_about {
float: left;
margin:0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_about h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }


#eyegrabber_content {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_content h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_awards {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_awards h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_contact {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_contact h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_news {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_news h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }


#eyegrabber_events {
float:left;
margin-right:0px;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_events h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_support {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_support h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product0 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product0 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product5 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product5 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product1026 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product1026 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product6 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product6 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product1025 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product1025 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product8 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product8 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }


#eyegrabber_product9 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product9 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product10 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height: 50px;
width:1000px; }

#eyegrabber_product10 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

#eyegrabber_product11 {
float:left;
margin: 0;
padding: 0;
background:url(../com_images/eyegrabber_main.png) no-repeat left bottom;
height:50px;
width:1000px; }

#eyegrabber_product11 h1 {
color:#fff;
font-size: 2.0em;
text-align: right;
margin-right: 25px; 
margin-top: 10px;
font-weight: normal; }

/* ----------outer and inner----------------- */

#outer {
margin:0;
width:100%;  /* The ie/pc pecularity */
clear: both} 

#inner { 
border-right: solid 270px #cddae1; /* color of the right column  */
background-color: #ffffff;  /* color of the content column */
padding: 0; }


/* ----------right eyegrabber----------------- */

#rightcontent{
        float:right;
		margin: 0;
        width:270px;
		height:280px;
		background: url(../com_images/corp_news_bkgd.png) no-repeat top right;
        overflow: hidden;}

#rightcontent h1{
	color:#555045;
	font-size:14px;
	font-weight:bold;}

#rightcontent ul{font: 11px verdana,arial,helvetica,clean,sans-serif; list-style-type: none; margin: 0; padding: 0 10px 0 10px;}

#rightcontent ul li{background:url(../com_images/ul_arrow.gif) 0 9px no-repeat; color:#555045; line-height:20px; padding:3px 0 5px 10px; border-bottom:1px solid #bfbfbf;}
#rightcontent ul li a{color:#CC0000; line-height:20px; text-decoration:underline;}
#rightcontent ul li a:hover{color:#c63437; text-decoration:underline;}


/* -------------- right navi------------- */

#right {
width:270px;
float:right;
margin: 5px -270px 0 1px; }

#right ul{
margin: 2px;
padding: 5px; }

#right ul li {
list-style-type: none;
margin: 0 0 5px 0;
color:#5d5958;
font-weight:bold;}

#right ul li a{
color:#CC0000;
text-decoration:none;
font-weight:normal;
background: url(../com_images/arrow_ctg.gif) no-repeat left 3px;
list-style-type: none;
padding: 0 0 0 20px;}

#right ul li ul li a{
color:#003263;
text-decoration:none;
font-weight:normal;
background: url(../com_images/arrow_subctg.gif) no-repeat left center;
list-style-type: none;
padding: 0 0 0 20px;}

#right h1 {
color:#06386c;
font-size: 2.0em;
margin:0 8px 0 8px;
padding: 0;
font-weight: normal; }

#right h2 {
color:#023567;
font-size: 14px;
margin:0 8px 0 8px;
padding: 0;
font-weight: normal; }

#right p {
padding: 5px 10px 5px 10px;
margin:0 8px 0 8px;
text-align:left; }

/* ----------Event Meeting Request button-------- */

#emr {
	width:240px;
	height:60px;
	margin: 10px 15px;
	background: url(../com_images/emrbtnup.png) no-repeat top left; }
	
#emr:hover {
    margin: 10px 15px;
    background: url(../com_images/emrbtndwn.png) no-repeat top left; }

#emr a.emrlink { 
	display:block;
	margin:0 auto 0;
	padding:25px 0 25px 0;
	text-decoration:none; } 

/* -----------------content--------------------- */
#content {
margin: 0;
padding: 5px 15px 0 10px;
line-height:1.5em;
height: 570px;
overflow-x: hidden;   
overflow-y: scroll; 
}

#content {margin: 0 0 10px 0; }
#content ul li {
		background: url(../com_images/ul_bullet1.gif) 0 1px no-repeat;
		list-style-type: none;
		padding: 0 0 0 20px;
		margin: 0 0 5px 0;	}

img#staff{
		margin: 2px 5px 2px 0;
		border: 1px solid #eaeaea;
		padding: 2px;
		float: left; }

div.separation { clear: left; }

/* ----------Specific divs for Corporate Index Page ----------------- */

div#corp_index_content {
clear: both;
position: relative;
background: #0066cc;
height: 295px;
width: 1000px; /* Width of content + padding + borders - All browsers see this */
wid\th: 1000px; /* Width of content alone - Only IE5 & IE5.5 will not see this */
margin: 0;
border: 0;
padding: 0; }

div#corp_index_content a{
color:#ff0000;
font-weight:normal;
font-size:11px;
padding-right: 14px;
background:url(../com_images/arrow_red.gif) no-repeat right bottom; }

div#corp_index_content p {
font-size: 11px;
text-align: left; }

div#corp_index_content h1 {
color:#555045;
font-size: 1.5em;
margin-bottom: 5px;
margin-top: 5px;
line-height:1.1em;
font-weight: normal; }

div#box1 {
position: absolute;
top: 5px;
left: 0px;
height: 290px;
width: 240px; /* Width of content + padding + borders - All browsers see this */
wid\th: 240px; /* Width of content alone - Only IE5 & IE5.5 will not see this */
margin: 0;
border: 0;
padding: 0; 
background: url(../com_images/box1_terrace.png) no-repeat 50% 50%; }  

div#box1 p {
color: #000000;
font-size: 11px;
padding: 0 5px 0 5px;
text-align: justify; }

div#box1_btn_area {
position: absolute;
top: 245px;
left: 0px;
height: 45px;
width: 240px;
z-index: 5; }

div#box2 {
position: absolute;
top: 5px;
left: 245px;
height: 290px;
width: 240px; /* Width of content + padding + borders - All browsers see this */
wid\th: 240px; /* Width of content alone - Only IE5 & IE5.5 will not see this */
margin: 0;
border: 0;
padding: 0; 
background: url(../com_images/box2_cablevista.png) no-repeat 50% 50%; }  

div#box2 p {
color: #000000;
font-size: 11px;
padding: 0 5px 0 5px;
text-align: justify; }

div#box2_btn_area {
position: absolute;
top: 245px;
left: 0px;
height: 45px;
width: 240px;
z-index: 5; }

div#box3 {
position: absolute;
top: 5px;
left: 490px;
height: 290px;
width: 240px; /* Width of content + padding + borders - All browsers see this */
wid\th: 240px; /* Width of content alone - Only IE5 & IE5.5 will not see this */
margin: 0;
border: 0;
padding: 0; 
background: url(../com_images/box3_vistamax.png) no-repeat 50% 50%; }  

div#box3 p {
color: #000000;
font-size: 11px;
padding: 0 5px 0 5px;
text-align: justify; }

div#box3_btn_area {
position: absolute;
top: 245px;
left: 0px;
height: 45px;
width: 240px;
z-index: 5; }

div#box4 {
position: absolute;
top: 5px;
left: 735px;
height: 290px;
width: 265px; /* Width of content + padding + borders - All browsers see this */
wid\th: 265px; /* Width of content alone - Only IE5 & IE5.5 will not see this */
margin: 0;
border: 0;
padding: 0; 
background: url(../com_images/box4_concierge.png) no-repeat 50% 50%; } 

div#box4 p {
color: #000000;
font-size: 11px;
padding: 0 5px 0 5px;
text-align: justify; }

div#box4_btn_area {
position: absolute;
top: 245px;
left: 0px;
height: 45px;
width: 265px;
z-index: 5; }


img#div {
margin-bottom: 5px;
margin-right: 5px; }

/* ----------Specific divs for Corporate Contact Vecima Page ----------------- */

#contact_tbl td {
background-color: #fff;
border:1px solid #999999;
padding:5px;
width:320px;
vertical-align: top; }

#contact_tbl p {
padding:0px;
color:#555045; }

#contact_tbl td a{
color:#ff0000;
font-weight:bold;
font-size:14px;
padding-left: 14px;
background:url(../com_images/arrow_red.gif) no-repeat left;
display: block; }

#contact_tbl td.over{
background-color: #f0f4f6;
border:1px solid #999999;
padding:5px;
vertical-align: top; }



/* -----------------boxed div--------------------- */
#boxed{
margin: 0px;
border: 1px solid #eeeeee;
}


#default_table {
	padding: 0px;
	margin: 0px;
}

#default_table td {
	border: 1px solid #eeeeee;
	padding: 12px 12px 12px 12px;
	vertical-align:top;
}

#newsblock {
	}

#newsblock h4 {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 1.0em 0 0 0;
	padding-top:8px;
	border-top: 1px solid #eeeeee;
}

#newsblock h4 span {
	color:#023568;
	font-size:18px;
}

#newsblock .article {
	padding: 5px 20px 5px 0;
	background:url(../com_images/icon_article.gif) no-repeat center right;
}


img#deco{
		padding: 2px;
		margin: 5px 8px 5px 8px;
		border: 1px solid #eaeaea;}

/*  ----------------footer---------------------- */
#footer {
clear:left;
margin:0px;
padding: 11px 0 0 25px;
background:url(../com_images/corp_footer.png) no-repeat left top;
color:#fff;
font-size:9px;
text-align:left;
height: 40px; }

#footer a, #footer a:visited, #footer a:active  {
	text-decoration: none;
	outline: none;
	color:#64c8ff; }

#footer a:hover {
	text-decoration: underline; }

	
/*  ----------------footer for non-index pages---------------------- */	
	
#footerpg {
clear:left;
margin: -10px 0 0 0;
padding: 11px 0 0 25px;
background:url(../com_images/corp_footer.png) no-repeat left top;
color:#fff;
font-size:9px;
text-align:left;
height: 40px; }

#footerpg a, #footerpg a:visited, #footerpg a:active  {
	text-decoration: none;
	outline: none;
	color:#64c8ff; }

#footerpg a:hover {
	text-decoration: underline; }