html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img {
	border-style: none;
}

body {
  background-color: #183052;
  /*background: url(../images/bodyBG.jpg);*/
  color: #2a2d2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

#content p {
	font-size: 1.2em;
}

h1 {
	color: #3E527B;
	font-size: 2em;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
}
h2 {
	color: #6982B5;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #939FB7;
	padding-bottom: 5px;
	padding-top: 10px;
}



h4 {
	color: #39517B;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 15px;
	padding-top: 10px;
}

a,  a:link {
	color: #196ECC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #196ECC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #46526A;
	text-decoration: underline;
}
a:focus {
	color: #13399D;
}
a:active {
	color: #13399D;
}

#outerWrapper {
	margin: 0 auto 20px;
	text-align: left;
	width: 920px;
	background: #fff url(../images/content-bg.png) repeat-y left 13px;
}

#shopWrapper {
	margin: 0 auto 20px;
	text-align: left;
	width: 920px;
	background: #fff url(../images/content-bg.png) repeat-y left 13px;
}

#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px;
	height: 158px;
	background: url(../images/header-bg.jpg) no-repeat left top;
}
#outerWrapper #topNavigation {
	height: 32px;
	padding: 0 0px;
	background: url(../images/navbg.png) repeat-x center;
	margin-right: 20px;
	margin-left: 20px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 170px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 20px 0px 10px;
	width: 160px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 170px;
	padding: 20px;
}
#outerWrapper #contentWrapper .clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 10px 30px 0px;
	background: url(../images/footer-bg.png) no-repeat left top;
	height: 75px;
	color: #FFFFFF;
	text-align: center;
}
#leftColumnContent {
	padding: 20px 0px 10px;
	width: 170px;
}
#outerWrapper #contentWrapper {
	padding-right: 25px;
	padding-left: 25px;

}
#leftColumn1 ul, #rightColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li, #rightColumn1 ul li {
	list-style: none;
	display: inline;
}#leftColumn1 ul li a, #rightColumn1 ul li a {
	display: block;
	padding: 4px 4px 4px 10px;
	background: url(../images/li-dot.gif) no-repeat left top;
	border-bottom: 1px solid #E0E0E0;
}
#leftColumn1  ul li a:hover,#rightColumn1 ul li a:hover {
	background: #F0F1F4 url(../images/li-dot.gif) no-repeat left top;
	text-decoration: none;
}

/* for flyout submenus - note: not being used but available if it is decided to use in future. Look for mainNav structure in  /navTest.html */

#leftColumn1 .navholder {
	float: left;
	display: inline;
	position: relative;
	margin: 0px 0;
}

#leftColumn1 li a.sub {
background: url(../images/arrowNav2.gif) no-repeat left top;


}

#leftColumn1 ul ul {
	position: absolute;
	left: -3000px;
	background-color: #F0F1F4;
}     /* flyout elements need a background image or color to avoid bugs in IE/win */

#leftColumn1 ul li:hover ul {
	left: 170px;
	top: 0px;
	width: 160px;
	padding: 2px 4px 2px 10px;
}

#leftColumn1 li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	/*vertical-align: bottom;  for IE5/win  */
}


.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content ul li {
	margin-bottom: 5px;
}
#content blockquote {
	border-left: 5px solid #BAC2D1;
	margin-left: 15px;
	background: #ECEEF2;
	padding: 5px 10px;
	margin-right: 15px;
}

#content blockquote blockquote {
	background: #F8F9FA;
}

/***************** This is the gray colored "box" used in side columns *******************/
.sidebarlt {
	background: #EBEDF1;
	padding: 6px;
	border: 1px solid #C6CCD9;
}

/***************** This is the blue colored "box" used in side columns *******************/

.sidebardk {
	color: #FFFFFF;
	background: #5271A5;
	border: 1px solid #556481;
	padding: 6px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}

/***************** This is the red colored "box" used in side columns *******************/

.sidebarred {
	color: #FFFFFF;
	background: #B13544;
	border: 1px solid #556481;
	padding: 6px;
}
.sidebarred a, .sidebarred a:hover, .sidebarred a:visited, sidebarred a:active {
	color: #FFFFFF;
}

/***************** This is the red colored "box" used for important messages in the main column *******************/

.important {
	color: #FFFFFF;
	background: #ff0000;
	border: 3px solid #556481;
	padding: 6px;
}

.important p {
	font-weight: 2ems;
}
	
.important a, .important a:hover, .important a:visited, important a:active {
	color: #FFFFFF;
}


/***************** This is the blue "specials" box used in main column *******************/

.specialblue {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #5271A5;
	border: 1px solid #FFA61F;
	padding: 8px;
	line-height: 2em;
}
.specialblue a, .specialblue a:hover, .specialblue a:visited, specialblue a:active {
	color: #CBD7ED;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
}
#credit {
	text-align: center;
	background: #2E3645;
	color: #576682;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #576682;
}

/***************** Columns for charts on Hosting page *******************/

#list {
	line-height: 1em;
	color: #FFFFFF;
}

#list img {
	padding: 1px;
	border: 1px none #18386B;
}

#colA {
  width: 30%;
  float: left;
  text-align: left;
  background-color:#1372CC;
  padding-left: 7px;
  
}

#colB {
  width: 17%;
  float: left;
  text-align: center;
  background-color:#0F589E;
}

#colC {
  width: 17%;
  float: left;
  text-align: center;
  background-color:#0B3E70;
}

#colD {
  width: 17%;
  float: left;
  text-align: center;
  background-color:#072442;
}

#colE {
  width: 17%;
  float: left;
  text-align: center;
  background-color:#020B14;
}

#colF {
  width: 33%;
  float: left;
  text-align: center;
  background-color:#EFEFF7;
  padding-left: 7px;
  
}

#colG {
  width: 32%;
  float: left;
  text-align: left;
  background-color:#EFEFF7;
}

#colH {
  width: 33%;
  float: left;
  text-align: left;
  background-color:#EFEFF7;
}

#colI {
  width: 59%;
  float: left;
  text-align: left;
  background-color:#ffffff;
  line-height: 1.5em;
  
}

#colI, #colJ ul {
  color:#000000;
  font-size: 1em;
}

#colI, #colJ p {
  color:#000000;
} 

#colJ {
  width: 39%;
  float: left;
  text-align: left;
  background-color:#ffffff;
  line-height: 1.5em;
  
}

.textBold {
  font-weight: bold;
}

/***************** CSS for product boxes *******************/


#twoboxes {
	background: url(../images/two-box-fill.gif) repeat-y left top;
	width: 500px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	height: 230px;
	font-size: .8em;
}
#twoboxes .title {
	font: normal 12px/30px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#twoboxes ul {
	margin: 0px;
	padding: 10px 0px 10px 25px;
	color: #000000;
	list-style: disc;
	font-weight: normal;
	font-size: 1.2em;
}
#twoboxes a:link, #twoboxes a:visited, #twoboxes a:active, #twoboxes a:focus {
	color: #18305A;
}
#twoboxes a:hover {
	color: #D66900;
	text-decoration: none;
}
#twoboxes p {
	margin: 0px;
	padding: 0px;
}
#twoboxtop {
	background: url(../images/two-box-top.gif) no-repeat left top;
	height: 30px;
	padding-top: 0px;
	width: 500px;
}
#twoboxbottom {
	background: url(../images/two-box-bottom.gif) no-repeat left bottom;
	height: 11px;
	width: 500px;
	clear: none; /* This had been clear both, which broke things re the left column */
	margin-bottom: 25px;
}
div.twoboxleft {
	width: 220px;
	float: left;
	margin-right: 32px;
	padding-left: 15px;
	display: inline;
}
div.twoboxright {
	width: 210px;
	float: left;
	display: inline;
	padding-left: 3px;
}
p.readmore {
}

.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

.list {
	font-size: 1.2em;
}

