@charset "utf-8";

/* CSS Document */

/* -------------------------------------------------------------- */
/*                       overall settings                         */
/* -------------------------------------------------------------- */

body {
	margin-top:0;
	margin-left:0;
	background:url(../img/bg_tile_window.jpg) repeat-x;
	background-color:#E1DDAD;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	color:#19608F;
	color:#036;
	/*cursor:default;*/
}

body img {
	border:none;
}

/* ---------------- backgrounds and centering -------------- */

#wrapper_overall {
	width:848px;
	/*height:auto;*/
	margin:0 auto;
	background:url(../img/bg_tile_overall.jpg) repeat-y;
}

/* ---------------- header & navigation ------------------- */



#header {
	width:800px;
	height:79px;
	background:url(../img/bg_header.jpg);
	margin-left:24px;
}

#nav_header {
	width:287px;
	height:22px;
	position:relative;
	top:1px;
	left:512px;
}

#nav_main {
	width:800px;
	height:28px;
	margin-left:24px;
	background:url(../img/bg_tile_nav.jpg) repeat-x;
}

/* 	Note: refer to css/nav.css for navigations styles		*/

/* ---------------- banners ------------------------------- */

#banner {
	float:left;
	width:590px;
	height:242px;
	background:url(../img/banner.jpg) no-repeat;
	margin-top:-22px;
	margin-left:-16px;
	margin-bottom:16px;
}

/* ----------------------- text and links --------------- */

.title_home {
	font-style:italic;
	color:#AD9A40;
	font-size:160%;
}

.title_typ {
	/*font-weight:bold;*/
	color:#4D4D4D;
	font-size:160%;
}

.title_sub {
	font-style:italic;
	font-weight:bold;
	color:#4D4D4D;
}

.title_topic {
	font-size:90%;
	font-weight:bold;
	color:#4D4D4D;
}

.title_bios {
	color:#4D4D4D;
}

.testimonial {
	font-style:italic;
}

.footnote {
	font-size:90%;
	color:#333;
}

.temp_prompt {
	display:block;
	margin:0 0 0 60px;
	font-weight:bold;
	font-size:110%;
}

a {
	color:#C63;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* ----------------------- content areas ---------------- */

#wrapper_content {
	width:848px;
	background:url(../img/bg_content.jpg) no-repeat;
}


/*--------------------------------------------------------*/
/* 					2 column layout						  */
/*--------------------------------------------------------*/
/* ---------- column 1 ------------ /					  */
/*--------------------------------------------------------*/

	
#col_2_1 {
	display:inline;
	float:left;
	width:566px;
	margin-left:24px;
	padding:22px 8px 16px 16px;
	line-height:1.8em;
}

#col_2_1 ul {
	padding:0 20px 0 60px;
	margin:0;  /* fixes IE margin bug */
}

#col_2_1 img {
	display:inline;
}

img.left {
	float:left;
	padding:14px 14px 0 0;
	display:inline;
}

.inset {
	width:560px;
	/*min-height:150px;*/
	background-color:#E4E2E2;
	font-size:90%;
	color:#333;
}

 .inset p {
	padding:5px 10px 5px 250px;
	
}

#inset_index_1 {
	background:url(../img/bg_inset_index_cenlar.jpg) no-repeat;
}

#inset_a1 {
	background:url(../img/bg_inset_a1.jpg) no-repeat;
}

#inset_a2 {
	background:url(../img/bg_inset_a2.jpg) no-repeat;
}

#inset_b1 {
	background:url(../img/bg_inset_b1.jpg) no-repeat;
}

#inset_b2 {
	background:url(../img/bg_inset_b2.jpg) no-repeat;
}

#inset_c1 {
	background:url(../img/bg_inset_c1.jpg) no-repeat;
}

#inset_c2 {
	background:url(../img/bg_inset_c2.jpg) no-repeat;
}

#inset_d1 {
	background:url(../img/bg_inset_d1.jpg) no-repeat;
}

/*--------------------------------------------------------*/
/*									   / --- column 2 --- */
/*--------------------------------------------------------*/

#col_2_2 {
	float:left;
	width:210px;
	background:url(img/bg_tile_col_2_2.jpg) repeat-y;
}

#col_2_2 img {
	border:none;
}

/* today's featured rates table  */

.table_rates {
	font-size:80%;
	line-height:1.8em;
	width:200px;
	background-color:#DFDDD4;
	border:1px solid #999;
	margin:4px 0 4px 6px;
}

.table_rates tr.title {
	font-size:120%;
	line-height:2em;
	font-weight:bold;
	color:#333;
	background-color:#FFF;
}

.table_rates tr.subtitle {
	font-weight:bold;
	color:#333;
	background-color:#ece9da;
}

.table_rates tr.subtitle td {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.table_rates tr.notes td {
	color:#333;
	border-bottom:1px solid #999;
}

.table_rates td {
	padding-left:10px;
}

/* -------------------------- footer ----------------------- */

#footer {
	clear:both;
	height:100px;
	width:778px;
	padding:0px 35px 10px 35px;
	font-size:80%;
	line-height:1.6em;
	color:#A8C0D4;
	background:url(../img/bg_footer.jpg) no-repeat bottom right;
}

.divider_footer {
	clear:both;
	height:1px;
	background-color:#4A5660;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#logos_footer {
	position:relative;
	width:236px;
	height:37px;
	top:-19px;
	left:538px;
}

#footer a {
	line-height:1.6em;
	color:#A8C0D4;
	text-decoration:none;
}

#footer a:hover {
	line-height:1.6em;
	color:#9CF;
	text-decoration:none;
}


/* -------------------------- utilities and hacks ---------- */


.divider_typ {
	clear:both;
	height:1px;
	background-color:#D1D1D1;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

.divider_title {
	clear:both;
	height:4px;
	background-color:#D1D1D1;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:16px 0 8px 0;
	padding:0;
}

.divider_vertical {
	float:left;
	width:1px;
	height:120px;
	background-color:#E4E4E4;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0 5px 0 5px;
	padding:0;
}

.hilite {
	color:#C00;
}

.btn_top {
	padding:0 0 0 22px;
	background:url(../img/icon_scroll_top.gif) top left no-repeat;
}

.btn_scroll {
	padding:0 0 2px 24px;
	background:url(../img/icon_scroll.gif) top left no-repeat;
}
	
.btn_new_page {
	padding:0 0 2px 22px;
	background:url(../img/icon_new_page.gif) top left no-repeat;
}

.btn_acrobat {
	padding-left:22px;
	background:url(../img/icon_acrobat.jpg) left no-repeat;
	vertical-align:middle;
}

.google_map {
	border:1px solid #999;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
	height:0;
	line-height:0em; /* :kludge: get IE to acknowledge height */
}

