/*************************************************** 

HEADING BAR STYLES

***************************************************/
div#section-title-background {
    background-image: url(../images/h-members-of-the-public.gif);
    width: 534px;
    height: 46px;
}

/*************************************************** 

BULLETIN SECTION

***************************************************/

div#display-bulletin-issues 
{
    width: 375px;
    display: block;
}

div#bulletin-issue 
{
    float: left;
    width: 75px;
}

div#bulletin-vol 
{
    float: left;
    width: 45px;
}

div#bulletin-date
{
    width: 250px;
}

/*************************************************** 

FILE AND LINK DISPLAY BOXES

***************************************************/

/* Resources File Box at the Bottom Custom Section Class */
div#resource-files.myclass {
    background: #fefaf3;
    color: #bc7608;
}

div#resource-files.myclass a,
div#resource-files.myclass a:visited
{
    color: #bc7608;
}

/* Quicklinks Box located in the Top Right */
div#quicklinks-menu.myclass 
{
    background: #fef5e7;
    border-color: #bc7608;
    color: #bc7608;
}

div#quicklinks-menu.myclass a,
div#quicklinks-menu.myclass a:visited
{
    color: #bc7608;
}




table#internal-content-wrapper h1 {
    margin-top: 0px;
    padding-top: 0px;
    color: #bc7608;
}


div#section-title {
    position: absolute;
    margin-top: 14px;
    margin-left: 188px;
    font-size: 14px;
    font-weight: bold;

    color: #FFFFFF;
}

div#bar-urgent-college-alert {
	height: 46px;
	background: url(../images/bar-urgent-college-alert.gif) top left no-repeat;
}

div#bar-college-news-announcements {
	height: 46px;
	background: url(../images/bar-college-news-announcement.gif) top left no-repeat;
	margin-top: 20px;
}

div#bar-new-applicants {
	height: 46px;
	background: url(../images/bar-new-applicants-sm.gif) top left no-repeat;
	margin-top: 20px;
}

div#bar-directory-of-members {
	height: 46px;
	background: url(../images/bar-directory-of-members-sm.gif) top right no-repeat;
	margin-top: 20px;
}

/*************************************************** 

NIFTY CORNERS CSS CODE

***************************************************/

div#nifty
{
    margin: 0 5%;
    background: #f7e9c7;
    margin-bottom: 20px;
}

div#nifty p 
{
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

div#nifty a 
{
    font-weight: bold;
    text-decoration: none;
    color: #bc7608;    
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #f7e9c7}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#LearnMoreLink
{
    margin-right: 10px;
}
div#LearnMoreLink a 
{
    color: #8a5605;
    font-weight: normal;   
}


.bulletin-article-summary {
    background: #fef5e7; 
    margin-top: 5px; 
    margin-bottom: 5px; 
    border: 2px solid #bc7608; 
    padding: 5px; 
    color: #c97600; 
    display: none;
}

/*
Used for Summary Formatting
*/
h6 
{
    font-size: 18px;
    margin-bottom: -20px;
       
}
