table tr td {
    padding: 3px 0;
    vertical-align: top;
}

/* Heading */

    h1 {
        font: 28px Arial;
        color: #4c4c4c
    }

    h2 {
        font: 20px Arial;
        color: #00984a;
    }

    h3 {
        font:bold 15px Arial;
        color: #4c4c4c;
    }

    h4 {
        font:bold 14px Arial;
        color: #666666;
    }
    
    h5 {
        font:bold 20px Arial;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }
    
    h6 {
        font: 10px Arial;
        color: #999999;
    }
    
    /* End of Heading */

strong {
    font-weight: bold;
}

/* Float Styling */

.clear {
    clear: both;
}

.ft-left {
    float: left;
}

.ft-right {
    float: right;
}


/* Styling Margin & Padding */

.mr-top {margin-top: 10px;}
.mr-right {margin-right: 10px;}
.mr-bottom {margin-bottom: 10px;}
.mr-left {margin-left: 10px;}

.mr-top-2 {margin-top: 20px;}
.mr-right-2 {margin-right: 20px;}
.mr-bottom-2 {margin-bottom: 20px;}
.mr-left-2 {margin-left: 20px;}

.pd-top {padding-top: 10px;}
.pd-right {padding-right: 10px;}
.pd-bottom {padding-bottom: 10px;}
.pd-left {padding-left: 10px;}

.inputfield {
    border: none;
    display: block;
    width: 330px;
    height: 24px;
    background: url(../images/inputfield.png) no-repeat;
    padding:0 5px;
    float: left;
}

.selectfield {
    border: none;
    display: block;
    width: 340px;
    height: 24px;
    background: url(../images/inputfield.png) no-repeat;
    padding: 2px 0;
}


.textarea {
    border: none;
    display: block;
    width: 330px;
    height: 120px;
    background: url(../images/textarea.png) no-repeat;
    padding:5px 5px;
}

.textarea-large {
    border: none;
    display: block;
    width: 470px;
    height: 170px;
    background: url(../images/textarea-large.png) no-repeat;
    padding:5px 5px;
}

.submit {
    border: none;
    display: block;
    width: 82px;
    height: 26px;
    background: url(../images/submit.png) no-repeat;
    float: right;
    margin: 10px;
    cursor:pointer;
}

/* Expand / Collapse */
	ul.expand li.trigger.top { margin-top:0; }
	ul.expand li.trigger
	{
		cursor:pointer;
		padding:0;
		margin:0;
        list-style-type: none;
	}
	ul.expand li.trigger.open
	{
		background-position:0 -997px;
	}
	ul.expand ul
	{
		list-style-type: none;
		line-height:18px;
		padding:4px 0 6px 20px;
	}
    
 /* Accordion */
 
 
 .accordionButton {	
	width: 100%;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 100%;
	display: none;
	}
    
    
    
    .jobsdiv {
        width: 628px;
        height: 328px;
        padding: 10px;
        float: left;
        background: url(../images/bigslider.jpg) no-repeat;
    }
    
    .jobsdivsmall {
        width: 84px;
        padding: 7px 0 0 7px;
        height: 61px;
        float: left;
        display: block;
        background: url(../images/smallslider.jpg) no-repeat;
    }
    
    .jobsdivleft {
        display: block;
        float: left;
        width: 30px;
        height: 70px; 
        background: url(../images/leftslide.jpg) center center no-repeat;
    }
    .jobsdivright {
        display: block;
        float: left;
        width: 30px;
        height: 70px;
        background: url(../images/rightslide.jpg) center center no-repeat;
    }
