/*******************************/
/* COMMON BASE TAGS            */
/*******************************/
body {font-family: helvetica; margin: 0; padding: 0; background: url(images/home_bg_02.jpg) repeat-x #000000}
a, a:link, a:visited {color: #ffffff; text-decoration:none; border:0;}
a:hover, a:active {text-decoration:none; color: #cccccc}
ul {list-style: none;}
a i {visibility:hidden;}
a img {border:0;}
/*h1 {font-size:20px; font-weight:bold; padding: 15px 0 10px 0; color:#373737;}
h2 {font-size:16px; font-weight:normal; padding-bottom:10px; color:#333333;}
h3 {font-size:14px; font-weight:bold; padding: 8px 0 2px 0; color:#ffffff}
h4 {font-size:11px; font-weight:bold;}*/
p {margin-bottom:15px;}
/*ul {padding-bottom: 15px;}
ul li {margin-left: 5px;}*/
a.rollover {display: block; width: 248px; height: 41px; background:url(images/save_lead_button.gif); background-position: bottom; margin: 0 0 0 0}
a.rollover:hover {background-position: top;}

/* HEADER  */
#header {margin: 0 auto; width: 949px; height: 81px; position: relative }
#nav {width: 700px; position: absolute; top: 45px; right:0; text-align: right}
#nav ul { list-style-type: none;}
#nav ul li {display: inline; font-size:15px; padding: 0 0 0 30px}

#core_statement {width: 874px; margin: 0 auto; padding: 25px 37px 0px 38px; height: 75px; color: #ffffff; font-size:24px;}

.clearfix {clear: both; font: 1px/1px sans sarif;}
#feature_highlights {width: 949px; margin: 12px auto; height: 260px; clear: both }
#feature_highlights h2 {font-size:16px; padding: 10px 0 3px 10px; margin:0; color:#666}
#feature_highlights p {font-size:12px; padding: 3px 0 3px 10px; margin:0}
#multimedia {float: left; width: 311px; height: 247px; margin: 0 0 0 0; background: url(images/multimedia_bg.gif) no-repeat; position: relative}
#multimedia p, #newscom p {color: #FFF; width: 290px; padding: 10px 0 5px 15px}
#vsat p {color: #FFF; width: 290px; padding: 165px 0 5px 15px}
#vsat {float: left; width: 313px; height: 247px; background: url(images/vsat_bg.gif) no-repeat; position: relative}
#newscom {float: right; width: 325px; height: 247px; margin: 0 0 0 0; background: url(images/newscom_bg.gif) no-repeat; position:relative}
#footer {width: 100%; background: #000000; border-top: #dfdfdf;}
#footer_container {width: 949px; margin: 0 auto; padding: 10px 0 0 0; font-size: 10px}

/*******************************/
/* SLIDER TAGS                 */
/*******************************/
#banner_wrapper {width:949px; height: 416px; /*border-bottom:1px solid #cccccc;*/	margin:0 auto; position: relative}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 5px solid black;*/
width: 949px; /*width of featured content slider*/
height: 416px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 949px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 416px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#slider{
margin: 0 0 0 0;
height: 416px;
}

#paginate-slider{
background-color: #333333;
visibility: visible;
/* for IE */
filter:alpha(opacity=70);
/* CSS3 standard */
opacity:0.7;
border-color: #333333;
width: 350px;
height: 45px;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 999;
}

#paginate-slider a img{
width: 45px;
height: 25px;
border: 3px solid #000000;
margin: 6px 0 0 11px;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;
z-index: 9999;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
border: 3px solid #999999;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */