/* CSS Document */

.contentarea
{position:relative;}

.mainContent
{width:550px;
padding-bottom:20px;
float:left;
border:1px solid #2e2d2d;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background:url(../img/knightlogo.jpg) no-repeat 100% 0;}

.homeslideshow
{float:right;
width:300px;
border:1px solid #2e2d2d;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
position:absolute;
bottom:30px;
right:30px;}

.contentarea p
{color:#a5afb3;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px 0 0 10px;
line-height:16px;}

.contentarea h1
{margin:5px 0 0 0;}

.contentarea
{clear:both;
margin-bottom:20px;
border:none;
background:none;}

.services
{margin:10px 0 0 20px;
float:left;
width:250px;}

.contact
{margin:10px 0 0 20px;
float:left;
width:250px;}

.mainContent .services h2, .mainContent .contact h2
{padding-bottom:10px;}

.mainContent .services p, .mainContent .contact p
{padding:0 10px 0 10px;}

.mainContent img.divider
{clear:both;
margin:15px 0 0 25px;}

.mainContent .services h4, .mainContent .contact h4, .contentarea h4
{font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding:8px 10px 0 10px;
color:#ffff31;}


.previous
{float:left;
width:100px;}

.nextimg
{float:right;
width:50px;
text-align:right;}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 295px;
    padding:0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  260px;
    height: 295px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 350px;
    height: 295px;
}

/**
 * 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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 225px;
    height: 176px;
    margin: 10px 0 0 35px;
    padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
