/**
 * Generic elements
 
body {
    margin: 0;
    padding: 0px 0px 0px 0px;
    background: #e7ead5;
    font-family:"Trebuchet MS", arial, sans-serif;
    font-size:12px;
    line-height:160%;
    color: #494949;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font: "Trebuchet MS", arial, sans-serif;
}*/


h2 {
    font-size: 160%;
    line-height: 100%;
	 margin: 0;
    padding: 0;
}

p {
    margin: 0.6em 0 1.2em;
    padding: 0;
}

a:link,a:visited {  
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*CAROUSEL CSS HERE DOWN*/

#nc_wrapper_family_top,
#nc_wrapper_home_top {
    margin: 0px 0px 0px 0px;
}

.hidden {
  display: none;
}

#nc_wrapper_family_top .jcarousel-container-horizontal,
#nc_wrapper_home_top .jcarousel-container-horizontal {
    border: none;
    overflow: hidden;
    height: 194px;
    width: 675px;
}

#nc_wrapper_family_top .jcarousel-clip-horizontal,
#nc_wrapper_home_top .jcarousel-clip-horizontal {
    margin: 0px;
    padding: 0px;
    width: 675px;
    height: 194px;
}

.nc_item_family_top,.nc_item_family_top img,
.nc_item_home_top,.nc_item_home_top img {
    width: 675px;
    height: 194px;
}

.node-carousel-text {
    opacity: 1;
    filter: alpha(opacity = '100');
    background: none;
    position: relative;
    top: -200px;
    left: 410px;
    width: 200px;
    height: 194px;
    padding: 20px;
    margin: 0px;
}

.node-carousel-text p {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    color: #555;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
}

.node-carousel-text h2 {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    font-family: "Trebuchet MS", arial, sans-serif;
    color: #00CCFF; 
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*HEADER TEXT*/
.node-carousel-text h2 a,.node-carousel-text h2 a:link,.node-carousel-text h2 a:visited
    {
    opacity: 1.0;
    filter: alpha(opacity = '100');
    text-decoration: none;
    color: #fff !important;     /* green - #99cc33*/
}

/*READ MORE TXT*/
.node-carousel-text a.readmore,.node-carousel-text a.readmore:link,.node-carousel-text a.readmore:visited  {
    color: #00CCFF !important; /*#669933*/
    opacity: 1.0;
    filter: alpha(opacity = '100');
}

/*SLIDER MENU BAR*/
ul.index_control_list {
    padding:4px 0px 5px 0px;
    margin: 0px;
    /*background-color: #1e77a4;   #333*/
    position:relative;
    top:-25px;
    left: 500px;
    list-style-type:none;
    height:16px;
    line-height: 16px;
    z-index:5;
}

#nc_family_top,
#nc_home_top {
    padding: 0px;
}

ul.index_control_list li {
    text-align: center;
    cursor: pointer;
    display: inline;
    width: 15px;
    height: 16px;
    float: left;
    margin:0px 3px 0px 4px;
    padding:0px 5px;
	background-color: none;
}

/*SLIDER MENU BAR BORDER COLOUR*/
ul.index_control_list li.visible {
    border: #66CCFF 1px solid;
}

ul.index_control_list li span.index_control {
    font-size: 12px;
    color: #66CCFF;
    cursor: pointer;
}

ul.index_control_list li.visible span.index_control {
    font-weight: bold;
    cursor: pointer;
}

ul.jcarousel_target {
    margin: 0px;
    padding: 0px;
}

ul.jcarousel_target li {
    position: relative;
    z-index: 0;
    width: 650px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: none;
    list-style-type: none;
}

div.jcarousel_waiting {
    position: absolute;
    left: -4500px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/*CAROUSEL CSS FINISHES HERE*/