/* CSI Fine Arts Center */
#nwrhs_pageContainer {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 760px;
margin: auto;
padding: auto;
background-image: url(images/navBack.gif);
background-repeat: repeat-y;
border: 1px solid #000;
}

#nwrhs_header {
width: 760px;
height: 236px;
margin: 0;
padding: 0;
}

#nwrhs_header_top {
width: 760px;
height: 105px;
background-image: url(images/topBanner.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

#nwrhs_header_bottom {
width: 760px;
height: 131px;
background-image: url(images/bottomBanner.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

/* Side Navigation */
#nwrhs_nav {
width: 210px;
padding: 10px 0px 0px 5px;
margin: 10px 0px 20px 0;
float: left;
}

#nwrhs_nav ul {
width: 185px;
list-style: none;
margin: 0;
margin-bottom: 30px;
padding: 0;
border: none;
}

#nwrhs_nav ul li {
margin: 0;
}

#nwrhs_nav ul li a {
display: block;
padding: 8px 5px 8px 10px;
border-bottom: 1px solid #f5e5bf;
color: #f3e0b2;
text-decoration: none;
font-size: 13px;
font-weight: bold;
width: 100%;
background-color: #173903;
}

#nwrhs_nav ul li a:hover {
border-bottom: 1px solid #f5e5bf;
background-color: #660000;
font-size: 13px;
font-weight: bold;
color: #f3e0b2;
}


/* End of Side Navigation */

#nwrhs_mainContent {
width: 520px;
float: left;
margin: 0px;
padding: 0px;
padding-bottom: 30px;
}

#nwrhs_mainContent a {
color: #660000;
text-decoration: underline;
}

#nwrhs_mainContent a:visited {
color: #660000;
text-decoration: underline;
}

#nwrhs_mainContent a:hover {
color: #8b6969;
text-decoration: none;
}

#nwrhs_mainContent p {
padding: 5px 15px 15px 25px;
margin: 0px;
}

#nwrhs_mainContent p.coming_att {
padding: 5px 15px 15px 55px;
margin: 0px;
}

#nwrhs_mainContent h1 {
color: #173903;
font-size: 20px;
font-weight: bold;
margin: 18px;
}

#nwrhs_mainContent h2 {
width: 95%;
color: #ffffff;
font-weight: bold;
font-size: 15px;
margin:10px 0px 10px 23px;
padding: 5px 10px 5px 10px;
background-color: #4b2803;
}

#nwrhs_mainContent h3 {
color: #947c60;
font-size: 18px;
font-weight: bold;
margin: 18px;
}

#nwrhs_mainContent h4 {
color: #000000;
font-size: 17px;
font-weight: bold;
margin: 0;
padding: 0 0 0 25px;

}

#nwrhs_mainContent span.theaterHeading{
color: #000000;
font-size: 17px;
font-weight: bold;
}

#nwrhs_mainContent p.mar_pad_top0 {
margin-top: 0;
padding-top: 0;
}



#nwrhs_footer {
clear: both;
width: 760px;
height: 90px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}

#nwrhs_footer table {
width: 45%;
color: #f3e0b2;
font-size: 12px;
}


#nwrhs_footer p {
text-align: center;
color: #f3e0b2;
font-size: 12px;
margin: 0px;
padding: 15px 0px 5px 0px;
}

#nwrhs_footer p a, #nwrhs_footer table a {
text-decoration: underline;
color: #f3e0b2;
}

#nwrhs_footer p a:visited, #nwrhs_footer table a:visited {
text-decoration: underline;
color: #f3e0b2;
}

#nwrhs_footer p a:hover, #nwrhs_footer table a:hover {
text-decoration: none;
color: #f3e0b2;
}


