/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	font-size:medium;
	color: #dddddd;
	background-color:#777799;
/*  background-image: url(images/questionmark_logo_1x1.jpg); */
	background-image:url(images/background.gif);
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	vertical-align: top;
	border: 0;
}

a:link, a:visited, a:hover {
  text-decoration: none;
	color: #5588cc;
	font-weight:normal;
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
}

a:hover {
	color:#dd4444;
	text-decoration:underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color:#9999FF;
 font-weight:bold;
}

h1 a:link, h1 a:visited, h1 a:hover{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 text-decoration: none;
 color: #5588cc;
 font-weight:normal;
}

h1 a:hover{
	color:#dd4444;
	text-decoration:underline;
}

h2{
	font-size: 100%;
	color:#666666;
}

h3{
	font-size: 80%;
	color: #f0f0f0;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

.emphasize {
	text-decoration:underline;
	font-weight:bold;
}

.pay_attention {
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color:#FFFFCC;
	font-weight:normal;
}

.company_name {
	font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000066;
	font-style:italic;
}

.company_name_us {
	font-style: italic;
	font-size: medium;
	color:#ee0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.company_address {
	font-size:9px;
}

.hide_if_print {
	display:block;
}

.hide_if_notprint {
	display:none;
}

.copyright {
	font: normal 80% Arial,sans-serif;
	color:#ffff66;
}

.update_msg {
	color: #c0c0c0;
	font-size: small;
	font-size: 80%;
	font-weight:normal;
}

.current_page {
	display:none;
	text-align:center;
	width:100%;
}

.print_image {
}

.ee_name {
	font: normal 100% Arial,sans-serif;
	color:#66CCCC;
	font-weight:bold;
}

.ee_title {
	font: normal 100% Arial,sans-serif;
	color:#6666CC;
	font-weight:bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
/*  background-color:#DBE5F1;*/
	background-image:url(images/container_bgd3.jpg);  
	width: 800px;
  text-align: center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-width: 2px;
	border-style: solid;
	border-top-color: #7777bb;
	border-left-color: #6666aa;
	border-right-color: #555599;
	border-bottom-color: #444488;
	margin-top: 5px;
	margin-bottom:5px;
	background-color:#444466;
}
	
#masthead{
	margin: 0;
	height: 120px;

}

#masthead_img {
	height: 100px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead_table {
	width: 100%;
}

.masthead_table_left {
	width:15%;
}

.masthead_table_center {
	text-align:center;
}

.masthead_table_right {
	width:15%;
}

#main{
	text-align:center;
	margin: 0;
	padding: 0 0 0 0;
}

.button {
	 color:#FFFFCC;
	background-color:#555577;
	font: normal 120% Arial,sans-serif;
	font-weight:bold;
	border-top-color:#666688;
	border-right-color:#444466;
	border-left-color:#666688;
	border-bottom-color:#444466;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
  color:#B99CFF;
	font-size: 200%;
}

/************** .feature styles ***************/

.feature{
  padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: left;
	width: 100%;
	vertical-align: top;
	float:right;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.headshot {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 0px 0;
	border: 1px #cccccc solid;
/*	border-bottom:1px #222244 solid;
	border-right:1px #222244 solid; */
}

.feature ul{
/*  list-style: url(images/bulletpoint.jpg); */
	line-height: 25px;
  font-size:114%;
	vertical-align:top;
}

.feature ul ul{
  list-style-image: none;
  list-style-type:disc;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333366;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	vertical-align: top;
	text-align: center;
  font-weight:bold;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	text-align: center;
}

#siteInfo_table {
	border-top: 1px solid #666666;
	}

/*********** #sectionLinks styles ***********/

/*************** #pageName styles **************/

#sectionLinks{
  font: Arial,sans-serif;
	font-weight: bold;
  position:relative;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: top;
	vertical-align:text-top;
	color: #5588cc;
	text-align: center;
	text-decoration:none;
	padding: 5px 0 15px 0;
}

#sectionLinks h3{
}

#sectionLinks a{
	text-decoration:none;
}

#sectionLinks a:link{
	color: #5588cc;
}

#sectionLinks a:visited{
	color: #5588cc;
}

#sectionLinks a:hover {
	background-color:#aaaacc; 
	color: #000066;
}

#sectionLinks a:hover .sectionNav {
}

.sectionNav {
  margin-bottom: 0px;
	margin-right:0;
	padding: 1px 10px 2px 10px;
}

.sectionNav:link {
}

.sectionNav:visited {
}

.sectionNav:hover {
	background-color:#aaaacc; 
  border-top-color:#ccccff;
  border-left-color:#ccccff;
  border-bottom-color:#8888aa;
  border-right-color:#8888aa;
}

.pageName{
	color: #ff3333;
}

a:hover .pageName  {
}

/************** #advice styles **************/

#advice_table {
	table-layout:fixed;
	font-weight:bold;
	vertical-align: top;
	text-indent: 20px;
}

.advice_table_left {
	vertical-align: top;
}

.advice_table_middle {
}

.advice_table_right_header {
	color: #333366;
	font-weight: bold;
}

.advice_table_right {
	color: #333366;
	vertical-align: top;
  width: 560px;
}

/************** #clients styles **************/

#client_table {
  text-align:left;
  vertical-align: top;
	width: 600px;
	margin: 0;
	padding: 0;
	margin-left:20px;
}

.client_table_left {
	vertical-align: top;
	color: #9999cc;
	width: 45%;
}

.client_table_middle {
vertical-align: top;
}

.client_table_right_header {
	color: #6666cc;
	vertical-align: top;
}

.client_table_right {
	color: #cccccc;
	vertical-align: top;
}

/************** #contact styles **************/

.contact_table {
  table-layout:fixed;
	margin:0;
	padding:0;
	width:640px;
}

.contact_location {
}

.contact_img {
	padding: 0;
}

.contact_if_print {
	display:none;
	padding:0;
}

.contact_if_notprint {
	display:block;
	padding:0;
}

.contact_table_left {
	color: #666666;
	font-weight:bold;
	text-align: left;
	width: 122px;
	vertical-align:top;
	padding-top: 5px;
}

.contact_table_right {
  text-align: left;
	vertical-align:top;
	padding:0;
	width:448px;
}

/************** #comments styles **************/

.comment_table {
  table-layout:fixed;
	margin:0;
	padding:0;
	line-height:20px;
}

.comment_location {
	color: #9999cc;
	font-weight: bold;
}

.comment_table_left {
	color: #666666;
	font-weight:bold;
	text-align: right;
	width: 80px;
	vertical-align:top;
}

.comment_table_middle {
	text-align: center;
	width: 1em;
	color:#ff3333;
	vertical-align:top;
	font-weight:bold;
}

.comment_table_right {
  text-align: left;
	vertical-align:top;
}

/************** #main styles **************/

.main_table {
table-layout:fixed;
	vertical-align:top;
	text-align:left;
}

.main_table_col {
	vertical-align:top;
	text-align:left;
}

.main_table_col1 {
	vertical-align:top;
}

.main_table_col2 {
	vertical-align:top;
	text-align:left;
}

.hiddenPic {display:none;}

/************** #about styles **************/

#about_table {
  text-align:left;
  vertical-align: top;
	font-weight: bold;
	width: 500px;
	margin: 0;
	padding: 0;
}

.about_table_left {
	vertical-align: top;
	color: #000040;
	width: 40%;
}

.about_table_middle {
	vertical-align: top;
}

.about_table_right_header {
	color: #6666cc;
	font-weight: bold;
}

.about_table_right {
	color: #cccccc;
	vertical-align: top;
}

/************** #rates styles **************/

.rates_table {
  text-align:left;
  vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left:0px;
}

.rates_table_left_header {
	vertical-align: top;
	color: #eeeeee;
	background-color: #9999cc;
	width: 55%;
}

.rates_table_left {
	vertical-align: top;
	color: #9999cc;
	width: 55%;
}

.rates_table_middle_header {
	color: #eeeeee;
	background-color: #9999cc;
	font-weight: bold;
	text-align:center;
}

.rates_table_middle {
	color: #999999;
	vertical-align: top;
	text-align:center;
}

.rates_table_middle_rates {
	color: #999999;
	vertical-align: top;
	text-align:right;
	padding-right: 10px;
}

.rates_table_right_header {
	color: #eeeeee;
	background-color: #9999cc;
	font-weight: bold;
	text-align:center;
}

.rates_table_right {
	color: #999999;
	vertical-align: top;
	text-align:right;
	padding-right:15px;
}

/************** #privacy styles **************/

h1.privacy {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color:#FF9999;
}

h2.privacy {
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #3399cc;
}

/* testimonial styles */

.testimonial_text {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color:#666666;
	font-style:italic;
	text-align:left;
}

.testimonial_name {
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#999999;
	font-style:italic;
}

.testimonial_excerpt {
	font-family:"Times New Roman", Times, serif;
	color:#cccccc;
	font-style:italic;
	text-align:center;
	font-size:small;
}

.testimonial_excerpt2 {
	font-family:"Times New Roman", Times, serif;
	color:#99aacc;
	font-style:italic;
	text-align:center;
	font-size:small;
}

.testimonial_excerpt_name {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color: #5588cc;
	font-style:italic;
}

.testimonial_excerpt_name2 {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color: #99aacc;
	font-style:italic;
}

.testimonial_excerpt a:link, .testimonial_excerpt a:visited, .testimonial_excerpt a:hover{
	color: #5588cc;
}

.testimonial_excerpt2 a:link, .testimonial_excerpt2 a:visited, .testimonial_excerpt2 a:hover{
 color: #7799cc;
}

.testimonial_excerpt a:hover,
.testimonial_excerpt2 a:hover{
/*	font-weight:bold; */
	color:#660099;
  text-decoration:none;
}
/* resource styles */

.resource_text {
	font-size:small;
	color:#666666;
	font-style:normal;
	text-align:left;
	padding-left: 30px;
}

.resource_name {
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#999999;
	font-style:italic;
}


/* popup messages */

.popup_description {
  z-index: 0;
}

.popup_description:hover{
  position: relative;
  background-color: transparent;
  z-index: 75;
  font-weight:bold;
}

.popup_description span{
	position: absolute;
	left: -1000px;
	visibility: hidden;
	width: 250px;
	border: 1px solid;
	border-color: #333366 #000033 #333366 #000033;
	background-color: #bbbbee;
}

.popup_description span img{
}

.popup_description:hover span{
	visibility: visible;
	top: 20px;
	left: 30px;
}

.popup_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000066;
	padding: 5px;
	width: 220px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
}

/* */

.content_table {
	width: 100%;
	background-color:#eeeeee;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	vertical-align:top;
	}

.content_table_left {
	width:15%;
	vertical-align:top;
	}
	
.content_table_middle {
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	}
	
.content_table_right {
	width: 20%;
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	}
