/*
JMJ
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background:#8c0000 url(../images/bg_01.jpg) no-repeat center top;
}

img {
	border:none;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, "Helvetica", sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #c10000;
}

h2 {
	font-size: 1.5em;
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	color:#777777;
	font-weight:bold;
}

/*p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}*/

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}


/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	background: #fedcb9;
}

/* Content */

.content {
	background:#ffffff;
	border:solid 2px #FFF;
}

.contenttext {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

.bullClass{
	color:#b30c1f;
	font-size:20px;
	padding-bottom:0px;
}

form{margin:0;padding:0}
 
.search-box{ /*outer background*/
background:url(../images/search-box.gif) no-repeat top left;
height: 26px;
padding: 5px 0 0 10px;
width: 165px;
}
 
input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-family:tahoma;
font-size: 12px;
padding: 3px 0px 0px 4px;
height:18px;
background: #ffffff url(../images/search-form.png) no-repeat top left;
width: 123px;
}
 
input.search-go { /*search icon */
float:left;
border:0;
margin:0;
padding:0;
margin-left: 5px;
height: 21px;
width: 21px;
background: url(../images/search-icon.png) no-repeat top left;
cursor: pointer;
}
 
input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(../images/search-icon.png) no-repeat bottom left;
}


form.register{
    padding:10px;
	color:#000000;
}
form p{
    font-size: 8pt;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}

form.register label{
    color:#444;
    width:98px;
    text-align: right;
    margin-right: 6px;
    margin-top:2px;
}

form.register .borderClass{
	border: 1px solid #E1E1E1;
}

form.register input.long{
    width: 247px;
    color: #505050;
}
form.register input.short{
    width: 40px;
    color: #505050;
}
form.register input[type=radio]
{
    float:left;
    width:15px;
}
form.register label.gender{
    margin-top:-1px;
    margin-bottom:2px;
    width:34px;
    float:left;
    text-align:left;
    line-height:19px;
}

form.register input[type=text].year
{
    border: 1px solid #E1E1E1;
    height: 18px;
    width:30px;
}
form.register input[type=checkbox] {
    width:14px;
    margin-top:4px;
}

form.register select.date
{
    width: 40px;
}

.errmsg{
	font-size:10px;
	font-weight:bold;
	color:#F00;
}

.explor {
	background-image: url(../images/lineruler.jpg);
	background-repeat: repeat-y;
}

.table_border {
	BORDER: #CCCCCC 1px solid;
}

.border_bottom{
	border-bottom:1px groove #c10000;
}

.bg_heading{
	background:url(../images/bg_heading.jpg) no-repeat right;
}

.bg_01{
	background:#EDDDDD url(../images/bground_022.jpg) no-repeat left;
}

.bg_02{
	background:#EDDDDD url(../images/bground_011.jpg) no-repeat right;
}

.bg_big{
	background:#EDDDDD url(../images/bground_01.jpg) right top no-repeat;
}

.comments{
	background:#FFFFFF;
	border:1px groove #c10000;
}

/* Bar Graphs */

.bar-container {
  background-color:#cc4400;
  height: 20px;
}
.bar-containerNUM {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}

.people_edit_photobox {
border:1px solid #C10000;
padding:4px;
}

.peoheadtext {
background-color:#C10000;
color:#FFFFFF;
font-family:Tahoma,Arial,verdana,"Trebuchet MS";
font-size:11px;
font-weight:700;
margin-bottom:15px;
margin-top:5px;
padding:5px;
text-transform:uppercase;
}

.eventImg{
	color:#BFBFBF;
	font-size:25px;
	text-decoration:none;
}

.grey8{
	color:#BFBFBF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    position: relative;     
}
    #jCarouselLiteDemo .main {
        margin-left: 40px;
    }

    #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: 90px;
        text-decoration: none;
        background: url("../images/imageNavLeft.jpg") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../images/imageNavRight.jpg") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../images/imageNavRightHover.jpg");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../images/imageNavLeftHover.jpg");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
       #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 1px solid #C10000;
        float: left;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img
		{
            width: 110px;
            height: 90px;
            margin: 10px;
        }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/