/************** Recruit Disability page *******************/
/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	/*	color: #fff;*/
	color:#000000;
	background: #141414;
	margin: 20px;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, "Sans Serif";
	font-size: 100.01%;
	line-height: 120%;
}

/************** Layout Elements *******************/

#wrapper {
	width: 780px;
	margin: 0 auto;
	font-size: 80%;
	background-color:#FFFFFF;
	min-height: 400px;
}

#wrapper #logo {
	margin-right: 25px;
	margin-left: 20px;
	margin-top:20px;
	padding-top:0px;
	padding-bottom:10px;
}


#wrapper #logo p{
	text-align: left;
	padding-top: 20px;
	margin:0px;
	font-weight:bold;
	font-size:16px;
}

#wrapper #logo img{
	float:left;
	margin: 15px 10px 	15px 0;
	border: none;
}


#strap {
	height: 150px;
	border-bottom: 1px solid #789;
	background-image: url(../images/green_banner.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

#content {
	padding-top: 1px;

}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	position: relative;
}

#innercontent {
/*	background-color: #2c2c2c;*/
	background-color:#FFFFFF;
	border: 1px solid #BFFFE4;
	min-height: 200px;
	margin-left: 175px;
	padding: 1px 10px 10px 10px;
	width: 345px;
}


#innercontent ul {
	margin: 20px;
}


#innercontent ol {
	margin: 20px;
}


#innercontent div.text_box_right {
	float: right;
	display:block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: medium dotted #BFFFE4;
	text-align: center;
	padding: 10px;
}

#innercontent #search_bar2 {
	width:90%;
	background-color:#FFFFFF;
	padding:0;
	font-size:80%;
	margin: 0 auto;
}

#innercontent #search_bar2 form {
	width: 250px;
	margin:0;
	background-color:#FFFFFF;
}

#innercontent #search_bar2 input {
	width: 90%;
	margin:0px;
	display:block;
	padding:0;
	border: 1px solid #BFFFE4;
    background-color:#FFFFFF;
}


#innercontent #search_bar2 .button{
  background-color: #008800;/*changes the default background color from the input styling*/
  border: 1px solid #000;
  font-weight: bold;
  color: #FFF;/*changes the default color from the input styling*/
  width: 200px;/*changes the default width color from the input styling*/
  margin-top: 20px;/*adds a little sapce between the bottom input and the buttons*/
  display: block;/*allows the buttons to sit side by side by, over ruling the display: block; on the input selctor*/
}


#innercontent form{
	margin: 30px  30px 0 30px; /*Sets the margins on the form - bottom  is zero feel free to change as required*/
/*	margin: 30px auto;*/
	width: 250px;
}


#innercontent fieldset {
	width: 225px; /*Set the width of the fieldset that contains the form inputs*/
	padding: 0; /*zero the padding on the nested fieldset*/
	border: none; /*remove the borders*/
}

#innercontent input{
	background-color: #FFF;/*Set the background color of the form inputs*/
	color: #000;/*Set the text color*/
	border: 2px solid #BFFFE4;/*add a border around them*/
	margin: 0 0 0 0;/*Zero off any margins*/
	width: 150px;/*Specifically set the width*/
	display: block;/*force the inputs to stack*/
}

#innercontent textarea{
	background-color: #FFF;/*set the background color*/
	color: #000;/*set the text color*/
	border: 2px solid #BFFFE4;/*set a border around the element*/
	margin: 0 30px 0 0;/*set a margin on the right only*/
	height: 200px;/*specifically set a height for the textarea, tends to vary somewhat cross browser*/
}

#innercontent select{
	background-color: #FFF;/*Set the background color of the form inputs*/
	color: #000;/*Set the text color*/
	border: 2px solid #BFFFE4;/*add a border around them*/
	margin: 0 0 0 0;/*Zero off any margins*/
	width: 200px;/*Specifically set the width*/
	display: block;/*force the inputs to stack*/
}


#innercontent label{
	color: #008800;/*set the label text color*/
	font-size: 85%;/*set the label font size*/
	padding-top: 5px;/*set alittle padding on the top*/
	display: block;/*display it as a block level element*/
	background-color: transparent;
}


#innercontent .button{
  background-color: #008800;/*changes the default background color from the input styling*/
  border: 1px solid #000;
  font-weight: bold;
  color: #FFF;/*changes the default color from the input styling*/
  width: 80px;/*changes the default width color from the input styling*/
  margin-top: 20px;/*adds a little sapce between the bottom input and the buttons*/
  display: inline;/*allows the buttons to sit side by side by, over ruling the display: block; on the input selctor*/
}

#innercontent .hide {
	display:none;
}



#innercontent p#fiore_text {
	font-weight: bold;
	font-size:130%;
	text-align: center;
}


#innercontent div#guestbook {
	margin: 20px;
}

#innercontent p.top {
	padding-top: 10px;
	margin: 20px 0px 10px 20px;
	clear:both;
}	

.clearleft {
	clear: left;
	font-size:0;
	margin:0;
	padding:0;
	line-height:0;
}

.clearright {
	clear: right;
	font-size:0;
	margin:0;
	padding:0;
	line-height:0;
}		
	
div.hr { 
	margin: 10px auto; 
	border: none; 
	border-top: 1px solid #008800;
	width: 90%;
	background-color:transparent;
}

div.hr hr { 
	display: none;
}

#footer {
	text-align: center;
}

#footer p {
	font-size: 1.4em;
	text-align:center;
	color: #060;
	background: transparent;
	}


.twocol #innercontent {
	width: 525px;
}

#rightcol {
	min-height: 150px;
	float: right;
/*	background-color: #2c2c2c;*/
	background-color:#FFFFFF;
	border: 1px solid #BFFFE4;
	width: 175px;
}


#rightcol h2 {
	padding: 15px 0 5px 2px;
	font-weight:bold;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #060;
}

#rightcol ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom:20px;
}


#rightcol li {
	border-left: 1px solid #BFFFE4;
	border-bottom: 1px solid #BFFFE4;
}

#rightcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background-color: #060;
}


#rightcol li a.indent {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5% 5% 5% 30%;
	color: #fff;
	background-color: #060;
}

#rightcol li a:hover {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #060;
	background-color:#fff;
}

#rightcol div {
	display: block;
	width: 161px;
	height: auto;
	background-color: #060;
	font-size:12px;
	border: 1px solid #BFFFE4;
	margin: 6px auto 5px auto;
	padding: 5px;
} 


#wrapper #content #innerwrapper #rightcol p {
	font-size: 12px;
	background-color: #060;
	color: #FFF;
	margin: 6px 5px 5px 5px;
	padding:5px;
}


#wrapper #content #innerwrapper #rightcol p#top {
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	background-color: #060;
	color: #FFF;
	margin: 270px auto 5px auto;
	padding:25px;
}


#rightcol a {
font-size: 12px;
/*padding: 5%;*/
color: #FFF;
background-color:#060;
text-decoration: underline;
}


#rightcol a:hover {
text-decoration: none;
font-size: 12px;
/*padding: 5%;*/
color: #000;
background-color: #FFF;
}
/*
#wrapper #content #innerwrapper #rightcol div a {

	text-decoration: underline;
	padding: 5%;
	color: #060;
	background-color:transparent;
}

#wrapper #content #innerwrapper #rightcol div a:hover {
	color: #a8ad92;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;

	background-color:transparent;
}

*/

#rightcol img {
display: block;
margin:6px auto 5px auto;
border:none;
/*padding:0px 5px 0px 5px;*/
}

.twocol #rightcol {
	display: none;
}


#leftcol {
	float: left;
	width: 170px;
	min-height: 200px;
	border: 1px solid #BFFFE4;
}


#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

#leftcol li {
	border-top: 1px solid #BFFFE4;
	border-left: 1px solid #BFFFE4;
	border-bottom: 1px solid #BFFFE4;
	background-color: #060;
	color: #FFF;
	font-size: 120%;
	padding: 5%;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background-color: #060;
}

#leftcol li a:hover {
	display: block;
	text-decoration: underline;
	font-size: 120%;
	padding: 5%;
	color: #060;
	background-color:#fff;
}


#leftcol div {
	display: block;
	width: 161px;
	height: auto;
	font-size:14px;
	border: 1px solid #BFFFE4;
/*	text-align: center;*/
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}


#leftcol li a#here {
	background-color: #2c2c2c;
	width: 155px;
	color: #8b9070;
}



#wrapper #content #innerwrapper #leftcol p {
	font-size: 14px;
	background-color: #FFF;
	color: #000;
	margin: 6px 5px 5px 5px;
	padding:5px;
}


#wrapper #content #innerwrapper #leftcol p#top {
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	background-color: #060;
	color: #FFF;
	margin: 270px auto 5px auto;
	padding:25px;
}

/*
#wrapper #content #innerwrapper #leftcol div a {

	text-decoration: underline;
	padding: 5%;
	color: #060;
	background-color:transparent;
}

#wrapper #content #innerwrapper #leftcol div a:hover {
	color: #a8ad92;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	background-color:transparent;
}

*/

#leftcol  a {
/*padding: 5%;*/
	color: #00F;
background-color: #FFF;
text-decoration: underline;
}

#leftcol a:hover {
	text-decoration: underline;
	font-size: 12px;
	padding: 5%;
	color: #FFF;
	background-color: #00F;
}


#leftcol img {
	display: block;
	margin: 16px auto 5px auto;
} 
	
/************* #search styles ***************/

#search{

	font-size: 1em;
}

#search form{
	margin: 0px;
	padding: 5px;
}

#search img {
	display:block;
	margin: 0px;
	border: 0px;
	padding: 5px 0px 0px 0px;
}


#search input{
	background-color: #FFF;/*Set the background color of the form inputs*/
	color: #000;/*Set the text color*/
	border: 1px solid #BFFFE4;/*add a border around them*/

}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #008000;
}

h1 {
	color:  #008000;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}
	
address {
	margin: 20px;
}


/************** Generic Classes *******************/

.bluetext {
	color: #0000FF;
	background-color:transparent;
	font-weight:bold;
/*	font-size: 150%;*/
}

.greentext {
	color: #008000;
	background-color: transparent;
	font-weight:bold;	
/*	font-size: 150%;*/
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border:none;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border:none;
}


.center_img {
	padding: 5px;
	border:none;
	text-align:center;
	margin:10px 10px;
}

.required {
	color:#F00;
}

.thumbnail {
	padding: 70px 0 0 0;
}


.pdfthumbnail {
	padding: 50px 0 0 0;
	margin-bottom:10px;
}

.clearit {
/*	font-size: 0;*/
/*	line-height: 0;*/
	clear: both;
	padding-top:10px;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #00F;
}

a:hover {
	color: #00F;
}

/***Skip Navigation Links***/

#skip a, #skip a:hover, #skip a:visited  
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 
  
 #skip a:active, #skip a:focus
 { 
 position:static; 
 width:auto; 
 height:auto; 
 } 
 
 #skipiefix {
 width:5%;
 }

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
.smaller_text {
	font-size: 70%;
}

.captionimageright {
font-size: 70% ;/*scales the font to 70% of the default set int he body selector*/
	float: right;/*float the image to the right*/
	text-align:center;
	margin: 15px 10px 0 10px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
	font-weight:bold;
	clear: both;
}
#wrapper #strap p {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}
.align_center {
	text-align: center;
}


.h2_jobspage {
	padding: 15px 0 0 15px;
	line-height:1;
	font-size: 220%;
	font-family: "Microsoft Sans Serif", Arial; 
	color: #008000;
	text-align:center;
}
#joblist {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #BFFFE4;
}


#joblist  tr{
	border: 1px solid #BFFFE4;
}

#joblist caption {
	margin-bottom:20px;
	margin-top:20px;
}

#joblist  td{
	border: 1px solid #BFFFE4;
	padding:5px;
}
