@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d7e6e2 url(images/background.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.pya #container { 
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.pya #siteSearch {
	display: inline;
	position: absolute;
	margin-top: 15px;
	margin-left: 720px;
	color:#0E533B;
	float:right;
	font-size: 10px;
	height: 40px;
	text-decoration: none;
	text-align: right;
	width: 200px;
	z-index: 500;
}
.pya #siteSearch input {
	font-size: 10px;
}
.pya #header { 
	background: #fff; 
	border-bottom: 15px solid #FFFFFF;	
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px;
	z-index: 501;
} 
.pya #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.pya #masthead {
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 244px;
	border-right: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	border-top-style: none;
	background: #FFFFFF;
}
.pya #masthead .images {
	float: right;
}
.pya #masthead .menu {
	width: 224px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 15px solid #FFFFFF;
	list-style: none;
	height: 244px;
}

.pya #menu2 {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 930px;
	border-right: 15px solid #416c84;
	border-left: 15px solid #416c84;
	background: #FFFFFF;
}

.pya #mainContent {
	margin: 0px;
	padding: 0px 20px 10px;
	width: 890px;
	border-right: 15px solid #416c84;
	border-left: 15px solid #416c84;
	background: #FFFFFF;
	font: 0.76em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #004059;
	text-align: left;	/* margin: 0 20px 0 26%;  the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.pya #container #mainContent .emtcontent {
	width: 150px;
	margin: 5px;
	padding: 0px 10px 10px;
	float: right;
	border-bottom: 1px solid #AECCDC;
	background: #FFFFFF;
}

.pya #container #mainContent .emtcontent p {
	padding: 0px;
	font-size: 0.84em;
	line-height: 1.1em;
}
.pya #mainContent a:link {
	color: #661805;
	text-decoration: none;
	border-bottom: 1px dotted #7496BE;
}
.pya #mainContent a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #004059;
}
.pya #mainContent a:hover {
	color: #004059;
	text-decoration: none;
}
.pya #mainContent a:active {
	color: #004059;
	text-decoration: none;
}

div.home-top {
	width: 890px;
}

div.welcome {
	width: 430px;
	float: left;
	margin-right: 30px;
}

div.welcome p {
	width: 430px;
}

div.bloggraphic {
	margin-left: 15px;
	float: left;
}

div.bloggraphic2 {
	float: right;
}

.pya #mainContent h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #0E533B;
	border-bottom: 1px solid #AECCDC;
	letter-spacing: 8px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 450px;
}
.pya #mainContent h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #0E533B;
	border-bottom: 1px solid #AECCDC;
	letter-spacing: 3px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.pya #mainContent h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #0E533B;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 25px;
}
.pya #mainContent .quote {
	font: normal 0.92em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #661805;
	padding: 10px;
	width: 300px;
	border-left: 1px solid #416C84;
	float: right;
	background: #EDF4F7;
	margin-left: 25px;
}
.pya #mainContent .quotename {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	font-size: .90em;
}
.pya #newsContainer {
	margin: 20px 0;
	width: 890px;	
}
.pya #news {
	float: left; 
	overflow: hidden;
}
.pya .news_header {
	color: #fff;
	font-weight:bold;
	padding:6px 10px;
}
.pya .news_content {
	font: .8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
.pya .news_content ul {
	margin: 0;
	padding: 15px;
}
.pya .news_content ul li {
	list-style-type:disc;
	margin-bottom: 15px;
	padding: 0;
}
.pya #news .briefTopics {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -1000px; padding-bottom: 1000px;
	background-image: url(images/news_box_blue.jpg);
	float: left;
	width: 276px;
}
.pya #news .briefAlerts {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -1000px; padding-bottom: 1000px;
	background-image: url(images/news_box_red.jpg);
	float: left;
	width: 276px;
}
.pya #news .briefPress {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -1000px; padding-bottom: 1000px;
	background-image: url(images/news_box_green.jpg);
	float: left;
	width: 276px;
}
.pya #mainContent .title {
	font-size: 1.25em;
	font-weight: normal;
	color: #0E533B;
	margin-bottom: 5px;
	margin-top: 0px;
}
/*
SECTION STYLES
*/
.pya #mainContent .sectionmenu {
	font: normal 0.96em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #661805;
	clear:right;
	padding: 10px;
	width: 200px;
	border-left: 1px solid #416C84;
	float: right;
	background: #EDF4F7;
	margin-left: 25px;
}
.pya   #container   #mainContent   h6  {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}
.pya #mainContent .sectionmenu .title {
	font-size: 1.1em;
	color: #004059;
	font-weight: bold;
}
.pya #mainContent .sectionmenu ul {
	padding: 0px;
	margin: 0px 0px 15px 5px;
	list-style: url(none) none;
}
.pya #mainContent .sectionmenu li {
	padding: 0px;
	margin: 0px 0px 7px 5px;
	list-style: url(none) none;
}
.pya #mainContent .sectionsubmenu {
	font: normal 0.96em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #661805;
	clear:right;
	padding: 10px;
	width: 200px;
	border-left: 1px solid #416C84;
	float: right;
	background: #EDF4F7;
	margin-left: 25px;
}
.pya #mainContent .sectionsubmenu .title {
	font-size: 1.1em;
	color: #004059;
	font-weight: bold;
}
.pya #mainContent .sectionsubmenu ul {
	padding: 0px;
	margin: 0px 0px 15px 5px;
	list-style: url(none) none;
}
.pya #mainContent .sectionsubmenu li {
	padding: 0px;
	margin: 0px 0px 7px 5px;
	list-style: url(none) none;
}
.pya #mainContent .sectioninfo {
	font: normal 0.96em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #661805;
	clear:right;
	padding: 10px;
	width: 200px;
	border-left: 1px solid #416C84;
	float: right;
	background: #EDF4F7;
	margin-left: 25px;
}
.pya #mainContent .sectioninfo .title {
	font-size: 1.1em;
	color: #004059;
	font-weight: bold;
}
.pya #mainContent .sectioninfo ul {
	padding: 0px;
	margin: 0px 0px 15px 5px;
	list-style: url(none) none;
}
.pya #mainContent .sectioninfo li {
	padding: 0px;
	margin: 0px 0px 7px 5px;
	list-style: url(none) none;
}

/*
*/

.internalquotes {
	font: normal 0.96em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #661805;
	padding: 0px;
	border-left: 1px solid #416C84;
	float: right;
	margin-left: 25px;
	clear: none;
}
/*
*/
.pya #affliates {
	margin: 0px;
	padding: 0px;
	width: 930px;
	border-right: 15px solid #416c84;
	border-left: 15px solid #416c84;
	background: #FFFFFF;
	font: bold 0.88em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #0E533B;
	text-align: center;
	border-top: 1px solid #0E533B;
}
.pya #footer {
	text-align: center;
	margin: 0px;
	width: 930px;
	border-right: 15px solid #416c84;
	border-left: 15px solid #416c84;
	background: #EDF4F7;
	font: 0.68em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #004059;
	border-top: 1px solid #0E533B;
	border-bottom: 15px solid #416C84;
	padding-top: 18px;
	padding-bottom: 18px;
}
.pya #footer a {
	color: #661805;
	text-decoration: none;
	border-bottom: 1px dotted #004059;
}
.pya #footer a:hover {
	color: #004059;
	text-decoration: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pya #mainContent table p
{
	margin: 5px 0px;
	padding: 0px;
}

.pya #mainContent ul
{
	margin: 0px 0px 5px 5px;
	padding-left: 20px;
}

.pya #mainContent li { margin: 0px 0px 0px 5px; }

.pya #mainContent .sectionmenu p
{ width: 100%; }

.pya #mainContent table ul
{
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
	font-size: .90em;
	line-height: 1.3em;
}

.pya #mainContent table li { margin: 0px 0px 2px 5px; }

.pya #mainContent h4
{
	font-size: 1.15em;
	font-weight: bold;
	color: #691D0A;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
}
