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

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

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

.heading_style h1 {
	font-size: 18px;
	color: #000000;
}
.heading_style h2 {
	font-size: 15px;
	color: #000000;
}
.heading_style h3 {
	font-size: 0.95em;
	color: #000000;
}

.big_letter:first-letter {
font-size:3em;
font-style:italic;
display:block;
float:left;
color: #688DC6 !important;
margin-right:2px;
line-height:.8em;
}


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

/**Anti Spam**/
.location-style{ display:none}

#navigation a { color: #D3D3D3; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}

#navigation a:visited { color: #D3D3D3; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}

#navigation a:hover { color: #ffffff; position:relative; text-decoration: none; padding: 0px 12px 0px 12px; font-weight:bold}


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

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

#footer a:hover { color: #257ed7; text-decoration: none }


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

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

a.link:hover { color: #000000; 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%;
}

.aligner{
	width:900px;
	position: relative;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -450px;
	height:auto;
	/*border: solid thin #00CC00;*/
}

#top_header{
	position: relative;
	margin-top:0px;
	width:100%;
	height:96px;
	text-align:left;
	background-image:url(images/header_bg.jpg);
}

#navigation{
	position:absolute;
	bottom:0px;
	right:0px;
	height:25px;
}

#button_div{
	float:left;
	height:100%;
}

.selected{background-image:url(images/button_bg.jpg); background-position:top; background-repeat: repeat-x;}
#button_div.selected a{color: #546978; position:relative; text-decoration: none; padding: 0px 10px 0px 10px; font-weight:bold}

#under_nav{
	height:20px; 
	background-color:#FFFFFF;
	width:100%;
	position:relative;
}

#mid_section{
	position:relative;
	background-color:#edf1f5;
	border-top:solid thin #d3dce5;
	width:100%;
}

#left{
	position:relative;
	width:500px;
	top:5px;
	left:0px;
	padding:10px;
	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

#right{
	position:absolute;
	top:5px;
	width:340px;
	right:10px;
	padding:10px;
	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

#footer{
	position: relative;
	width: 100%;
	color: #000000;
	height: 50px;
	margin-top:15px;
	font-size: 11px;
	padding:20px;
	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

blockquote {
	color:#333333;
	display:block;
	background-color: #F4F7FB;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 20px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	border-right: #E6EEF5 solid 2px;
	border-bottom: #E6EEF5 solid 2px;
	font-size:11px;
}
blockquote p{ color:#003366; font-style:italic;}

#pros_table{
	background-color:#E8F2F4;
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}

#pros_table td{
	border:2px solid #FFFFFF;
	padding:10px;
}

#how-div{
	padding:0px; 
	border:2px solid #333333; 
	float:left;
}
#how-div-title{
	background-color:#4170a0; 
	padding:10px; 
	color:#FFFFFF;
}
#how-left{
	float:left; 
	width:45%; 
	padding:10px 15px 10px 10px; 
	border-right: 1px solid grey;
}
#how-right{
	float:left; 
	width:45%; 
	padding:10px;
}
#how-arrow{
	background: transparent url(images/down_arrow.jpg) no-repeat center center; 
	height:35px; 
	clear:both;
}