/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color: #5A5F71;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 0.80em;
	line-height: 1.8em;
	text-align: center;
	background-image: url(../images/pb-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
body * {
	font-size: 100%;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #C60;
	text-decoration: none;
}

a:hover{
	color: #303;
	background-color: #F4F6E4;
	text-decoration: underline;
}
a:active {
	color: #336;
	text-decoration: underline;
}

h1{

 margin: 0px;
 padding: 0px;
}

h2{

 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	
}

h4{
 font-size: 1.2em;
 font-weight: normal;

 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 1em;

 margin: 0px;
 padding: 0px;
}

ul{
	line-height: 2em;
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	list-style-type: disc;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom-color: #BBD5C2;
	list-style-image: url(../images/bullet.gif);
	clip: rect(auto,auto,auto,auto);
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1DEBA;
	background-image: url(../images/pb-logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1DEBA;
}

#navBar{
	float: left;
	margin-top: 0px;
	text-align: left;
	width: 526px;
	padding-left: 80px;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-right: 10px;
}



#content{
	float: right;
	width: 300px;
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 6px;
	background-image: url(../images/left-bar.gif);
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	height: 186px;
	vertical-align: top;
}
/************* #globalNav styles **************/

#TopNav{
	font-size: 1.3em;
	color: #E1DEBA;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	margin-left: 345px;
}
.bodybold {
	font-weight: bold;
	color: #336;
}
.bodysm {
	font-size: 1.3em;
	color: #7C9D89;
	line-height: 2em;
	font-weight: normal;
	margin-right: 10px;
}
.sectionHead {
	font-size: 1.8em;
	color: #B5C628;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5C628;
	padding-top: 6px;
	line-height: 1.6em;
}
.section {
	font-size: 1.3em;
	color: #336;
	padding-top: 6px;
	margin: 0px;
	line-height: 1.4em;
}

.tagline {
	font-size: 1.2em;
	letter-spacing: 3px;
	color: #336;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/pb-footer.jpg);
	background-position: top;
	text-align: center;
}

.main-nav {
	margin-left: 650px;
	font-size: 0.9em;
	padding-top: 30px;
	margin-top: 0px;
}
.contact {
	margin-left: 340px;
	text-align: left;
	padding-top: 10px;
}
.caption {
	font-size: 0.85em;
	color: #6A8789;
	letter-spacing: 1px;
	padding-bottom: 2px;
}
.callouts {
	color: #B5C628;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 6px;
}
