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

/* Main Styles*/
body {
margin:0;
padding:0;
background:url(../images/bg.png) center top repeat-x #3eb5d6;
}
img {
border:none;
}

/* Containers*/
#shadowcontainer {
margin:0 auto 0 auto;
width:975px;
background:url(../images/bgshadow.png) center top repeat-y transparent;
}
#container {
margin:0 auto 0 auto;
width:939px;
background:url(../images/sidebarbg.png) left top no-repeat #ffffff;
padding: 15px 10px 23px 10px;
min-height:620px;
}
#copyright {
margin:8px auto 0 auto;
width:850px;
color:#ffffff;
font-size:0.625em;
text-align:center;
font-family:Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#copyright p {
margin:0 0 0.5em 0;
}
#copyright a {
color:#ffffff;
text-decoration:none;
}
#copyright a:hover {
text-decoration:underline;
}

/* Logo and NRO*/
#logo {
float:left;
}
#nro {
float:right;
width:345px;
font-family:Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:0.75em;
line-height:1.25em;
color:#0069c1;
margin-bottom:8px;
}
#nro p {
margin:0;
padding:0;
float:right;
width:56%;
text-transform:uppercase;
}
#nro a {
float:left;
width: 133px;
text-align:center;
background: url(../images/nrobutton.png) 0 0 no-repeat;
display:block;
height:19px;
padding:3px 0 0 0;
margin: 4px 0 0 0;
font-style:normal;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
#nro a:hover {
background-position: 0 -22px;
color:#CCCCCC;
}

/*Main Nav*/
ul#nav {
list-style:none;
clear:right;
width:751px;
font-family:Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:0.75em;
height:20px;
margin:0 0 0 186px;
padding:0;
position:relative;
top:6px;
}
ul#nav a, ul#utility a {
color:#0069c1;
text-decoration:none;
}
ul#nav a:hover, ul#nav a.selected {
color:#ffffff;
text-decoration:none;
}
ul#nav li {
float:left;
text-align:center;
margin:0;
padding:0;
}
#nav1 a {
width:130px;
height:17px;
padding-top:5px;
padding-left:5px;
background: url(../images/navbg.png) 0 0 no-repeat;
display:block;
}
#nav1 a:hover, #nav1 a.selected {
background-position: 0 -22px;
}
#nav2 a {
width:101px;
height:17px;
padding-top:5px;
background: url(../images/navbg.png) -143px 0 no-repeat;
display:block;
}
#nav2 a:hover, #nav2 a.selected {
background-position: -143px -22px;
}
#nav3 a {
width:176px;
height:17px;
padding-top:5px;
background: url(../images/navbg.png) -244px 0 no-repeat;
display:block;
}
#nav3 a:hover, #nav3 a.selected {
background-position: -244px -22px;
}
#nav4 a {
width:114px;
height:17px;
padding-top:5px;
background: url(../images/navbg.png) -420px 0 no-repeat;
display:block;
}
#nav4 a:hover, #nav4 a.selected {
background-position: -420px -22px;
}
#nav5 a {
width:109px;
height:17px;
padding-top:5px;
background: url(../images/navbg.png) -534px 0 no-repeat;
display:block;
}
#nav5 a:hover, #nav5 a.selected {
background-position: -534px -22px;
}
#nav6 a {
width:116px;
height:17px;
padding-top:5px;
background: url(../images/navbg.png) -643px 0 no-repeat;
display:block;
}
#nav6 a:hover, #nav6 a.selected {
background-position: -643px -22px;
}
ul#nav li li a {
text-align:left;
text-transform:capitalize;
background-color:#ffffff;
background-image:none;
border-bottom:1px solid #97adda;
border-right:1px solid #97adda;
border-left:1px solid #97adda;
padding:8px 5px 5px 12px;
}
ul#nav li li a:hover {
background-color:#0069c1;
}


/* Essential Superfish Styles */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.8125em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*Utility Nav*/
ul#utility {
list-style:none;
font-family:Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:0.625em;
margin:1.125em 0 0 195px;
padding:0px;
}
ul#utility a:hover {
text-decoration:underline;
}
ul#utility a.selected:hover {
text-decoration:none;
}
ul#utility li {
display:inline;
padding: 0 6px 0 9px;
border-left:1px solid;
}

/*Sidebar*/
#sidebar {
float:left;
width:200px;
font-family: Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:0.8125em;
margin-top:40px;
}
#sidebar h2 {
text-transform:uppercase;
font-size:1.25em;
color:#0069c1;
font-weight:normal;
margin:0;
padding:0 0 7px 15px;
}
#sidebar h3 {
margin:30px 0 0 0;
font-size:1.25em;
font-weight:normal;
padding:3px 10px 3px 15px;
background-color:#ef3e35;
color:#ffffff;
margin-left:-10px;
width:175px;
}
#sidebar ul {
list-style:none;
margin:0;
padding:0;
margin-left:-10px;
width:200px;
}
#sidebar p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.875em;
color:#0069c1;
line-height:1.4375em;
padding:0 15px 0 5px;
}
#sidebar p a {
color:#0069c1;
text-decoration:none;
font-weight:bold;
}
#sidebar p a:hover {
text-decoration:underline;
}
#sidebar img {
position:relative;
left:40px;
margin-top:-10px;
}
#sidebar ul li a {
border-top:1px solid #97adda;
padding:7px 15px 7px 25px;
display:block;
text-decoration:none;
color:#000000;
}
#sidebar ul li a:hover {
background-color:#0069c1;
color:#ffffff;
}
#sidebar ul li a.selected, ul#nav li li a.selected, ul#utility a.selected {
color:#999999;
cursor:text;
}
#sidebar ul li a.selected:hover {
background-color:transparent;
}
ul#nav li li a.selected:hover {
background-color:#ffffff;
}
#sidebar ul li ul {
display:none;
}

/*Main Content*/
#maincontent {
float:left;
width:654px;
font-family: Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:0.8125em;
line-height:1.5265em;
margin:50px 0 0 35px;
}
#maincontent h1 {
letter-spacing:0.0625em;
font-size:2.5em;
padding:0;
margin:0 0 20px 0;
width:100%;
line-height:1em;
}
#maincontent h2 {
color:#666666;
font-size:1em;
font-weight:normal;
letter-spacing:1px;
margin-left:0;
margin-right:0;
margin-top:0;
padding:0;
text-transform:uppercase;
}
#maincontent p {
margin-bottom:1.25em;
}
#maincontent ul {
padding-top:0;
margin-top:-4px;
}
#maincontent ul li {
margin-bottom:0.5em;
}
#maincontent ul li ul {
margin-top:0.5em;
}
#maincontent a {
color:#0069C1;
font-weight:bold;
text-decoration:none;
}
#maincontent a:hover {
color:#999999;
}
#infobox {
width:190px;
float:right;
color:#0069c1;
margin:0 0 5px 35px;
font-size:0.9em;
line-height:1.5em;
}
#infobox img, iframe {
border:1px solid #97ADDA;
}
#infobox ul li {
margin-bottom:0;
}
ul#buttonchoice {
list-style:none;
margin:0 0 0 135px;
padding:0;
}
ul#buttonchoice li {
float:left;
}

/*Footer*/
#footer {
margin:0 auto 0 auto;
width:959px;
background:url(../images/footershadow.png) center top repeat-y transparent;
padding:0 8px 0 8px;
height:23px;
margin-top:-23px;
}

/*Misc. Repeats*/
.noborder {
border:none !important;
}
.clear {
clear:both;
}
.learnmore a {
width:95px !important;
height:22px;
background:url(../images/learnmorebutton.png) 0 0 no-repeat;
padding:0 0 0 16px;
display:block;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.learnmore a:hover, .getproduct a:hover, .otherproduct a:hover {
background-position: 0 -22px;
}
.getproduct a {
width:215px !important;
height:21px;
background:url(../images/getproductbutton.png) 0 0 no-repeat;
padding:1px 0 0 0;
display:block;
color:#ffffff !important;
font-weight:bold;
text-decoration:none;
text-align:center;
}
.otherproduct a {
width:175px !important;
height:21px;
background:url(../images/otherproductbutton.png) 0 0 no-repeat;
padding:1px 0 0 0;
display:block;
color:#ffffff !important;
font-weight:bold;
text-decoration:none;
text-align:center;
margin-left:10px;
}

