/*-------------------------------------------------------------------
----------------SUB NAVIGATION AT THE TOP OF WEBSITE-----------------
---------------------------------------------------------------------*/

.headernav #subnav {
	position: relative;
	width: 124px;
	margin: 0 auto;
	top: 130px;
}
.headernav #subnav ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
}
.headernav #subnav ul li {
	float: left;
	text-decoration: none;
	overflow: hidden;
}

/*--------WHO SUB NAVIGATION------*/

.headernav #subnav ul li a.who:link, .headernav #subnav ul li a.who:visited {
	text-indent: -1000em;
	display: block;
	width: 39px;
	height:22px;
	background: url(../images/who_btn.png) no-repeat left;
}
.headernav #subnav ul li a.who:hover, .headernav #subnav ul li a.who:active {
	background-position: -40px;
}
.headernav #subnav ul li a.whocurrent, .headernav #subnav ul li a.whocurrent:hover, .headernav #subnav ul li a.whocurrent:active {
	text-indent: -1000em;
	display: block;
	width: 39px;
	height:22px;
	background: url(../images/who_btn.png) no-repeat left;
	background-position: -40px;
	cursor: default;
}

/*--------WHAT SUB NAVIGATION------*/

.headernav #subnav ul li a.what:link, .headernav #subnav ul li a.what:visited {
	text-indent: -1000em;
	display: block;
	width: 46px;
	height:22px;
	background: url(../images/what_btn.png) no-repeat -1px;
}
.headernav #subnav ul li a.what:hover, .headernav #subnav ul li a.what:active {
	background-position: -47px;
}
.headernav #subnav ul li a.whatcurrent, .headernav #subnav ul li a.whatcurrent:hover, .headernav #subnav ul li a.whatcurrent:active {
	text-indent: -1000em;
	display: block;
	width: 46px;
	height:22px;
	background: url(../images/what_btn.png) no-repeat -1px;
	background-position: -47px;
	cursor: default;
}

/*--------WHY SUB NAVIGATION------*/

.headernav #subnav ul li a.why:link, .headernav #subnav ul li a.why:visited {
	text-indent: -1000em;
	display: block;
	width: 39px;
	height:22px;
	background: url(../images/why_btn.png) no-repeat left;
}
.headernav #subnav ul li a.why:hover, .headernav #subnav ul li a.why:active {
	background-position: -39px;
}
.headernav #subnav ul li a.whycurrent, .headernav #subnav ul li a.whycurrent:hover, .headernav #subnav ul li a.whycurrent:active {
	text-indent: -1000em;
	display: block;
	width: 39px;
	height:22px;
	background: url(../images/why_btn.png) no-repeat left;
	background-position: -39px;
	cursor: default;
}


/*-------------------------------------------------------------------
-------------------------WEBSITES MAIN CONTENT-----------------------
---------------------------------------------------------------------*/

.headernav .maincontent {
	padding: 2em 2em 2em 2em;
	width: 900px;
	margin-top:160px;
	margin-left:inherit;
	margin-right:inherit;
	margin-bottom:5px;
	/*margin: 0 auto;*/
	text-align: left;
	height: auto;
	position: relative;
}

.headernav   .maincontent   #bkg {
	padding: 1.5em 1em 1.5em 1em;
	height: auto;
}
.headernav .maincontent #bkg h1 {
	margin-top: 1em;
	margin-right: 0.8em;
	margin-bottom: 1em;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: lighter;
	margin-left: 0.8em;
}
.headernav .maincontent #bkg p {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1.7em;
	margin-left: 1em;
	position: relative;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: lighter;
}


/*----------------------------------------------------------------------------------------
-------------------------WEBSITES ROUNDED CORNER BOXES WITH CONTENT-----------------------
------------------------------------------------------------------------------------------*/

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/rndcnr_white.png);
	height: 18px;
	font-size: 1em;
	width:430px;
	margin-left: -18px;
}
	
.top-left, .bottom-left { 
	margin-right: 18px;
}

.top-right, .bottom-right { 
	font-size: 1em;
	margin-left: 18px;
	margin-top: -18px;
}

.top-right {
	background-position: 430px 0;
}

.bottom-left  { 
	background-position: 0 -18px;
}

.bottom-right { 
	background-position: 430px -18px;
}

.inside {
	background: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #4A494D; 
	font-size: 1em;
	padding-left: 18px;
	margin-left: -17px;
	padding-right: 8px;
	width: 439px;
}

.notopgap {
	margin-top: -1em;
}

.nobottomgap {
	margin-bottom: -1.4em;
	padding-bottom: -0.1em;
}

.headernav .maincontent #bkg .inside .notopgap h1 {
	font-size: 1em;
	margin-left: 10px;
}

.headernav .maincontent #bkg .inside .nobottomgap p {
	font-size: 0.8em;
	margin-left: 10px;
}


/*--------SUPPORT DEPARTMENT HEADING BACKGROUND------*/

.headernav .maincontent #bkg .inside .notopgap .wantinternetbkg {
	background-image: url(../images/linesize_bkg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 300px;
	margin-top: -10px;
}

.headernav .maincontent #bkg .inside .notopgap .wantinternetbkg h1 {
	font-size: 0.85em;
	color:#FFFFFF;
	margin-left: 0.9em;
	line-height: 30px;
	font-weight:bold;
}

