@charset "UTF-8";
/* CSS Document */

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #ffffff url('images/bg.gif') top repeat-x;
text-align:center;
font-family: Tahoma, Helvetica, Arial;
font-size:13px;
line-height:15px;
color:#231f20;
}

div{
margin:0px;
padding:0px;
}

p {
line-height:13px;
margin-bottom:15px;
margin-top:0px;
}

h1 {
margin:0px 0px 20px 0px;
font-weight:normal;
font-size:23px;
line-height:23px;
}
h2 {
margin:0px 0px 0px 0px;
font-weight:bold;
font-size:13px;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#1fb25a;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.clear{
height:0px;
width:100%;
clear:both;
}

.green {
color:#1fb25a;
}

.whiteHeader {
color:#ffffff;
}

/* Site Framework */

#siteWrapper {
text-align:left;
width:1024px;
margin: 0px auto;
height:auto;
}
#headerImg {
text-align:right;
width:974px;
margin: 0px auto;
}
#headerImg img {
margin-top: 6px;
}
#flashArea {
width:974px;
height: 318px;
position:relative;
z-index: 1;
margin: 0px auto;
}
#greenBar {
width:974px;
height:10px;
background: #1fb25a;
margin: 0px auto 8px auto;
}

#index {
width:1024px;
height:310px;
background: url('images/bg-index.gif') bottom left no-repeat;
}

#footer {
width:974px;
height:60px;
text-align:right;
margin:0px auto;
background: url('images/bg-footer.gif') top right no-repeat;
margin-top:10px;
}

#contactInfo {
font-size:11px;
padding-top:8px;
margin: 0px 0px 8px 0px;
}
#copy {
font-size:9px;
font-family:Verdana;
color:#898989;
}
#footer a {
color:#898989;
}
.pushRight {
margin-right:10px;
}

#indexContent {
width:576px;
height:224px;
float:right;
position:relative;
right:25px;
}

#indexContent p {
margin-top:60px;
}

#indexContent p+p {
margin: 0px 0px 30px 0px;
}
#indexContent a {
display:block;
float:left;
margin-right:15px;
}

#secondary {
width:1024px;
height:auto;
}

#secondaryHdr {
width:974px;
height:50px;
margin:2px auto 5px auto;
}
#secondaryContent {
width:974px;
margin: 0px auto;
}

#leftColumn {
float:left;
positon:relative;
width:177px;
left:11px;
}

#rightColumn {
float:right;
position:relative;
width:731px;
}

#breadcrumbs {
color:#231f20;
font-size:10px;
margin-top: 0px 0px 28px 0px;
padding-top:10px;
}

#breadcrumbs a{
color:#231f20;
text-decoration:underline;
}

.floatRight {
float:right;
margin: 0px 0px 20px 20px;
}

.leftNav {
display:block;
padding:7px 0px 7px 10px;
width:177px;
border:1px solid black;
border-width: 1px 1px 1px 1px;
border-collapse:collapse;
color:#231f20;
text-transform:uppercase;
font-size:11px;
}
.leftNav + .leftNav {
border-width: 0px 1px 1px 1px;
}
#subNav {
margin-bottom:150px;
}
#leftColumn img {
margin-bottom:14px;
}
label {
width:100px;
float:left;
display:block;
}
input {
/*float:left;
clear:right;*/
}
.formBox {
padding:5px;
border: 1px solid #CCCCCC;
margin-bottom:10px;
}
a#indexBtn1 {
	display:block;
	height: 53px;
	width: 231px;
	background: url('images/btn-job-seekers.gif') no-repeat;
	background-position: 0 0px;
	
}
a#indexBtn1:hover {
	background-position: 0 -53px;
}
a#indexBtn2 {
	display:block;
	height: 53px;
	width: 231px;
	background: url('images/btn-companies.gif') no-repeat;
	background-position: 0 0px;
}
a#indexBtn2:hover {
	background-position: 0 -53px;
}

#application {
}
#application .labels {
width:25%;
}
#application .inputs {
width:75%;
}
/* Nav Area */

#navArea {
width:974px;
margin:0px auto;
height:28px;
}
.navSpacer {
width:1px;
height:28px;
float:right;
background: #000000;
}
#navArea a, #navArea div {
float:right;
}
a#nav1 {
	display:block;
	height: 28px;
	width: 81px;
	background: url('images/nav1.gif') no-repeat;
	background-position: 0 0px;
}
a#nav1:hover {
	background-position: 0 -28px;
}
a#nav2 {
	display:block;
	height: 28px;
	width: 144px;
	background: url('images/nav2.gif') no-repeat;
	background-position: 0 0px;
}
a#nav2:hover {
	background-position: 0 -28px;
}

a#nav3 {
	display:block;
	height: 28px;
	width: 199px;
	background: url('images/nav3.gif') no-repeat;
	background-position: 0 0px;
}
a#nav3:hover {
	background-position: 0 -28px;
}

a#nav4 {
	display:block;
	height: 28px;
	width: 107px;
	background: url('images/nav4.gif') no-repeat;
	background-position: 0 0px;
}
a#nav4:hover {
	background-position: 0 -28px;
}