body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 975px;
	color: rgb(21, 47, 122);
	background-color: rgb(220,220,220);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255,255,255);
	min-height: 700px;
}

#logo {
	width: 174px;
	float: left;
	margin: 15px 0 0 15px;
}

#menu {
	width: 786px;
	float: right;
	padding-top: 43px;
}

#menuBar {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px;	
}

#menuItem {
	background: url(../img/menu-bar-background.png) repeat;
	height: 14px;
	padding: 11px 11px;
	float: left;
}

#menuEndLeft, #menuEndRight{
	background: url(../img/menu-bar-left-end.png) no-repeat;
	height: 36px;
	width: 10px;
	float: left;
}

#menuEndRight {
	background: url(../img/menu-bar-right-end.png) no-repeat;
}

#menuDivider {
	background: url(../img/menu-bar-divider.png) no-repeat;
	height: 36px;
	width: 2px;
	float: left;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(21, 47, 122);
}

a:hover {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

#menuItem a:link, #menuItem a:visited {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#menuItem a:hover {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

#banner {
	width: 945px;
	height: 255px;
	padding: 15px 15px 0 15px;
	margin: 15px 15px 0 15px;
}

#bannerText {
	float: right;
	width: 475px;
	padding: 40px 30px 15px 15px;
	text-align: right;
	line-height: 130%;
}

.testimonial {
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	margin: 0;
}

.byline {
	font-size: 12px;
	color: rgb(0, 0, 0);
	margin-top: 5px;
}

#main {
	position: relative;
}

#content {
	display: inline-block;
	width: 970px;
	padding: 0 10px 0 15px;
}

#contentHome {
	width: 655px;
	padding: 0 15px;
	float: left;
}

#customerPortal {
	width: 230px;
	padding: 0 15px 15px 15px;
	float: right;
	background-color: rgb(232, 232, 232);
	margin: 15px;
}

#customerPortal p {
	font-size: 12px;
}

#customerPortal input[type=text], input[type=password] {
	width: 225px;
}

#content h3 {
	padding-top: 10px;
}

#contentLeft {
	width: 50%;
	float: left;
}

#contentRight {
	width: 50%;
	float: right;
	text-align: center;
}

#contentLeft input[type=text], textarea {
	width: 230px;
}

.floatRight { 
    float: right; 
    margin: 5px; 
}

#clearone {
	clear: both;
	height: 1px;
}

#footer {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}

#footerMenu {
	height: 12px;
	font-size: 11px;
}

#footerMenu ul {
	text-align: center;
	padding-left: 5px;
}

#footerMenu li {
	display: inline;
	padding: 0 2px;
}

span.divider {
	color: rgb(220,220,220);
	font-size: 18px;
	font-weight: lighter;
}

span.footerDivider {
	color: rgb(21, 47, 122);
	font-size: 12px;
	font-weight: lighter;
}

.productBox {
	float: left;
	width: 157px;
	height: 225px;
	background-color: rgb(232, 232, 232);
	margin: 0 0 15px 15px;
	padding: 10px;
	font-size: 14px;
}

.productHeadingImage {
	float: left;
	width: 55px;
	height: 30px;
}

.productHeadingText {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	text-align: left;
	padding-top: 10px;
	height: 30px;
}

.productHeadingTextWide {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	height: 30px;
}

.productDescription {
	height: 120px;
}

.moreDetails {
	padding-top: 5px;
	text-align: center;
}

#rollOverMoreDetails {
	margin-left: auto;
	margin-right: auto;
	width: 112px;
	height: 30px;
	display:block;
}

a#rollOverMoreDetails {
	background-image: url(../img/moreDetails.png);
}

a#rollOverMoreDetails span {
	display: none;
}

a#rollOverMoreDetails:hover {
	background-image: url(../img/moreDetailsRollOver.png);
}

table td, table th {
	padding: 2px 10px 2px 0;
	text-align: left;
	vertical-align: top;
}

li {
	padding: 5px 0;
}

ol li ol {
	list-style-type: lower-alpha;
}

ol li ol li ol {
	list-style-type: lower-roman;
}

ol li ol li ol li ol {
	list-style-type: upper-roman;
}

#subscriberAgreement {
	display: inline-block;
	width: 945px;
	padding: 0 15px;
	font-size: 12px;
}

#subscriberAgreement ol li {
	font-weight: bold;
}

#subscriberAgreement ol li ol {
	list-style-type: decimal;
}

#subscriberAgreement ol li ol li, #subscriberAgreement ol li ul li  {
	font-weight: normal;
}

#subscriberAgreement ol li ol li ol {
	list-style-type: lower-alpha;
}

#testimonialWithImage .slides_container {
	width:945px;
	height:270px;
	display:block;
	margin: 15px 15px 0 15px;
}

#testimonialWithImage .slides_container div {
	width:945px;
	height:270px;
	display:block;
}
		
#slidesImageOnly .slides_container {
	width:319px;
	height:222px;
	display:block;
}

#slidesImageOnly .slides_container div {
	width:319px;
	height:222px;
	display:block;
}
	
#testimonialTextOnly .slides_container {
	width:945px;
	height:125px;
	display:block;
	margin: 15px;
}

#testimonialTextOnly .slides_container div {
	background-color: rgb(240, 240, 240);
	width:915px;
	height:125px;
	display:block;
	padding: 15px;
}
	
.caption {
	z-index:600;
	position:absolute;
	top: 75px;
	left: 450px;
	text-align: right;
}

hr {
	margin-top: 0;
	background-color: rgb(200, 200, 200);
	color: rgb(200, 200, 200);
	height: 1px;
	border: 0;
	clear: both;
	width: 100%
}