/************** 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 {
	font: 100.01%/120% Microsoft Sans Serif, Arial, Helvetica, sans-serif;

	/*	color: #fff;*/
	color:#000000;
	background: #141414;
/*	margin: 20px;*/
}

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

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

#wrapper #logo {
	margin-right: 20px;
	margin-left: 20px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
/*	border-bottom: 1px solid  #BFFFE4;*/
	
}


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


#wrapper #logo h1 {
	font-weight:bold;
	margin-top:30px;
	text-align:center;
	font-size:170%;
}


#header {
	min-height: 70px;
	/*	background: url(../images/headerBGwhite.jpg) repeat-x; */	
}

#header #title {
/*	margin-top: 20px;*/
}

#header ul {
	border-bottom: 1px solid  #BFFFE4;
	border-right: 1px solid  #BFFFE4;
	border-left: 1px solid  #BFFFE4;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #BFFFE4;
}

#header li a {
	color: #000;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #98a085;
}

li a#marker   {
	color: #98a085;
}

#strap {
	height: 140px;
	background: url(../images/strapBG.jpg) no-repeat;
	border-bottom: 1px solid #789;
}

#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: 173px;
	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%;
	border: dotted #060 medium;
	background-color:#FFFFFF;
	padding:0;
	font-size:100%;
	margin: 0 auto;
}

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

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


#innercontent #search_bar2 .button{
  background-color: #060;/*changes the default background color from the input styling*/
  border: 1px solid #000;
  font-weight: bold;
  font-size:120%;
  color: #FFF;/*changes the default color from the input styling*/
  width: 230px;/*changes the default width color from the input styling*/
  padding: 10px;
  margin-top: 20px;/*adds a little sapce between the bottom input and the buttons*/
  margin-bottom: 20px;
  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: 240px; /*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: 200px;/*Specifically set the width*/
	display: block;/*force the inputs to stack*/

}

#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 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 label{
	color: #008800;/*set the label text color*/
	font-size: 90%;/*set the label font size*/
	width: 200px;/*Specifically set the width*/

	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;
}


div.hr_smaller { 
	margin: 30px auto; 
	border: none; 
	border-top: 1px solid #008800;
	width: 40%;
	background-color:transparent;
}


div.hr_smaller hr { 
	display: none;
}


#footer {
	text-align: center;
}

.twocol #innercontent {
	width: 525px;
}

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


#rightcol a {
font-size: 14px;
/*padding: 5%;*/
margin: 6px auto 5px auto;
color: #060;
background-color: transparent;
text-decoration:underline;
}


#rightcol a:visited {
font-size: 14px;
padding: 5%;
color: #060;
background-color: transparent;
text-decoration:underline;
border:none;
}

#rightcol a:hover {
text-decoration: none;
font-size: 14px;
padding: 5%;
color: #060;
background-color: transparent;
}

#rightcol 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;
} 

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



#rightcol div.questions {
display: block;
margin: 6px auto 5px auto;
width: 161px;
height:auto;
text-align:center;
color:#FFFFFF;
font-size:14px;
		font-family: "Microsoft Sans Serif", Arial, Helvetica, "Sans Serif";
	background-color: #060;
}

#rightcol div.questions a {
font-size: 14px;
padding: 5%;
color: #FFF;
background-color: transparent;
text-decoration:underline;
}


#rightcol div.questions a:visited {
font-size: 14px;
padding: 5%;
color: #FFF;
background-color: transparent;
text-decoration:underline;
border:none;
}

#rightcol div.questions a:hover {
text-decoration: none;
font-size: 14px;
padding: 5%;
color: #FFF;
background-color: transparent;
}

#rightcol div#questions2 {
display: block;
margin: 6px auto 5px auto;
width: 161px;
min-height:121px;
		font-family: "Microsoft Sans Serif", Arial, Helvetica, "Sans Serif";
text-align:center;
color:#FFFFFF;
font-size:14px;
background-color:#00a500;}



.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;
	margin:5px;
}

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

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 5% 0% 5% 5%; 
	color: #fff;
/*	background-color: #313221;*/
	background-color: #060;
}


#leftcol li a:hover {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 5%;
	color: #060;
/*	background-color: #313221;*/
	background-color:#fff;
}

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

#leftcol img {
display: block;
margin: 6px 0px 5px 5px;
} 


#leftcol p.billing {
margin: 20px 3px 20px 5px;
font-size:14px;
} 

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

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

h1 {
	font-weight:bold;
	margin-top:10px;
	text-align:center;
	font-size:170%;
}

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;
}

/************* #searchbar styles *************/
#content #search_bar {
	width:100%;
	background-color:#008800;
	padding:0;
	font-size:80%;
	text-align:left;
	white-space:nowrap;
	float: left;
	margin-bottom: 20px;
}

#content #search_bar form {
	width:85%;
	background-color:#008800;
	padding: 5px 5px 5px 5px;
	margin:0px;
	text-align: left;
}

#content #search_bar form .button2 {
  border: 1px solid #008800;
  background-color:#FFFFFF;
  padding: 0 5px 0 5px;
  margin: 0 5px; 0 5px;
  width:165px;
}                

#content #search_bar input {
	display:inline;
	margin:0px;
	padding:0;
}
  
#content #search_bar label{
    display:inline;
    margin:0px;
    padding:0;
}


/************* #searchbar styles *************/

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

a img {
	border: none;
}

a {
	color: #00F;
}

a:visited {
	color: #00F;
	background-color:#FFF;
}

a:hover {
	color: #a8ad92;
	background-color:#FFF;
}


/***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; 
 color:#FFF; 
 } 
 
 #skipiefix {
 width:5%;
 }

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

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

.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;
}
.indent {
	margin-left: 40px;
}
.double_indent {
	margin-left: 60px;
}

.align_center {
	text-align: center;
}
.center_large {
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.seven_large {
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 120%;
	font-weight: bold;
	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;
	font-weight:bold;
}

#joblist  td{
	border: 1px solid #BFFFE4;
	padding:5px;
}
.sponsor {
	font-size: 120%;
	text-align:center;
	font-weight:bold;

}
