@charset "iso-8859-1";
/* CSS Document */

/********************************/
/* Holy Cross Main			   	*/
/* mAY 2008						*/
/* css editor: tvy				*/
/********************************/

/*
*  Basic concepts
*  The document is built from the top down with the idea that any
*  element in the document can be removed and the flow of the document
*  will fill in the gap and work. 
*  To be consistent all elements apply bottom margin or top padding 
*  to push down on the elements below them and no elements have top 
*  margins or bottom padding.
*  The exception to the above is negative top margins to elements
*  that contain text, this is an attempt to remove the space caused
*  by line-height. Trying to remove the line-height itself causes 
*  display problems in IE.
*
* COLOUR PALETTE
*  #000000 - Black
*  #000066 - Navy
*  #0000FF - Brilliant blue
*  #005596 -  Aqua blue
*  #009900 - Brilliant green
*  #333333 - Dark Grey
*  #990099 - Purple
*  #99CCFF - Baby blue
*  #E1E3E2 - Light grey
*  #FFDE9B - Light orange
*  #FFFFFF - White
*  LINK color: #006A65
*  LINK (active etc)color: #990000;
*

/* CSS Document , ul, ol, li, p, form, fieldset*/

html, body {
	margin: 0;
88	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	text-align: left;
	font-size: 0.9em;
/*  
*  General
*************************************************
*  Set basic font/size and color. The base font size is 0.9em or 
*  0.9 times the width of the capital letter 'M'. Default font size
*  on all browsers in our matrix is 16px. Scale the font size for
*  each element using % throughout the document. Base size is not 
*  defined in px here because IE will not allow fonts styled in px to scale, 
*  causing accessibility issues for users with visual impairment.
*/
}
body {
	background-color: #D8D8AF;
	/*	background-image: url(../images/backgroundstone.jpg); */
	background-repeat: repeat;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #0E550A;
	font-size: 1.5em;
	}	
	
h2 {
	color: #0E550A;
	font-size: 1.2em;
	padding-bottom: 0px;
	}
h3 {
	color: #006a65;
	font-size: 1.3em;
	}

a:link {
	color: #0E550A;
	text-decoration:none;
	}

/*  Link hovers */
a:visited {
	color: #0E550A;
	text-decoration:none; 
}
a:hover {
	color: #990000;
	text-decoration:underline;  
}
a:active {
	color: #0E550A;
	text-decoration:none;
}




/** LAYOUT **/


#pageBackground {
	margin:0;
	padding:0;/*IE will center page*/
	min-width: 867px;/*Make sure page doesn't disappear off the left side when browser window is made to small*/
}
#pageheader {
	/*  
 *  center in browser, this method is used for IE 5.5's sake
 *  http://bluerobot.com/web/css/center2.html
 */
	width:837px;
	text-align: right;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/pagetopback.png);
	background-repeat:no-repeat;
	background-color: transparent;
	height: 71px;
	padding-right: 30px;
	padding-top: 8px;
	font-family: Tahoma, Verdana, "Helvetica Condensed", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#pagefooter {
	/*  
 *  center in browser, this method is used for IE 5.5's sake
 *  http://bluerobot.com/web/css/center2.html
 */
	width:827px;
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
/*	height: 600px; */
}
.logoSocial {
	float: inherit;
	color: #999;
	margin-top: 4px;
}
.headerbuttons {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	height: 28px;
}
#textbox800 {
	float: right;
	width: 800px;
	padding-top: 6px;
}
#textbox {
	float: right;
	width: 600px;
	padding-top: 0px;
	margin-top: 15px;
}
.textmid {
	font-size: 12px;
	height-min: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.stabnum {
	font-size: 40px;
	height-min: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	color: #0E550A;
	font-weight: bold;
}
.stonetitle {
	font-size: 20px;
	height-min: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	color: #0E550A;
	font-weight: bold;
}
.stonesub {
	font-size: 12px;
	height-min: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}.stonetext {
	font-size: 12px;
	height-min: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}/* You want the main sheet to over ride the following so that the ABS can choose proper H tag dropdown in CMS */

#textsize h1 {
	color: #006a65;
	font-size: 1.8em;
	}	
	
#textsize h2 {
	color: #006a65;
	font-size: 1.4em;
	}
#textsize h3 {
	color: #006a65;
	font-size: 1.1em;
	}
	*/


#pagefooter {    /*   *  center in browser, this method is used for IE 5.5's sake *  http://bluerobot.com/web/css/center2.html  */    			
	width:950px;    
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	height: auto;
	margin-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	background-image: url(../images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
} 

#rightside {
	width:190px;    /*  width of copy binder  */
	margin-left: 0px;
	height: auto;
	float: left;
	margin-right: 0px;

	padding-top: 6px;
}
#rightsidemid {
	color: #0E550A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 100%;
	padding-left: 10px;
}
.navigation {
	width:500px;
	height: 50px;
	text-align: right;
	padding-top: 10px;
	padding-left: 40px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #168510;
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 6px;
}
.navigationon, .navigationon a:link, .navigationon  a:visited, .navigationon a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 18px;
	font-weight: bolder;
}
.navdrop {
	width:450px;
	text-align: right;
	padding-top: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #168510;
	font-size: 14px;
	font-weight: bolder;
}
.copyright {
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-bottom: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
.footer, .footer a:link, .footer a:hover, .footer a:active, .footer a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0E550A;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.footer a:hover {
	text-decoration: underline;
	color: #0E550A;
	font-weight: bold;
}
/* side indents */

.subsidenav{
	width: 212px;
	height: auto;
	margin-bottom: 0px;
	background-color: #e5f0ef;
	border-color: #ebf4f3;
	border-width: 1px;
	display: block;
	border-style: solid;
	font-size: 12px;
	padding: 8px 0px 8px 10px;
	border-left-color: #95b6b1;
	border-right-color: #95b6b1;
	border-bottom-color: #95b6b1;
	text-decoration: none;
}

.subsidenav  a:link, .subsidenav a:visited, .subsidenav a:active {
	color:#3D4143;
	text-decoration: none;
}
 
.subsidenav a:hover {
	color:#990000;
	text-decoration: underline;
}
.subsidenavtop{
	color: #0E550A;
	font-weight: bold;
	font-size: 14px;
}

.subnav, .subnav a:link, .subnav a:visited, .subnav a:active {
	text-align: left;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 0px 4px 5px;
}
	
.subnav a:hover {
	text-decoration: underline;
	color:#990000;
}




/*  
*  An invisible link for customers with screen readers, it will 
*  allow them to skip ahead to the content of the page. Position
*  absolute removes it from the flow of the document, so it will
*  not interfere with normal layout.
*/
#skipToContent {
	position:absolute;  
}

/* Page Copy Styles */

#home{
	width:750px;
	text-align: left;
	margin-left: 50px;/*center page in FF*/
	margin-right: auto;
	height: 92px;
	margin-top: 0px;
	}

.clear {
	clear:both;
	padding: 0;
	width: 500px;
	}
.whackojacko {
	background-color:#CCC;
}
.stoneidmarker {
	background-color:#CCC;
}
