/* CSS Document */
html, body { margin: 0; padding: 0; }

html, body { height: 100%; width: 100%;}

body {font: 13px Helvetica, sans-serif; text-align:left; color: #5C5C5C; }

h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 15px;
	color: #000000;
	padding:0;
	margin:0;
}
h3 {
	font-size: 0.95em;
	color: #000000;
}

hr {
  border-top: 1px dotted #999999;
  height:1px;
  border-left: none;
  border-right: none;
  width: 100%;
  display:block;
}

#footer a { color: #666666; text-decoration: none; }

#footer a:visited { color: #666666; text-decoration: none; }

#footer a:hover { color: #3b9816; text-decoration: none }


a.link { color: #000000; text-decoration: none; }

a.link:visited { color: #000000; text-decoration: none; }

a.link:hover { color: #FFCC00; text-decoration: underline }


a, a.links_2 { color: #0066FF; text-decoration: none; }

a:visited, a.links_2:visited { color: #0066FF; text-decoration: none; }

a:hover, a.links_2:hover { color: #0066FF; text-decoration: underline }

.list li{ list-style-image:url(images/bullet.gif); margin-bottom: 1em}


#container{
	position:relative;
	width:100%;
	background:transparent url(images/main_bg.gif) repeat-x 0 0;
}

.aligner{
	width:800px;
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -400px;
	height:auto;
}

#top_header{
	position: relative;
	margin:0;
	padding:0;
	width:800px;
	text-align:left;
	background-color: transparent;
}

#navigation{
	height:auto;
	padding:0;
	margin:10px 0 -10px 10px;
	font-size:11px;
	font-weight:bold
}

#navigation ul {margin:0; padding:0; list-style-type:none;}

#navigation ul li{
	float:left;
	margin-left:5px;
}

#button{
	background:transparent url(images/button.gif) no-repeat 0 0; 
	width:93px; 
	height:27px; 
	display:block; 
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:27px;
}

#navigation a{color:white; text-decoration:none}
#navigation a:visited{color:white;}
#navigation a:hover{color:black; background-position:0 -27px !important;}

#button .selected{background-position:0 -27px !important;}

#content-top{
	background:transparent url(images/main-top-bg.gif) no-repeat 0 0;
	height:10px;
}

#content{
	position:relative;
	width:100%;
	padding:10px;
	background:transparent url(images/main-mid-bg.gif) repeat-y 0 0;
}
#info-top{
	position:relative;
	width:768px; 
	height:310px;
	padding: 5px; 
	background-color:#f3f3f3; 
	border:1px solid #CCCCCC; 
}

#arrow{position:absolute; top:-23px; right:320px;}

#top-left{
	width:400px; 
	float:left;
}
#top-right{float:right}

#info-bottom{
	position:relative;
	width:768px; 
	margin:10px 0 0 0;
	padding:5px;
	border:1px solid #CCCCCC;
}

#info-bottom-left{
	width:500px;
	padding:5px;
	float:left;
}
#info-bottom-right{
	width:230px;
	padding:5px;
	float:right;
}
#info-boxes{
	height:100px; 
	width:90%; 
	padding:5px; 
	margin:5%; 
	border:1px solid #CCCCCC; 
}

#info-boxes-calc{
	height:200px; 
	width:90%; 
	padding:5px; 
	margin:5%; 
	border:1px solid #CCCCCC; 
	background: url(images/info-box-calc.jpg) no-repeat bottom right;
}

.exclamation{background: url(images/info-icon.jpg) no-repeat bottom right;}
.graph{background: url(images/info-box-graph.jpg) no-repeat bottom right;}
.money{background: url(images/info-box-money.jpg) no-repeat bottom right;}
.cc{background: url(images/info-box-cc.jpg) no-repeat bottom right;}

#hdiv{
	border-bottom:1px solid #CCCCCC;
}


#footer{
	position: relative;
	color: #666666;
	font-size: 11px;
	padding-bottom:10px;
	height:40px;
	background:transparent url(images/main-bottom-bg.gif) no-repeat 0 0;
}

.footer_aligner{
	width:800px;
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -400px;
	height:auto;
}

/*WHY US*/
.why_us_ul li{
	padding-left:25px;
	background-image:url(images/checkmark.gif);
	background-position:center left;
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom:2em;
	font-weight:bold;
}

/*TABLES*/
#app-container{
	background:transparent url(images/app-bg.jpg) no-repeat 0 0; 
	width:341px; 
	height:292px; 
	padding:0;
	margin:0
}

#mainapp{
	margin:10px 0 0 0;
	padding:0;
	color:#FFFFFF;
}
#mainapp select, #mainapp .textbox {
	border:1px solid #000000;
	color:#000000;
	font-family:"Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#mainapp label{
	color:white;
	display:inline;
	font-size:8pt;
	margin:0 0 5px;
}

#yestable{
	border:1px solid #cccccc; 
	border-collapse:collapse;
}
#yestable td{
	border:1px solid #cccccc; 
	border-collapse:collapse;
}
#yestable .alt{background-color: #F0F0F0}