@charset "UTF-8";
/* CSS Document */
body {
	width:780px;
	margin:0 auto;
	margin-top:0px;
	background-color: #e3e3e3;
	background-image: url(/img/bg.jpg);
	background-repeat:repeat-x;
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	color: #42474a;
}
.h1 {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
	color: #42474a;
	font-weight: bold;
}
.h2 {
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
	color: #EE7C26;
	font-weight: bold;
}
.h3 {
	font-family: Arial;
	font-size: 1.4em;
	font-weight:bold;
	color: #252525;
	letter-spacing: -1px;
	text-transform:uppercase;
}

a { color:#405f85 }
a:visited { color:#f58426 }
a:hover { color:#252525; font-weight:bold;}

.aqua {
	color: #0099FF;
	font-weight: bold;
}
.small { font-size:10px }

.clearing {
	width: 780px;
	height: 0;
	clear: both;
}

/* ----- HEADER ----- */

#header {
	width:780px;
	height:73px;
	margin-top: 28px;
}
#header .logo {
	float: left;
	width: 180px;
	margin-left: 37px;
}
#header .navbar {
	float: right;
	width: 417px;
	height: 33px;
	margin-top: 40px;
}

/* ----- MAIN CONTENT ----- */

#contentTop {
	width: 780px;
	height:13px;
	background-image:url(/img/body_top.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}
#content {
	width:756px;
	background-image:url(/img/body_bg.gif);
	background-repeat: repeat-y;
	padding: 12px;
}
#contentSub {
	width:780px;
	background-image:url(/img/body_bg.gif);
	background-repeat: repeat-y; /* for modern browsers */
	height:auto !important; /* for modern browsers */
}
#content .ezBLADE {
	width: 224px;
	height: 125px;
	background:url(/img/ez_blade.jpg) no-repeat;
}
#content .ezLINE {
	width: 224px;
	height: 125px;
	background:url(/img/ez_line.jpg) no-repeat;
}
#content .ezPATH {
	width: 224px;
	height: 125px;
	background:url(/img/ez_path.jpg) no-repeat;
}
#content .ezBLADE {
	width: 224px;
	height: 125px;
	background:url(/img/ez_blade.jpg) no-repeat;
}
#content .ezFRAME {
	width: 224px;
	height: 125px;
	background:url(/img/ez_frame.jpg) no-repeat;
}
#content .ezBREEZE {
	width: 224px;
	height: 125px;
	background:url(/img/ez_breeze.jpg) no-repeat;
}
#content .ezMATE {
	width: 224px;
	height: 125px;
	background:url(/img/ez_mate.jpg) no-repeat;
}
#content .ezCHANNEL {
	width: 224px;
	height: 125px;
	background:url(/img/ez_channel.jpg) no-repeat;
}
#content .ezCOPY {
	width: 140px;
	font-size:9px;
	color:#FFFFFF;
	padding: 20px 0 0 14px;
}
#content .ezCOPY a { color:#FFFFFF; text-decoration:none }
#contentBtm {
	width: 780px;
	height:16px;
	background-image:url(/img/body_ft.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#contentSub .subNav {
	background-image:url(/img/bg-subnav.gif);
	background-repeat:no-repeat;
	width: 175px;
	height:234px;
	min-height:234px;
	padding: 0px 0px 5px 5px;
	float:left;
	margin: 5px 0 0 10px;
}
#contentSub .subNav ul
{
	list-style: none;
	padding: 40px 25px 5px 15px;
	margin: 0;
}
#contentSub .subNav li {
	float: none;
	line-height: 160%;
	border-bottom: 1px dotted #f4bb8c;
}
#contentSub .subNav a { color:#FFFFFF; text-decoration:none }
#contentSub .subNav a:visited { color:#FFFFFF }
#contentSub .subNav a:hover { color:#FFFFFF; font-weight:bold; }

#contentSub .ezH1 {
	float: right;
	width: 572px;
	height: 18px;
	margin: 5px 0 0 0;
}
#contentSub .ezMAIN {
	float: right;
	width: 562px;
	margin: 10px 10px 0 0;
	padding: 0 0 10px 0;
}

/* ----- FOOTER ----- */

#footer { 
	width:795px;
	height:25px;
	background-image:url(/img/bg-footer.gif);
}
#footerDetails {
	width:780px;
	font-family:"Trebuchet MS";
	font-size:10px;
	color: #060405;
	padding:8px;
}
#footerDetails .company {
	width:172px;
	border-right: 1px solid #c2c0c0;
	float:left;
}
#footerDetails .company span {
	font-weight:bold;
}
#footerDetails .numbers {
	width:395px;
	float:left;
	padding-left: 15px;
}
#footerDetails .numbers label {
	color: #464646;
}
#footerDetails .logos {
	width:175px;
	float:right;
}

/* ----- DROP MENU ----- */
#dropmenudiv{
	position:absolute;
	border:1px solid #276a95;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:18px;
	background-color: #002a5c;
	z-index:100;
  /* for IE 
  filter:alpha(opacity=90);*/
  /* CSS3 standard 
  opacity:0.6;*/
  /* for Mozilla 
  -moz-opacity:0.6;*/
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #276a95;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f58426;
}
