/* CSS Document */
/*** LINK PADDING FOR ICONS ***/
a[href^="mailto:"],
a[href$="pdf.ashx"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$="doc.ashx"],
a[href$="xls.ashx"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }

/*** Mailto LINK ICONS ***/
a[href^="mailto:"]        { background-image: url(../img/icons/mail.png); }

/*** FILE LINK ICONS ***/
a[href$="pdf.ashx"]   { background-image: url(../img/icons/pdf.png); }
a[href$=".pdf"]   { background-image: url(../img/icons/pdf.png); }
a[href$="doc.ashx"]   { background-image: url(../img/icons/doc.png); }
a[href$=".doc"]   { background-image: url(../img/icons/doc.png); }
a[href$="xls.ashx"]   { background-image: url(../img/icons/xls.png); }

/*** MISCELLANEOUS LINK ICONS ***/
a[href$=".rss"],
a[href$=".rdf"]   { background-image: url(../img/icons/feed.png); }
a[href^="aim:"]   { background-image: url(../img/icons/im.png); }
a[href^="http://beta.njc.edu"] { background:none; padding:0; margin:0; }
a[href^="http://sitecoredev"] { background:none; padding:0; margin:0; }

/*** TEXT CLASSES ***/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; text-decoration: underline; }
.notice a {color:#514721; background:none; padding:0; margin:0; text-decoration: underline; }
.success a {color:#264409; background:none; padding:0; margin:0; text-decoration: underline; }
.center {text-align: center;}

.pager { padding: 3px; }

a img {border: none; background-image: none; padding: 0px; margin: 0px; } 
#hp-image-buttons {
    text-align: center;
    clear:both;
    }
#hp-image-buttons a {
     border: none; background-image: none; padding: 0px; margin: 0px;
     }

.pager td {
    padding: 5px;
    }
.gv-header th{
    padding: 5px;
    }
/* Tools Menu */
.toolsMenu {
    float:right;
    width: 200px;
    }
.toolsMenu a, .toolsMenu {
    text-decoration: none;
    color: White;
    }

.toolsMenu a:hover {
    text-decoration: underline;
    color: red;
    }

.category, .item
{
    text-align:center;
    width: 140px;
    height: 155px;
    float:left;
    padding: 10px;
    text-decoration: none;
}

.category a, .item a {
    text-decoration: none;
    }
.category a:hover, .item a:hover {
    
    }

.sitemap img {
    margin: 0px !important;
    padding: 0px;
    }
.sitemap td, th {
    margin:0px;
    padding:0px;
    }
.sitemap a, .sitemap img {
    vertical-align: top;
    }

.sitemap a {
    text-decoration: none;
    }

.sitemap a:hover {
    text-decoration: underline;
    }


#item-ord-info {
    background: #ececec; border: 1px solid #999; padding: 5px;
    width: 300px;
    float: right;
    }
#item-ord-info h3 {
    margin-top: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    }

#item-desc {
    padding-top: 10px;
}

.search-result {
    font-size: 1.2em;
    }
.search-url {
    color: Green;
    }
.content-container
    {
        width: 1004px;
        margin: 0 auto;
    }

.twocolumn-small
{
    width: 160px;
}
.twocolumn-small-right
{
    width: 200px;
    float: right;
}
.twocolumn-big
{
    width: 815px;
    float: left;
    margin: 0;
    padding: 15px 11px 33px 20px;
}
.left
{
    float: left;
    }
.right
{
    float: right;
    }

body
	{
		margin:0px;
		padding:0px;
        color: #494949;
        font-size: 62.5%;
        font-family: "Lucida Grande", Verdana, Sans-Serif;
        line-height: 1.8em;
	}

body a {
    text-decoration: none;
    }
body a:link {
    color: #3B6AA0;
    }
.tool-links {
    color: #FFF;
    }
.tool-links a:link {
    color: #fff;
    }
.tool-links a:visited {
    color: #FFB00F;
    }
body a:visited {
    color: #9E0508;
    }
body a:hover {
    text-decoration: underline;
    }
#page-content, #container
{
    font-size: 1.1em;
}

table {
    border-collapse: collapse;
    }
.no-border {
    border: none;
    }


td, th
{
    font-size: 1em;
    border: 1px solid #999999;
    padding: 3px 7px 2px 7px;
    border-collapse: collapse;
}
th
{
    font-size: 1.0em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #6CA6CD;
    color: White;
    font-weight: bold;
}
p {
    padding-bottom: 1em;
    }
tr.alt td
{
    color: #333;
    background-color: #F7F6F3;
}

.no-border td {
    border: none !important;
    }

.pretty-photo {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 5px !important;
    padding: 4px;
    }

.pretty-photo-left {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 5px !important;
    padding: 4px;
    float: left;
    }
.pretty-photo-right {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 5px !important;
    padding: 4px;
    float: right;
    }
p.caption {
    font-style: oblique; 
    font-family: "Lucida Grande",Verdana,Sans-Serif; 
    padding: 0px 10px 10px; 
    margin-left: -10px; 
    margin-right: 5px; 
    margin-top: 5px;
    }
.notice img, .success img, .error img, #page-content img
{
    margin: 0 0 5px 5px;
}
#social-links
{
    float: right;
    position: relative;
    text-align: right;
    top: -55px;
    width: 150px;
}

#social-links a
{
    text-decoration: none;
    font-size: 1.0em;
}

h1,h2,h3,h4,h5,h6
    {
        padding-top: 10px;
        line-height: 1.2em;
    }

h2,h3,h4,h5,h6
{
    font-family: Helvetica, Arial, Sans-Serif;
    color: #6b6b6b;
    }
h1
    {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 2.8em;
        font-weight: bold;
        color:#BA0000;
    }
h2
    {
        font-size: 2.2em;
        font-weight: normal;
    }
h3
    {
        font-size: 1.9em;
        font-weight: normal;
    }
#page-content ul
    {
        list-style-type: disc;
    }
#page-content ul li
    {
        margin-left: 20px;
    }
#news-release {
    text-align: left;
    float: left;
    }
#news-release img
{  
    display: inline;
    float: right;
    }
#page-content p, #page-content ul li
    {
        line-height: 1.8em;
        font-size: 1em;
    }
#headerbg
	{
		width:100%;
		height:167px;
		margin:0px;
		padding:0px;
		background-image: url(../../display/img/headerbg2.gif);
		background-repeat:repeat-x;
	}
#headerblank
	{
		width:1004px;
		height:167px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#header
	{
		width:1004px;
		height:167px;
		margin:0 auto;
		padding:0px;
		background-image:url(../../display/img/header.gif);
		background-repeat:no-repeat;
	}
#homelink 
    {
        height: 78px;
        cursor: pointer;
    }
#menu
	{
		float: right;
		margin:12px 0 0 0;
		padding:0px;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;


	}
#menu ul
    {


	}
#menu ul li
	{

	}
#menu ul li a.menu
	{

	}	
#menu ul li a.menu:hover
	{
		height:26px;
		float:left;
		margin:0px;
		font-family:Arial;
		font-size:13px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		background-image: url(../../display/img/menuover.jpg);
		background-repeat:no-repeat;		
	}
/* Breadcrumb */
#breadcrumb, #breadcrumb li, #breadcrumb li a
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    color: #666;
    font-size: .95em;
    line-height: 1.4em;
}
/*-------------------------------------------------------------------------------------HEADERPART--------------------------------------------------END--------------------------------------*/	
#contentbg-3col, #contentbg-2col-left, #contentbg-1col, #contentbg-2col-right, #contentblank
{
    background-position: center;
    width: 1004px;
    float: none;
    margin: 0 auto;
    padding: 0px;
    background-repeat: repeat-y;
    min-height: 600px;
}
#contentbg-3col
{
    background-image: url('../img/2-col-page-bg.png');
}
#contentbg-2col-left
{
    background-image: url('../img/2-col-page-bg.png');
}
#contentbg-1col
{
    background-image: url('../img/page-bg-1-col.png');
}
#contentbg-2col-right
{
    background-image: url('../img/page-bg-2col-right.png');
}	

.clearme {
    clear:both;
    }

#content
	{
		width:1004px;
		float: left;
		margin:0px;
		padding:0px;

	}
#contentleft
{
    width: 160px;
    float: left;
    margin: 0px;
}
#leftheading
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Times New Roman";
		font-size:22px;
		color:#7e8901;
	}
#leftheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Times New Roman";
		font-size:22px;
		font-weight:normal;
		color:#8E6B23;
	}

#leftnavheading
	{
		width:216px;
		float: left;
		margin:35px 0 0 0;
		padding:0px;
		font-family:"Times New Roman";
		font-size:22px;
		color:#7e8901;
	}
#leftnavheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#7e8901;
	}
#leftnav
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
	}
#leftnav ul
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
#leftnav ul li
	{
		width:194px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftnav ul li a.leftnav
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial, sans-serif;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;
		background-image:url(../../display/img/leftnavactive.jpg);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnav:hover
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(../../display/img/leftnavactive.jpg);
		background-repeat:no-repeat;
	}
/*-------------------------------------------------------------------------------------LEFTRPART----------------------------------------------------------------END--*/	
#contentmid
{
    width: 587px;
    float: left;
    margin: 0px;
    padding: 15px 3px 33px 20px;
}

/*-------------------------------------------------------------------------------------MIDPART------------------------------------------------------------END---------*/		
#contentright
	{
		float: left;
		margin:0px;
		padding:15px 0 40px 10px;
	}
.rightheading
	{
		float: left;
		margin:0px;
		padding:0px;
		font-family:"Times New Roman", Serif;
		color:#8C1717;
	}
.rightheading h4, #related-news h4
{
background-position: center center;
    color: #8C1717;
    font-family: "Times New Roman", serif;
    font-size: 1.6em;
    font-weight: normal;
    margin-left: 13px;
    width: 185px;
    border-bottom: 1px solid #ccc;

}
#child-menu, #related-items, #related-news
    {
        list-style-type: none;
        padding: 0; 
        margin-top: 25px;
    }

div#related-items, div#child-nav, div#related-news
{
        background-image: url('../img/right-hdr-bg.png');
        background-repeat: no-repeat;   
        width: 100%;

        }
#child-menu li a, #related-items li a, #related-news li a
    {
        /*background-image: url("../../display/img/leftnavactive-new.png");*/
        background-repeat: no-repeat;
        color: #464646;
        float: left;
        font-family: Arial;
        font-size: 1.2em;
        font-weight: normal;
        height: 1.8em;
        margin: 0;
        padding: 3px 0 0 19px;
        text-decoration: none;
        width: 175px;
    }
#child-menu li a:hover, #related-items li a:hover, #related-news li a:hover
    {
        color: Red;    
    }
#related-news li a {
    font-size: 1.1em;
    margin: 5px 0;
    float: none;
    }
#galleryblank
	{
		width:180px;
		float:left;
		margin:21px 0 0 0;
		padding:0px;
	}
#related-news li a
    {
        line-height: 1.4em;
        padding-bottom: 10px;
        padding-left: 0px;
        }
#related-news li {
    padding: 4px 0;
    margin: 4px 0;
    margin-left: 15px;
    width: 185px;
    }

/*--------------------------------------------------------------CONTENTPART-------------------------------------------------END--------------------------------------------------------------*/	
#footerbg
	{
		width:100%;
		height:135px;
		margin:0 auto;
		padding:0px;
        background: #364759;
	}
#footerblank
{
    width: 1004px;
    float: none;
    margin: 0 auto;
    padding: 0px;
}
#footer
	{
		margin:0 auto;
	}
#footerbox
	{
		width:215px;
		height:168px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../../display/img/footerbox.jpg);
		background-repeat:no-repeat;
	}
#footermid
	{
		width:215px;
		height:168px;
		float:left;
		margin:0 35px 0 35px;
		padding:0px;
		background-image:url(../../display/img/footerbox.jpg);
		background-repeat:no-repeat;
	}
#footerlast
	{
		width:215px;
		height:168px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(../../display/img/footerbox.jpg);
		background-repeat:no-repeat;
	}
.footerheading
	{
		width:215px;
		height:21px;
		float: left;
		margin:28px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:24px;
		color:#f4e7bd;
	}
.footerheading h4
	{
		width:215px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		font-family: Arial;
		font-size:24px;
		font-weight:normal;
		color:#f4e7bd;
		text-align:center;
	}
.footertxt
	{
		float: left;
		margin:17px 0 0 16px;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
        width: 1004px;
	}
#footerlinks
	{
		width:1004px;
		float:left;
		margin:25px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ee7e1f;
		text-align:center;
		text-decoration:none;
	}
#footerlinks a {
    color: #364759;
    }
.footerlinks
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#364759;
		text-align:center;
		text-decoration:none;
		padding:0 3px 0 3px;
	}
.footerlinks:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ee7e1f;
		text-align:center;
		text-decoration: underline;
		padding:0 3px 0 3px;		
	}
#page-content ol
    {
        list-style-type: decimal;
        padding: 10px;
        margin-left: 25px;
    }
#page-content ul
    {
        list-style-type: disc;
        padding: 10px;
        margin-left: 5px;
    }

#news-list{
    list-style-type: inherit;
    margin-left: 15px;
    }

#idGrid td, #idGrid th {
    border: none;
    }
.validation-error {
    color: Red;
    font-weight: bold;
    }

.calendar-event {
    
}
html {
    overflow-Y: scroll;
    }
    *, * focus {
    outline: none;
    margin: 0;
    padding: 0;
    }
    .container {
    width: 500px;
    margin: 0 auto;
    }
    h2.trigger {
    padding: 0 0 0 50px;
    margin: 0 0 5px 0;
    background: url(~/Media/Images/h2triggerapng.ashx) no-repeat;
    height: 46px;
    line-height: 46px;
    width: 450px;
    font-size: 2em;
    font-weight: normal;
    float: left;
    }
    h2.trigger a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    }
    h2.trigger a:hover {
    color: #ccc;
    }
    h2.active {background-position: left bottom;}
    .toggle_container {
    margin: 0 0 5px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    background: #f0f0f0 url(~/Media/Images/toggleblockstretchgif.ashx) repeat-y left top;
    overflow: hidden;
    width: 500px;
    clear: both;
    }
    .toggle_container .block {
    padding: 20px;
    background: url(~/Media/Images/toggleblockbtmgif.ashx) no-repeat left bottom;
    }
    .toggle_container .block p {
    padding: 5px 0;
    margin: 5px 0;
    }
    .toggle_container h3 {
    margin: 0 0 10px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ccc;
    }
    .toggle_container img {
    float: left;
    margin: 10px 15px 15px 0;
    padding: 5px;
    background: #ddd;
    border: 1px solid #ccc;
    }

.shadow {
    padding: 5px; 

    -moz-box-shadow: 0 0 5px #888; 
    -webkit-box-shadow: 0 0 5px #888; 
    box-shadow: 0 0 5px #888;	
    -moz-border-radius: 6px; /* FireFox 1+ */ 	
    -webkit-border-radius: 6px; /* Safari 3+, Chrome */ 	 
    border-radius: 6px; /* Opera 10.5, IE 9 */
    }