/*************************************************** 

HEADING BAR STYLES

***************************************************/
div#section-title-background {
    background-image: url(../images/h-about-the-college.gif);
    width: 534px;
    height: 46px;
}

/*************************************************** 

FILE AND LINK DISPLAY BOXES

***************************************************/

/* Resources File Box at the Bottom Custom Section Class */
div#resource-files.myclass {
    background: #e9f2f8;
    color: #3188c8;
    
}

div#resource-files.myclass a,
div#resource-files.myclass a:visited
{
    color: #3188c8;
}

/* Quicklinks Box located in the Top Right */
div#quicklinks-menu.myclass 
{
    background: #f8e5e5;
    border-color: #ba0000;
    color: #ba0000;
}

div#quicklinks-menu.myclass a,
div#quicklinks-menu.myclass a:visited
{
    color: #ba0000;
}




/*
div#internal-sub-menu a,
div#internal-sub-menu a:visited
{
    color: #3188c8;
}
*/

table#internal-content-wrapper h1 {
    margin-top: 0px;
    padding-top: 0px;
    color: #3188c8;
}


div#section-title {
    position: absolute;
    margin-top: 11px;
    margin-left: 200px;
    font-size: 16px;
    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: #e0ecf6;
    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: #3188c8;    
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #e0ecf6}
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: #13405f;
    font-weight: normal;   
}