﻿p
{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

ul
{
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 15px;
}

.spacer
{
    line-height: 1px;
    font-size: 1px;
}

input
{
  color: #333333;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration:none;
  font-weight:normal
}

td
{
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#content
{
    float: left;
    position: relative;
    left: 0px;
    width: 770px;
    margin: 0px;
    padding: 30px 0px 0px 10px;
    z-index: 3;
	background: #fffbe6;
	border-left: solid 10px #ffffff;
	border-right: solid 10px #ffffff;
	border-bottom: solid 10px #ffffff;
}

#application
{
    margin: 0px 0px 0px 150px;
    padding: 0px;
    z-index: 3;
}

/* --------------------------- */
/* Home Page                   */
/* --------------------------- */

#homePage
{
    line-height: 24px;
    font-size: 16px;
}

#homePage .left
{
    float: left;
    width: 405px;
    padding: 0px;
    margin: 0px;
}

#homePage .left .openings
{
    position: relative;
    left: -10px;
    width: 422px;
    height: 249px;
	background: url('../images/home_image_left.jpg') no-repeat left top;
}

#homePage .left .openings .text
{
    padding: 8px 0px 0px 160px;
}

#homePage .middle
{
    float: left;
    width: 15px;
    padding: 0px;
    margin: 0px;
}

#homePage .right
{
    float: left;
    width: 347px;
    padding: 0px;
    margin: 0px;
}

a.applyButton,
a.applyButton:hover
{
    display: block;
    width: 347px;
    height: 76px;
    text-indent: -5000px;
    text-decoration: none;
    font-size: 10px;
    background: url('/images/apply_button.png') no-repeat left top;
}

a.applyButton:hover
{
    background-position: left bottom;
}

ul.slideshow
{
	list-style: none;
	width: 396px;
	height: 248px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}	

ul.slideshow li
{
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show
{
	z-index: 500;	
}

ul img
{
	border: none;	
}

#slideshow-caption
{
	width: 396px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	background: #000;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container
{
	padding: 0px 7px;
	z-index: 1000;
}

#slideshow-caption h3
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
