@import url("../css/global.css");
@import url("../css/inside_nav.css");

/*  Layout
--------------------------------------------------------------------------------------------------- */
body {
	background: #fff url(../gfx/stripes.gif) repeat;
}

.highlight { font-weight: bold; }

.col_A {
	float: left;
	width: 49%;
}
.col_B {
	float: right;
	width: 49%;
}

/* --- sliding panels --- */

body.rates #primary .main h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
}
body.rates #primary .main h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 15px;
}
body.rates #primary .main  table {
	margin: 0;
	padding: 0;
	width: 100%;
}
body.rates #primary .main  table.item {
	margin: 15px 0 0 0;
	padding: 0;
}
body.rates #primary .main  table th {
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
body.rates #primary .main  table tr {
	margin: 0;
	padding: 0;
}
body.rates #primary .main  table tr td {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
body.rates #primary .main  table tr td p {
	margin: 0;
	padding: 0;
}
body.rates #primary .main  table tr td .note {
	font-size: 11px;
	color: #666;
}
.note {
	font-size: 11px;
	color: #666;
}

.panel{
	height:23px;
	padding-top:5px;
	padding-left: 10px;
	border:1px solid #D2DCEA;
	cursor:pointer;
	margin-bottom:0px;
}
 .panel-up{
 	color: #7B89C1;	
	background: #E7ECF4 url(backtitle-up.gif) no-repeat scroll 10px 5px;
 }
.panel-down{
	color: #909BCB; 
	background: #E7ECF4 url(backtitle-down.gif) no-repeat scroll 10px 5px;
}
.panel-target{
	padding:15px;
	margin: 0 0 15px;
	border:1px solid #D2DCEA;
	border-top: none;
}
.panel-closed{
	display:none;
}

/*  Header
--------------------------------------------------------------------------------------------------- */
#header {
	height: 123px;
	position: relative;
	background: url(../gfx/in/headergrad.jpg) no-repeat;
}
#logo {
	background: url(../gfx/in/logo.gif) no-repeat 0 0;
	width: 269px;
	height: 70px;
	position: absolute;
	top: 41px;
	left: 19px;
}
#logo a {
	display: block;
	width: 269px;
	height: 70px;
	text-indent: -9999px;
}
#tagline {
	position: absolute;
	top: 54px;
	left: 317px;
	width: 228px;
	height: 25px;
	background: url(../gfx/in/tag.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#container {
	background: url(../gfx/in/mid.gif) repeat-y 0 0;
}
#footer {
	background: url(../gfx/in/foot.gif) no-repeat 0 100%;
}
#contentarea {
	padding: 55px 20px 0 19px;
	background: url(../gfx/in/top.gif) no-repeat 0 0;
}
#contentwrap {
	padding: 0 0 15px;
	background: url(../gfx/in/vdots_3col.gif) repeat-y 165px 0;
}
body#search #contentwrap {
	background: url(../gfx/in/vdots_2col.gif) repeat-y 165px 0;
}
#primary {
	float: right;
	width: 681px;
}
#primary div.main {
	float: left;
	width: 490px;
}
#primary .sub {
	float: right;
	width: 165px;
}
#secondary {
	float: left;
	width: 160px;
}

/* --- Personal --- */
body#personal #container {
	background: url(../gfx/in/mid_personal.gif) repeat-y 0 0;
}
body#personal #contentarea {
	background: url(../gfx/in/top_personal.gif) no-repeat 0 0;
}
body#personal #footer {
	background: url(../gfx/in/foot_personal.gif) no-repeat 0 100%;
}
body#personal #secondary dl dt {
	color: #B4770A;
}
body#personal #secondary dl dt a {
	color: #B4770A;
	text-decoration: none;
}
body#personal #secondary dl dt a:hover {
	color: #666;
}

/* --- Business --- */
body#business #container {
	background: url(../gfx/in/mid_business.gif) repeat-y 0 0;
}
body#business #contentarea {
	background: url(../gfx/in/top_business.gif) no-repeat 0 0;
}
body#business #footer {
	background: url(../gfx/in/foot_business.gif) no-repeat 0 100%;
}
body#business #secondary dl dt {
	color: #08408A;
}
body#business #secondary dl dt a {
	color: #08408A;
	text-decoration: none;
}
body#business #secondary dl dt a:hover {
	color: #666;
}

/* --- Community --- */
body#community #container {
	background: url(../gfx/in/mid_community.gif) repeat-y 0 0;
}
body#community #contentarea {
	background: url(../gfx/in/top_community.gif) no-repeat 0 0;
}
body#community #footer {
	background: url(../gfx/in/foot_community.gif) no-repeat 0 100%;
}
body#community #secondary dl dt {
	color: #04742E;
}
body#community #secondary dl dt a {
	color: #04742E;
	text-decoration: none;
}
body#community #secondary dl dt a:hover {
	color: #666;
}

/*  Links + Layout
--------------------------------------------------------------------------------------------------- */
#primary a {
	font-weight: bold;
}
.colA {
	float: left;
	width: 48%;
}
.colB {
	float: right;
	width: 48%;
}
#secondary dl dt {
	font-size: 16px;
	margin: 15px 0 10px;
	font-weight: bold;
}
#secondary dl dt.first {
	margin: 0 0 10px;
}
#secondary dl dt a {
	color: #333;
	text-decoration: none;
}
#secondary dl dt a:hover {
	color: #999;
}
#secondary dl dd {
	line-height: 1.4em;
	margin: 0 0 5px;
}
#secondary dl dd a {
	color: #08408A;
	text-decoration: none;
	background: url(../gfx/plus_grey.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
	display: block;
}
#secondary dl dd a:hover,
#secondary dl dd.active a {
	color: #666;
}

#primary .more a {
	color: #003399;
	text-decoration: none;
	background: url(../gfx/plus_blue.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
}
#primary .more a:hover {
	color: #666;
}
#primary .morenoplus a {color: #003399; text-decoration: none;}

#primary .morenoplus a:hover {color: #666;}
#primary p {
	margin: 0 0 10px;
	line-height: 1.4em;
}
#primary .main p.more {
	margin: 0;
}
#primary h1 {
	color: #839FC4;
	font-size: 21px;
	font-weight: bold;	
	margin: 0 0 15px;
}
#primary .subsections {
	clear: both;
}
#primary .subsections ul li a {
	line-height: 1.6em;
}
#primary .sectionHeader {
	height: 137px;
	width: 490px;
	margin: 0 0 15px;
	position: relative;
}
#primary .sectionHeader h1 {
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 6px;
	letter-spacing: .03em;
	margin: 0;
}

/*  Typography
--------------------------------------------------------------------------------------------------- */
#primary h2 {
	padding: 0 0 8px;
	margin: 0 0 8px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background: url(../gfx/dotted_h_dark.gif) repeat-x 0 100%;
}
#primary .main h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 5px;	
}
#primary .main  h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 5px;	
}
#primary .main  h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	color: #829EC5;
	margin: 0 0 5px;
}
#primary .main  h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	color: #8791C0;
	margin: 0 0 5px;	
}
#primary dl dt {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
#primary .main ul {
	margin: 0 0 15px 20px;
}
#primary .main ul li {
	line-height: 1.4em;
	list-style: disc;
	margin: 0 0 3px;	
}
#primary .main ul.sitemap {
	margin: 0 0 15px 0;
}
#primary .main ul.sitemap li {
	list-style: none;
}
#primary .main ul.branchlist li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D6D9EB;
}
#primary .main ul.branchlist li .phones {
	padding: 10px 0 0 0;
}
#primary .main ul.branchlist li .vcard {
	float: left;
	width: 250px;
}
#primary .main ul.branchlist li .hours {
	float: right;
	width: 200px;
}
#primary .main ol li {
	line-height: 1.4em;
	list-style: decimal;
	margin: 0 0 0 20px;
}
#primary .main blockquote {
	margin: 20px 60px;
	color:#8791C0;
	font-size: 14px;
	padding: 12px;
	border-top: 1px solid #D6D9EB;
	border-bottom: 1px solid #D6D9EB;
}
#primary .main blockquote p {
	margin: 0;
}

.main .box {
	width: 46%;
	padding: 0 0 15px;
	height: 215px;
	position: relative;
}
/* * html .main .box { 
   height: expression( this.scrollHeight < 146 ? "145px" : "auto" ); 
   min-height: 145px; 
} */
.main .odd {
	float: left;
	margin: 0 15px 0 0;
}
.main .even {
	float: left;
	margin: 0 15px 0 0;
}
.main .photo {
	margin: 15px 0;
}
.main .date {
	font-weight: bold;
}
#primary ul li span {
	font-weight: bold;
}
#primary .sub h2 {
	padding: 0 0 5px;
	margin: 0 0 15px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.sub h3,
#primary .sub p {
	line-height: 1.4em;
	margin: 0 0 5px;
	font-size: 11px;
}
#primary .sub p {
	color: #666;
}
.sub h3 {
	font-weight: bold;
}
.sub ul li {
	margin: 0 0 20px;
}
.sub img {
	margin: 0 0 5px;
}
.sub a {
	text-decoration: none;
	color: #B4770A;
	font-size: 11px;
}
.sub a:hover {
	color: #333;
}

#primary ul.sitemap li {
	margin: 3px 0 3px;
	line-height: 1.4em;
	font-weight: bold;
}
#primary ul.sitemap li ul {
	margin: 0 0 10px 20px;
}
#primary ul.sitemap li ul li {
	font-weight: normal;
}
#primary ul.sitemap li ul li ul {
	margin: 3px 0 0 20px;
	font-style: italic;
}

/* --- News Lists --- */
#primary .main ul.newslist {
	margin: 0;
	padding: 0;
}
#primary .main ul.newslist li {
	margin: 0 0 10px;
	padding: 0;
}
#primary .main ul.newslist li .thumb {
	float: left;
	width: 160px;
}
#primary .main ul.newslist li .newsinfo {
	float: right;
	width: 315px;
}
#primary .main ul.newslist li p {
	margin: 0 0 5px;
	color: #666;
}

/* --- Special Feature Box --- */
#primary .main .feature {
	clear: both;
	padding: 10px;
	border: 1px solid #D8C8AC;
	background: #F8F3EA;
}
#primary .feature img {
	float: left;
}
#primary .feature .featureinfo {
	float: right;
	width: 360px;
}
#primary .main .feature h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	font-weight: normal;
}
#primary .feature h3 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 14px;
	color: #666;
}
#primary .main .feature p {
	margin: 0 0 5px;
}
#primary .main .feature p.more {
	margin: 0;
}

/* --- Search Results --- */

body#search.results #primary table {
	width: 680px;
	margin: 0 0 25px;
}
body#search #primary table th {
	font-weight: bold;
	border-bottom: 1px solid #333;
}
body#search #primary table td {
	padding: 6px;
	line-height: 1.4em;
}
body#search #primary table tr.resultRowTwo {
	background: #eee;
}

/* --- Calculators --- */

.calculator {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.calculator td {
	padding:3px 6px;
	margin:0;
		font-weight:bold;
	}
	
.calculator td.text {
	background:#839FC4;
	}
	
.calculator td.fields {
	background:#B7BDDD;

	}
	
.calculator select {
	width:100px;
	}
