body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../GRFX/bkgd_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 160px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../GRFX/header_bkgd.jpg);
	overflow: visible;
	z-index: 9;
}
#quickLinks {
	top: 20px;
	position: absolute;
	right: 18px;
	font-size: 12px;
}
#quickLinks a {
	padding-right: 20px;
	padding-left: 0px;
	color: #254679;
	text-decoration: none;
}
#phone {
	color: #242863;
	position: absolute;
	height: 20px;
	width: 140px;
	left: 225px;
	top: 80px;
}
#indexContentContainer {
	margin: auto;
	height: 570px;
	width: 710px;
	position: relative;
	background-image: url(../GRFX/index_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}
#interiorContentContainer {
	margin: auto;
	height: 570px;
	width: 710px;
	position: relative;
	z-index: 0;
}
#interiorContentContainer H2 {
	display: block;
	width: 710px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #222268;
	background-image: url(../GRFX/title_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	z-index: 1;		
}
.adjust {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
#section_subnav {
	float: left;
	width: 170px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	border-right-color: #9C9C9C;
	border-right-style: dashed;
	border-right-width: 1px;
	padding-bottom: 20px;
	z-index: 1;
}
#section_subnav a {
	display: block;
	position: relative;
	padding: 5px 5px 5px 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	background-color: #FAFAFA;
	background-image: url(../GRFX/ico_document.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	border: 1px solid #D7D7D7;
}
#section_subnav a:hover {
	background-color: #FFFFFF;
	color: #003366
}
#section_subnav a.servicebtn {
	color: #CC0000;
	background-color: #FAE0E0;
	border: 1px solid #CC0000;
}
#section_subnav a:hover.servicebtn {
	background-color: #FFFFFF;
	border: 1px solid #FF6D5E;
}
#section_subnav a.infobtn {
	color: #006600;
	background-color: #9DFF0B;
	border: 1px solid #336600;
}
#section_subnav a:hover.infobtn {
	background-color: #FFFFFF;
	border: 1px solid #66CC00;
}
#footer {
	padding: 10px;
	clear: both;
	border-top: 1px dashed #9D9D9D;
	text-align: center;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	float: right;
	width: 520px;
	position: relative;
	top: 0px;
	right: 0px;
	padding-bottom: 20px;
	z-index: 1;
}
#welcomeBox {
	width: 350px;
	top: 17px;
	position: absolute;
	left: 20px;
}
a {
	color: #2A4D88;
}
a:hover {
	text-decoration: none;
}
#productBox {
	width: 200px;
	position: absolute;
	left: 12px;
	top: 298px;
}
.redHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#serviceBox {
	position: absolute;
	width: 200px;
	top: 298px;
	left: 256px;
}
#networkBox {
	width: 200px;
	top: 298px;
	position: absolute;
	left: 492px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #222268;
}
#navigation {
	position: absolute;
	height: 20px;
	top: 113px;
	left: 222px;
	z-index: 10;
}
#headlineBox {
	background-image: url(../GRFX/headline_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 169px;
	width: 710px;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.headlineboundary {
	position: absolute;
	width: 373px;
	top: 21px;
	left: 12px;
	display: block;
	font-weight: normal;
	color: #666666;
}
.floatme {
	display: block;
	float: left;
	width: 255px;
	margin: 0px;
	padding: 0px;
}
#logos {
	position: relative;
	width: 830px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* --------------------------------- Navigation -------------------------------- */

.dropdown ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.dropdown ul li{
	position: relative;
	display: inline;
	float: left;
	height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #696969;
	border-left-color: #FFFFFF;
}

/*Top level menu link items style*/
.dropdown ul li a{
	display: block;
	width: 70px; /*Width of top level menu link items*/
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
	z-index: 11;
	
}
	
/*1st sub level menu*/
.dropdown ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-color: #FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.dropdown ul li ul li{
	display: list-item;
	float: none;
	border: none;
	padding: 0;
	height: 20px;
	background-color: #FFFFFF;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.dropdown ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.dropdown ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #666;
	text-decoration: none;
	height: 14px;
	padding: 3px;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
}

.dropdown ul li a:hover{
	background-color: #F0F0F0;
	color: #1E1D66;
}

/*Background image for top level menu list links */
.dropdown .mainfoldericon{
	background: url(../GRFX/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.dropdown .subfoldericon{
	background: url(../GRFX/arrow-right.gif) no-repeat center right;
}
	
/* ------------------------------------------ Forms -------------------------------------------- */

.cssform p{
width: 370px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; 
border-bottom: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
padding-top: 5px;
width: 150px; 
}

.cssformpad {
font-weight: bold;
float: left;
margin-left: -155px; 
padding-top: 5px;
width: 150px; 
}

.hide {
display: none;
visibility: hidden;
}

.cssform input[type="text"]{ 
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* Holly Hack for IE \*/
* html .dropdown ul li { float: left; height: 1%; }
* html .dropdown ul li a { height: 1%; }
/* End */

