/* CSS Document */
body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
	}

p
	{
		width: 580px;
	}
blockquote
	{
		width: 400px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
	}
	
#tablepara
	{
		margin: auto;
		width: 300px;
	}
		
#main
	{
		margin: auto;
		width: 780px;
	}
#nav
	{
		background:url(images/navbg.jpg) repeat-x;
	}
.nav
	{
		padding-left: 10px;
		padding-right: 10px;
	}
#content
	{
		background: #f3f3f3;
	}
#inner_content
	{
		text-align:left;
		padding: 5px;
	}
table.inner_content
	{
		width: 100%;
	}
td.column
	{
		text-align: center;
		vertical-align: top;
	}
.testimonial 
	{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		width: 540px
	}
.content
	{
		color: #232323;
	}
td.content
	{
		width: 100%;
		vertical-align: top;		
	}
#left_column
	{
		background:url(images/colbg.jpg) repeat-y;
	}
#inner_left_column
	{
		padding-left: 6px;
		padding-right: 6px;
		text-align: left;
	}
.button
	{
		background: url(images/left_button_bg.jpg) repeat-x;
	}
.button a
	{
		display:block;
		padding: 2px;
		border: solid 1px #cbcbcb;
		color: #406b96;
		text-decoration:none;
		font-weight:bold;
		padding-left: 30px;
		background: url(images/button_arrow.jpg) no-repeat 5%;
	}
.slider
	{
		margin: auto;
		width: 150px;
		height: 0px;
		overflow: hidden;
	}
.slider_inner
	{
		background: url(images/sliderbg.jpg) repeat-y;
		height: auto;
		font-size: 12px;
		color: #b1b1b1;
	}
.slider_text a, .slider_text a:visited, .slider_text a:hover
	{
		color: #b1b1b1;
		font-weight: bold;
		text-decoration:none;
	}
.slider_text
	{
		padding: 5px;
		font-weight: bold;
	}
.drop_down
	{
	height: 0px;
	overflow:hidden;
	position: absolute;
	text-align: left;
	background: #FFFFFF;
	left: -1px;
	top: -7px;
	}
.drop_down a, .drop_down a:visited
	{
		color: #003366;
		text-decoration: none;
		display:block;
		padding:2px;
	}	
.drop_down a:hover
	{
		background-color:#D6E1EB;
	}	

h2
	{
		margin: 580ps;
	}

h3
	{
		margin: 0px;
		margin-bottom: 5px;
		font-size:14px;
		width: 580px;
	}

h2
	{
		width: 580px;
	}

h1
	{
		margin: 10px;
		margin-left: 0px;
		color: #517ea8;
		font-size:18px;
		font-weight:normal;
	}
.underline
	{
		text-decoration: underline;
	}
.nav a, .nav a:visited, .nav a:hover
	{
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
.strong
	{
		font-weight: bold;
	}
#left_text
	{
		padding: 5px;
		font-size: 11px;
		padding-left: 20px;
	}
#left_text a, a.blue
	{
		color: #8BB8E2;
	}
#compare_table
	{
		border: solid 2px #5F91C4;;
		width: 553px;		
	}
* html #compare_table { width: 553px; }
#compare
	{
		border-collapse: collapse;
		color: #343434;
		border:none;
	}
#compare td
	{
		border: solid 1px #474747;
		text-align: center;
		padding: 5px;
		font-size: 12px;
	}	
#compare td.features
	{
		text-align:left;
	}
.compare_header
	{
		background-color: #DFDFDF;
		font-weight:bold;
		text-align: center;
	}
.compare_subhead
	{
		color: #949494;
		font-size: 10px;
	}
.compare_expert
	{
		background-color: #C0DCF2;
	}
.price_header
	{
		border: none;
		border-bottom: solid 3px #cacaca;
		background-color: #ffffff;
		color: #4c7eb1;
		font-weight:bold;
		text-align: center;		
		
	}
.price_1
	{
		background: #d1e6f7;
		text-align: center;
		color:#0d3155;
	}
.price_2
	{
		background:#e5f2fa;
		border-bottom: solid 3px #cacaca;
		text-align: center;
		color: #ababab;
	}
.white
	{
		background-color: #ffffff;
	}
.white2
	{
		background:#ffffff;
		border-bottom: solid 3px #cacaca;
	}
.read_more, .read_more a, .read_more a:visited
	{
		color: #4b7aa6;
		font-size:10px;
		text-align: right;
		font-weight: bold;
	}
#footer, #footer a, #footer a:visited
	{
		color: #A9A9A9;
		font-size:11px;
		font-weight: bold;
	}
#footer td
	{
		border-right: solid 1px #A9A9A9;
	}
.red
	{	
		color: #c9100e;
	}
.calculate
	{
		background: url(images/left_button_bg.jpg) repeat-x bottom;
		padding: 2px;
		border: solid 1px #424242;
		color: #424242;
	}