#job {
    width:880px;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
}
#job h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
#description hr {
    height:1px;
    border:0px;
    color:#888888;
    background-color:#888888;
}
#description a {
	/* color:#2e78df; */
	/* text-decoration:none; */
}
#description a:hover {
	/* color:#c41230; */
}
#description a span {
    /* color:#2378df; */
}
#description a span:hover {
    /* color:#c41230; */
}
#description font {
    /* font-family:Arial, Helvetica Neue, Helvetica, sans-serif; */
	/* font-size:13px; */
    /* color:#555555; */
}
#description p {
    /* font-family:Arial, Helvetica Neue, Helvetica, sans-serif; */
	/* font-size:13px; */
    /* color:#555555; */
    padding-top:10px;
    text-align:left;
    margin-left:0px;
    text-indent:0px;
    background:transparent;
}
#description span {
    text-align:left;
    /* font-family:Arial, Helvetica Neue, Helvetica, sans-serif; */
	/* font-size:13px; */
    /* color:#555555; */
    background:transparent;
    border:0px;
}
#description div {
    text-align:left;
    /* font-size:13px; */
    margin:0px;
    text-indent:0px;
    border:0px;
    background:transparent;
    padding:0px;
    height: auto;
    clear: none;
}
#description ul {
    padding-bottom:8px;
    margin-left:20px;
    list-style-type:disc;
}
#description ol {
    padding-bottom:8px;
    margin-left:20px;
    list-style-type:disc;
}
#jobbox {
    width:427px;
    height:376px;
    float:right;
    margin-left:30px;
    margin-bottom:12px;
    margin-top:25px;
}
#windowtabs {
    float:left;
    font-size:13px;
    height:24px;
    text-align:center;
}
.jobtab {
    float:left;
    width:90px;
    padding:2px;
    margin:2px;
    border:1px solid #888888;
	background:#eaeaea url('../images/tablehead.png') repeat-x;
}
.jobtab.on {
    margin-top:-2px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#c3c3c3;
    font-size:14px;
}
#maptab {
    margin-left:0px;
}
#jobwindow {
    clear:both;
    width:425px;
    height:350px;
    float:left;

    /* 
    Changes:
    1.  Changed border color from #888888 to #CCCCCC to match the Tabpane color
    2.  Removed top border
    Changed by: Michael Patterson
    Date:       Feb 23, 2010
     */

    /*    border:1px solid #888888;
    border-bottom:1px solid #CCCCCC;
     */
}

.tab-page
{
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    overflow: auto;
    /* Override some Tabpane definitions */
    height: 350px;
    width: 425px;
    padding: 0px;
}
#jobcareers {
    padding:14px 14px 0px 14px;
    width: 397px;
    height: 334px;
}
#jobvideo {
    padding:0px;
}
#jobshare {
    padding:14px 14px 0px 14px;
    width: 397px;
    height: 334px;
}
#job .heading {
    font-size:18px;
}

#description td {
    border-collapse: initial;
    border: solid 1px;
    padding: 10px;
}

#description td p{
    padding: 0;
}
