/*
New Pioneer Base Styles
*/

/* ---- HTML tags --- */

body {
	margin: 0;
	background-color: #999;
	font: 12px Georgia, "Times New Roman", Times, serif;
/*	text-align: center; IE 5.x workaround for centering body */
}

a:link, a:active, a.SkinObject:link, a.SkinObject:active, a.CommandButton:link, a.CommandButton:active {
	color: #00f;
	text-decoration: underline;
}

a:visited, a.SkinObject:visited, a.CommandButton:visited {
	color: #036;
	text-decoration: underline;
}

a:hover, a.SkinObject:hover, a.CommandButton:hover {
	color: #ca1337;
	text-decoration: underline;
}

img {
	border: none;
}

li {
	margin-left: -2em;
}

/* ---- Platform tags ---- */
.SkinObject {
	font: 12px Georgia, "Times New Roman", Times, serif;
    color: #000;
    text-decoration: none;
}

p, .Normal, .blog_more_link, .blog_body {
    text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}

.condensed {
    margin: 0;
}

.NormalLarge {
    font-size: 13px;
}

.NormalLarger {
    font-size: 15px;
}

.Title, .blog_title, .newsletterTitle {
    font-size: 13px;
    font-weight: bold;
}

.blog_title a, .newsletterTitle a {
    color: #000;
    text-decoration: none;    
}

.blog_title a:hover, .newsletterTitle a:hover {
    text-decoration: underline;
}

.CommandButton {
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 0;
}

/* ---- Layout --- */

#pagewrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

#masthead {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#bodyareaThreeCol, #bodyareaTwoCol {
	width: 100%;
	height: 280px;
	margin: 0 auto;
	margin-bottom: 120px;
	padding-top: 5px;
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/* Body Area > Sidebar */

#sidebar {
	float: left;
	width: 167px;
	_width: 178px;
	font-size: 11px;
	padding-right: 10px;
}

/* Body Area > Content Pane */

#bodyareaThreeCol #contentPane {
	width: 585px;
	_width: 615px;
	float: left;
	color: #000;
	text-align: left;
	padding-left: 12px;
	padding-right: 20px;
}

#bodyareaTwoCol #contentPane {
	width: 777px;
	_width: 810px;
	float: left;
	color: #000;
	text-align:left;
	padding-left: 12px;
	padding-right: 20px;
}

/* Body Area > Related Links */

#relatedLinks {
	width: 180px;
	float: right;
}

/* ---- Elements --- */

/* Masthead */
#masthead table {
    width: 100%;
	border-collapse: collapse;
}

#mastheadLogo {
    height: 241px;
    width: 171px;
}

#mastheadBackground {
    height: 121px;
    width: 819px;
	vertical-align: top;
}

/* Masthead > Header Links */
#headerLinks {
	float: right;
	width: 520px;
	line-height: 2em;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

#headerLinks a, #headerLinks .SkinObject {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#mastheadMenuWrapper {
    height: 38px;
}

/* Masthead > Page Title */
#mastheadPageTitle {    
    height: 82px;
    width: 750px;
    padding-left: 21px;
}

.pageTitle {
	color: #fbfbd0;
	font-size: 20px;
	font-weight: bold;
}	

#breadcrumb, #breadcrumb a, #breadcrumb a.SkinObject {
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a.SkinObject:hover {
    text-decoration: underline;
}

/* Footer */
#footerimage {
    width: 990px;
    height: 23px;
}

#footer p {
	text-align: center;
	font-size: 10px;
	padding: 8px;
	line-height: 2em;
	margin-bottom: 0px;
}

#footer a {
	font: inherit;
	font-size: 10px;
    color: #fff;
	text-decoration: underline;
}

/* Content > Sidebar > Secondary Navigation */

.secondarynav {
    margin: 15px 0;
	font-size: 13px;
}

.secondarynav ul	{
	margin: 0;
	padding: 0;
}

.secondarynav a:visited {
    color: #000;
    text-decoration: none;
}

.secondarynav li, .secondarynav a {
    font-weight: normal;
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: block;
	color: #000;
}

.secondarynav a {
    margin-left: 20px;
}

.secondarynav a:hover {
	color: #ca1337;
	text-decoration: underline;
}

.secondarynav .active {
    background: url(subnavarrow.gif) no-repeat left;
}

.secondarynav .active a {
    font-weight: bold;
 	color: #ca1337 !important;
}

/* Content > Sidebar > Announcements (home page) */

.announcements {
    margin: 0;
    padding-left: 15px;
}

/* Table formatting */
thead {
    font-weight: bold;
}

td {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* Blog formatting */

h2.blog_title {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	padding-top: 5px;
}

.blog_more_link, .blog_topics, .blog_comments_normal, .blog_edit_link, .blog_print, .blog_trackback {
    font-size: 11px;
}

.blog_footer {
	border-bottom-width: 0;
}

.blog_body {
	font: Georgia, "Times New Roman", Times, serif;
}

.blog_Description_Heavy {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.blog_Description {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* Misc */
.requiredIndicator {
    text-align: right;
}

.requiredImage {
    vertical-align: bottom;
}

.menuRotatorText p {
    text-align: center;
}

/* Callout Box */
.calloutbox {
	height: auto;
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	background: url(home_box_bottom.gif) no-repeat bottom;
}

.calloutboxtext {
	padding: 10px 17px 25px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	background-image: url(home_box_top.gif) no-repeat bottom;
}

/* Leaf formatting */
.leaf {
	height: auto;
	float: left;
	width: 181px;
    background: url(home_leaf_bottom.gif) no-repeat bottom;
    margin-top: 50px;
}

.leaftext {
	padding: 38px 12px 35px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	background: url(home_leaf_top.gif) no-repeat top;
}

.leaftext a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.leaftext a:hover {
	text-decoration: underline;
}

.leafbullet1, .leafbullet2, .leafbullet3 {
	padding: 7px 0 7px 33px;
}



