/* CSS Document */


body,td,th {
	font-family: "Lucida Sans", Tahoma, Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000; margin-top:27px;
}
body {
	background-color: #ACA8A1;
}

/* Site Columns & Tree Menu CSS */

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color:;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 100%; 
}
#outerWrapper #header {
	background-color:;
	border: solid 0px #8F7EA2; /* Sets the bottom border properties for an element using shorthand notation */
	line-height: 15px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #EDEEED; overflow:auto;
	border-right: solid 0px #A899B6; border-left: solid 0px #8F7EA2;/* Sets the right border properties for an element using shorthand notation */
	float: left; font-size:93%;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	height: 500px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #EDEEED; overflow:hidden;
	border-left: solid 0px #A899B6; border-right: solid 0px #8F7EA2;/* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	height: 500px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
height:500px; overflow:auto; text-align:justify; background-color:#FFFFFF; background-image:url(); background-attachment:fixed; background-repeat:no-repeat; background-position:center;
	margin: 0 170px 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
color: ;
font-weight: bold;
list-style-type: none;
padding-left: 0px;
margin-left:-30px;
margin-bottom: 3px;
margin-top: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
padding-left: 40px;
cursor: default;
}



.navbar {
	background-color: #ebebeb;
	padding: 0 10px; margin-bottom:5px; margin-top:5px; text-align:center;
}





span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}



/* Border
---------------------------------------- */
.border-left { 
    background: url("http://www.ncsgroup.co.uk/images/border_left.gif") #FFFFFF repeat-y 0 0;
}

.border-right {
    background: url("http://www.ncsgroup.co.uk/images/border_right.gif") repeat-y 100% 0;
}

.border-top { 
    background: url("http://www.ncsgroup.co.uk/images/border_top.gif") repeat-x 0 0; 
}

.border-top-left {
    background: url("http://www.ncsgroup.co.uk/images/border_top_left.gif") no-repeat 0 0;
}

.border-top-right {
    background: url("http://www.ncsgroup.co.uk/images/border_top_right.gif") no-repeat 100% 0;
}

.border-bottom { 
    background: url("http://www.ncsgroup.co.uk/images/border_bottom2.gif") repeat-x 0 100%;
}

.border-left, .border-right, .border-top, .border-top-left, .border-top-right, .border-bottom { width: 100%;}

.border-bottom span {
    background: url("http://www.ncsgroup.co.uk/images/border_bottom.gif") no-repeat 0 0;
    display: block;
    height: 18px; 
}

.border-bottom span span { 
    background-position: 100% -18px;
}

.inside { 
    padding: 17px 27px 10px 27px;
}
#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 900px;
	margin: 0 auto;
}
span.corners-top {
	background-image: url("http://www.ncsgroup.co.uk/images/corners_left.png");
}

span.corners-top span {
	background-image: url("http://www.ncsgroup.co.uk/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("http://www.ncsgroup.co.uk/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("http://www.ncsgroup.co.uk/images/corners_right.png");
}

div.headerbar span.corners-top {
    background-image: url("http://www.ncsgroup.co.uk/images/corners_left2.png");
}

div.headerbar span.corners-top span {
    background-image: url("http://www.ncsgroup.co.uk/images/corners_right2.png");
}
a:link	{ color: #105289; text-decoration: none;  }
a:visited	{ color: #105289; text-decoration: none; }
a:hover	{ color: #FFCC00; text-decoration: underline; }
a:active	{ color: #FFCC00; text-decoration: none; }
.black {color:#000000; font-size:93%;}
.bitblue {color:#105289; font-size:14pt; font-family:"Trebuchet MS", "Lucida Sans", "Lucida Sans", Tahoma, Verdana, Arial; font-weight:;}
.bitbluesml {color:#105289; font-size:8pt; font-family:"Trebuchet MS", "Lucida Sans", "Lucida Sans", Tahoma, Verdana, Arial; font-weight:bold;}
.bitbluesmlit {color:#105289; font-size:10pt; font-family:"Trebuchet MS", "Lucida Sans", "Lucida Sans", Tahoma, Verdana, Arial; font-weight:bold; font-style:italic;}
.bitwhtsmlit {color:#FFFFFF; font-size:10pt; font-family:"Trebuchet MS", "Lucida Sans", "Lucida Sans", Tahoma, Verdana, Arial; font-weight:bold; font-style:italic;}

#bc a span {color:#FFF;}
#bc a:hover span {color:#FFF;}

   #tabsJ {
      float:left;
      width:99%;
      
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #8E9AB0;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFCC00;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
		
		
		.formform1 {font-family: "Lucida Sans", Tahoma, Verdana, Arial; font-size:11px; border:1px solid #8E9AB0;}
		.formreq {color: #CC0000; font-family: "Lucida Sans", Tahoma, Verdana, Arial; }
		.formsubmit {font-family: "Lucida Sans", Tahoma, Verdana, Arial; font-size:11px; background:#EDEEED; border:1px solid #8E9AB0;}
		
		#sideBar ul{margin:0px 0px 33px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:95%;text-align:right;}
			  #sideBar li{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:95%;text-align:right;}
			  #tweets { border-left: 0; float: none; width: 100%; font-size:8pt; }
	#tweets ul, #akismetwrap { margin: 0 0 10px; padding: 0; border-top: 1px solid #666666; border-bottom: 1px solid #666666; }
	#tweets li, #akismetwrap { display: block; padding: 4px 10px; margin: 1px 0; }
	#tweets li:hover { background: #EDEEED; }
	#tweets ul ul { border: 0; margin: 0; list-style: disc; }
	#tweets ul ul li:before { content: ""; }
	#tweets ul ul li { margin: 0 -10px; }
.testimonials { background-color:#626E77; color:#FFFFFF; padding: 5px 5px 0px 35px; background-image:url(images/quotes.jpg); background-position:top left; background-repeat:no-repeat; border:1px solid #EDEEED;}
.mellow {color:#FFCC00; font-weight:bold;}