

/*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: #fff;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	border-top: none;
	border-bottom: none;
	Border-right: none; 
	border-left:  none;
}


/*This div is for the divider between each group of buttons on the navbar*/
div.nav-divider {
   background-color: transparent;
   	margin: 10px 10px 10px 10px;
	padding: 0px;
color: #E1F0CF;
	border-top: 1px solid #E1F0CF;
	border-bottom: 1px solid #E1F0CF;
	Border-right: none;
	border-left: none;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/

/*margin= top, right, bottom, left*/
div.full-width-box {
   background-color: #E1F0CF;
	margin: 15px 7px 10px 5px;
	padding: 5px;
   border: 2px solid #5C755E;
   
   }
   div.full-width-box2 {
   
   background-color: #e8db8f;
	margin: 15px 15px 15px 0px;
	padding: 5px;
   border: 1px solid #000;
   
   	}
	
	 div.footer-box {
    		padding: 0px;
		margin: 0px 0px 0px 0px;
   border-top: 1px solid #5c755e;
   border-right: 0px solid;
   border-left: 0px solid;
   border-bottom: 1px solid #5c755e;
   width: 50%;
   
   
	}

	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 3px ridge #01205A;
	padding: 10px;
	width: 45%;
	float: left;
	
}

div.half-width-box-left-creative-ideas {
   background-color: #ffffff;
	margin: 5px 5px 10px 5px;
	border: 5px ridge #2D7E02;
	padding: 10px;
	width: 60%;
	float: left;
	
}

div.video-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 3px ridge #01205A;
	padding: 10px;
	width: 65%;
	float: left;
	
}



/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 3px ridge #01205A;
	padding: 10px;
	width: 45%;
	float: right;
	}
	/*** 1 third box, left***/
	div.third-box-left {
   background-color: #E1F0CF;
	margin: 0px 25px 0px 0px;
	border: 1px solid #5C755E;
	padding: 0px;
	width: 25%;
	float: left;
	
	}
	
	/***margin= top, right, bottom, left***/
	
	/***this div is for the right column headlines***/
	div.rt-column-headlines {
    background-color: #5c755e;
    width: auto;
	margin: 10px 0px 0px 0px;
		padding: 10px;
color: #E1F0CF;
   border-top: 2px solid #989861;
   border-bottom: 3px solid #989861;

}
/**div for the content in the right column*/	
div.right-column-text {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	color: #5C755E;
	
}
	div.rt-column-free-delivery {
    background-color: #421C52;
    width: auto;
	margin: 10px 0px 0px 0px;
		padding: 10px;
color: #E1F0CF;
   border-top: 2px solid #989861;
   border-bottom: 3px solid #989861;
   
 }  
   
/**div for right column info boxes*/
div.right-column-boxes {
   background-color: transparent;
    width: auto;
	margin: 15px 10px 5px 5px;
		padding: 5px;
color: #E1F0CF;
   border-top: 2px solid #989861;
   border-right: 2px solid #989861;
   border-left: 2px solid #989861;
   border-bottom: 2px solid #989861;
	
	}
	
	
/* 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: 0px;
	margin-right: 5px;
	border: 0px solid #000066;
}
.img-float-right {
	float: right;
	padding: 0px;
	margin-left: 0px;
	border: 0px solid #000066;
}

.img-float-center {
	float: center;
	padding: 0px;
		border: 2px solid #000066;
	
	}
	
	
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.datatable td {
border: 2px ridge #01205A;
}



