/* Style definitions for HTML tags */
body{
	height:100%; 
    padding:0; margin:0px 0px 10px 0px;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
h1{
	font-size:14px;
	background-color:#253255;
	color:#FFF;
	padding:2px 0px 2px 5px;
	margin:0px 0px 5px 0px;
}
h2{
	font-size:12px;
	background-color:#597894;
	color:#FFF;
	padding:2px 0px 2px 5px;
	margin:0px 0px 5px 0px;
	line-height:16px;
}
h3{
	font-size:12px;
	border-bottom:1px solid #253255;
	padding:2px 0px 2px 5px;
	margin:0px 0px 5px 0px;
	line-height:16px;
}
h4{
	font-size:11px;
	padding:2px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	line-height:14px;
}
p{
	font-size:10px;
    	color: #000;   
	padding:0px 5px 5px 5px;
	margin:0px 0px 5px 0px;
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding:0px;
	margin:0px;
	border:1px solid #D5DEE3;
}
ol { 
	font-size:10px;
	list-style-position: outside;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:15px;
}
ul { 
	font-size:10px;
	list-style-position: outside; 
	margin-top:0px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:15px;
}
li {margin-bottom:3px;
}
li.expand {margin-bottom:10px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
table.outset {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #253255;
	border-collapse: separate;
	background-color: white;
}
table.outset th {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	background-color: #D5DEE3;
}
table.outset td {
	border-width: 1px;
	padding: 3px;
	border-style: none;
}
table.inset {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #253255;
	border-collapse: separate;
	background-color: white;
}
table.inset th {
	border-width: 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #253255;
	background-color: #D5DEE3;
}
table.inset td {
	border-width: 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #253255;
}
/* Anchors */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration:underline;
	color:#000;
} 
a:visited {
	text-decoration:underline; 
	color:#666;
} 
a:hover {
	text-decoration:none; 
	color:#000; 
} 
a:active { 
   color:#253255;
}

a.subnav:link {
	text-decoration:none; 
	color:#FFF;
} 
a.subnav:visited {
	text-decoration:none; 
	color:#EFEFEF;
} 
a.subnav:hover {
	text-decoration:underline; 
	color:#FFF; 
} 
a.subnav:active { 
   color:#253255;
}
a.leftcol:link {
 text-decoration:none; 
 color:#597894;
} 
a.leftcol:visited {
 text-decoration:none; 
 color:#597894;
} 
a.leftcol:hover {
 text-decoration:underline; 
 color:#FFF; 
} 
a.leftcol:active { 
   color:#FFF;
}

/* Page Layout DIVs - Select by ID */
/* Outer */
DIV#outer{
	width:768px; /* Establish overall width for fixed-width site */
	margin:0px auto 0px auto; /* Center page in browser */
	padding:0px 6px 6px 6px; /* Set the page margins */
	border:solid; /* Turn on outer page border */
	border-width:0px 1px 1px 1px; /* Set hairline page border for right, bottom and left sides only */
	border-color:#CCC; /* Soft gray border */
	background-color:#FFF;
}
/* Header */
DIV#header{
	margin: 0; /* No Op */
	padding: 0;
}
/* Navbar */
DIV#navbar{
	width:768px;
	height:22px; 
	font-size:10px;
	color:#FFF;
	background-image:url(http://images.pgalinks.com/pgalinks/top_nav_bg.jpg); 
}
/* Subnav */
DIV#subnav{
	width:768px;
	height:26px; 
	font-size:10px;
	color:#FFF;
	padding:3px 0px 0px 0px;
	background-image:url(http://images.pgalinks.com/pgalinks/email/pgalinks_newbrand/background_subnav.jpg);
	background-repeat:repeat-x;
}
DIV#search_label{
	float:left; 
	margin:3px 5px 0px 12px;
}
DIV#search_input{
	float:left; 
	margin-top:1px;
}
DIV#search_button{
	float:left; 
	margin-left:3px;
}
DIV#subnav_items{
	float:right; 
	margin:3px 8px 0px 0px;
}
/* Datebar */
DIV#datebar{
	height:22px; 
	width:768px;
	padding-top:5px;
}
DIV#date{
	float:left;
	padding:2px 0px 0px 5px;
}
DIV#slogan{
	float:right;
	padding:0px;
}
/* Main Content Areas */
#content{
	clear: both; /* Required only if header div(s) are floating */
  overflow:auto;  	/* overflow: hidden; Required to stretch left col background in FF */
	width:768px;
	height:inherit; /* Required to stretch content div background to bottom of left/right content in IE */
	background-image:url(http://images.pgalinks.com/pgalinks/email/pgalinks_newbrand/background_content.jpg);
	background-repeat:repeat-y;
}
DIV#leftcol{
  float: left; /* Position in upper left corner of content div */
	width: 205px; /* Match the width of the color bar in content background image */
	background-color:#D5DEE3; /* Fix for IE background bug */
	border-bottom-color:#D5DEE3; /* Fix for IE background bug */
	border-bottom-style:solid; /* Fix for IE background bug */
	border-bottom-width:1px; /* Fix for IE background bug */
	font-weight:bold;
	height:100%;
}
DIV#rightcol{
    float: right; /* Position in upper right corner of content div */
    width: 553px; /* Change in conjunction with outer and leftcol widths */
    margin-left:10px; /* Establish 10px gutter between columns */
}
/* Footer */
DIV#footer{
    clear: both; /* Clear floats from left/right divs */
	width:768px;
	height:123px;
	background-image:url(http://images.pgalinks.com/pgalinks/email/pgalinks_newbrand/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
DIV#footer_menu{
	padding:80px 10px 10px 5px;
}
DIV#copyright{
	padding:0px 10px 5px 5px; 
	color:#D2BE7F
}

/* Pseudo Class Selectors */
.div_nav_all {
	z-index:1;
	color:#253255;
	background-color:#D5DEE5;
	visibility: hidden; 
	top: 142px; 
	text-align:left;
	padding-top:3px;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.form_button {
	font-size:9px; 
	font-weight:bold; 
	color:#FFF; 
	padding:0px; 
	margin:0px 0px 0px 0px; 
	width:60px;
	height:16px; 
	background-color:#577992; 
	border:1px solid #D5DEE3; 
}
.nav_item{
	position:relative; 
	float:left; 
	padding:5px 3px 6px 3px;
}
.gold_metallic_color{
	color:#B29659;
}
.gold_color{
	color:#A17C00;
}
.blue_color{
	color:#253255;
}
.gray_blue{
	color:#597894;
}
.col_color {
	background-color: #D5DEE3; /* light tint of grey blue */
}
