@charset "UTF-8";
/* CSS Document */

/*colors

Dark Blue: #045195
Light Blue: #a4b9db

*/

a
{
	outline:none;
	text-decoration:none;
	color:#045195;
}

a:hover
{
	text-decoration:underline;
}

html
{
	margin:0;
    padding:0;
    height:100%;
}

body
{
	background-color:#045195;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(images/2009rev/bgGradient-smaller.gif);
	background-repeat: no-repeat;
	background-position:top;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

p
{
	line-height: 18px;
	margin: 0px;
}

#container
{
	width:755px;
	padding-left:70px;
	padding-right:70px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(images/2009rev/bodyBG.png);
	background-repeat:repeat-y;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:14px;
}

#header
{
	width:755px;
	position:relative;
	height:100px;
	margin-bottom: 15px;
}

#content
{
	width:755px;
	margin-bottom: -16px;
}

#footer
{
	width:755px;
	height:160px;			/* !!!!!!!!!! must match content margin-bottom !!!!!!!!! */
	background-position:top;
	padding-bottom:10px;
	background-color:#FFFFFF;
	
}

#tvlandingfooter
{
	width:755px;
	height:210px;			/* !!!!!!!!!! must match content margin-bottom !!!!!!!!! */
	background-position:top;
	padding-bottom:10px;
	background-color:#FFFFFF;
	
}

.push
{
	height:170px; /* !!!!!!!!    must match footer height !!!!!!!!! */
	clear: both;
}

.footerColumn
{
	width:150px;
	padding-right:40px;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	float:left;
	margin-top: 15px;
	padding-left: 10px;
}

.footerColumnLogo
{
	width:150px;
	padding-right:0px;
	font-size:12px;
	float:right;
	padding-top: 12px;
	padding-left: 0px;
}

.footerHeader
{
	font-size:14px;
	color:#045195;
	font-style: italic;
}

#footer a
{
	text-decoration:none;
	color:#000000;
	font-size-adjust:none;
}

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

#gradleft
{
	position:absolute;
	height:422px;
	width:350px;
	left:-375px;
	top:0px;
}

#gradRight
{
	position:absolute;
	height:422px;
	width:350px;
	right:-375px;
}

#nav
{
	float:right;
	width:409px;
	margin-top: 15px;
	padding-left: 10px;
	height:30px;
	position:absolute;
	top:43px;
	right: 0px;
	z-index:2000;
}	

#headLogo
{
	position:absolute;
}

a.navLink 
{
	color: #000000;
	outline:none;
	text-decoration:none;
}

a.navLink:hover 
{

	color: #a4b9db;
	outline:none;
}

#headShadow
{
	display:block;
	width:767px;
	height:10px;
	position:absolute;
	top:90px;
	left:-6px;
	z-index:2;
}

#productsDrop
{
	z-index:5000;
}



#navbar 
{
    margin:0;
    padding: 0;
    height: 30px; 
	z-index:500;
}
	
#navbar li {
    list-style:none;
    float: left; }
	
#navbar li a {
    display: block;
    color: #fff;
	width:84px;
	height:30px;
    text-decoration: none; }

#navbar li ul {
    display: none;
    width: 84px; /* Width to help Opera out */
    background-image:url(Header/prodBG.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	} /*Drop-down background*/

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }

#navbar li:hover li {
    float: none; }

#navbar li:hover li a {
    color: #045195; 
	font-size:12px;
	line-height:12px;
	display:block;
	width:84px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-weight:bold;
	
	}
	
#navbar li li a:hover {
    color: #FFFFFF; 
	font-size:12px;
	display:block;
	width:79px;
	height:auto;
	font-weight:bold;
	background-color:#045195; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
	}

#navbar li:hover li, #navbar li.hover li {
    float: none; }

#navbar li:hover li a, #navbar li.hover li a {
	 }/*drop down item*/

a.navHome
{
	display:block;
	width:53px;
	height:30px;
	background-image:url(Header/home.gif);
	border-bottom:none;
}

a.navHome:hover
{
	background-position:-53px 0;
}

a.navProducts
{
	display:block;
	width:84px;
	height:30px;
	background-image:url(Header/products.gif);
	border-bottom:none;
}

a.navProducts:hover
{
	background-position:-84px 0;
}
	
a.navAbout
{
	display:block;
	width:57px;
	height:30px;
	background-image:url(Header/about.gif);
	border-bottom:none;
}

a.navAbout:hover
{
	background-position:-57px 0;
}

a.navBlog
{
	display:block;
	width:40px;
	height:30px;
	background-image:url(Header/blog.gif);
	border-bottom:none;
}

a.navBlog:hover
{
	background-position:-40px 0;
}
	

a.navContact
{
	display:block;
	width:74px;
	height:30px;
	background-image:url(Header/contact.gif);
	border-bottom:none;
}

a.navContact:hover
{
	background-position:-74px 0;
}

#highlights
{
	width:755px;
	padding-top:25px;
	font-size:12px;
	line-height:16px;
	position: relative;
}

.divider
{
	background-image:url(images/2009rev/hlDivider.gif);
	background-repeat:repeat-y;
}

h1
{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 5px;
	margin-top:0px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 25px;
	margin-top:0px;
}

h3
{
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	margin-bottom: 15px;
	margin-top:0px;
}

h4
{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:15px;
	margin-top:0px;
	color:#045195;
}

h5
{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom: 10px;
	margin-top:0px;
}

h6
{
	font-size:22px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:15px;
	margin-top:0px;
	color:#045195;
}

a.more
{
	padding-right:10px;
	white-space:nowrap;
	background: url(images/2009rev/moreArrow.png) no-repeat scroll 100% 50%;
	color:#045195;
	text-decoration:none;
}

a.more:hover
{
	text-decoration:underline;
}

.hlImage
{
	text-align:center;
	vertical-align: bottom;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
	margin-left: 15px;
}

a.productNavLink
{
	position: relative;
	float: left;
	background-color: #FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #737373;
	margin: 0px 20px 0px 0px;
	font-weight: normal;
	outline: none;
	padding: 0px 0px 10px 0px;
	text-decoration:none;
}

a.productNavLink:hover
{
	color:#a4b9db;
}

a.current
{
	color:#045195;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0px 20px 0px 0px;
	font-weight: normal;
	outline: none;
	padding: 0px 0px 10px 0px;
	text-decoration:none;
}

#productNav
{
	width:755px;
	display: block;
	height: 30px;
	margin-top: 15px;
}

#panelContent
{
	background-color: #FFFFFF;
	background-image:url(Header/headerShadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;
}

.faqAnswer
{
	margin-bottom: 45px;
}

.galleryIcon
{
	margin-right:35px;
	margin-bottom:15px;
}

a.backtotop
{
	padding-right:12px;
	white-space:nowrap;
	background: url(images/2009rev/topArrow.png) no-repeat scroll 100% 50%;
	color:#045195;
	text-decoration:none;
	font-size:10px;
}

a.backtotop:hover
{
	text-decoration:underline;
}

.evenRow
{
	background-color:#E3E3E3;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

.tableHeader
{
	background-color:#000000;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.table
{
	line-height:24px;
	padding-left: 5px;
	padding-right: 5px;
}

#sampleForm
{
	width:755px;
	position: relative;
	background-image:url(Header/headerShadow.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 25px;
	display:none;
}

#contactForm
{
	width:755px;
	position: relative;
}

.photosIcon
{
	margin-bottom:10px;
}

#blog
{
	background-color: #FFFFFF;
	background-image:url(/Header/headerShadow2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:30px;
	padding-bottom: 30px;
}

#blogTopics
{
	background-color: #FFFFFF;
	background-image:url(/images/2009rev/topics.png);
	background-repeat: no-repeat;
	background-position:left, top;
	padding-top: 35px;
	margin-bottom: 30px;
	text-align:left, top;
	float:left;
	width:113px;
	font-size: 11px;
	padding-left: 6px;
}

#blogArchive
{
	background-color: #FFFFFF;
	background-image:url(/images/2009rev/archive.png);
	background-repeat: no-repeat;
	background-position:left, top;
	padding-top: 35px;
	margin-bottom: 30px;
	text-align:left, top;
	float:left;
	width:113px;
	font-size: 11px;
	padding-left:6px;
}

#blogEntries
{
	width:550px;
	padding-left:85px;
	float:right;
}

.blogClear
{
	width:755px;
	clear:both;
	margin-bottom:50px;
}

#blogLeft
{
	float:left;
	width:119px;
	border-right:solid 1px #99999;
}

.blogEntryContent
{
	background-image:url(/images/2009rev/blogBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 20px;
}

.blogEntrySignature
{
	background-image:url(/images/2009rev/blogBottom2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 20px;
	margin-bottom:50px;
	height:7px;
	font-size: 12px;
	color:#999999;
}

a.blogEntrySignature
{
	color:#999999;
	background-image:none;
	padding-bottom:0px;
}

a.blogEntrySignature:hover
{
	color:#a4b9db;
	text-decoration:underline;
}

#blogHead
{
	width:755px;
	height:172px;
	background-image:url(/images/2009rev/blogHead.png);
	position:relative;
	padding-bottom:15px;
	background-repeat:no-repeat;
}

#blogRSS
{
	position:absolute;
	top:29px;
	right:29px;
	height:114px;
	width:114px;
}

.footerComingSoon
{
	font-style:italic;
	color:#666666;
}

.footerContact
{
	color:#404040;
}

#hpVideos
{
	position:relative;
	background-image: url(images/homePage-videos.png);
	width: 675px;
	height: 220px;
	padding: 40px;
}

.hpVideosLink
{
	border:0px;
	margin-right:35px;
	bottom:25px;
}

#hpVideosWrapper
{
	position:absolute;
	bottom:25px;
}

.landingBenefits{
	font-size:22px;
	color:#045195;
	font-weight:bold;
	margin-bottom:15px;
	width:740px;
	line-height:50px;
	margin-left:15px;
}

.landingBenefits a{
	color:#a4b9db;
}

.landingBenefits a:hover{
	color:#045195;
	
}

.landingButtons a{
	margin-left:10px;
	margin-right:5px;
	float:left;
}
