/******************************************************** 
**
**		Static Area Styles 
**
**		- This is for Static Page CSS Styles only
**		- NO Global Styles should be included here 
**		- Styles are tab arranged to show inheritance 
**		  and layout structure
**
********************************************************/

h1 {padding:15px 0 0 0; margin:0 0 10px 0; font-size:24px; color:#8a9298; font-family:times new roman, serif; font-weight:normal; font-size-adjust:none; border-bottom:1px dotted #8a9298;}
h4 {margin:15px 0 0 0; padding:0; font-size:14px; color:#8a9298; font-family:times new roman, serif; }
	
#map {float:left; margin:10px 0 20px 0; padding:10px; border:5px solid #8a9298; width: 500px; height: 300px}
#results-area {float:left; width:380px; margin:10px 0 20px 0; padding:10px;}
#searchradius {line-height:18px;}


/* 
p, h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; padding: 0em;}
p {font-size: 10.5pt; color: #4c4c4c; line-height: 16.5pt; margin: 0em 0em 1.5em; }
li {color: #4c4c4c;}
.blurb {font-size: 8pt; line-height: 10pt}

h1, h2, h3, h4, h5, h6 {margin: 0em 0em 0.15em;}

h1 {font-size: 13pt; text-transform: uppercase; color: #2ea5e6; font-weight: bold;}
h2, h3, h4, h5, h6 {color: #999999;}
h2, h3 {font-size: 11.5pt; }
h2 {font-weight: bold; text-transform: capitalize;}
h4, h5, h6 {font-size: 10.5pt}
*/

	
/* Style for Article Pages */
#article1, #article2 {position: relative; padding: 0px 20px; margin-top: 25px; width: 650px; float: left; font-size: 12px; }
#article1 {border-left: #000000 thin solid; }
#article1 h1, #article2 h1 {padding: 0px;}
#aside1 {padding: 10px; margin-top: 25px; width: 200px; float: left;}
#aside1 img {padding-right: 5px; float: left}
#aside1 .headr {font-size: 14px;font-weight: bold;}


/* Breadcrumb duplicated from cv-ptp-styles-2.06.css */
#breadcrumb {margin:0; padding:15px 0; color:#747474; font-size:11px;}
	  #breadcrumb a {color:#231f20; padding:0 3px;}
	    #breadcrumb a:hover {color:#aaa;}
	  #breadcrumb a.last {color:#0082c8; text-decoration:none;}
