/* @override 
	http://www.personalstrategicplan.com/CSS/psp3.css
	https://www.personalstrategicplan.com/CSS/psp3.css
*/

/* basic elements */
body {
	background: #fff url(images/bg_wide.jpg) repeat-y fixed center center;
	margin:0;
	padding:0;
	text-align: center;
	}
p {
	font: .9em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1, h2, h3, h4 h5 {
	margin:0;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
}		
a:link {
	text-decoration:underline;
	color: #333399;
	}
a:visited {
	text-decoration:underline;
	color: #333366;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #330099;
	}
acronym {
	border-bottom:1px dotted #38460c;
	cursor:help;
}

footertext a {
	color: #fff;
	text-decoration: none;
}
a acronym {
	border-bottom-style: none;
}

/* header divs */
.headerblock {
	background: url(images/hdr_bg_122.png) repeat-x;
	height: 122px;
	margin: 0;
}
.headerimg {
	padding-top: 14px;
}
#headershadow {
	margin-top: -2px;
}

/* specific divs */
#container { 
	background:#fff; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
#quickSummary, #preamble, #explanation, #participation, #benefits, #requirements {
	margin: 0 40px 0 335px;
	padding:0 15px;
	width: 365px;
	border-bottom:1px solid #e3e4e0;
	}	
#quickSummary {
	background:transparent url(quicksum_title.gif) no-repeat top left;
	padding-top:30px;
}
#preamble {
	background:transparent url(theroad_title.gif) no-repeat top left;
	padding-top:30px;
}
#explanation {
	background:transparent url(explain_title.gif) no-repeat top left;
	padding-top:30px;
}
#participation {
	background:transparent url(participate_title.gif) no-repeat top left;
	padding-top:30px;
}
#benefits {
	background:transparent url(benefit_title.gif) no-repeat top left;
	padding-top:30px;
}
#requirements {
	background:transparent url(req_title.gif) no-repeat top left;
	padding-top:30px;
}
#preamble h3, #explanation h3, #participation h3, #benefits h3, #requirements h3  {display:none;}
#quickSummary p, #preamble p, #explanation p, #participation p, #benefits p, #requirements p {
	margin:10px 5px;
	line-height:16px;
	color:#38460c;
}
/* footer */
#footer {
	text-align:center;
	margin: 10px 40px 0 335px;
	padding-bottom:10px;
	width: 365px;
	font: 10px verdana;
}

/* extra divs */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {display:none;}
#contentbox {
	width: 770px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #330099;
}
h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #330099;
}
h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #330099;
}
h4 {
	color: #4fb41f;
	font: italic bold 1.2em Arial, Verdana, Helvetica, sans-serif;
}
h5 {
	color: #4fb41f;
	font: italic bold 1.1em Arial, Verdana, Helvetica, sans-serif;
}

/************* #alternate link styles ***************/

#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3333CC;
	margin: 8px 0;
	padding: 5px;
}

#footerlinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#footerlinks a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerlinks a:active {
	text-decoration: none;
	color: #ffffff;
}

#whitelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#whitelinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#whitelinks a:visited {
	text-decoration: none;
	color: #ffffff;
}
#whitelinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#whitelinks a:active {
	text-decoration: none;
	color: #ffffff;
}

.bottomline {
	border-bottom: 4px solid #666;
}

.bottom1line {
	border-bottom: 1px solid #000;
}

/************* #CarryOver PSP Styles ***************/
.bodyline { 
	border: 1px #000000 solid; 
}
.bodyline-blue {
	border: 5px #330099 solid;
}
.bodyline-green	{
	border: 10px #006600 solid;
}
.padcontent {
	margin-right: 55px;
	margin-left: 55px;
}

/************* #2010 additions ***************/
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:#ccd 1px solid;
}
img.centerednobor {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:#ccd 1px none;
}
img.right {
	padding: 4px;
	margin: 0 0 5px 15px;
	display: inline;
	float: right;
	border:#ccd 1px solid;
}
img.left {
	padding: 4px;
	margin: 0 15px 5px 0;
	display: inline;
	float: left;
	border:#ccd 1px solid;
}
img.leftnobor {
	padding: 4px;
	margin: 0 15px 5px 0;
	display: inline;
	float: left;
	border: 1px none #ccd;
}
img.righttnobor {
	padding: 4px;
	margin: 0 0 5px 15px;
	display: inline;
	float: right;
	border: 1px none #ccd;
}
.highBox  {
	border: 1px solid maroon;
	display: inline-block;
	padding: 6px;
	margin-bottom: 0;
	margin: 8px;
}
.announceBox  {
	border: 1px solid maroon;
	display: inline-block;
	padding: 6px;
	margin: 6px;
	background-color: #ECECEC;
}
.announceBox2  {
	border: 1px solid maroon;
	display: inline-block;
	padding: 6px;
	margin: 6px;
	background-color: #FFFFFF;
}

.listone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(../Images08/bullet_sm.gif);
}
.listtwo {
	list-style-position: outside;
	list-style-image: url(images/bullet_redchk_33x.png);
	font: .9em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.listthree {
	line-height: 1.3em;
	list-style-position: outside;
	list-style-image: url(Images/bullet_red.gif);
	padding-bottom: 1em;
}

.listfour {
	list-style-position: outside;
	list-style-image: url(Images/bullet_red.gif);
	font: .9em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.listfive {
	list-style-position: outside;
	list-style-image: url(images/bullet_gel_arrow.png);
	text-shadow: #000000 0 0 0;
	opacity: 1;
	font: .9em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
.listredchecksm {
	line-height: 4em;
	list-style-position: inside;
	list-style-image: url(images/bullet_redchk_20x.png);
}
.quoteblock 
{
	margin:1em;
	padding:0 0 0 40px;
	color:#000000;
	background:url(images/blockquote.gif) no-repeat left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}
.quoteblock2 
{
	padding: 5px 5px 5px 45px;
	color:#000000;
	background:url(images/blockquote2.png) no-repeat left top;
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	margin-right: 80px;
	margin-left: 80px;
	float: left;
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
}
.quoteblock3 
{
	padding: 8px 8px 8px 50px;
	color: #4c4ccb;
	background: #e9e9e9 url(images/blockquote3.png) no-repeat left top;
	border: 1px solid #ccc;
	margin-right: 50px;
	margin-left: 50px;
	float: none;
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
}
.testimonials {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	background-color: #e9e9e9;
	border-left: 1px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	text-align: left;
}
.matrix {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: 000000;
	text-align: left;
}
.type2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: 000000;
	text-align: left;
}
.type3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: 000000;
	text-align: center;
}
.typelarge {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
.typemedium {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}
.smalltype {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #333333;
}
.tablebg {
	background-color: #fff;
}
.redbold {
	color: #C00;
	font-weight: bold;
}
.redtext {
	color: #C00;
}
.smalltypeRed {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #C00;
}
