/* General structural style declarations  */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family:  Arial, Helvetica, Sans-serif ;
	font-size: 11px;
	color: #000000;
	background-color: #2d4386;
}

h1 {
    font-family:  Arial, Helvetica, Sans-serif ;
    font-size: 25px;
    font-weight: bold;
    color: #2d4386;
    letter-spacing: -1px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

h4 {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

#page {
    position: relative;
    top: 25px;
}

#page p {
    line-height: 16px;
}

#page .contentBody h4,
#page .contentBody ol,
#page .contentBody ul,
#page .contentBody p {
    padding-bottom: 10px;
}

#page .contentBody ol,
#page .contentBody ul {
    padding-left: 14px;
}

#page .contentBody ol li,
#page .contentBody ul li {
    line-height: 16px;
}

#page .contentBody ul.jobList li {
    padding-bottom: 7px;
}

#page .contentBody ul.jobList li p {
    padding: 0px;
}

#page .contentBody h1 {
    padding-bottom: 4px;
}

a:link, 
a:visited {
    color: #ed1d24;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#page {
    width: 933px;
    margin: 0px auto;
    display: block;
    padding: 0px;
    height: 600px;
    overflow: visible;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

#page * {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    text-align: left;
}

#page * div {
    float: left;
}

/* Main Site Styles */

#page #pageHeader {
    float: left;
    width: 909px;
    padding: 12px;
}

#page #pageFooter {
    float: left;
    width: 909px;
    padding: 0px 12px 12px;    
}

/* Header / Footer  */

#pageHeader #imageList { 
    width: 909px;
    float: left;
}

#pageHeader #imageList ul,
#pageFooter #brandList ul {
    list-style-type: none;
    width: 914px;
    float: left;
}

#pageHeader #imageList ul li {
    float: left;
    border: solid 1px #b2bad2;
    width: 124px;
    height: 110px;
    list-style-type: none;
    margin-right: 4px;
}

#pageHeader #imageList ul li .imageShadow{
    width: 124px;
    height: 110px;
    background-color: #2d4386;
    position: relative;
    z-index: 10;
    opacity: .5;
    filter: alpha(opacity=50);
}

#pageHeader #imageList.homeList ul li .imageShadow, 
#pageHeader #imageList ul li.selected .imageShadow{
    z-index: 0;    
    visibility: hidden;
}

#pageHeader #imageList ul li.lastItem {
    padding-right: 0px;
}

#pageHeader #imageList ul li a {
    width: 124px;
    height: 110px;
    float: left;
    overflow: hidden;
}

#pageHeader #imageList ul li img {
    position: relative;
    bottom: 110px;
    z-index: 5;
}

#pageHeader #imageList ul li a:hover {
    text-decoration: none;    
}

#page #brandList {
    background-color: #FFFFFF;
    padding: 12px 0px;
    margin-top: 12px;
    overflow: hidden;
    border: solid 1px #ced4e3;
    float: left;
    width: 905px;
}

#page #brandList ul {
    position: relative;
    top: 3px;
    left: 9px;
    padding-bottom: 0px;
}

#pageFooter #brandList ul li {
    float: left;
    list-style-type: none;
    background-image:url(../images/common/brand-divider.gif);
    background-position: right 0px;
    background-repeat: no-repeat;
    height: 47px;
    padding-right: 25px;
    padding-left: 17px;
}

#pageFooter #brandList ul li.lastItem {
    padding-right: 0px;
    background-image: none;
}

#pageFooter #brandList ul li a {
    float: left;
}

#page #footerLinks a, #page #pageFooter #grinLink a {
    text-transform: uppercase;
    font-size: 9px;
    float: left;
    padding-right: 25px;
    padding-top: 4px;
    color: #FFFFFF;
}

/* Content Area */

#pageContent {
    float: left;
    width: 907px;
    position: relative;
    left: 12px;
    z-index: 1;
}

#pageContent .contentBodyWrapper{
    float: left;
    width: 907px;
    border-bottom: solid 1px #b29962;
    background-image: url(../images/common/content-body-bg.gif);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    overflow: hidden;
}    
    
#pageContent.home .contentBodyWrapper{
    height: 368px;
}

#pageContent.brand .contentBodyWrapper{
    height: 452px;
}
    
#pageContent .contentBody {
    background-image: url(../images/common/content-bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 886px;
    padding: 9px 9px 9px 12px;
}

#paperClip {
    float :left;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: -60px;
    top: 53px;
    z-index: 10;
}

#paperClip img {
    position: relative;
    z-index: 100;
}

#page #pageContent.home .contentLeft {
    padding-top: 5px;
    width: 349px;
}

#page #pageContent.home .contentRight {
    width: 515px;
    float: right;
    padding-top: 5px;
}

#page #pageContent.brand .contentFull {
    padding-bottom: 8px;
}

#page #pageContent.brand .contentLeft {
    padding-top: 5px;
    width: 311px;
}

#page #pageContent.brand .contentRight {
    width: 553px;
    float: right;
    padding-top: 5px;
}

#page #pageContent.brand .contentRight .contentRightHeader {
    padding-bottom: 10px;
}

#page .contentLeft .selectLine {
    position: relative;
    top: 14px;
}


#page  #pageContent.home .contentRightHeader { 
    height: 57px;
    overflow: hidden;
    width: 500px;
}

#page  #pageContent.home .contentRightHeader h1 {
    position: relative;
    top: 24px;
}

#page #pageContent.home .contentRightContent {
    width: 500px;
    height:200px;
    overflow:auto;
}

#page #pageContent.brand .contentRightContent {
    width: 535px;
    height:342px;
    overflow:auto;
}

#page .contentLeftContent {
    height:132px;
    overflow:auto;
    width: 311px;
}

#page .contentLeft .backToBrandsLink {
    position: relative;
    top: 10px;
    right: 12px;
}

#page .contentLeftImage {
    padding-bottom: 8px;
}

#page #pageContent.brand .contentLeftImage {
    background-image: url(../images/common/image-background.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 330px;
    height: 181px;
    position: relative;
    bottom: 2px;
    right: 2px;
}

#page #pageContent.brand .contentLeftImage img{
    position: relative;
    top: 4px;
    left: 5px;
}

#page .contentLeftContent p {
    width: 290px;
}

#page .contentRightContent p{
    padding-right: 35px;
}

#page .BBLogo { 
    float: right;
    position: relative;
    top: 12px;
}

/* Form Styles */

#page .contentBody form ul {
    padding-left: 0px;
    list-style-type: none;
    float :left;
    clear: both;
}

#page .contentBody form ul li {
    list-style-type: none;
    display: block;
    float :left;
    clear :both;
    width: 500px;
    padding:3px 0px;
}

#page .contentBody form ul li label {
    float :left;
    width: 150px;
    line-height: 20px;
}

#page .contentBody form ul li input {
    float :left;
    width: 200px;
    background-color: #FFFFFF;
    height: 20px;
}

#page .contentBody form ul li input#upload {
    background-color: none;
}

#page .contentBody form ul li input#phoneNumber {
    width: 75px;
}

#page .contentBody form ul li input.radChk, #page .contentBody form ul li label.radio {
    width: auto;
    height: auto;
}

#page .contentBody form ul li input.radChk  {
    background-color: #FFCB4E;
    margin: 3px 3px 0px;
}

#page .contentBody form #opportunitySubmitBtn {
    clear: both;
    float: left;
}