/* 
  -----------------------------------
  Project: New Roads School
  -----------------------------------
*/

/*---------------------------------------------------
top level styles
---------------------------------------------------*/
/* mac hide\*/
html, body {height:100%}
/* end hide */ 
.clear {clear:both;}
div, table {border: 0; margin:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #f0f3f8;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 10px;
}
.nrs_bg {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_blue.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_gallery {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_gallery.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_programs {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_blue.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_research {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_purple.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_admissions {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_blue.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_newspage {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_white.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.nrs_bg_aboutus {
	behavior: url(/assets/js/iepngfix.htc);
	position: relative;
	width: 1025px;
	background: url(/assets/img/nrs_bg_green.png) center;
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
}


.nrs_container {
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
* html .nrs_container {height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 

.login_spacer a {
	font-size: .8em;
	text-decoration: none;
	margin: 0 13px 0 0;
	padding: 0;
	color: #b7b7b7 !important;
	text-align: left;
	/*background-image: url(img/pmmCtude_hroots.jpg);*/
	/*background-repeat: repeat-x;*/
}
.login_spacer a:hover {
	color:#005696 !important;
	border-bottom: .1em dotted;
}


/*Header - internal */

.header2 {
	height: 17px;
	width: 975px;
	background-color: #FFF; 
	margin:0; padding:5px 0 0 0;
}
.header2_right {
	float: right; width:450px;margin:0; padding: 0;
}
.header2_left {
	float: left; height: 25px; width:475px; margin: 0; padding:0;
}
.wrapper{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*background:url(/assets/img/nrs_interior_bg.gif) no-repeat;*/
	background-position: 250px -250px;
}
	
	
h1{
	font-size: 1.2em;
	color: #333 !important;
	margin:0 0 0 0;
	padding: 0 50px 10px 0;
}
h2{
	font-size: 1em;
	color: #666 !important;
	margin:0 0 0 0;
	padding: 0 50px 10px 0;
}
.nrs_news h1{
	font-size: 1.3em;
    color:#766A58 !important;
	margin:0 0 0 0;
	padding: 0 50px 10px 0;
}
h3{
	font-size: 1em;
	color: #ff0000 !important;
	margin:0 0 0 0;
	padding: 0 50px 10px 0;
}
li#bullet{
	font-size: .85em;
	color:#666666 !important;
	width:600px;
	margin:0;
	padding: 0 0 15px 0;
}
p{
	font-size: .85em;
	line-height:1.4em;
	color:#666666 !important;
	margin:0;
	padding: 0 20px 20px 0;
}
p.smaller{
	font-size: .80em;
	line-height:1.4em;
	color:#666666 !important;
	margin:0;
	padding: 0 20px 20px 0;
}
p a {
	color:#CC6600 !important;
	text-decoration:none;
	border-bottom: .1em dotted;
}
p a:hover {
    color:#005696 !important;
}
p img{
padding-right:20px; float:left
}
ul#tickets, li#tickets{
	font-size: .85em;
	line-height:1.2em;
	color:#666666 !important;
	margin:0;
	padding: 0 0 5px 0;
	text-indent: none;
}

li#introbullet{
	font-size: 1.0em;
	line-height:1.2em;
	font-style:bold;
	width:600px;
    color:#766A58 !important;
	/*color:#656F81 !important;*/
	margin:0;
	padding: 10px 30px 5px 0;
}
.intro{
	font-size: 1.0em;
	line-height:1.5em;
	font-style:bold;
	width:650px;
    color:#766A58 !important;
	/*color:#656F81 !important;*/
	margin:0;
	padding: 10px 30px 10px 0;
}
.intro a {
	color:#766A58 !important;
	/*color:#656F81 !important;*/
	text-decoration:none;
	border-bottom: .1em dotted;
}
.intro a:hover {
	color:#005696 !important;
}

.nrs_interior_content{
	float:left;
	padding:0;
	width: 975px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.nrs_interior_content .col_l {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar2.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#explore {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_explore.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#newspage {
	float:left;
	width: 235px;
	height:34px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_explore.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#embrace {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_embrace.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#engage {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_engage.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#aboutus {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_aboutus.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#joinus {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_joinus.jpg) top right no-repeat;*/
}

.nrs_interior_content .col_l#community {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_community.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#purple {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_purple.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_l#admissions {
	float:left;
	width: 235px;
	height:265px;
	background:#FFF url(/assets/img/nrs_interior_sidebar_admissions.jpg) top right no-repeat;*/
}
.nrs_interior_content .col_r {
	float:right;
	width: 740px;
	height:250px;
	/*background:#FFF url(/assets/img/nrs_interior_bg.gif) top right no-repeat;*/
}
.nrs_interior_content .col_r#newspage {
	float:right;
	width: 740px;
    height:35px;
	/*background:#FFF url(/assets/img/nrs_interior_bg.gif) top right no-repeat;*/
}
.nrs_interior_content .nav {
	float:right;
	width: 740px;
	height:34px;
	background: #FFF url(/assets/img/nrs_header3.gif) top right;
	margin:0;
	padding:0; 
}

/* NRS Footer(s) Interior (Blue, Rurple, Green)*/

.footer_interior {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	clear:both;
	margin-top:100px;
	padding:0 0 0 235px;
	width: 740px;
	height: 100px;
	background:#FFF url(/assets/img/nrs_interior_footer_blue.gif) top left no-repeat;*/
}
.footer_interior#purple {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	clear:both;
	margin-top:100px;
	padding:0 0 0 235px;
	width: 740px;
	height: 100px;
	background:#FFF url(/assets/img/nrs_interior_footer_purple.gif) top left no-repeat;*/
}
.footer_interior#green{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	clear:both;
	margin-top:100px;
	padding:0 0 0 235px;
	width: 740px;
	height: 100px;
	background:#FFF url(/assets/img/nrs_interior_footer_green.gif) top left no-repeat;*/
}
.footer_interior#gallery{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	clear:both;
	margin-top:300px;
	padding:0 0 0 235px;
	width: 740px;
	height: 130px;
	background:#FFF url(/assets/img/nrs_interior_footer_gallery.gif) top left no-repeat;*/
}
.footer_interior#gallery li{
	color:#005696 !important;
	list-style:none;
	float:left;
	font-size: .80em;
	font-weight:normal;
	line-height:1.35em;
	padding:30px 15px 0 0;
}
.footer_interior#gallery a {
	font-weight:normal;
	color:#7095c2 !important;
	text-decoration:none !important;
}
.footer_interior#gallery a:hover {
	color:#005696 !important;
    border-bottom: 1px dotted;
}

.footer_interior#green_join{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	clear:both;
	margin-top:100px;
	padding:0 0 0 235px;
	width: 740px;
	height: 100px;
	background:#FFF url(/assets/img/nrs_interior_footer_green_join.gif) top left no-repeat;*/
}
.clearfootertop {
 width:100%;
 height:25px;
 clear:both
 }
 .clearfooter {
 width:100%;
 height:100px;
 clear:both
 }
.footer_interior li{
	color:#005696 !important;
	list-style:none;
	float:left;
	font-size: .80em;
	font-weight:normal;
	line-height:1.35em;
	padding:8px 15px 0 0;
}
.footer_interior a {
	font-weight:normal;
	color:#7095c2 !important;
	text-decoration:none !important;
}
.footer_interior a:hover {
	color:#005696 !important;
    border-bottom: 1px dotted;
}

/* Footer Interior Copyright*/

.footer_interior .copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left:40px;
	color:#b7b7b7 !important;
	
}
.footer_interior .copyright li{
	list-style:none;
	color:#b7b7b7 !important;
	float:left;
	line-height:1.35em;
	padding:10px 10px 5px 0;
}
.footer_interior .copyright a {
	color:#b7b7b7 !important;
	text-decoration:none;
	border-bottom: .1em dotted;
}
.footer_interior .copyright a:hover {
    color:#005696 !important;
	border-bottom: .1em dotted;
}


/* 
/* Footer Gallery Interior Copyright*/

.footer_interior#gallery .copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left:40px;
	color:#b7b7b7 !important;
	
}
.footer_interior#gallery .copyright li{
	list-style:none;
	color:#b7b7b7 !important;
	float:left;
	line-height:1.35em;
	padding:10px 10px 5px 0;
}
.footer_interior#gallery .copyright a {
	color:#b7b7b7 !important;
	text-decoration:none;
	border-bottom: .1em dotted;
}
.footer_interior#gallery .copyright a:hover {
    color:#005696 !important;
	border-bottom: .1em dotted;
}


/* 
  -----------------------------------
 Main Drop down menus
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh13 {
	padding-left:10px;
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh13 ul div {
	display: none;
	/*padding-top: 8px;*/
	background-image: url(/assets/img/pmm_iefix.gif);
}
.p7PMMh13 ul ul div {
	padding-top: 0px;
	background-image: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh13 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh13 li {
	list-style-type: none;
	float: left;
	width: 120px;
	background-image: url(/assets/img/pmmCtude_hroots.jpg);
	background-repeat: repeat-x;
	/*background-color: #000;*/
}
/* Hide from IE5 Mac \*/
.p7PMMh13 li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh13 a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 8px 10px;
	color: #CCC !important;
	text-align: left;
	/*background-image: url(img/pmmCtude_hroots.jpg);*/
	/*background-repeat: repeat-x;*/
}
.p7PMMh13 a:hover {
	color: #FFF !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh13 ul a.pmmfirst {
	border-left-width: 0;
}
.p7PMMh13 ul a.pmmlast {
	border-right: 0;
}
.p7PMMh13 ul li.pmmfirst {
	border-left: 0;
}
.p7PMMh13 ul li.pmmlast {
	border-right: 0;
}
.p7PMMh13 ul ul a.pmmfirst {
	border-top: 0;
	padding-top:5px;
	background-image: url(/assets/img/pmmCTude_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.p7PMMh13 ul ul a.pmmlast {
	border-top: 0;
	background-image: url(/assets/img/pmmCTude_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}

/*First Sub Level*/
.p7PMMh13 ul ul {
	z-index: 10000;
	width: 220px;
}
.p7PMMh13 ul ul li {
	float: none;
	background-image: none !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
}
.p7PMMh13 ul ul a {
	padding: 4px 10px 4px 13px;
	color:#005696 !important;
	background-image: url(/assets/img/pmmCTude_middle.png);
	zoom: 1;
	/*background-color: transparent !important;*/
	font-size: .80em;
	text-align: left;
	overflow: hidden;
	background-repeat: repeat-y;
}
.p7PMMh13 ul ul a:hover {
	background-position: -222px top;
	color: #FFF !important;
}
.p7PMMh13 ul ul a.pmmfirst:hover {
	background-position: -222px 0px;
}
.p7PMMh13 ul ul a.pmmlast:hover {
	background-position: -222px bottom;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh13 ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh13 img {
	border: 0;
}
.p7PMMh13 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMh13 li.trig_closed {
	background-image: url(/assets/img/pmm_south_light.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-color: transparent !important;
}
.p7PMMh13 li.trig_open {
	background-color: transparent !important;
}
.p7PMMh13 ul ul li.trig_closed {
	background-image: none !important;
}
.p7PMMh13 ul ul li.trig_open {
	background-image: none !important;
}
.p7PMMh13 ul a.trig_closed_up {
	background-image: url(/assets/img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh13 ul a.trig_open, .p7PMMh13 ul a.trig_open_up {
	color: #FFF !important;
	background: transparent url(/assets/img/arrow_rollover.png) no-repeat;
}
.p7PMMh13 ul a.trig_open {
	color: #FFF !important;
}
.p7PMMh13 ul ul a.pmmfirst.trig_closed {
	background-image: url(/assets/img/pmmCTude_top.png);
	background-position: -444px 0px;
}
.p7PMMh13 ul ul a.pmmlast.trig_closed {
	background-image: url(/assets/img/pmmCTude_bottom.png);
	background-position: -444px bottom;
	background-color: transparent !important;
}
.p7PMMh13 ul ul a.pmmlast.trig_open {
	background-image: url(/assets/img/pmmCTude_bottom.png);
	background-position: -222px bottom;
	background-color: transparent !important;
}
.p7PMMh13 ul ul a.trig_closed_left {
	background-image: url(/assets/img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh13 ul ul a.pmmfirst.trig_open {
	background-position: -222px 0px;
	background-color: transparent !important;
}
.p7PMMh13 ul ul a.trig_open {
	color: #FFF !important;
	background-position: -222px 0px;
}
.p7PMMh13 ul ul a.trig_closed {
	background-image: url(/assets/img/pmmCTude_middle.png);
	background-position: -444px center;
}
/*The Current Marker (You are here) links*/
.p7PMMh13 .current_mark {
	font-weight: normal;
	color: #FFF !important;
}
.p7PMMh13 ul ul .current_mark {
	color:#005696 !important;
	font-weight: bold;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* 
  -----------------------------------
sidebar nav - blue
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv03 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv03 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv03 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv03 li {
	list-style-type: none;
}
.p7PMMv03 a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 10px 21px;
	font-size: 0.75em;
	letter-spacing:0.04em;
	color:#8dabd0 !important; /*v2 blue*/
	/*color:#7095c2 !important; original blue*/
	text-align: left;
	font-weight: bold;
}
.p7PMMv03 a:hover {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 10px 5px 20px;
	margin-bottom:4px;
	font-size: 0.75em;
	letter-spacing:0.04em;
	color:#fff !important;
	background: transparent url(/assets/img/arrow_rollover_white.png) no-repeat;
	behavior: url(/assets/js/iepngfix.htc);
	font-weight: bold;
}

/* 
  -----------------------------------
sidebar nav - green
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv03_green{
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv03_green ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv03_green ul {
	margin: 0;
	padding: 0;
}
.p7PMMv03_green li {
	list-style-type: none;
	
}
.p7PMMv03_green a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 10px 21px;
	font-size: 0.75em;
	letter-spacing:0.04em;
	color:#acd57e !important; /*v2 green*/
	/*color:#9ac767 !important; original green*/
	text-align: left;
	font-weight: bold;
}
.p7PMMv03_green a:hover {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 10px 5px 20px;
	margin-bottom:4px;
	font-size: .75em;
	font-weight: bold;
	letter-spacing:.04em;
	color:#fff !important;
	background: transparent url(/assets/img/arrow_rollover_white.png) no-repeat;
	behavior: url(/assets/js/iepngfix.htc);
}
/* 
  -----------------------------------
 sidebar nav - purple
  -----------------------------------
*/
/*Menu Outer Wrapper*/
.p7PMMv03_purple{
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv03_purple ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv03_purple ul {
	margin: 0;
	padding: 0;
}
.p7PMMv03_purple li {
	list-style-type: none;
}
.p7PMMv03_purple a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 10px 21px;
	font-size: .75em;
	letter-spacing:.04em;
	font-weight: bold;
	line-height:150%;
	color:#c3a4d5  !important; /*v2 purple*/
	/*color:#ccabdf !important; original purple*/
	text-align: left;
}
.p7PMMv03_purple a:hover {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 10px 5px 20px;
	margin-bottom:4px;
	font-size: .75em;
	letter-spacing:.04em;
	color:#fff !important;
	background: transparent url(/assets/img/arrow_rollover_white.png) no-repeat;
	behavior: url(/assets/js/iepngfix.htc);
}