@charset "utf-8";
/* CSS Document 
Created by Flow New Media
*/

html {
background: #fff url(../images/public/bg_page.jpg) repeat-x;
}

body  {
	font: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

p
{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 14px;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
}

div
{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

strong, em, b, i {
    font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

h1
{
	font-size: 24px;
	color: #36454F;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-transform: none;
	margin-bottom: 5px;
	line-height: 26px;
	text-align: left;
}


h2
{
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-variant: normal;
	margin-bottom:4px;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h3{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #666666;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
	text-decoration: none;
	margin-bottom: -3px;
	margin-top: -5px;
	}
	
h4
{
	font-size: 13px;
	color: #000000;
	padding-bottom: 4px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	padding-top: 5px;
}



ol {
	color : #333333;
	font-family :  "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}


ul {

	color : #333333;
	font-family :  "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}
li {
	color : #333333;
	font-family :  "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	padding-left: 15px;
	text-decoration: none;
	line-height: 16px;
	background-image: url(../images/public/linklistarrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

hr {
	background-color: #163B61;
	height: 1px;
	color: #163B61;
}
a
{
	color: #172659;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 13px;
	}

a:hover
{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 1px;
	font-size: 13px;
	border:none;
	}

strong {
	font-weight:bold;
}

/*  Basic Form Styles  */
form{
	clear:both;
}
fieldset{
	border:0px;
	margin: 20px 0;
	padding: 10px 0
}
legend{
	color:#095aa5;
	font-size:1.8em;
	font-weight:normal;
	padding-left:50px;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/public/bg_buttins.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	width:50px;
	overflow:visible;
	padding: 2px;
}


label{
	float: left;
	width: 180px;
	font-weight: bold;
}

input{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	width: 150px;
	margin-bottom: 5px;
	font-size:11px;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
	background-image: url(../images/public/bg_textfield.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchbox {
	font-size:11px;
	width:100px;
}

select{
	width: 180px;
	margin-bottom: 5px;
	font-size:11px;
	height:20px;
	background-image: url(../images/public/bg_textfield.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #5897AB;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

textarea{
	width: 250px;
	height: 80px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #5897AB;
	padding:0px 4px 0px 4px;
	background-color: #FFFFFF;
	background-image: url(../images/public/bg_textfield.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxes{
	width: 12px;
}



/** Special Check/Radio Boxes Fields *****************************/
div.optionsSetStack label.optionLabel{
	display:block;
	width:auto;
	margin-left:210px;
}
div.checkboxPrompt,
div.radioPrompt{
	margin-left:210px;
}
div.radioPrompt label{
	width:auto;
	float:none;
	display:inline;
	text-align:left;
}

/*divs */

#wrapper {
	width: 100%;
	background-image: url(../images/public/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

#container {
	width: 780px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/public/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
}  
#header {
	background:none;
	height: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 

#sky {
	background-image: url(../images/public/home/bg_extracontent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 {
	background-image: url(../images/public/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 50px;
	padding-right: 0;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#sitename {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 0px;
}

#sitename a, #sitename a:hover {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#logo {
	float: left;
	padding-top: 30px;
	clear: none;
	padding-left: 0px;

}

#logo a, #logo a:hover {
	border:0px;
}

#auxnav {
	float: right;
	width: 300px;
	text-align: right;
	background-image: url(../images/public/home/bg_extracontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 2px;
	margin-right: 4px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#auxnav ul {

}

#auxnav ul li {
	font-size: 11px;
	display: inline;
	list-style-type: none;
	background-image: none;
}

#auxnav a, a:hover {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 3px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

#navbar {
	height: 225px;
	border: 1px solid #B1C3D9;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#mainpic {
	width:545px;
	height:185px;
	padding-bottom:5px;
	text-align: center;
	margin-left: 0px;
	margin-right: 5px;
}

#navigation {
	width:485px;
	height:30px;
	background-image: url(../images/public/bg_navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	padding-top:5px;
	float: left;
	text-align: center;
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
#navigation ul {

}

#navigation ul li{
	display: inline;
	list-style-type: none;
	background-image: none;
	background-image: url(../images/public/separator_topnavitems.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:50px;
}

#navigation a {
	font-size: 16px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	padding: 0px 10px 0px 10px;
	height: auto;
	font-weight: bold;
}

 #navigation a:hover {
	font-size: 16px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	border: none;
	height: auto;
	font-weight: bold;
}

#navigation a.last, #navigation a.last:hover {
	background-image: none;	
}

#sidebar2 {
	float: right;
	margin-bottom:30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: auto;
	margin-right: 3px;
}

#sidebar2 a, #sidebar2 a:hover {
	border:0px;
	text-decoration: none;
	padding:0;
}

#sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

#sidebar2 img {
	border:0px;
	text-decoration: none;
}

#sidebar3 {
	float: right;
	margin-bottom:30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 205px;
}

#sidebar3 a, #sidebar3 a:hover {
	border:0px;
	text-decoration: none;
	padding:0;
}

#sidebar3 img {
	border:0px;
	text-decoration: none;
}
/* float: right and clear: right ensure that the sidebar is adjacent to the text in insidecontent. without the clear: right, the sidebar jumps below insudecontent */
#sidebar4 {
	float: right;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 205px;
	clear: right;
}

#sidebar4 a, #sidebar4 a:hover {
	border:0px;
	text-decoration: none;
	padding:0;
	margin: 0px;
}

#sidebar4 img {
	border:0px;
	text-decoration: none;
}
#searchbar {
	height: 30px;
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 180px;
	margin-top: 10px;
	padding-right: 10px;
}
.bn-search {
	background-color: #333333;
	background-image: url(../images/public/bn_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 36px;
	margin-left: 5px;
}


#savings {
	height: auto;
	padding-bottom: 0px;
}

#investments {
	height: 73px;
	padding-bottom: 0px;
}

#calculators {
	height: 55px;
	padding-bottom: 5px;
	padding-top: 15px;
}

#aerobits {
	height: 125px;
	padding-bottom: 10px;
}

#mainContent {
	width: 780px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}

#mainContent #homepagecontent {
	float:left;
	width:530px;
	clear: left;
	background-image: url(../images/public/home/bg_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;

}

#mainContent p{
	font-size: 13px;
}

#mainContent a{
margin:0px;
padding:0px;
font-weight:bold;
}

#annualreport{
	width: 205px;
	margin-top: 2px;
	margin-right: 0px;
	float: right;
	text-align:left;
	vertical-align: bottom;
	clear: right;
}

#annualreport a, #annualreport a:hover{
	border:0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
#ads{
	margin-top: 5px;
	margin-right: 0px;
	float: right;
}

#ads a, #ads a:hover{
margin:0px;
padding:0px;
border:0px;
}

#aerobits{
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

#aerobits a, #aerobits a:hover{
	margin:0px;
	padding:0px;
	border:0px;
}


#aerobits2{
	margin-top: 5px;
	margin-right: 0px;
	float: left;
}

#aerobits2 a, #aerobits2 a:hover{
	margin:0px;
	padding:0px;
	border:0px;
}
#whatshappening{
	height: auto;
	width: 265px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	text-align:left;
	background-image: url(../images/public/home/title_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	margin-right: 5px;
}

#whatshappening a, #whatshappening a:hover{
	font-size:13px;
}

#whatscomingup{
	height: auto;
	width: 265px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	text-align:left;
	background-image: url(../images/public/home/title_events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}

#whatscomingup a, #whatscomingup a:hover{
	font-size:13px;
}

#footer {
	background-color: #687681;
	height: 42px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/public/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#footernav {
	float:right;
	width: 320px;
	padding: 12px 5px;
	text-align: right;
	background-color: #AAB8C3;
}

#footer ul {

}

#footer ul li {
	font-size: 11px;
	display: inline;
	list-style-type: none;	
		background-image: none;
}

#footer ul li a {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

#footer ul li a:hover {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

/* Inside Styles */

#insideContent {
	text-align: left;
	width: 535px;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	float: left;
	clear: right;
} 

#insideContent table td{
padding:3px;
}

#insideContent table p{
	text-align: left;
	font-weight:bold;
	font-size:13px;
} 
#insideContent #breaker table p{
	text-align: left;
	font-weight:normal;
	font-size:13px;
}
#insideContent a, #insideContent a:hover {
	padding-left:0px;
	margin-bottom: 5px;
	font-weight:normal;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#insideContent img {
	margin: 0px 8px 3px 5px;
	border: 1px solid #EBEBEB;
	padding: 3px;
}

#insideContent a img , #insideContent a:hover img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-decoration:none;
}

#insideContent ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}

#insideContent ul li ul li{
	margin-bottom: 5px;
	margin-left: 0px;
	border:none;
	font-size:12px;
	text-decoration:none;
	color: #333333;
}

#insideContent ul li ul li a, #insideContent ul li ul li a:hover{
	margin-bottom: 5px;
	margin-left: -10px;
	border:none;
	font-weight:bold;
	text-decoration:underline;
	font-size:13px;
}

#inside-searchbar {
	height: 30px;
	background-image: url(../images/public/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	padding-top: 3px;
	margin-top: 10px;
}
#inside-navbar {
	height: 140px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 535px;
	float: left;
}

#inside-mainpic {
	width:535px;
	height:140px;
	padding-bottom:0px;
	text-align: right;
	margin-left: 0px;
	margin-right: auto;
}

#inside-navigation {
	width:545px;
	height:34px;
	background-image: url(../images/public/home/bg_navbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-right: auto;
	padding-top:15px;
	padding-left: 0px;
}
#inside-navigation table{
	clear:both;
	width:auto;
	margin-top:1px;
	padding-top: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
/* Apply this style to lock the width of each nav item */
#inside-navigation td {
	padding-bottom: 5px;
}

#inside-navigation a, a:hover{
	margin: 0px;
	padding: 0px;
}

#inside-navigation ul {

}

#inside-navigation ul li{
	display: inline;
	list-style-type: none;
}

#inside-navigation a {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	height: auto;
	font-weight: normal;
}

 #inside-navigation a:hover {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	border: none;
	height: auto;
	font-weight: normal;
}

#inside-navigation a.last, #navigation a.last:hover {
	background-image: none;	
}

.savings-inside {
	height:50px;
}

#rightnav {
	width: 196px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 20px;
	margin-top: -40px;
	padding-top: 0px;
	float: right;
	background-image: url(../images/public/inside/bg_rightnav.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rightnav h1 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -30px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-right: 12px;
}

#rightnav ul li {
	padding-left: 20px;
	background-image: url(../images/public/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 12px;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	width:150px;
}

#rightnav a {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightnav a:hover {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/public/inside/bg_rightnav_link_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}


#more info {
	
}

#position {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left:15px;
}

#position a{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight: normal;
}

/* News Manager styles */

#getnewsdetails {
	color: #333333;
	width: 100%;

}

div.getnewslinksforshort {

}

div.category {
	visibility:hidden;
	height:0px;
}

div.news-list {
	margin-top:-25px;
	padding-left:10px;
}

div.parentcategory, div.category {
visibility:hidden;
height:0px;	
}

div.news-list-item {

}

div.news-link {

}

div.news-link a, #insideContent div.news-link a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	padding: 5px 0px;
	font-weight: bold;
	border: none;

}

div.news-link a:hover, #insideContent div.news-link a:hover{
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
	padding: 5px 0px;
	font-weight: bold;
	border: none;
}

div.news-link2 a, div.news-link2 a:hover{
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility:hidden;
	margin-bottom:-5px;
}

div.news-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;	
}

div.news-author {
	color: #333333;
	font-size: 11px;
	font-style: italic;
}


div.anchor {

}

div.news-date {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width:100%;
}

div.news-desc {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

div.news-details {
	float:left;
	padding-top:5px;
}
/* Other Styles */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Pupup div for member login */

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 280px;
	height: 140px;
	left: 20px;
	top: 300px;
	background-color: #E1EEF6;
	border: 0px;
	padding: 10px;
}

#layer1 a, #layer1 a:hover {
	font-size:11px;
	border:0px;
	margin:0px;
	padding: 0px;
}

input.buttons#Login {
	float:right;
	margin-right:15px;
}

#close {
       float: right;
}
.table-width {
	width: auto;
}

.contact {
	background-color: #FDF8DB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	width:auto;
	padding:5px 0px 0px 5px;
}

#insideContent ul li ul li a, #insideContent ul li ul li a:hover, #inside blockquote {
	margin-left:5px;
			list-style-type: none;
		padding-left: 3px;
}

ul.calculators li{
	color : #0066CC;
	font-family :  "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : normal;
	padding-left: 15px;
	text-decoration: none;
	line-height: 18px;
	background-image: url(../images/public/calculator.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding: 1px 0px 5px 20px;
}

ul.pdf li{
	color : #0066CC;
	font-family :  "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	line-height: 18px;
	background-image: url(../images/public/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding: 1px 0px 5px 20px;
}

.buttons2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/public/bg_buttins.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	width:80px;
	overflow:visible;
	padding: 2px;
}

.buttons-go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #009966;
	background-image: url(../images/public/bg_buttons_go.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #99CC66;
	border-bottom-color: #99CC66;
	width:80px;
	overflow:visible;
	padding: 2px;
}

.header-calculators {
	background-image: url(../images/public/bg_header_calculators.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.productslisting td{
	margin-left:auto;
	margin-right:auto;
	height:86px;
	width:220px;
	background-image: url(../images/public/inside/products/bg_productslisting.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#dud {
	background-image: none;
}
