/* General Notes- Rules preceded by # are ID selectors and are assigned in the HTML markup like this: <div id="logo">. IDs are unique. That is, an ID can only be assigned to one element per page.	
	Rules preceded by a period are Class Selectors and are assigned in the HTML markup like this:
	<div class="p7snaptrigger"> Some elements are assigned both an ID and a Class, like this:
	<div class="p7snaptrigger" id="p7trigger1">
*/
/*	Body Rule Notes 
	margin values are in shorthand: Top Right Bottom Left. Setting the left and right margins to 15% effectively centers all static content and makes that content fill 70% of the window. 
	Zero is the only value that does not require a unit of measure Global Font Style and base Font Size */
body {
	background-color: #cccccc;
/*	background:  #cccccc url(images/bg_grad.jpg) fixed; */
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	z-index: 1;
	position:  absolute;
	width: 95.6%;
	height: 127px;
/*	min-width: 775px;*/
	left: 2%;
	right: 2%;
	top: 13px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image:url(images/bg_masthead.jpg);
	background-repeat:repeat-x;
	background-position: right top;
	background-color: #666699;
}
#mastleft {
	z-index: 1;
	position: absolute;
	border: 0;
	margin: 0;
	width: 175px;
	visibility: visible;
	top: 0px;
	left: 0px;
	height: 100%;
	padding: 0;
	background-color: #666699;
}
#mastlogo {
	z-index: 1;
	position: absolute;
	border:0;
	margin: 0;
	visibility: visible;
	top: 0px;
	left: 175px;
	height: 100%;
	padding: 0;
}
/*NOT USED RIGHT NOW */
#mastright {
	position: absolute;
	right: 0%;
	border:0;
	float: left;
	top: 2%;
	left: 702px;
	height: 100%;
	background-color: #666699;
}

/*NOT USED RIGHT NOW */
#horiznav {
	z-index: 5;
	position: absolute;
	visibility: hidden;
	width: 100%;
	top: 85px;
	float: right;
	left: 150px;
	height: 26px; 
	margin: 0px;
	border: 0px;
/*	right: 2%;*/
/*	background-color:#FFFFFF;*/
/*	background-image: url(images/bg_horiznav.jpg);
	background-position: 100% 100%;*/
}
#homepagecell{
	z-index: 5;
	position: absolute;
	top: 140px;
/*	min-width: 775px;*/
	right: 2%;
	margin: 0;
	border: 0;
	width:95.6%;
	left: 2%;
	background-color: #FFFFFF;
	border-top: 3px ridge #5E7395;  /* #004080*/
}
#pagecell{
	z-index: 5;
	position: absolute;
	top: 140px;
/*	min-width: 775px;*/
	right: 2%;
	margin: 0;
	border: 0;
	width:95.6%;
	background-image: url(images/bg_pagenav.jpg);
	background-repeat:repeat-y;
	background-position:left;
	left: 2%;
	background-color: #FFFFFF;
	border-top: 3px ridge #5E7395;  /* #004080*/
}
#pagenav {
/*	position: absolute;*/
	z-index: 5;
	float: left;
	height: 100%;
	margin:  60px 0 0 0;
	width: 176px;
	padding: 5px 0px 3px 0px;
}

#pagenavlinks {
/*	margin: 56px 0 0 0;*/
	padding: 0;
}

#pagenavlinks ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 2px 2px 3px 2px; 
}

#pagenavlinks li {
	margin: 0; /*	margin: 2px 1px 2px 0px; */
/*	border-bottom: 1px solid #90bade;*/
}

/*		<li class="navtitle" style="font-size: 1.0em; font-weight: 700; margin-left:6px; letter-spacing: 1px; color: #6F6F6F">About&nbsp;Us</li> 
*/

#navtitle {
   font: 1.0em Arial, sans-serif;
	font-weight: 700;
	padding-left: 2px;
	padding-bottom: 10px;
	margin-left:4px; 
	letter-spacing: 1px; 
	color: #FFFFFF;
}

#pagenavlinks li a {
	display: block;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	background: #435B83 url(images/buttonleftnav.jpg) no-repeat;
	background-color: #435B83;
	text-decoration:none;
	width: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#pagenavlinks li a:hover {
	color: #000000;
	background-image: url(images/buttonleftnav-over.jpg);
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#leftcolextras {
	z-index: 6;
	clear: both;
	float: left;
	height: 100%;
	margin: 0 2px 0 2px;
   font: 0.7em Verdana, Arial, sans-serif;
	width: 163px;
/*border-right: 1px #000 solid;*/
	padding: 5px 2px 3px 2px;
}

#newsleftcolextras {
	z-index: 6;
	clear: both;
	float: left;
	height: 100%;
	margin: 0 2px 0 2px;
   font: 0.7em Verdana, Arial, sans-serif;
	width: 163px;
/*border-right: 1px #000 solid;*/
	padding: 5px 2px 3px 2px;
	border-top:  4px inset #BAAFAB;
	border-bottom:  4px inset #BAAFAB;
	position: absolute;
	top: 250px;   
}

#content {
	margin: 10px 10px 20px 185px;
	z-index: 10;
	font-size: 75%;
/*	min-width: 775px;*/
	background-color:#FFFFFF;
}

#content li {
	margin-bottom: 1em;
}

#content h3 {
	line-height: 2.0;
}

#bigpicture {
/*clear:right;*/
	z-index: 10;
	visibility: visible;
}

/* home page main graphic*/
#homegraphic {
	margin-left: 20px;
}

.float-right {
	float: right;
	margin: 0px 0px 4px 6px;
	z-index: 10;
}

.caption {
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 128%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	}
	
.float-left {
	float: left;
	margin: 0px 2px 5px 0px;
	z-index: 10;
}

#bigbox {
/*clear:right;*/
	z-index: 10;
	width: 170px;
/*	height: 300px;*/
	border-top-style: ridge;
	border-top-color: #666666;
	border-top-width: medium;
	border-right-style: ridge;
	border-right-color:#333333;
	border-right-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	border-bottom-width: medium;
	border-left-style: ridge;
	border-left-width: medium;
	border-left-color:#333333;
	color:#000000;
	background-color: #FFFFA8;
	padding: 6px 5px 5px 8px;
	/* these were under paragraph tag */
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 125%;
	font-weight: normal;
	line-height: 170%;
}

#bigbox p {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
}

#bigbox h4{
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 128%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-bottom: 1px;
	}

/* footer */
#siteInfo{
	z-index: 10;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	background-color: #666699;
	padding: 7px;
	margin-bottom: 0px;
}

/************** utility styles *****************/
#utility{
	z-index: 10;
	position: absolute;
	top: 70px;
	left: 670px;
	font-size: 75%;
	width: 180px;
/*	margin-left: 600px;*/
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

div.spacer {
	height: 0;
  clear: both;
}

/* The Submenu Layers
 	Use a combined selector to assign all properties common to each of the Submenu Layers. */
#aboutbcasubs, #admissionssubs, #academicssubs, #studentlifesubs, #spirituallifesubs, #newseventssubs{
	z-index: 10;
	position: absolute;
	width: 160px;
	top: 120px;
	font-size: 70%;
	font-weight:bold;
	visibility: hidden;
	background-color: #7C8DAA; /*#7F8FA9; /*#B9C2D1; */
/*	color: #FFCC00; Default color: A white variation */

}
/* Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property  */
#aboutbcasubs {left: 14px; }  /* background-color: #8E0045; burgundy*/
#admissionssubs {left: 110px; } /* background-color: #005E2F; forest green */
#academicssubs {left: 190px; } /* background-color: #003366; dark blue */
#studentlifesubs {left: 270px; } /* background-color:#932100; dark orange*/
#spirituallifesubs {left: 357px; } /* background-color:#640064; plum */
#newseventssubs {left: 444px; } /* background-color: #336699; lighter blue */

/* The Submenu Layers for the HOME PAGE
 	Use a combined selector to assign all properties common to each of the Submenu Layers. */
#aboutbcasubs1, #admissionssubs1, #academicssubs1, #studentlifesubs1, #spirituallifesubs1, #newseventssubs1{
	z-index: 10;
	position: absolute;
	width: 160px;
	top: 169px;
	font-size: 70%;
	font-weight:bold;
	visibility: hidden;
	background-color: #7C8DAA; /*#7F8FA9; /*#B9C2D1; */
/*	color: #FFCC00; Default color: A white variation */

}
/* Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property  */
#aboutbcasubs1 {left: 22px; }  /* background-color: #8E0045; burgundy*/
#admissionssubs1 {left: 118px; } /* background-color: #005E2F; forest green */
#academicssubs1 {left: 198px; } /* background-color: #003366; dark blue */
#studentlifesubs1 {left: 278px; } /* background-color:#932100; dark orange*/
#spirituallifesubs1 {left: 365px; } /* background-color:#640064; plum */
#newseventssubs1 {left: 452px; } /* background-color: #336699; lighter blue */



/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
/* try to get submenus to show in FRONT of flash graphic*/
.p7submenus {
	z-index: 4000;
}

.p7submenus p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
/*	font: Verdana, Arial, Helvetica, sans-serif;*/
}

/* 	Submenu Link Styles */
.p7submenus a, .p7submenus a:visited {
	display: block;
	width: 100%;
/*
	background-image: url(images/submenu_up.jpg);
	background-repeat: no-repeat;
*/
	border-top: 1px solid #BAAFAB;
	border-right: 2px solid #64544F;
	border-bottom: 2px solid #64544F;
	border-left: 1px solid #BAAFAB;
/*	border-bottom-color: #BAAFAB;*/
	padding: 1px 8px 1px 12px;
	color: #FFCC00;
/*	background-position: 1px 50%;*/
	text-decoration: none;
	background-color: #7C8DAA; /*#7F8FA9; /*#B9C2D1; */
/*	background-image: url(images/submenu_up.gif);*/
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-repeat: no-repeat; 
	background-image: url(images/submenu_over.jpg);
/*	background-position: left;*/
/*	background-color:  #BFC0F7;*/
	color: #FFFFCC;
	text-decoration: none;
}

/* General Link Properties
   Don't underline until rollover
*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#sidebar {
/*	float:right; */
	width:40%;
/*	width: 300px;*/
/*	height: 300px;*/
	z-index: 10;
	border-top-style: ridge;
	border-top-color: #666666;
	border-top-width: medium;
	border-right-style: ridge;
	border-right-color:#333333;
	border-right-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	border-bottom-width: medium;
	border-left-style: ridge;
	border-left-width: medium;
	border-left-color:#333333;
	color:#000000;
	background-color: #CEE7FF;/*#FFFFD4*/
	padding: 6px 5px 5px 8px;
	line-height: 120%;
}

#paypal {

}

#flash {
z-index: 1;
}





.main-panel {
	background-image: url(images/sub-page_r3_c6.jpg);
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftnavbg {
	background-image: url(images/sub-page_r4_c3.jpg);
	background-repeat: no-repeat;
}
.leftcolbg {
	background-image: url(images/sub-page_r5_c3.jpg);
	background-repeat: no-repeat;
}
