/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */

body {
	background:#005490 url(../images/page_back.jpg) repeat-x top;
	color:#4c4a49;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #00548f;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 140%; list-style-type: disc; margin:5px 0 15px 0; }

h1, .head {
	color: #00548f;
	font-family: garamond, serif;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 24px;
}

h2, .subHead {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #203C91; display: inline}

strong { font-weight: bold;}

td { 
  vertical-align: top; }
  
ul {
  padding-left: 30px; }
  
p {
  margin-bottom: 24px; }

.color { display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
  background: url(../images/logo.jpg);
  display: block;
  float: left;
	height:140px;
	margin-left: -115px;
	text-indent: -99999px;
	width:702px;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 0px 0 20px;  voice-family: "\"}\""; voice-family: inherit;}



/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#wrapper {
	margin:0 auto;
	text-align:left;
  position: relative;
}

.wrapper {
  margin: 0 auto;
  width: 960px; 
  position: relative;
}

#headContainer {
  height: 193px;
}

#headContainer .wrapper {
  position: relative; }

#bodyContent {
	background: #fff url(../images/page_back.jpg) repeat-x 0 -208px;
	padding-top: 30px; }

#welcome_block {
  background: url(../images/planned_giving_experts.jpg) no-repeat top left;
  font-size: 14px;
  line-height: 19px;
  float: left;
  margin-right: 30px;
  padding-top: 26px;
  width: 300px; }
  
  #welcome_block .mod_copy {
    margin-bottom: 15px; }

  #welcome_block h1 {
    display: none; }
  
  #welcome_block p {
    margin-bottom: 19px; }

#home_gallery {
  float: left; 
  }

#home_top_row {
  margin-top: -8px; }
  
#home_bottom_row {
  clear: both;
  padding-bottom: 20px; }
  
.intro_block {
  background: url(../images/intro_block_back.jpg) repeat-x;
  float: left;
  margin-right: 22px;
  height: 288px;
  padding: 15px 22px 0;
  width: 261px; }
  
  .intro_block h3 {
    height: 17px;
    text-indent: -99999px;
    margin-bottom: 26px; }
  
  .block_1 h3 {
    background: url(../images/news.jpg) no-repeat; }
    
  .block_2 h3 {
    background: url(../images/featured_service.jpg) no-repeat; }
    
  .block_3 h3 {
    background: url(../images/featured_client.jpg) no-repeat; }
    
  .block_3 .imgTable a { text-align: center; }
    
  .block_3 h1 {
    color: #000;
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0; }
    
  .block_1 p {
    background: url(../images/intro_block_arrow.jpg) no-repeat left 4px;
    margin-bottom: 25px;
    line-height: 16px;
    padding-left: 17px; }
  
  .intro_block a:link, 
  .intro_block a:visited {
    color: #e85900; }
    
  .block_2 a,
  .block_3 a {
    display: block;
    text-align: right; }
  
.intro_block.last {
  margin: 0; }

/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
  clear: both;
	margin: 0;
	padding:0;
}

.majorNavLink {
	font-family: Verdana, Helvetica, sans-serif;
	padding:0;
}

.majorNavLink li {
	background:url(../images/navMajor_divider.jpg) no-repeat right top;
	float:left;
	height:44px;
	list-style:none;
	margin:0 7px 0 0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
  background: url(../images/major_nav.jpg) left top;
	color: #fff;
	display:block;
	float:left;
	height:44px;
	padding:0;
	text-indent: -99999px;
}
	
.majorNavLink a:hover {
	text-decoration: underline;
}

#search { 
  position: absolute;
  top: 150px;
  left: 742px; }
    
  #search input[type=text] {
    border: 1px solid #c8d1d8;
    color: #666;
    float: left;
    margin-right: 6px;
    width: 180px;
    height: 22px;
    line-height: 22px; }

#navLink_1 {
  width: 78px; }

  #navLink_1.selected { background: url(../images/major_nav.jpg) left bottom; }
  
#navLink_3 { 
  background: url(../images/major_nav.jpg) -85px top;
  width: 108px; }
  
  #navLink_3.selected { 
    background: url(../images/major_nav.jpg) -85px bottom; }

#navLink_9 { 
  background: url(../images/major_nav.jpg) -200px top;
  width: 106px; }
  
  #navLink_9.selected { 
    background: url(../images/major_nav.jpg) -200px bottom; }

#navLink_10 { 
  background: url(../images/major_nav.jpg) -311px top;
  width: 95px; }
  
  #navLink_10.selected { 
    background: url(../images/major_nav.jpg) -311px bottom; }
  
#navLink_11 { 
  background: url(../images/major_nav.jpg) -419px top;
  width: 120px; }
  
  #navLink_11.selected { 
    background: url(../images/major_nav.jpg) -419px bottom; }
    
#navLink_19 { 
  background: url(../images/major_nav.jpg) -545px top;
  width: 148px; }

  #navLink_19.selected { 
    background: url(../images/major_nav.jpg) -545px bottom; }


/* Minor Nav */

#minorNav {
  background: url(../images/get_connected.jpg) no-repeat center top;
  float: right;
  padding-top: 56px;
  text-align: center;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
	display:block;
	height:25px;
	margin:0;
	padding:0;
}

.minorNavLink li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
  display: inline-block;
	height: 60px;
/* 	text-indent: -99999px; */
}
.minorNavLink span { display: none !important; }

#navLink_36 {
  background: url(../images/chat.jpg);
  margin-right: 14px;
  width: 57px;
  display: none;
}

#navLink_38 { 
  background: url(../images/newsletter.jpg);
  width: 88px; }
  
#navLink_37 {
  background: url(../images/contact.jpg);
  width: 68px; }
	
.minorNavLink a:hover {
	text-decoration: underline;
}
	
/* Sub Nav */
	
#subnav_header { 
  background: url(../images/subnav_header.jpg);
  color: #fff;
  height: 41px;
  line-height: 41px;
  padding-left: 14px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }
	
div.subNav {margin: 0px 0 20px 0;}

.subNav a:link.selected.
.subNav a:visited.selected {
  font-weight: bold;
}

.subNav_hdr {;
	border-top:7px solid #4c1714;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
	margin:15px 0 0 0;
	padding:10px 20px 0 23px;
}

.subNavList_1 {
  background: #e5eaee url(../images/subnav_bottom.gif) no-repeat bottom;
	margin:0;
	padding: 10px 0;
}

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0 20px;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subnav_1_bullet.gif) no-repeat 0 10px;
	color: #35434c;
	display:block;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	line-height:120%;
	padding:6px 0 6px 14px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
	color: #000;
}

.subNavList_2 {
	margin:0;
	padding:0;
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	display:block;
	font-size: 12px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #000;
}


.subNavList_3 {
	margin:0;
	padding:0;
}

.subNavList_3 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	display:block;
	font-size: 11px;
	line-height:120%;
	margin-left:30px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #000;
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
  font-weight: bold;
}

.subNavDiv_1 a#navLink_26,
.subNavDiv_1 a#navLink_27,
.subNavDiv_1 a#navLink_28,
.subNavDiv_1 a#navLink_29,
.subNavDiv_1 a#navLink_30,
.subNavDiv_1 a#navLink_31,
.subNavDiv_1 a#navLink_58,
.subNavDiv_1 a#navLink_59,
.subNavDiv_1 a#navLink_32 { padding-left: 35px; }


.subNavDiv_1 a#navLink_26 { background: url(../images/icon_prospect_screening_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_27 { background: url(../images/icon_websites_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_28 { background: url(../images/icon_marketing_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_29 { background: url(../images/icon_calling_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_30 { background: url(../images/icon_consulting_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_31 { background: url(../images/icon_seminars_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_32 { background: url(../images/icon_storefront_small.gif) no-repeat left; }
.subNavDiv_1 a#navLink_58 { background: url(../images/icon-gift-22x22.jpg) no-repeat left; }
.subNavDiv_1 a#navLink_59 { background: url(../images/icon-e-22x22.jpg) no-repeat left; }

#gallery_3 h1,
#gallery_4 h1,
#gallery_5 h1,
#gallery_6 h1,
#gallery_7 h1,
#gallery_8 h1,
#gallery_14 h1,
#gallery_15 h1,
#gallery_9 h1 { padding-left: 40px; height: 30px; line-height: 30px; }

#gallery_3 h1 { background: url(../images/icon_prospect_screening_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_4 h1 { background: url(../images/icon_websites_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_5 h1 { background: url(../images/icon_marketing_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_6 h1 { background: url(../images/icon_calling_program_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_7 h1 { background: url(../images/icon_consulting_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_8 h1 { background: url(../images/icon_seminars_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_9 h1 { background: url(../images/icon_storefront_large.png) no-repeat; _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.plannedgivingcompany.com/new/_display/images/view_more.png', sizingMethod='crop'); }
#gallery_14 h1 { background: url(../images/icon-gift-30x30.jpg) no-repeat; _background-image:none;  }
#gallery_15 h1 { background: url(../images/icon-e-30x30.jpg) no-repeat; _background-image:none;  }


/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.leftCol {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


.leftCol td, .leftCol div, .leftCol {color: #555; font-size: 12px; line-height: 140%;}

.leftCol h1, .leftCol .head, .leftCol h2, .leftCol .subHead {color: #444; font-size: 12px; padding-bottom: 2px; border-bottom: 1px #ddd dashed;}

/* Body Column */

.bodyWrapper {
	margin: 0px 40px 15px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


#footerContainer {
  border-top: 4px solid #ee8323;
  color: #7db4db;
	height: 85px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
}

#footerContainer ul {margin:0; padding:0;}
#footerContainer ul li {line-height:140%; list-style:none; float:left; padding:0 20px;}


#footerContainer a:visited, #footerContainer a:link {
  color: #7db4db;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#footerContainer p {
  float: left;
  margin-right: 200px;
  margin-bottom: 0; }

#socialize {
  float: right; }
  
  #socialize #facebook {
    background: url(../images/icon_facebook.jpg) no-repeat;
    display: inline-block;
    height: 47px;
    text-indent: -99999px;
    margin-right: 10px;  
    width: 34px; }
    
  #socialize #rss {
    background: url(../images/icon_rss.jpg) no-repeat;
    display: inline-block;
    text-indent: -99999px;
    height: 47px;
    width: 34px; }

.toolbox.horizontal.bottom { margin-bottom: 50px; }

