/*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;
	padding: 15px;
	border-top: none;
	border-bottom: none;
	Border-right: 1px solid #ffffff; 
	border-left: 1px solid #ffffff;
}

div.content-box2 {
	background-color: transparent;
	margin: 0px;
	padding: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	color: #000066;
}

/*** 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-ga {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
     border:none
	
}

div.full-width-box-border {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
     border:medium solid #FF00FF	
}
the box to put the quote in 
div.full-width-box-top-quote {
	background-color: #ffffff;
	padding: 15px;
	border:none;
	width:65%;
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12ex;
}
div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	
}
/*** rounded corners ***/
.round-container{ 
text-align:center; 
font-family: verdana, sans-serif; 
font-size: 100%; 
font-weight:bold; 
background-color:#2c1c8d; 
color:#fff; 
width: auto; 
padding:0px; 
margin: 0px; 
} 


.top-left-image{ 
background-image: url(../image-files/tl-round.gif); 
background-repeat: no-repeat; 
background-position:top left; 
} 

.top-right-image{
 background-image: url(../image-files/tr-round2.gif); 
background-repeat: no-repeat; 
background-position:top right; 
}
  
   .bottom-right-image{ 
   background-image: url(../image-files/br-round.gif); 
   background-repeat: no-repeat; 
   background-position:bottom right; 
   } 
   
   .bottom-left-image{ 
   background-image: url(../image-files/bl-round.gif); 
   background-repeat: no-repeat; 
   background-position:bottom left; 
   } 

/***Well, yes you could do. But adding say 5px of padding will also pull the corner images in by 5px, breaking your corners. So how do we get around that? We want the easiest, and simplest way of course...so we are going to create a div inside the main container div to hold the text. This can be given some padding to keep the text away from the sides***/

.text{ 
font-family: verdana, sans-serif; font-size: 86%; 
font-weight:normal; 
color:#000; 
background-color:#fff; 
border-left:1px solid #2c1c8d; 
border-right:1px solid #2c1c8d; 
text-align:left; 
padding-left:5px;
 padding-right:5px; 
 
 } 
 

 
/*** gray border box ***/
div.full-width-box-right {
	background-color: #FFFFFF;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	
}


}
div.full-width-box2 {
   background-color: #FFFFFF;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	
}

}
div.full-width-box3 {
	background-color: #FFFFFF;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: thick solid #FFFF00;	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}


/*** right column Half of width box left with no border ***/
div.half-width-box-left2 {
   background-color: #ffffff;
	margin: 5px;
	border: 0px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}

/*** right column 47% of width box left with no border ***/
div.half-width-box-left3 {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000066;
	padding: 10px;
	width: 45%;
	float: left;
	
}


/*** right column Half of width box left with no border ***/
div.half-width-box-left2 {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
	
}


/*** right column Half of width box right no border ***/
div.half-width-box-right2 {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
	
}
/*** right column 47% of width box right no border ***/
div.half-width-box-right3 {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000066;
	padding: 10px;
	width: 45%;
	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 #000066;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000066;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#ad-top {
}
#ad-search {
}
#header {
}
#footerlink {
}
