* { padding: 0; margin: 0; }

html{ font-size:100%; }


body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #ffffff;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1em;
}
p {
	margin-top: 0em;
	margin-bottom: 1.5em;
}

/* links */
a { 
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	background-color: inherit;
	font-weight: normal;
}
#main .alink {
	color: red;
	}
a {
outline: none;
}
h1 {
	font-size: 1.7em;
	color: #999966;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: .625em;
	margin-left: 0px;
	padding: 0px;
	line-height: 1;
	font-weight: lighter;
} 
h2 {
	font-size: 1.5em;
	line-height: 1.25;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
h3 { font-size: 1.4em; }



/* images */
img {
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 15px 0px 5px 15px;
	float: right;
}
img.float-left {
	background-color: #00FF33;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
}
a img {  
  border: none;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #ffffff;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #999999;
	height: ;
}
#content-wrap {
	background: ;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	clear: both;
	height: ;
}

/* header */
#header {
	background: #ffffff;
	margin: 0px auto;
	float: left;
	letter-spacing: 2px;
	vertical-align: ;
	padding-left: 0px;
	width: 900px;
	height: 100px;
	padding-top: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header-logo {
	margin: 0;
	float: left;
	background-color: #FFCC33;
	height: 150px;
	width: 50%;
	background-position: left;
	padding-right: 0;
	padding-bottom: 0;
}
#header-slogan {
	color: #666666;
	font: normal .625em/1.75 Arial, Helvetica, sans-serif;
	text-transform: none;
	background-color: #ffffff;
	letter-spacing: 1px;
	float: right;
	width: 270px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666600;
	margin-top: 22px;
	padding-left: 15px;
	padding-top: 0px;
	text-align: left;
}
#header .logo{
	float: left;
	background-color: ;
	padding: 0px;
	width: 400px;
	margin: 2px 0px 0px 15px;
	background-image:  url(../images/masthead_white.png);
	background-repeat: no-repeat;
	height: 100px;
	}
	
#header .slogan{
	float: right;
	background-color: #ffffff;
	height: 50px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999966;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding-right: 15px;
	font-weight: normal;
	padding-top: 20px;
	}
#header form.searchform {
	top: 0;
	float: right;
}

/* main */
#main {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0;
	width: 400px;
	float: left;
	vertical-align: top;
	display: inline;
	margin-left: 0px;
	padding: 0px;
}
#main .imgcentre {
	text-align: left;
}
#main .heading {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
#main .heading2 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}
#main .heading14px {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999966;
}
#main .heading18px {
	font-size: 18px;
	font-weight: ;
	letter-spacing: 0px;
	color: #999966;
}
#main .heading22px {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999966;
}
#main .heading24px {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999966;
}
#maintext .heading14px {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
}
#maintext .heading18px {
	font-size: 18px;
	line-height: 30px;
	font-weight: ;
	letter-spacing: 0px;
	color: #000;
}
#maintext .heading24px {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999966;
}
#main .tablesubhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 18px;
}#main a:hover{
	color: blue;
	text-decoration: none;
	}

#maintext{
	color: #000000;
	background-color: #ffffff;
	width: 350px;
	text-align: left;
	padding-left: 0px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
#maintext .heading2 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
#maintext a {
	color: none;
	text-decoration: underline;
}
#maintable {
font-size: ;
	border: none;
	background-color: #fff;
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
	line-height: 22px;
	float: left;
	width: 130px;
	margin-left: px;
	height: 500px;
	text-align: left;
	margin-top: 0px;
}
#maintable2 {
font-size: ;
	border: none;
	background-color: #fff;
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
	line-height: 22px;
	float: left;
	width: 130px;
	margin-left: 1px;
	height: 600px;
	text-align: left;
	margin-top: 0px;
}
#maintable3 {
font-size: ;
	border: none;
	background-color: #fff;
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
	line-height: 22px;
	float: left;
	width: 130px;
	margin-left: 1px;
	height: 500px;
	text-align: left;
	margin-top: 0px;
}

#maintext a:hover {
	color: #0000ff;
	}
	table.main {
	color: black;
	padding: 0px;
	border: none;
	border: 0px;
	font-size: 10px;
	line-height: px;
}
	table.main td {
	
}
	table.main tr.tableh2 td {
	border-left: 3px solid #ff8;
}
	table.main td.special { border-left: 1px solid #FF0000;
	border-top: 1px solid #f00;
}
	table.main td.special2 { border-right: 1px solid #FF0000;
	border-bottom: 1px solid #f00;
}
	table.main tr.special3 td {
	height: 150px;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
#mp_backlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: right;
	width: 320px;
	height: 50px;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	text-align: left;
}
#breadcrumbs .a {
	font-size: 10px;
	font-weight: normal;
}
#centredlist {
	margin-left: 300px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
/* sidebar */
#sidebar {
	float: left;
	margin: 0;
	width: 200px;
	text-align: left;
	padding: 0px;
}
* html body #sidebar ul.sidemenu a {
	height: 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/* rightbar */
#rightbar {
	float: right;
	font-size: 10px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	background-color: ;
	vertical-align: bottom;
	margin-top: 10;
	margin-bottom: 20;
	margin-left: 0;
	text-align: left;
	padding-right: 15px;
	color: #000000;
	font-weight: normal;
	width: 270px;
	height: 100%;
}
#rightbar .grid { 
  display: table; 
  border-spacing: 3px; 
} 
#rightbar .row { 
  display: table-row; 
} 
#rightbar .image { 
  display: table-cell; 
  width: 50px; 
  background-color: blue; 
  border: 1px solid #000; 
  vertical-align: top; 
  text-align: center; 
} 
#rightbar .image p { 
  color: #fff999; 
  font-size: 85%; 
  text-align: left;
  padding-top: 8px;
}
#rightbar .a {
	color: #FF0000;
}
#rightbar a:hover {
	color: #0000ff;
	font-weight: normal;
	}
#rightbar .h1{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	clear: both;
}
#rightbar .heading14px {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
}
#rightbar .heading14pxgrey {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}
#rightbar .heading17px {
	font-size: 16px;
	line-height: 20px;
	font-weight: ;
	letter-spacing: 0px;
	color: #999966;
}
#rightbar .heading17pxblack {
	font-size: 16px;
	line-height: 20px;
	font-weight: ;
	letter-spacing: 0px;
	color: #000000;
}
#rightbar .heading18px {
	font-size: 18px;
	line-height: 24px;
	font-weight: ;
	letter-spacing: 0px;
	color: #999966;
}
#rightbar .heading22px {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999966;
}
#rightbar .heading24px {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999966;
}
#rightbartext .h2 .a {
	color: red;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}
#rightbartext a:hover {
	color: blue;
	}
#rightbar .rbtext{
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}
#rightbar .rbtext2{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	width: 160px;
	padding-right: 15px;
}
#rightbar .rbtext2price {
	font-size: 12px;

	font-weight: bold;
	line-height: 30px;
	color: #000000;
}
#rightbar .rbtextbinding {
	font-size: 12px;

	font-weight: normal;
	line-height: 30px;
	color: #000000;
}
#rightbar .rbtext2 a{
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}
#rightbar .rbtext2 a:hover{
	color: #0000ff;
}
#rightbar .testimonial {
	righttext 
	margin-top: 0px;
	margin-left: 15px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
#rightbartext {
	bottom: 0px;
	font-size: 10px;
	text-align: left;
	color: #000000;
	float: left;
	width: 240px;
}
#rightbartext2 {
	bottom: 0px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #000000;
	float: left;
	width: 200px;
}

#rightbartext .head {
	border-top: 1px solid #999966;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 2px;
	width: 300px;
}
	#rightbartext .img{
	margin: 5px 10px 5px 0px;
	vertical-align: top;
	
}
/* bottom image bar */
#bottom {
	clear: both;
	color: #666666;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 0px 0px 0px 210px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	letter-spacing: 1px;
	width: 890px%;
	height: 42px;
}

/* Footer */
#footer {
	clear: both;
	color: #666666;
	background: ;
	margin: 0 auto;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	letter-spacing: 1px;
	width: ;
	border-top: 1px solid #999999;
	height: 22px;
	vertical-align: middle;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	vertical-align: middle;
}
#footer a:hover{
	color: #0000ff;
	text-decoration: none;
}

#footer-left{
	float: left;
	text-align: left;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 2px;
	width: 700px;
}
#footer-right{
	background-color: ;
	width: 150px;
	float: left;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
}
#footer-center{
	background-color: #ffffff;
	width: 100%;
	float: left;
	padding-right: px;
	text-align: center;
	vertical-align: middle;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial,Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	background:  left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#header a span {
   float:left;
   display:block;
   background:  url(file:///G5/Users/esslemont/Desktop/BrightSide1-0/images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {
	float: right;
	margin: 0px 10px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
	width: 450px;
	text-align: center;
	background-color: #66FF99;
}
.align-left  {
	text-align: left;
}
.align-right {
	background-color: #ffffff;
	font-weight: normal;
	width: 300px;
	float: right;
	margin-top: 25px;
	margin-right: 60px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC0000;
	color: #333333;
	height: 40px;
	padding-top: 22px;
	position: absolute;
	left: 66%;
}

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #999999; }
.blue  {    color: #0000FF; }
.red  {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}

.hi {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #000000;
}
	/* white space: "style+ white-space: pre;" */

.preElement
{
	white-space:pre;
	width: 5px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
	font-style: normal;
	line-height: 12px;
	color: #666666;
}
	/* horizontal menu */
#horizontalmenu {
	width: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding-right: 0px;
	line-height: 24px;
	margin-top:15px;
	margin-left: 0px;
}
#horizontalmenu a {
	outline: none;
	}

#horizontalmenu ul li {
	padding-top: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#horizontalmenu .alink {
	color:#FF0000;
	}

#horizontalmenu ul li ul li a{
	margin-left: 0px;
	color: ;

}
#horizontalmenu ul li ul li a:hover{
	color: #0000FF;
}
#horizontalmenu .activemenulink {
	color: #0000FF;
	font-weight: normal;
}

#horizontalmenu li{
	margin-left: px;
	list-style-type: none;
	margin-top: 0px;
}
.floatimgleft {
float:left;
margin-top:3px;
margin-right:10px;
margin-bottom:10px;
}
#story {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	clear: both;
	height: 90px;
	padding-left: 10px;
}
#thumbnail {
	padding-right: 10px;
	background-color: 999666;
	width: 70px;
	margin-right: 10px;
	height: 90px;
}
img.floatLeft { 
    float: left; 
    margin: 4px 10px 4px 4px; 
}

#follow
{
	height: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 2;
	vertical-align: middle;
	float: right;
}

#follow ul
{
	float:left;
	padding:0;
	margin:0 0 10;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	text-align: left;
	left: 0px;
	top: 0px;
	color: 000000;
}
#follow a
{
	float:left;
	text-decoration: none;

}
#follow a:hover {}
#follow li.lead{
	width: 40px;
	display: inline;
	float: left;
	padding-left: 2px;
	margin-left: 5px;
	}
#follow li.b{
	background-image:  url(../images/_thumbnails/b.gif);
	background-repeat: no-repeat;
	width: 40px;
	padding-left: 20px;
	display: inline;
	float: left;
}
#follow li.t{
	background-image:  url(../images/_thumbnails/t.gif);
	float: left;
	background-repeat: no-repeat;
	width: 50px;
	padding-left: 18px;
	display: inline;
}
#follow li.f{
	background-image:  url(../images/_thumbnails/f.gif);
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	padding-left: 20px;
}
#blank{
	background-color: 000000;
	z-index: 1;
	left: 82px;
	top: 351px;
	visibility: visible;
}
