/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. So just leave this section alone.*/

body {
background-color:#00008B; 
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #000;
}





/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. */

.solid {
	border-bottom:1px solid #5F8B8C;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dashed {
  border-bottom:1px dashed #5F8B8C;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:1px dotted #5F8B8C;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold*/
b{

color: #330066;
font-family: Arial;
font-size: 14px;
font-style: italic;
}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(http://www.love-of-roses.com/images/bullet2.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
li.pound {
background: url(http://www.small-business-family-resources.co.uk./images/2poundcoin.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }

li.pros {
background: url(http://www.small-business-family-resources.co.uk./images/pros.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
 li.cons {
background: url(http://www.small-business-family-resources.co.uk./images/cons.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
 li.question {
background: url(http://www.small-business-family-resources.co.uk./images/question.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
 
 li.tick {
background: url(http://www.small-business-family-resources.co.uk./images/red-tick.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
 li.tickg {
background: url(http://www.small-business-family-resources.co.uk./images/greentick.gif) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
 
/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #000099; text-decoration: underline}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 14px; 
 background-color: #66CCFF;
 color: #FF6600;
 }

h1 { font-family: Arial, Verdana, sans-serif; font-size: 20px;  color: #404040}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 16px;  color: #404040}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 14px;  color: #404040}



/* as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family */

table {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
background-color:#fff; 
color: ##000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Arial, Verdana, sans-serif;
background-color:#fff; 
font-size: 14px;
color: #666666;
font-weight: bold;
font-style: italic;
} 

.blogItItem .blogItReadMore {
clear: both;
}

.blogItItem {
margin:18px 0;
padding:0 12px;
border:1px solid #ccc;
background:#ddd;
box-shadow:4px 4px 4px #ccc;
}



/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {

}

.housebutton a {
font-size: 9pt;
}

.housebutton a:hover {
font-size: 9pt;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: #FFFFFF;

border: 1px #FFFFFF none;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 3px;

text-align: center;

}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;

text-align: center;

margin-bottom: 3px;

margin-top: 3px;

}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #; /*this is where you change the button font color*/

background-color: #FFFFFF;

border-top: 2px; #FFFFFF;

border-left: 2px;  #FFFFFF;

border-bottom: 2px; #FFFFFF;

border-right: 2px;  #FFFFFF;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #FF0000; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #CCFF00;

border-top: 2px #FFCCOO solid;

border-left: 2px #CCFF33 solid;

border-bottom: 2px #CCFF33 solid;

border-right: 2px #cccccc solid;

}



/*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 #BE8648 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.
*/





/*** 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 dotted #BE8648;
	
}

div.full-width-box2 {
   background-color: #ffffdd;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: 1px dotted #BE8648;
}	
	
/*** right column Half of width box left ***/
div.half-width-box-left {
	margin: 5px 5px 5px 5px;
	border: 1px dotted #BE8648;
	padding: 15px;
	width: 280px;
	float: left;
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   
	margin: 5px 5px 5px 5px;
	border: 1px dotted #BE8648;
	padding: 15px;
	width: 280px;
	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 #5F8B8C;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #5F8B8C;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


/* AddToBookmarks Style Sheet */
.addToContent {
 	text-align: center;
 	padding:3px; 
}
.addTo {
	background-color: #f8f8f8;
	border:1px  #bbbbbb solid; 
	padding:1px; 
	width: 460px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin: auto; 
	text-align:center;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 2px 1px 6px;
	cursor:pointer;
}
.addTo {
  	background-color: #fbfbfb;
  	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
.addtos {
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.addToAbout{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
/*  the next 2 styles are only for verticallayouts */
.addToV {
	background-color: #f8f8f8;
	border: 1px  #bbbbbb solid;
	padding: 1px;
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: auto;
	text-align: left;
}

.addToV img {
	vertical-align: middle;
	padding: 1px 2px 1px 3px;
	cursor:pointer;
}

.addToAboutV{
	list-style: none; 
	padding:1px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}

A IMG {border:0.1px none #000000;} 