/* CSS Document */

body {
	background-image:url(/images/common/im_bg.jpg);
	background-repeat: repeat;
	margin:	0px auto;
}
ol li, ul li {
	margin-bottom:5px;
}
form {
	margin:0px;
	padding:0px;
}
#content {
	width:999px;
	margin:0px auto;
	background:url(/images/common/im_bg_across.jpg) repeat-y #ffffff;
}
.menu_img {
	border-left: 1px solid #FFFFFF;
}
#body {
	margin:0px auto;
	padding:10px 10px 0 10px;
	width:880px;
}
#header {
	height:307px;
}
#size_control {
		display: block;
		text-align: right;
		float: right;
		height: 85px;
		margin:0;
		padding: 0 0 13px 0;
		vertical-align: baseline;
		width: 285px;
}


#top_nav {
	display: block;
	float: none;
	widows: 880px;
	margin: 0 0 1px 0;
	padding: 0;
}
div#top_nav a:active,
div#top_nav a:hover {
	background-color: none;
}
#splash_logo {
	padding: 6px 13px 13px 13px;
	margin: 0; 
	float: left;
}

#splash_tag {
	padding: 63px 0px 15px 135px;
	margin: 0; 
	float: left;
}
#leftnav {
	position:relative;
	float:left;
	width:223px;
	padding: 0;
	margin-top:20px;
	display: block;
}
#leftnav ul, 
#leftnav ul ul{
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0;
}
#leftnav ul li {
	width: 180px;
	border-bottom:1px solid #B2B2B2;
	margin: 3px 0 0;
	padding-left: 10px; 
	padding-bottom:3px;
	display: block; 
}
#leftnav ul li ul li{
	width: 160px;
	border-top:1px solid #B2B2B2;
	border-bottom-width:0px;
	padding-top:3px;
	padding-bottom:0px;
	display: block;
}
#leftnav ul li.noborder {
	border: none;
}
#leftnav ul li ul li.selected {
	background-image: url(/images/common/im_arrow.gif);
	background-repeat: no-repeat;
}
#leftnav ul li.selected {
	background-image: url(/images/common/im_arrow.gif);
	background-repeat: no-repeat;
}
#leftnav ul li.selected li {
	background-image: none;
}
#diduknow {
	position:absolute;
	left:10px;
	width:180px;
}
#duktitle {font-weight: bold;}
	
div#main {
	position:relative;
	padding: 20px 0 0;
	display: block;
	width: 410px;
	float: left;
	margin: 0 22px 0 0; 
	border: none;
}
#bottombg {
	width:999px;
	height:65px;
	margin:0px auto;
	padding: 0;
	background:url(/images/common/im_bg_bottom.jpg) no-repeat;
}
#footer {
	width:880px;
	margin: 35px auto 0 auto;
	padding: 2px 0 3px 0;
	background-color:#edf7f9;
	border-top:solid 1px #bec6c8;
	border-bottom:solid 1px #bec6c8;
	text-align:center;
	display: inline-table;
}
		#footer a:link, #footer a:visited {
			color: #000000;
				
		}
		#footer a:active, #footer a:hover {
			color: #ffffff;
				
		}

/*********RIGHT TOTE **************/

div#right_tote {
		display: block;
		width: 222px;
		margin: 0;
		padding: 0;
		float: right;
		text-align: right;
}
div#right_totes div {
	padding-bottom: 8px;
	display: block;
}
div#righttote4 {padding-top: 40px;}
div#righttote5 {padding-top: 6px;}
div#righttoteEthics {
	width: 128px;
	padding-top: 20px;
	padding-left: 47px;
	padding-right: 47px;
	display:block;
	float: right; }


/**************FAQ PAGES **********/
ul.faqlist {
	width: 100%;
	list-style: none;
	list-style: none;
	border-bottom: 1px solid #B2B2B2;
	margin: 0;
	padding: 0 0 15px 0;
}

.faqbox {
	width: 100%;
	border-bottom: 1px dotted #B2B2B2;
	margin: 0;
	padding: 12px 0 5px 0;
}

.faqbox p {
	padding: 0 0 10px 0;
	margin: 0;
}
.faqbox div {
	padding: 0 0 3px 0;
	div: 0;
}



/************** CALCULATOR PAGE *********************/
fieldset {
	border-width:0px;
	padding:0px;
	margin-left:0px;
}
.boxBlue 
{
	background-color:#e7f0f9;
	padding:12px 18px;
}
.boxBlueOutline { background-color:#b2c5d4;}
.boxBlueInline { background-color:#f4ffff;}
.dottedBox
{
	border-style:dotted;
	border-width:1px;
	border-color:#b2c5d4;
}
.dottedBoxInline
{
	border-style:solid;
	border-width:1px;
	border-color:#f4ffff;
	padding: 6px 10px;
	background-color:#ecf3f9;
}
table.tblCalc {
	background-color:#b2b2b2;
}
td.tdBg1, th.tdBg1{
	background-color:#f5f0dd;
	padding:2px 5px;
}
td.tdBg2 {
	background-color:#ecf3f9;
	padding:2px 5px;
}
td.tdBgWhite {
	background-color:#fff;
}
td.tdBgBlack {
	background-color:#000;
	color:#ffffff;
}
td.tdNet {
	border-top:solid 2px #b2b2b2;
}
