/*******Home Page Styles********/
.home {
	font-size: 15px;
	line-height: 18px;
	padding: 23px 24px 23px 33px;
	width: 791px;
}	
.home h1 {
	background: none;
	line-height: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
	width: 476px;
}	
.content1 {
	background-color: #2C7AA0;
	color: #FFF;
	height: 90px;
}
.content2 {
	background-color: #FFF;
	font-size: 13px;
	height: 135px;
	line-height: 15px;
}
.content2 h1 {
	color: #333333;
}	
.content2 h2 {
	margin-top: 8px;
}	
#bottombar{
	background-color: #D2DDE7;
	height: 60px;
	width: 848px;
}

/*** Main Content ***/
#topbar{
	background-color:#D2DDE7;
	height: 33px;
}
#sideimages {
	margin: 0px;
	float: right;
	position: relative;
	z-index: 1;
}
#page_content {
	padding: 0px 31px 13px 31px;
	margin-right: 274px;	
}

body {
	background-image: url(../images/layoutsplice/bkgd.jpg);
	background-position: center top;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}

h1 {
	background-color: #2C7AA0;
	background-image: url(../images/layoutsplice/graysquare.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 22px;
	padding: 10px 0px 10px 31px;
	width: 225px;
}
h2 {
	color: #2C7AA0;
	font-size: 14px;
	margin-bottom: 0;
}

h2.large {
	font-size: 19px;
	margin-bottom: 20px;
	margin-top: 25px;
}

h2.large span {
	display: block;
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 5px;
}

h3 {
	color: #333;
	font-size: 12px;
	margin-bottom: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.imagespace {
	margin-bottom: 90px;
}
.bullets{
	vertical-align: top;
	padding-top: 4px;
}
a:link,
a:visited,
a:active {
	color: #2C7AA0;
	text-decoration: underline;
}

a:hover {
	color: #5695B3;
}	

/** JOB LISTING **/

table.list {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	color: #666;
}

table.list th,
table.list td {
	padding: 5px;
}

table.list th {
	background-color: #666;
	border-right: 1px solid #333;
	color: #FFF;
	text-align: left;
	vertical-align: top;
}

table.list td {
	background-color: #F0F0F0;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: top;
}

table.list tr.alt td {
	background-color: #D2DDE7;
}

table.list tr:hover td {	
	background-color: #FFF;
	color: #333;
	cursor: pointer;
}

/*** ADMIN ***/

body#hr #content, 
body#admin #content {
	background: #FFF;
}

body#hr #page_content,
body#admin #page_content {
	margin-right: 0px;
}

table th.center,
table td.center,
table td img {
	text-align: center;
	margin: 0px auto;
}

h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
	background-image: url(../images/icons/add.png);
	background-repeat: no-repeat;
	float: right;
	margin: 15px 30px 10px 0px;
	padding: 2px 0px 0px 20px;
	text-decoration: none;
}

h3.delete a:link,
h3.delete a:active,
h3.delete a:visited,
h3.delete a:hover {
	background-image: url(../images/icons/cross.png);
}

h3.edit a:link,
h3.edit a:active,
h3.edit a:visited,
h3.edit a:hover {
	background-image: url(../images/icons/page_white_edit.png);
}

/*** POST A JOB ***/

table.posting {
	color: #666;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 10px 0px;
	margin-bottom: 20px;
}

table.posting td {
	padding: 10px 20px 10px 20px;
	vertical-align: top;
}

table.posting input,
table.posting textarea {
	border: 1px solid #D2DDE7;
	color: #666;
	font-size: 13px;
	height: 23px;
	margin-top: 5px;
	width: 95%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.small {
	font-size: 11px;
}

table.posting textarea {
	min-height: 90px;
	height:auto !important;
	height:90px;
	width: 100%;
	font-size:12px;
}

table.posting textarea#description {
	min-height: 400px;
	height:auto !important;
	height:400px;
}

table.posting select {
	padding: 4px;
	margin-top: 5px;
}

table.posting label {
	color: #999;
	font-size: 16px;
}

table.view td {
	padding: 10px 20px 0px 20px;
	vertical-align: top;
}

table.view h2 {
	color: #999;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: normal;
}

table.view td {
	font-size: 13px;
	line-height: 18px;
}

table.view td.borderlt {
	border-left: 1px solid #CCC;
}

table.view ul,
table.view p {
	margin-top: 0;
}

table.view ul li {
	padding-bottom: 5px;
}

table.view p strong {
	color: #999;
}

button {
	background-color: #327B9F;
	border: 1px solid #D2DDE7;
	color: #FFF;	
	float: right;
	font-size: 16px;
	height: 30px;
	padding: 0px 10px;
	margin-left: 50px;
	text-transform: uppercase;
}

button:hover {
	background-color: #225872;
	border: 1px solid #D2DDE7;
	color: #FFF;	
	cursor: pointer;
}

a.button:link,
a.button:visited,
a.button:active {
	display: block;
	background-color: #327B9F;
	border: 1px solid #D2DDE7;
	color: #FFF;	
	float: left;
	font-size: 12px;
	padding: 8px 10px;
	margin: 13px 0px 0 30px;
	text-transform: uppercase;
	text-decoration: none;
}

a.button:hover {
	background-color: #225872;
	border: 1px solid #D2DDE7;
	color: #FFF;	
	cursor: pointer;
}

a.next-btn:link,
a.next-btn:active,
a.next-btn:visited,
a.prev:link,
a.prev:active,
a.prev:visited {
	display: block;
	background-color: #ADC7D8;
	border: 1px solid #A5BED0;
	color: #FFF;	
	float: right;
	font-size: 12px;
	padding: 8px 10px;
	margin: 13px 30px 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

a.prev:hover,
a.next-btn:hover {
	background-color: #A5BED0;
}

a.prev:link,
a.prev:active,
a.prev:visited {
	margin-right: 18px;
}

.prev-next-container {
	float: right;
	margin: 21px 0 0 30px;
}

.openings-container {
	float: left;
	margin: 21px 0 0 30px;
}

.clear {
	clear: both;
}





