/* --------------------------------- */
/* - CDG text.css */
/* - Phinney/Bischoff Design House: http://www.pbdh.com */
/* --------------------------------- */


body, div {
	font: 12px/18px Tahoma, Verdana, sans-serif;	
	color: #333;
	}
p { 
	margin: .25em 0 1em 0;
	padding: 0;
	}
small {
	margin: 0;
	padding: 0;
}

                         h1 { color: #687b7b; font-size: 24px; line-height: 22px; margin: 10px 0 10px 0; font-weight: normal } 
  body#home #left-column h1 { color: #000; font-size: 18px; line-height: 22px; margin: 8px 0   0px 0; font-weight: bold; } 

                         h2 { color: #333; font-size: 18px; line-height: 20px; margin:  1em 0  4px 0; font-weight: normal; } 
           #right-column h2 { color: #425b7c; font-size: 13px; line-height: 18px; margin: 0; font-weight: bold; } 
body#home #center-column h2 { color: #333; font-size: 13px; line-height: 18px; margin: 11px 0  3px 0; font-weight: bold; }
  body#home #left-column h2 { color: #333; font-size: 12px; line-height: 15px; margin:  8px 0  4px 0; font-weight: bold; }
body#home #bucket-home1 h2, body#home #bucket-home2 h2, #bucket-sub h3 { color: #374d6f; font-size: 12px; margin: 5px 0 5px 0; padding: 0; font-weight: bold; line-height: 15px;}

                         h3 { color: #333; font-size: 12px; line-height: 15px; margin:  1em 0 .5em 0; font-weight: normal; }
						 h3.bold {font-weight: bold; margin-bottom: -.25em;}
 body#home #small-column h3 { color: #374d6f; font-size: 14px; margin: 0; padding: 0; }
 #sidenav h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333; 
	border-bottom: none; 
	margin: 0 0 0 5px; 
}
                         h4 { color: #333; font-size: 11px; line-height: 14px; margin: .5em 0 .5em 0; font-weight: normal; text-transform: uppercase; }
                         h5 { color: #333; font-size: 10px; line-height: 13px; margin: .5em 0 .5em 0; font-weight: bold; }
                         h6 { color: #333; font-size: 9px;  line-height: 11px; margin: .5em 0 .5em 0; font-weight: bold;   text-transform: uppercase; }

h2.location {
	margin-bottom: 0;
	padding-bottom: 0;
}
h3.location {
	margin: 4px 0 0 0;
	padding: 0;
	font-weight: bold;
}


body#home #left-column img {
	margin: 3px 5px 5px 0;
	padding: 3px;
	float: left;
	border: 1px solid #ccc; 
	}
body#home #center-column {
	line-height: 1.8em;
}
body#home #small-column {
	font-size: 11px;
}
.moreinfo {
	padding-right: 4px;
	margin-right: 5px;
	background-image: url(/images/more-arrow.gif);
	background-position: right 60%;
	background-repeat: no-repeat;
}

dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

#right-column ul {
	margin: 0;
	padding: 0 0 0 1.5em;
	}
#right-column li {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 16px;
	}
#right-column p {
	font-size: 11px;
	line-height: 16px;
	}
	
/* --------------------------------- */
/* Linkage */
/* --------------------------------- */
a:link    { color: #a6422e; text-decoration: none; } 
a:visited { color: #6e6e6e; text-decoration: none; } 
a:hover   { color: #000; text-decoration: none; }

div#center-column a:link,
div#small-column a:link,
div#right-column a:link { border-bottom: 1px dotted #aa361f;/*background: url(/images/bg-link.gif) repeat-x left bottom; */}
div#center-column a:visited,
div#small-column a:visited,
div#right-column a visited { border-bottom: 1px dotted #959595;/*background: url(/images/bg-visited.gif) repeat-x left bottom;*/ }
div#center-column a:hover,
div#small-column a:hover,
div#right-column a:hover { color: #fff; background: #a6422e; }


/* --------------------------------- */
/* Table */
/* --------------------------------- */

table {
	margin: 1em 0;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-collapse: collapse;
	}
td, th {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	}
th {
	font-weight: bold;
	}
	
/* --------------------------------- */
/* Borderless table */
/* --------------------------------- */	
table.noborder {
	border: none;
	margin: 0;
	padding: 0;
}

table.noborder th, table.noborder td {
	border: none;
	vertical-align: top;
}
th small, td small {
	line-height: 10px;
}
/* --------------------------------- */
/* Section Contents Listing */
/* --------------------------------- */

table.imagelist {
	font-size: 100%; /* Be nice to IE/Win 5.x */
	margin: 0;
	border: none;
	}
table.imagelist td {
	vertical-align: top;
	text-align: left;
	padding: 0 10px 15px 0;
	}
table.imagelist td p {
	margin: 0;
	padding: 0;
	}
table.imagelist td img {
	margin-top: 3px;
	}
table.imagelist td h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	color: #ff9f25;
	}




/* --------------------------------- */
/* Misc Text Classes */
/* --------------------------------- */


.left { 
	float: left; 
	margin: 0;
	padding: 0;
	}
	
.right { 
	float: right; 
	margin: 0;
	padding: 0;
	}

img.left {
	margin: 0 5px 5px 0;
	}

img.right {
	margin: 0 0 5px 5px;
	}

.nomargin {
	margin: 0;
	padding: 0;
	}
	
div.half {
	width: 49%;
	}

div#faqbar h3 {
    font-size: 14px;
    margin: 3px 10px 0 0;
	padding: 0;
	color: #acc6fc;
	float: right;
	}
ul.pdf-list {
    list-style: none;
	margin: 0;
	padding: 0;
}	
ul.pdf-list li  {
    margin: 0;
	padding: 4px 0 4px 25px;
	background: url(/images/icon-pdf.gif) no-repeat 0px 8px;
  }
.bold {
	font-weight: bold;
}    
.red {
	color: #ff0000;
}
.blue {
	color: #425b7c;
}
 div.hr {
  height: 1px;
  background-color: gray;
  margin: 15px 0;
}
div.hr hr {
  display: none;
} 

ul.marginbottom li {
	margin-bottom: 25px;
}

dl#contact-list {
    margin: 0 0 25px 0;
	padding: 0;
}

dl#contact-list dt {
     margin: 10px 0 0 0;
	 font-size: 14px;
	 font-weight: normal;
}
li.margin-bottom {
	margin-bottom: 13px;
}

p.intro { font-size: 16px; line-height: 24px; }
.center { text-align: center; }
ul.column-list {
	float: left; 
	width: 40%; 
	padding-left: 20px; 
	margin: 0 0 12px 0; 
	list-style-type:disc; 
}
	
/* --------------------------------- */
/* Forms */
/* --------------------------------- */
form {
    margin: 0;
	padding: 0;
    }
 #faqbar form {
    float: left;
    }
	
@media print {
	body {
		margin: 20px;
	}
	#headernav, #search, #topnav, #faqbar, #sidenav {
		display: none;
	}
	body.c3 #center-column {
		width: 60%;
	} 
	
	#right-column {
		margin-right: 50px;
	}
	#footer, #footer .fixedwidth {
		width: 85%;
	}	
	
	#footer {
		height: 30px;
	}
	#bucket-sub {
		width: 200px;
	}
	/* homepage fixes */
	#bucket-home1, #bucket-home2 {
		width: 130px;
	}
	#bucket-home1 {
		border-right: 1px solid #999;
	}
	#small-column {
		width: 130px;
	}
}