﻿/*
main set of styles for the underpages
*/

html {
	color: #000000;
	font-family: Arial;
	background-image:url('../images/backgroundBubbles.jpg');
	background-repeat:repeat-x;
	font-size: 10pt;
	background-color: white;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

body {
	color: #000000;
	font-family: Arial;
	background-image:url('../images/backgroundBubbles.jpg');
	background-repeat:repeat-x;
	font-size: 10pt;
	background-color: white;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

.png {
	behavior: none !important;
	behavior: url('../IEpngFix/iepngfix.htc');
}


.valueBadge {
	float: left;
	margin-top: -145px;
	margin-left: 100px;
}

.red {
	color: red;
}

.borderless {
	border: 0px;
}

.copyright {
	color: #515252;
	font-family: Verdana, geneva, arial, helvetica;
	font-size: 7.5pt;
	margin-top: 30px;
	text-align: right;
}

div.floatLeft {
	float: left;
	margin-right: 10px;
}

div.floatLeft p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.container {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

#wrapper {
	width: 681px;
	margin: 0px auto 0px auto;
}

#header {
	width: 681px;
	position: relative;
	height:229px;
	background: url(../images/headerPNG.png) no-repeat 0 0;
	
}


#header h2 {
	color: #ff6619;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
}

#VolusionLiveChat
{
	float: right;
	position: relative;
	top: 0px;
	right: 0px;	
}

#sidebar {
	float: left;
	width: 333px;

}

#sidebarContent {
	margin: 5px;
	
}

#main {
	float:right;
	width: 347px;
	border-left: 1px #32c0f0 solid;
}

#mainContent {
	margin: 5px;
}


#sidebarContent p {
	margin-top: 0px;
}


#mainContent p {
	margin-top: 0px;
}

#underpageContent {
	width: 670px;
	padding: 5px;
}



/* nav styles*/

div#nav {
	width: 681px;
	height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 8px 0px;
}

div#nav img
{
	border: 0;
}

div#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 23px;
}

div#nav ul li {
	display: inline;
	float: left;
	position: relative;
}

#footer{
	clear:both;
	background-color: white;
	margin-bottom: 20px;
}

div#footer ul {
	font-size: 8pt;
	list-style: none;
	margin: 0;
	padding: 0px;
	border: 0px none;
	/*white-space: nowrap;*/
}

div#footer li {
	display: inline;
	margin: 0px 0px 0px 5px;
}


div#footer li a {
	color: black;
	text-decoration: none;
}

div#footer .footerLast {
	margin: 0 0 0 40px;
}

div#footer img
{
	border: 0;
}



/* text styles */
p.textItem {
	border-bottom: 1px #32c0f0 solid;
	margin: 0px 0px 8px 0px;
	padding-bottom: 8px;
}


span.itemLargeHeader {
	font-size: 14pt;
	font-weight: bold;
	color: black;
	margin-bottom: 12px;
	display:block
}

span.itemHeader {
	font-size: 12pt;
	font-weight: 600;
	color: black;
	margin: 12px 0px 12px 0px;
	display: block;
}

a:link {
	color: #32c0f0;
	text-decoration: none;
}

a:visited {
	color: #32c0f0;
	text-decoration: none;

}

a:active {
	color: #32c0f0;
	text-decoration: none;

}

span.redtext{
	color:#FF0000;
	text-decoration:none;
}

#underpageContent ol ul {
	list-style: disc;
}

ol.lowercaseLetter  {
	list-style: lower-alpha;
}

em.Required {
	font-weight: bold;
	font-style: normal;	
	color: red;
}
em.Disclaimer {
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
}


