/* *************************** 
  Site - PENSION PLAN SERVICES INC
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:12px;
    font-family:Tahoma, Verdana, Arial, "Times New Roman";
    background:#e3e3e3 url(../images/bg_body.png) top repeat-x;
    color:#4d4f53;
}
#wrapper {
	width:792px;
    margin:0 auto;
    background:url(../images/bg_wrapper.jpg) repeat-y;
}
#container {
	background:url(../images/bg_container.jpg) top no-repeat;
    text-align:left;
    padding:0 10px;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:308px;
}
#header h1 {
	width:118px;
    height:192px;
	float:left;
    margin:44px 0 0 32px;
    display:inline;
    background:url(../images/logo.png) no-repeat;
}
#header h1 a {
	width:118px;
    height:192px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#header h2 {
	clear:left;
	display:inline;
	float:left;
	height:56px;
	margin:5px 0 0 50px;
	text-indent:-9999px;
	width:75px;
    background:url(../images/banner_25years.jpg) no-repeat;
}
#header ul {
	float:right;
}
#header li {
	float:left;
    border-left:1px solid #FFFFFF;	
    height:75px;	
    height/**/:/**/ 75px;	
}
#header li a {
	color:#FFFFFF;
    padding:25px 13px 10px 13px;
    display:block;
    float:left;
    font-size:15px;
    font-weight:normal;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	text-decoration: none;	
}
#header li a:hover {
	background:url(../images/bg_nav_hover.png) repeat-x;
    text-decoration:none;
}
.navOn {
	background:url(../images/bg_nav_hover.png) repeat-x;
    text-decoration:none;	
}
.navOff { }

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:772px;
    padding:0 30px 20px 30px;
    width/**/:/**/ 712px;
}
#content li {
	padding-left:19px;
    margin:1px 0;
    background:url(../images/bg_li.jpg) 10px 7px no-repeat;
}
#maincontent {
	width:450px;
    float:left;
}
#maincontent h2 {
	font-size:22px;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    color:#202f58;
    margin-bottom:12px;
}
#maincontent p {
	margin-bottom:20px;
    line-height:16px;
}
#maincontent .footnote {
	margin-bottom:20px;
    line-height:8px;
	color: #639234;
	font-weight: normal;	
}
#maincontent .highlite {
	margin-bottom:0px;
    line-height:16px;
	color: #639234;
	font-weight: bold;	
}
#maincontent .highlite a {
	color:#639234;
    text-decoration:underline;
	font-weight: bold;
}
#maincontent .highlite a:hover {
    text-decoration:none;	
}
#maincontent .spacer12 {
	margin-bottom:12px;
}
#maincontent h3 {
	font-size:14px;
    font-weight:normal;
	letter-spacing: 0.5px;
	line-height:24px;
    color:#FFFFFF;
    margin-bottom:12px;
    background:#859088 url(../images/bg_maincontent_h3.jpg) right repeat-y;
    padding:3px 0 3px 15px;
}
#plans_services {
	width:100%;
    overflow:hidden;
    margin-bottom:12px;
}
#img_services {
	width:88px;
    float:left;
}
#plans_services ul {
	float:left;
    margin:5px 10px 0 10px;
    line-height:16px;
}
#arrow_list {
	width:100%;
    overflow:hidden;
    margin-bottom:20px;
}
#arrow_list ul {
	float:left;
    margin:0px 10px 0px 10px;
    line-height:16px;
}
#arrow_list li {
	padding-left:19px;
    margin:1px 0;
    background:url(../images/bg_li_arrow.gif) 5px 4px no-repeat;
}
#our_mission {
	width:433px;
    height:94px;
    background:url(../images/bg_ourmission.jpg) no-repeat;
    text-align:center;
    padding:15px 20px 0px 20px;
    width/**/:/**/ 393px;
    height/**/:/**/ 79px;
    font-size:13px;
    color:#81a150;
    line-height:20px;
    margin-bottom:12px;
}
#home_bottom {
	width:433px;
	padding:0 20px;
    width/**/:/**/ 393px;
    color:#859088;
    text-align:center;
    line-height:18px;
    font-style:italic;
}
#planit_login {
	width:442px;
    height:167px;
    background:url(../images/PIR_Background.gif) no-repeat;
    text-align:left;
    padding:0px;
    font-size:13px;
    color:#fff;
    line-height:20px;
    margin-bottom:12px;
}
#planit_login_padding {
    padding:20px 20px 0px 30px;
}

#planit_login_padding h4 {
	font-size:16px;
    font-weight:normal;
	letter-spacing: 0.5px;
	border-bottom: 2px dotted #FFFFFF;
	line-height:24px;
    color:#FFFFFF;
    margin-bottom:5px;
    padding:3px 10px 10px 0px;
}
#planit_login_padding a {
	color:#fff;
    text-decoration:underline;
}
#planit_login h4 a:hover {
	color:#fff;
}
#disclosure {
	font-size:11px;
    line-height:16px;
	color: #4D4F53;
	font-weight: normal;	
	font-style: italic;
	border-top: 2px dotted #4D4F53;
	margin-top: 30px;
	padding-top: 10px;
	display: inline-block;
}

table.servicecompare {
	background-color:#FFFFFF;
	border:1px solid #639234;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:10px;
	margin-top:5px;
	padding:0px;
	width: 95%;
}
table.servicecompare th {
	background: #859088 none repeat scroll 0%;
	border-bottom: 2px solid #639234;
	color:#FFFFFF;
	font-size:13px;
	line-height:16px;
	margin:0px;
	padding: 5px 0px 6px 3px;
	text-align: left;
}

table.servicecompare tr.even {
	background-color:#fff;
	text-align:left;
}

table.servicecompare tr.odd {
	background-color:#F6F8EC;
	text-align:left;
}

table.servicecompare tr td:first-child {
	padding:4px 0px 4px 10px;
	text-align:left;
	color:#639234;
}
table.servicecompare td {
	padding:4px 0px 4px 10px;
	border-left:1px solid #639234;	
}

table.servicecompare td.center {
	text-align: left;
	padding-left: 20px;
}

#address_box {
	width:192px;
    height:117px;
    background:url(../images/address_Background.gif) no-repeat;
    text-align:left;
    padding:0px;
    font-size:13px;
    color:#fff;
    line-height:20px;
	float: left;
	margin-right: 20px;
}
#address_box_padding {
    padding:10px 0px 10px 20px;
}
#officeLocations {
    height:120px;
    margin-bottom:20px;
} 

#form_list {
	width:100%;
    overflow:hidden;
    margin-bottom:20px;
}
#form_list ul {
    margin:0px 10px 0px 10px;
    line-height:16px;
}
#form_list li {
	padding-left:19px;
    margin:0px;
	padding: 5px 0 15px 30px;
    background:url(../images/formIcon.gif) 1px 1px no-repeat;
	text-transform: normal;
}
#form_list a {
	color:#639234;
    text-decoration:underline;
}
#form_list a:hover {
	color:#639234;
	text-decoration:none;
}
big {
	font-family: Georgia, serif;
	font-size: 60px;
	font-size-adjust: none;
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 30px;
	color: #639234;
	margin-bottom: -50px;
	margin-top: -20px;
	float: left;
	height: 45px;
}

blockquote {
	color: #639234;
	margin: 35px 5px;
	line-height: 160%;
	padding: 0px;
}

#maincontent h5 {
	font-size:16px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#202f58;
    margin-bottom:12px;
	margin-top: 15px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:240px;
    float:left;
    margin-right:22px;
}
#sidebar h3 {
	width:240px;
    height:48px;
    padding:10px 0 0 18px;
    width/**/:/**/ 222px;
    height/**/:/**/ 38px;
    background:url(../images/bg_sidebar_h3.jpg) no-repeat;
    font-size:17px;
    color:#FFFFFF;
    font-weight:normal;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
}
.sidebox {
	width:240px;
    border-left:1px solid #c7bfbe;
    border-right:1px solid #c7bfbe;
    border-bottom:1px solid #c7bfbe;
    padding:8px 6px 6px 6px;
    width/**/:/**/ 226px;
    margin-bottom:8px;
}
.sidebox h4 {
	font-size:12px;
    padding-left:27px;
    background:url(../images/icon_leaf.jpg) 0 1px no-repeat;
}
.sidebox h4 a {
	color:#639234;
    text-decoration:underline;
}
.sidebox h4 a:hover {
	color:#639234;
	text-decoration:none;	
}
.sidebox_inner {
	padding:3px 0 15px 27px;
    line-height:15px;
}
.sidebox .loginspacer {
	margin-left:20px;
	font-weight: normal;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:792px;
    margin:0 auto;
    padding-bottom:20px;
	background:#e3e3e3 url(../images/bg_footer.jpg) top no-repeat;
    color:#1c1c1c;
    font-size:12px;
}
#footer_copyright {
	color:#94b95c;
    padding-top:10px;
}
#footer_links {
	padding:8px 0 30px 0;
    font-size:12px;
	color: #fff;
}
#footer_links a {
	color:#FFFFFF;
	padding: 0px 3px 0px 3px;
    font-size:14px;	
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
#footer img {padding: 5px 5px 15px 5px; } 
