body {
    font: 12px "Trebuchet MS", Verdana, sans-serif; 
/*    color: #6B615A;*/
    color: #000;
    background: #A6B279;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #6D615A;
}

a:hover {
    text-decoration: underline;
    color: #718035;
}

form {
    padding: 0px;
    margin: 0px;
}

#container {
    background: #fff url(../images/bg_container.gif) repeat-y;
    margin: 0 auto;
    width: 950px;
    overflow: hidden;
    padding: 0 20px;
}

#header_nav {
    background: #718035;
    height: 22px;
    font: 10px Verdana, sans-serif; 
    border-top: 8px solid #fff;
}

#header_nav ul {
    margin: 0;
    padding: 0;
    float: right;	
    list-style: none;
}

#header_nav li {
    float: left;
    background: url(../images/nav_right.gif) no-repeat right top;
    color: #fff;
    line-height: 22px;
}

#header_nav a {
    display: block;
    padding: 0 10px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: url(../images/nav_left.gif) no-repeat left top;
}

#header_nav a:hover {
    color: #bcbcbc;
}

#header {
    background: #FFFFFF url(../images/header_bg.gif) no-repeat;
    height: 144px;
    border-bottom: 8px solid #A6B279;
}

#header_ec {
    background: #FFFFFF url(../images/header_ec_bg.gif) no-repeat;
    height: 144px;
    border-bottom: 8px solid #A6B279;
}

#logo {
    position: relative;
    top: 15px;
    left: 0px;
    background: url(../images/ncc_logo.gif) no-repeat;
    width: 212px;
    height: 116px;
}

#logo a {
	position: absolute;    
	top: 0;    
	left: 0;    
	height: 140px;
	width: 230px;    
} 
	
#logo a h1 
{
	display: none;
}

#nav, #nav ul { /* all lists */
    padding: 0;
 margin: 0;
list-style: none;
float: left;
width: 11em;
}
	
#nav li { /* all list items */
position: relative;
float: left;
line-height: 1.25em;
margin-bottom: -1px;
width: 11em;
}

#nav li:hover 
{
	height: 1%;
}

#nav li ul { /* second-level lists */
position: absolute;
left: -999em;
/*margin-left: 211px;*/
margin-left: 210px;
margin-top: -44px;
}

	
#nav li a {
width: 185px;
height: 42px;
display: block;
color: #7F8C49;
text-align: right;
padding: 0px 25px 0 0;
line-height: 42px;
font-weight: bold;
text-decoration: none;
background: url(../images/btn_bg.gif) repeat-x;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
text-transform: uppercase;
}
	

#nav li ul li a {
width: 285px;
/*height: 23px;*/
height: 42px;
display: block;
color: #7F8C49;
text-align: left;
padding: 0 0 0 20px;
/*line-height: 23px;*/
line-height: 42px;
font-weight: bold;
text-decoration: none;
background: #A6B279;
/*border: 0;*/
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #A6B279;
background: url(../images/btn_bg.gif) repeat;
}

#nav li a:hover {
color:  #CC6B44;
background: url(../images/btn_bg_ov.gif) repeat-x;
}

#nav li ul li a:hover {
color:  #CC6B44;
background: url(../images/btn_bg.gif) repeat-x;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#sidebar_left {
    width: 160px;
    padding: 20px 25px 20px 25px;
}

h1,h2,h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font: 18px "Georgia", Verdana, sans-serif;
    font-weight: bold;
    color: #C75B30;
}

h2{
    font: 15px "Georgia", Verdana, sans-serif;
    font-weight: bold;
    color: #718035;
    padding: 10px 0 0 0;
}


h3{
    font: 12px "Georgia", Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #C75B30;
    padding: 0;
}


#col1 {
    width: 210px;
    float: left;
    border-right: 1px solid #D5D9C3;
    padding: 0;
    background: #F4F6EC;
    margin-bottom: -9999px; padding-bottom: 9999px; 
}

.heading {
    color: #C75B30;
    font-weight: bold;
    text-align: right;
    padding: 5px 0;
    border-top: 1px solid #D5D9C3;
}

#findacomp {
    text-align: right;
}

#mnt {
    text-align: right;
}


#col2 {
    font: 12px Verdana, sans-serif;
    line-height: 18px;
    width: 490px;
    float: left;
    padding: 25px 30px 0 30px;
}

#col2full {
    font: 12px Verdana, sans-serif;
    line-height: 18px;
    width: 665px;
    float: left;
    padding: 25px 30px 0 30px;
}


#col2a {
    width: 220px; 
    float: left;
}

#col2b {
    width: 220px;
    float: right;
}

#col3 {
    width: 170px;
    float: right;
    padding: 20px 0 0 0;
    font: 10px Verdana, sans-serif;  
}

#col3 h1 {
    margin: 0;
    padding: 3px 10px;
    color: #fff;
    background: #C75B30;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#col3 h2 {
    font: 13px "Georgia", Verdana, sans-serif;
    margin: 0;
    padding: 14px 0px 6px 0px;
    color: #C75B30;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #D5D9C3;
}

#col3 h3 {
    font: 11px "Georgia", Verdana, sans-serif;
    margin: 0;
    padding: 14px 0px 6px 0px;
    color: #C75B30;
    font-size: 11px;
    font-weight: bold;
}


#col3 div {
    padding: 12px;
    border: 1px solid #D5D9C3;
}

#col3 div div {
    border: 0;
    padding: 0;
}

#upcomingevents {
    background: url(../images/calendar.jpg) no-repeat;
}

.clear {
    clear:both;
    height:1px;
}

#footer {
    width: 950px;
    margin: 0 auto;
    background: #fff url(../images/bg_footer.gif) repeat-y;
    color: #5E6141;
    padding: 8px 10px 8px 30px;
    font-size: 11px;
}

#upcomingevents ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
#upcomingevents li {
    padding: 0px 0px 7px 0px;  
    font: 10px Verdana, sans-serif;  
}

#upcomingevents li span {
    font: 11px "Georgia", Verdana, sans-serif;  
    color: #CC6B44;
    font-weight: bold;
    display: block;
}

#divider {
    margin:5px 0 5px;
    border-bottom:1px solid #D5D9C3;
}

#end {
    margin: 0 auto; 
    width: 990px;
    height: 10px;
    background: #fff url(../images/bg_container.gif) repeat-y;
}

#eventseperator {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #D5D9C3;
}