@charset "utf-8";
/* CSS Document */

Body {
	background: #dbe7dd;
	text-align: center;
}

Body, Div, TD, Span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #324f5b;
}


#Content_Shell {
	width:798px;
	margin: 0 auto;
}


#Header {
	width: 100%;
	height: 120px;
	text-align: left;
	border-left: 1px solid #95b2bd;
	border-right: 1px solid #95b2bd;
	border-bottom: 1px solid #95b2bd;
	background: #ffffff url("../images/grs_logo.gif") no-repeat;
}

a, a:visited {
	color: #0f95ca;
}

a:hover {
	color: #25b7f0;
}

.Copyright {
	color: #739B71;
	line-height: 18pt;
}

/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Top Menu Formatting Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/

/* Position the top menu */
#TopMenu {
	position: relative;
	top: 86px;
	left:-8px;
	text-align: right;
}

/*
-------------------------------------------------
Top Level Menu Items
-------------------------------------------------
*/

/* Set up general formatting for entire menu structure */
#TopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5b8c9e;
}

/* Make the list items appear side-by-side and aligned to the right of the parent layer */
#TopMenu ul li {
	float: right;
	position: relative;
}

/* Makes the submenu appear when the mouse rolls over the menu item */
#TopMenu ul li:hover ul {
	display:block;
}

/* Define formatting of the top-level menu items */
#TopMenu li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffffff;
	padding: 8px;
	padding-bottom: 10px;
	color: #5b8c9e;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Define formatting of the top-level menu items for when the mouse rolls over them */
#TopMenu li:hover a {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: url(../images/topmenu_main_hover_bg.gif) repeat-x;
}

/*
-------------------------------------------------
SubMenu Items
-------------------------------------------------
*/

/* Define display position of the submenu relative to its parent menu item */
#TopMenu li ul {
	position: absolute;
	left: 0px;
	top: 30px;
	display: none;
}

/* Set default formatting for all submenu items */
#TopMenu li ul li {
	width:170px;
	text-align: left;
	font-family:inherit;
}

#TopMenu li ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #ddd;
	border-bottom: 0px;
	color: #5b8c9e;
	background: url(../images/topmenu_main_hover_bg.gif) repeat-x;
}

/* Define style used for submenu "end piece" ... this makes the submenu not look "cut off" when
   displayed on complex backgrounds such as a photograph */
#TopMenu li ul li div {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #777;
	height: 1px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #ddd;
	border-bottom: 0px;
	color: #5b8c9e;
	background: url(../images/topmenu_main_hover_bg.gif) repeat-x;
}

/* Draw the bottom border of the submenu */
#TopMenu li ul {
	border-bottom: 1px solid #ddd;
}

/* Define formatting for submenu item when the mouse rolls over it */
#TopMenu li ul li:hover a {
	background:url(../images/topmenu_submenu_hover_bg.gif) repeat-x;
	color: #4a6b77;
}



/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Home Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Image {
	width: 100%;
	height: 332px;
	text-align:left;
	border-left: 1px solid #95b2bd;
	border-right: 1px solid #95b2bd;
	border-bottom: 1px solid #95b2bd;
	background: url("../images/home_image1.jpg");
	background-repeat: no-repeat;
}

#Body {
	width: 100%;
	text-align:left;
	border: 0px;
}


.BoxType1_Content {
	background: url("../images/gradient1.gif");
	padding: 15px 25px 15px 25px;
	border-left: 1px solid #95b2bd;
	border-right: 1px solid #95b2bd;
}

.BoxType2_Content {
	background:url("../images/home_bottom_right.gif");
	background-repeat: no-repeat;
	padding: 15px 25px 15px 22px;
}

.Subtitle1 {
	font-size: 12pt;
	font-weight: bold;
	color: #9f5552;
}

.ProgramItem1 {
	background: url("../images/menuitem1.gif");
	width: 290px;
	height: 30px;
	margin-top: 18px;
}

.ProgramItem1_Text {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding-top:8px;
	padding-left: 15px;
}

.ProgramItem1:Hover {
	background: url("../images/menuitem1_hover.gif");
	cursor: pointer;
	cursor: hand;
}

.ProgramItem2 {
	background: url("../images/menuitem2.gif");
	width: 290px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	margin-top: 4px;
}

.ProgramItem2_Text {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding-top:8px;
	padding-left: 15px;
}

.ProgramItem2:Hover {
	background: url("../images/menuitem2_hover.gif");
	cursor: pointer;
	cursor: hand;
}

.ProgramItem3 {
	background: url("../images/menuitem3.gif");
	width: 290px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	margin-top: 4px;
}

.ProgramItem3_Text {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding-top:8px;
	padding-left: 15px;
}

.ProgramItem3:Hover {
	background: url("../images/menuitem3_hover.gif");
	cursor: pointer;
	cursor: hand;
}

.ProgramItem4 {
	background: url("../images/menuitem4.gif");
	width: 290px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	margin-top: 4px;
}

.ProgramItem4_Text {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding-top:8px;
	padding-left: 15px;
}

.ProgramItem4:Hover {
	background: url("../images/menuitem4_hover.gif");
	cursor: pointer;
	cursor: hand;
}

.ProgramItem5 {
	background: url("../images/menuitem5.gif");
	width: 290px;
	height: 30px;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	margin-top: 4px;
}

.ProgramItem5_Text {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding-top:8px;
	padding-left: 15px;
}

.ProgramItem5:Hover {
	background: url("../images/menuitem5_hover.gif");
	cursor: pointer;
	cursor: hand;
}

/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Home Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
.MapFrame {
	border: 1px solid #95b2bd;
}



/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Contact Us" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_ContactUs {
	background: url("../images/header_contactus.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}

/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Event" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_Events {
	background: url("../images/header_events.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}

/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Resources" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_Resources {
	background: url("../images/header_resources.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}


/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Admissions" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_Admissions {
	background: url("../images/header_admissions.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}



/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Faculty" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_Faculty {
	background: url("../images/header_faculty.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}


/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Programs" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_Programs {
	background: url("../images/header_programs.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}


/* 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"About Us" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_AboutUs {
	background: url("../images/header_aboutus.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Parent and Child" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_parentnchild {
	background: url("../images/header_pnc.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Kndergarten" Page-Specific Elements
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
#Header_kindergarten {
	background: url("../images/header_kindergarten.jpg") no-repeat;
	border: 1px solid #95b2bd;
	border-top: none;
	width: 100%;
	height: 118px;
}


