@charset "utf-8";
/* CSS Document 
LAST EDITIED: 20080409-2258
	- Changed h2 to 10pt
	- Fixed expanding boxes
	- Fixed article margin/a hover problem in IE
*/

/*-------------------------- LAYOUT --------------------------*/

* {
	padding:0px;
	margin:0px;
	list-style:none;
}

#masterContainer {
	height:100%;
	margin:0 auto;
	width:780px;
	background-color:#FFF;
}

#headContainer {
	height:140px;
}

#navigateTop{
	height:41px;
	line-height:35px;
	margin-bottom:15px;
}

#secondaryContainer h2, .article h2{
	height:41px;
	line-height:35px;
	margin-bottom:5px;
}
	
#primaryContainer {
	float:right;
	width:535px;
	padding-right:15px;
margin-bottom:50px;
}

#secondaryContainer {
	float:left;
	width:200px; /* changed from 211 and added the padding */
	padding:0px 15px;
	margin-bottom:50px;
}

#footContainer {
	clear:both;
	width:760px;
	height:100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*----------------------- End of LAYOUT ---------------------*/
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after, .article:after, .floatRight:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix, .article, .floatRight {height: 1%;}
/* End hide from IE-mac */


img{
  border-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#5B5B5B url(/_images/background_grey.gif) repeat-y center;
}

h1, h2, h3 {
	color:#1365CE;
	font-size:10.2pt;
}

em {
	font-weight:bolder;
	font-style:normal;
}

#headContainer h1 {
	display:none;
}

#headContainer {
background:url(/_images/head_hgibson.png) no-repeat left top;
}

#navigateTop {
font-size:7pt;
}

#navigateTop a {
	text-decoration:none;
	color:#1356CE;
}

#navigateTop a:hover {
	background-color:#1356CE;
	color:#FFF;
}

#breadCrumbs {
	list-style: none;
}

#breadCrumbs li {
	display: inline;
}

#navigateTop, #secondaryContainer h2, .article h2{
	background:url(/_images/top_bar.gif);
	padding:0 10px;
}

#secondaryContainer h2 {
margin-top:10px;
}

#secondaryContainer p {
	font-size:9pt;
	padding:3px;
}

#secondaryContainer em {
	color:#990000;
	font-weight:bold;
}

#secondaryContainer a:link {
	
}

#secondaryContainer a:hover {
	color:#FFF;
	background-color:#1356CE;
}

#navigationBlock {
	margin-bottom:20px;
}

#navigationBlock li {
	list-style:none;
}

#navigationBlock li a {
	border-bottom:#666 1px dashed;
	color:#666;
	display:block;
	font-size:10pt;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin-left:5px;
	padding-left:5px;
	text-decoration:none;
}

#navigationBlock li a:hover {
	background:#1365CE;
	color:#FFF;
}

#navigationBlock #urHere {
background:url(/_images/blue_arrow.gif) no-repeat left;
}

#footContainer {
	background:url(/_images/foot_block.png) no-repeat;
	font-size:7pt;
	color:#787878;
}

#footContainer a {
	text-decoration:none;
	color:#787878;
	font-weight:bold;
}

#footContainer ul {
	padding:15px 30px;
}

.article a, #secondaryContainer p a {
	font-weight:bold;
	color:#1356CE;
	text-decoration:none;
}
#secondaryContainer p a, .endLink {
	background:url(/_images/blue_arrow.gif) no-repeat right;
	padding-right:10px; /*to allow for arrow*/
}

.article a:hover {
	color:#FFFFFF;
	background-color:#1356CE;
	border:none;
}

.article {
display:block;
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	border-bottom:#666 1px dashed;
	background-color:#F5F5F5;
	height:100%; /*Without this IE clears the margin if you hover over a link in the article*/
}

.article p {
	font-size:10pt;
	padding:5px 15px 10px;
}

.article ul {
margin-left:2em;
font-size:10pt;
}

.article ul li #address {
	color:#333;
}

.article #pnotice{
	font-size:70%;
	color:#666;
	margin:1.2em ;
	padding: 1em 0.5em;
	display:block;
	clear:both;
}

.imgCenter  {
    display: block;
	padding:10px 10px 15px;
    margin-left: auto;
    margin-right: auto;
	width:500px; /* FIX THIS */
}
	
.floatRight{
	float:right;
	padding:0px 10px 10px;
}

.floatLeft{
	float:left;
	padding:0px 10px 10px;
}

.imgCenter .imgInfo {
	color:#1356CE;
text-align:center;
	font-weight:200;
	font-size:8pt;
	padding:5px 0px 5px;
display:block;
}

.floatRight .imgInfo, .floatLeft .imgInfo{
	display:block;
	color:#1356CE;
	padding:5px 0px 5px;
	width:225px; /* THIS NEEDS TO BE FIXED ASAP */
	text-align:left;
	font-weight:200;
	font-size:8pt;
}