/* CSS Document */

body {
margin: 0px 0px 0px 0px;
color: #000000;
height: 100%;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background: #e6e6e6;
}

p {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin: 0;
padding-bottom: 5px;
padding-left: 0;
padding-right: 0;
padding-top: 5px;
}

a:link {
color: #025fad;
text-decoration: underline;
}

a:visited {
color: #025fad;
text-decoration: underline;
}

a:hover {
color: #999999;
text-decoration: none;
}

a:active {
color: #666666;
text-decoration: none;
}

.boldit {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.pinn_header {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 17px;
color: #000000;
padding-top: 5px;
}

#home_link {
position: relative;
width: 850px;
margin: 0 auto;
margin-top: 5px;
text-align: right;
}

#container {
position:relative;
width : 850px;
height: 100%;
background-color: #FFFFFF; 
margin: 0 auto;
margin-top: 10px;
border: 1px solid #000;
}

#content_container {
padding-bottom: 40px;
}

#top_container {
height: 82px;
width: 850px;
background: #fff;
border-bottom: 10px solid #616161;
}

#logo {
float: left;
height: 82px;
width: 400px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
}

#search {
float: right;
height: 82px;
width: 250px;
background-color: #cccccc;
}

.clr {
clear: both;
}

#header_container {
height: 208px;
width: 850px;
}

#header_img1 {
float: left;
height: 208px;
width: 600px;
background-image: url(../images/header_img1.jpg);
background-repeat: no-repeat;
}

#header_img2 {
float: right;
height: 208px;
width: 250px;
background-image: url(../images/header_img2.jpg);
background-repeat: no-repeat;
}

#nav_container {
height: 35px;
width: 850px;
}

#body_content_container {
width: 850px;
background-color: #FFFFFF;
padding-top: 10px;
}

#body_col_left {
float: left;
width: 375px;
padding: 25px;
padding-top: 10px;
}

#body_col_right {
float: right;
width: 374px;
padding: 25px;
padding-top: 10px;
border-left: 1px solid #616161;
}

#pinn_company_block {
text-align: left;
margin: 0 auto;
width: 375px;
}

#footer {
position: relative;
width: 100%;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
height: 40px;
background-color: #000000;
border-top: 10px solid #ffffff;
}

#footer p {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding-left: 20px;
padding-top: 14px;
}

.footer_bold {
font-weight: bold;
}

