@charset "UTF-8";
/* CSS Document */


			
	/* header */
    #header-main {
        width:964px;
    }
    
    #header-links {
        width:100%;
        height:30px;
        background:#121212;
        text-indent:650px;
        padding-top:10px;
    }
    
    #header-text {
        background:url(/includes/images/canvas/canvas-header.jpg) top left no-repeat;
        width:964px;
        height:162px;
        padding-left:15px;
        padding-top:15px;
        color:#FFB63E;
        font:24px bold
    }
    
    #header-spacer {
        width:100%;
        height:7px;
        background:#432D2D;
    }
    
    #header-logo {
        height:8px;
        background:url(/includes/images/canvas/canvas_sub_header_bkgd.jpg) repeat-x;
    }
    
	/*  general */
	body {
        margin:0;
        padding:0;
        background:#121212;
        font: 12px  'Lucida Grande',Arial, Helvetica, sans-serif; 
	}
	
	
    table, td {
        border-collapse:collapse;
    }
    
    table, td, img {
        border:0;
    }
    
    form, td {
        margin:0; padding:0;
    }
    
    td, tr {
        font:12px/15px arial, helvetica, sans-serif; color:#B6B4B4; vertical-align:top;  text-align:left;
    }
	
	/* nav */
	#nav {
        background:url(http://www.calnevjatc.org/includes/images/tab-nav/tab-nav-bkgd.jpg) repeat-x;
	}
	
	
	.nav-over {
	   height:45px; float:left;color:#EBDFD6;font-size:12px;width:160px;text-align:center;line-height:36px;background:url(http://www.calnevjatc.org/includes/images/tab-nav/tab-nav-tab.jpg);
	}
	
	
	.nav-hover {
	   height:45px; float:left;color:#EBDFD6;font-size:12px;width:160px;text-align:center;line-height:36px;background:url(http://www.calnevjatc.org/includes/images/tab-nav/tab-nav-tab.jpg);cursor: pointer;
	}
	
	.nav-button {
	    float:left;color:#B9A8A6;font-size:12px;width:160px;text-align:center;line-height:45px;cursor: default;
	}
	
	
	#nav-small-over {
        float:left;color:#EBDFD6;font-size:12px;width:92px;text-align:center;line-height:42px;background:url(/includes/images/nav/nav-bkgd-small-over.png);
	}
	
	.nav-small-button {
	    float:left;color:#EBDFD6;font-size:12px;width:92px;text-align:center;line-height:42px;
	}
	
	/* page */
	#page-header {
		background:url(/includes/images/canvas/canvas-header.png) no-repeat 0 0;
		width:818px;
		height:87px;
	}
	
	/* menu */
	.menu-canvas {
		padding: 0px;
		margin: 0px;
		list-style-type: a;
		letter-spacing: 0px;
		border-spacing: 0px 0px;
		width: 254px;
		height: 468px;
		vertical-align: top;
	}
	.menu {
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		list-style-type: none;
		width: 234px;
		margin: 0px;
		border-style: none;
		border-width: 0px;
		font-size: 12px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	.menu-title {
		background-position: 14px 20px;
		background-repeat: no-repeat;
		background-image: url(/includes/images/nav/nav-bullet.png);
		font-weight: bold;
		font-size: 14px;
		padding-top: 9px;
		padding-left: 24px;
		color: #DDD6CA;
		line-height: 32px;
	}
	.menu-item {
		color: #D1AFA4;
		background-color: #170204;
		padding-left: 10px;
		line-height: 29px;
		border-left-color: #5B0D12;
		border-bottom-color: #5B0D12;
		border-right-color: #5B0D12;
		border-top-color: #170204;
		border-left-style: solid;
		border-bottom-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		height: 29px;
		border-width: 1px;
		cursor: default;
	}
	.menu-item-first {
		border-style: solid;
		border-color: #5B0D12;
		border-width: 1px;
	}
	.menu-item-over {
		color: #FFFFFF;
		background-color: #2E0006;
		padding-left: 10px;
		line-height: 29px;
		border-left-color: #BE0712;
		border-bottom-color: #BE0712;
		border-right-color: #BE0712;
		border-top-color: #BE0712;
		border-left-style: solid;
		border-bottom-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		height: 29px;
		border-width: 1px;
		cursor: pointer;
	}
	.pagelet-canvas {
		min-height: 234px;
		padding-top: 5px;
		text-align: left;
		border-style: solid;
		border-width: 1px;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-left: 10px;
		border-color: #5C1D21;
		background-color: #440A0D;
		width: 233px;
	}
	.pagelet-canvas img {
		padding-left: 5px;
	}
	.pagelet-title {
		line-height: 16px;
		margin-left: 8px;
		width: 218px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #8E1D22;
		font-size: 12px;
		font-weight: bold;
		color: #FFABAB;
		padding-top:10px;
		padding-bottom:4px;
	}
	.pagelet-text {
		padding:4px 8px 8px 8px;
		font-size: 11px;
		color: #DBCCCC;
	}