

/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border-top: none;
	border-bottom: none;
	Border-right: 1px solid #fff; 
	border-left: 1px solid #fff;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/


div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #c8792c;
	width: 90%;
	float: left;	
}

div.full-width-box2 {
   background-color: #c8792c;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px dashed #c8792c;
	width: 50%;
	float: right;
	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	border: 1px solid #c8792c;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	border: 1px solid #c8792c;
	padding: 10px;
	width: 50%;
	float: right;
	
}



/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #c8792c;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #c8792c;
}

.img-float-center {
	float: center;
	padding: 1px;
	border: 4px solid #c8792c;
}

/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


/*** right column 160px width box right ***/
div.onesixtypx-width-box-right {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 5px;
	width: 160px;
	float: right;
	
}


/*** right column 336px width box left ***/
div.threethreesixpx-width-box-left {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 5px;
	width: 336px;
	float: left;
	
}


/*** right column 200px width box left ***/
div.twohundredpx-width-box-left {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 5px;
	width: 200px;
	float: left;
	
}


/*** right column 336px width box right ***/
div.threethreesixpx-width-box-right {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 5px;
	width: 336px;
	float: right;
	
}

	
/*** Half of width box right color ***/
div.half-width-box-right-color {
   background-color: #fff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #c8792c;
	padding: 10px;
	width: 50%;
	float: right;

}
	
	/*** Half of width box left color ***/
div.half-width-box-left-color {
   background-color: #fff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #c8792c;
	padding: 10px;
	width: 50%;
	float: left;

}

/*** right column 280px width box right ***/
div.twoeightypx-width-box-right {
   background-color: #ffffff;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 1px;
	width: 281px;
	float: right;
		
}

/*** hnav full width box ***/
div.hnav-full-width-box {
   background-color: #ffffff;
	margin-bottom: 0px;
	border: 0px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	float: center;
	
}

/*** left-nav full width box ***/
div.left-nav-full-width-box {
   background-color: #c8792c;
	margin-bottom: 0px;
	border-right: 1px #c8792c solid;
border-left: 1px #c8792c solid;
border-bottom: 1px #c8792c solid;
border-top: 1px #c8792c solid;
	padding-top: 3px;
	padding-bottom: 3px;

font-size: 2;
color: #513010;
text-align:center;
	float: center;
	
}

/*** right column 41% width box right ***/
div.fortyonepercent-width-box-right {
   background-color: #c8792c;
	margin: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	padding: 1px;
	width: 41%;
	float: right;
		
}

.ReturnToNavBox {
background-color: white;
width: 90%;
border-top: 1px solid white;
border-bottom: 1px solid white;
margin: 12px auto 12px auto;
padding: 4px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: white;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxCenter {
margin: 0 auto 12px auto;
clear: both;
text-align: center;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.PhotoBox {
float: right;
width 70%;
padding: 6px;
margin: 0 0 12px 18px;
}

.PhotoBoxLeft {
float: left;
width 70%;
padding: 6px;
margin: 0 18px 12px 12px;
}

.SmallFont {
font-size: 80%;
font-weight: normal;
}
