@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link{
	color: #737d48;	
}
a:hover{
	color: #737d48;	
	text-decoration: none;
}
a:visited{
	color: #737d48;	
}

label{
width: 9em;
float: left;
text-align: left;
margin-left: 0.5em;
margin-right: 0.5em;
display: block;
padding-top: 4px;
}
input{
	margin-bottom: 2px;
}
.required{
	color: #737d48;	
}
legend{
color: #000;
font-weight: bold;
padding: 2px 6px
}

#submenu a {
	color: black;
	text-decoration: none;
}
#submenu a:hover {
	color: black;
	text-decoration: underline;
}

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 0;
    margin: 0;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 30px;
    }

    #jCarouselLiteDemo .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 85px;
        text-decoration: none;
        background: url(../images/heirs-arrowleft.gif) no-repeat;
		border-bottom: 4px solid black;
		border-top: 4px solid black;
		padding: 0px;
		margin: 0px;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../images/heirs-arrowright.gif") no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../images/heirs-arrowright.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../images/heirs-arrowleft.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border-bottom: 4px solid black;
				border-top: 4px solid black;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border-bottom: 4px solid black;
		border-top: 4px solid black;
        float: left;
        /*background-color: #dfdfdf;*/
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0px;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 132px;
            height: 85px;
            margin: 0 0 4px 0;
			padding: 0 0 4px 0;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 85px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 85px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
