/* CSS Document */

/* TABBED MENU */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(../images/tab.png);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/* "... of RGM Electrical Services." at end of menu list */

ol#toc li.old_business_name {
	display: block;
	line-height: 2em;
	padding-right: 10px;
	font-weight: bold;
}

/* Graphic of Plug to stay in top right-hand corner */

.graphic_plug {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 0;
	float: right;
	right: 2em;
	width: 250px;
	height: 190px;
}

/* PAGE STYLE */

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #48f;
	text-align: justify;
	font-weight: bold;
}

.invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF ;
	text-align: justify;
	font-weight: bold;
	color: #FFFFFF ;
}

body {
	padding-top: 0em;
	padding-left: 2em;
	padding-right: 2em;
	}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #333333;

}

.float_left {
	float: left; 
}

.float_right {
	position: absolute;
	top: 0;
	right: 2em;
	overflow: auto;
	
}

.centre_divide {
	text-align: center;
}

.text_space {
	border-left: 2em;
}
 
