/************** 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: 12px;
/*	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;
}

#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: 170px;*/
	padding: 1px 10px 10px 10px;
	width: 700px;
	margin: 0 auto;
	font-size:12px;
}


#innercontent ul {

	margin: 20px 20px 20px 35px;
}

}


#innercontent ol {
	margin: 20px 20px 20px 30px;
}


#innercontent p {
	margin: 20px;
}


#innercontent p.largersized_text {
	font-size: 20px;
	line-height:1.2;
}


#innercontent p.mediumsized_text {
	font-size: 15px;
	line-height:1.2;
	font-weight:bold;
}




#innercontent div#box_left {
	float:left;
	width:330px;
	margin-right:15px;
	font-size:12px;
}

#innercontent div#box_left p{
	margin: 10px 0 10px 20px;
	padding:0;
}

#innercontent div#box_right {
	float:left;
	width:330px;
	font-size:12px;
}

#innercontent div#box_right p{
	margin: 10px 0 10px 0;
	padding:0;
}

#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 0; 
	border: none; 
	border-top: 10px solid #9C0;
	width: 100%;
	background-color:transparent;
}

div.hr 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%;
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;
}

/************** 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;
	font-weight:bold;
	text-align:center;
	font-size:170%;
	margin-bottom:0px;
	line-height: 1.4;
}

h2 {
	font-size: 34px;
	font-weight:bold;
	color: #000;
	padding: 0 0 0 20px;
	line-height: 1.3;	
	}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

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


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

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

.text_image_bottom {
	padding: 95px 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: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;
	color: #FFF;
 } 
  
 #skip a:active, #skip a:focus
 {
	position:static;
	width:auto;
	height:auto;
	color: #FFF;
	background-color: #000;
 } 
 
 #skipiefix {
 width:5%;
 }

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

/**/

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

.captionimageleft {
	font-size: 70% ;/*scales the font to 70% of the default set int he body selector*/
	float: left;/*float the image to the left*/
	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;
}

.captionimage {
	font-size: 70% ;/*scales the font to 70% of the default set int he body selector*/
/*	float: left;*//*float the image to the left*/
	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;
}


div.container {

	 margin:: 0px auto;
	 padding: 0px;
 }

div.float {
    float: left;
	padding: 0px 10px 0px 0px;  	  
	margin: 0px 0px 0px 30px;
}
  
div.float p {
   text-align: center;
   margin: 0px;
  padding:  0px;
   }

div.spacer {
  clear: both;
  margin: 0px;
  padding:  0px;
  }

