@charset "utf-8";
/* CSS Document */

/* ==LAYOUT 
-------------------------------- */

body {
background: #c8c6c6 url(/images/bkg_body2.jpg) repeat-x;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
font: 100% Verdana, Arial, Helvetica, sans-serif;
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: #222222;
}

a
{
    color: #336699;
}
a:hover, a:active 
{
    color: #cfa70a;
}
#container {
margin: 0 auto;
text-align: center;
width: 805px
}

#pageWrapper {
clear: both;
background: url(/images/bkg_container.png) repeat-y;
width: 804px;
position: relative;
z-index: 10;
}

#masthead {
width: 804px;
background: url(/images/bkg_masthead.png) no-repeat left top;
height: 107px;
}

#homeFunctions {
position: relative;
float: right;
right: 40px;
margin-top: 20px;
width: 300px;
clear: right;
text-align: right;
z-index: 20;
}

#homeFunctions2 {
position: relative;
float: right;
right: 40px;
top: 45px;
width: 300px;
text-align: right;
z-index: 25;
}


#branding {
float: left;
margin: 6px 0 0 0;
padding-left: 30px;
}

#navigation {
clear: both;
width: 797px;
height: 26px;
background: url(/images/bkg_navHeader.gif) repeat-x left top;
margin-left: 6px;
padding: 0;
}

/*Temp NAV Styles */
#navigation a {
display: block;
padding: 0;
background: url(/images/bkg_navHeader.gif) repeat-x left top !important;
margin: 0;
}


#secondaryContent {
float: left;
width: 185px;
position: relative;
z-index:100;
}

#mainBanner {
position: absolute; 
left: 5px;
top: 26px;
z-index: 15;
clear:both;
/*background: url(/images/fpo_NYCbanner3.jpg) no-repeat left top;*/
height: 102px;
width: 798px;
}

#mainContentWrapper {
float: left;
width: 580px;
text-align: left;
margin-top: 95px;
margin-left: 10px;
margin-bottom: 15px;
}

#fullContentWrapper {
float: left;
width: 750px;
text-align: left;
margin-top: 95px;
margin-left: 25px;
margin-bottom: 15px;
}


#tertiaryContent {
width: 150px;
float: right;
}


/*  ----  #mContent1 {

}


#mContent2 {
width: 150px;
float: right;
padding-right: 1px;
background-color: #eeeeee;
}

-- */

.flexColumn {
width: 100% auto;
float: left;
clear: left;
}


.fixedColumn1 {
width: 30%;
float: right;
padding-right: 1px;
padding-top: 20px;
margin-left: 10px;
}

.fixedColumn2 {
width: 30%;
float: left;
margin-right: 10px;
}

.fixedColumn3 {
width: 45%;
float: left;
margin-right: 10px;
}

.fullColumn {
width: 100%;
float: left;
margin: 10px;
}


#footer {
background: url(/images/bkg_footer.png) no-repeat left top;
clear: both;
width: 804px;
height: 58px;
margin: 0;
padding: 0;
}

#footer p {
margin: 0;
padding: 15px;
}


/* =SideColumn Boxes 
------------------------------------------------ */

.box 
{

background: url(/images/bkg_boxCenter2.gif) no-repeat;

}

.boxTop {
background: url(/images/bkg_boxTop1.gif) no-repeat;
height: 9px;
}

.boxBtm {
background: url(/images/bkg_boxBottom1.gif) no-repeat;
height: 10px;
margin-bottom: 15px;
}




/* =Right Column Formatting
--------------------------------------------------------- */
#ctl00_ContentPlaceHolder2_ContentBlock2 p {
margin: 0;
padding: 0 0 7px 0;
}






/* ---------------------------------------------------- */

.pad {
padding: 15px 5px 15px 15px;
}

.boxPad {
padding: 10px 10px 10px 7px;
}

.tightPad {
padding: 5px;
}




.clear {
clear: both;
}

#homeFunctions a, #homeFunctions a:link,#homeFunctions a:visited {
font-family: Gill Sans MT, Gill Sans, Helvetica, Arial, Verdana, sans-serif;
color: #b6b6b6;
text-decoration:none;
font-size: 11px;
font-weight: bold;
padding-left: 35px;
}

#homeFunctions a:hover, #homeFunctions a:active, #homeFunctions a:visited:hover {
font-family: Gill Sans MT, Gill Sans, Helvetica, Arial, Verdana, sans-serif;
color: #cfa70a;
text-decoration:none;
font-size: 11px;
font-weight: bold;
padding-left: 35px;
}



#homeFunctions2 a, #homeFunctions2 a:link,#homeFunctions2 a:visited {
font-family: Gill Sans MT, Gill Sans, Helvetica, Arial, Verdana, sans-serif;
color: #999;
text-decoration:none;
font-size: 12px;
font-weight: bold;
padding-left: 45px;
}

#homeFunctions2 a:hover, #homeFunctions2 a:active, #homeFunctions2 a:visited:hover {
font-family: Gill Sans MT, Gill Sans, Helvetica, Arial, Verdana, sans-serif;
color: #243777;
text-decoration:none;
font-size: 12px;
font-weight: bold;
padding-left: 45px;
}




