body {
	font-family: verdana, sans-serif; 
	font-size: 1em;
	margin: 0px;
	background: #6a7 url(../templategr/grey.gif) top center repeat-y; 	/* green with 860px grey stripe */	
						/* needed for IE6 */ 
	color:#222;
}
body.site-admin {background: #6a7;}


/*  ************* main divisions ********** */

#container {						/* holds everything */
	position: relative; left: 0px; right: 0px;	/* IE6 needs it to be relative */
	top: 0px; 
	margin: 0px auto;
	max-width: 860px; min-width:762px;
	width: auto !important;					
	width: 860px;					/* Hack -for IE6 & below only */
	text-align: left;				/* cancel the right in the body tag */
	border-top: 4px solid #6a7;
}
#container,#nav-row {
	
	background-color: #eaeaea;
}

body.site-admin #container {
/*	background-color: #fcfcfc; */
	min-height: 600px;
	height: auto !important;
 	height:600px;
}
/* body.site-admin #nav-row {background-color: #fcfcfc;} */

body.minimal #container {
	background: #eaeaea url(../templategr/minimal.gif) center top no-repeat;
	padding-top:50px;
}

#header {
	text-align: center;
	height:76px;
}
body.minimal #header {display:none;} /* the minimal header is a graphic embedded in the container */

#header h1 {
 	display:none;
}
h1.site {				/*site admin styles */
	display:block !important;
	text-align: center;
	font-weight: normal;
	color: navy;
	margin: 0px;
}
h1.page {				/* site admin page header */
	display:block !important;
	text-align: center;
	font-weight: normal;
	color: navy;
	margin: 0px;
}
h1.site {font-size: 150%; padding:10px 0px 5px 0px;
}
h1.page {font-size: 130%; padding:0px; text-transform: uppercase;
}


#nav-row {
	margin:0px 1%;
	border-top: 3px solid #d88;	/* line across 98% of the page */
	font-size: 70%;
	padding-bottom: 18px;
}
#nav-row h2 {display: none;}
#nav-row p {
	margin: 0px;
	padding: 0px 4px;
}
#nav-row p.breadcrumbs {
	position: absolute; left:4px;
	text-transform: lowercase;
	padding-top: 3px;
}
#nav-row p.homecrumbs {text-transform: none;}

#nav-row p.top-nav {
	text-align: right;
	padding-top: 3px;
}
#nav-row a {text-decoration:none;}
#nav-row a:link {color: #00f;}
#nav-row a:visited {color: #00f;}
#nav-row a:hover {color: #f00;}

#sub-container {
	position: relative;
	left: 164px;	        /* avoid menu bar*/
	width: 78%;		/* chosen to allow a small margin on 860px wide page */
	margin-bottom: 12px;
	min-height: 415px;	/* force it below the menu bar */
	height: auto !important;
	height: 415px;
}
body.no-menu #sub-container {
	left: 0px;
	width: 100%;
}

#contents {margin-left: 12px; margin-right: 12px;}   /*default */
#contents.narrower {margin-left: 30px; margin-right: 30px;}

body.no-menu #contents {margin-left:24px; margin-right: 24px;}


#footer { font-size: 75%;
	text-align:center;
}

#footer p.footer-link {
	text-align: right;
	margin: 6px 18px 0px 0px;
}
#footer a {text-decoration:none;}
#footer a:link {color: #00f;}
#footer p.footer {
	width:52%;
	margin: 0px auto;
	padding: 6px;
	border-top: 1px solid #777; 
}


/* ------------------------- menu styling --------------------------  */


#menu {
	position: absolute; left: -140px; top:0px;
	width: 140px;
	letter-spacing: -1px;
}
#menu a {text-decoration:none;}

body.no-menu #menu {display:none;}


#menu ul{
	padding: 4px 0px 28px 8px; 
	margin: 0px; 
	border: 2px solid #bbb;
	border-top: 5px solid #7a7;
	border-bottom: 6px solid #bbb;
	width: 110px;
	list-style:none;

}
#menu li.menuhead {
	padding: 1px 0px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 70%;
	text-transform:uppercase;
	color:#272;	
	font-family: verdana;
}
#menu li {
	padding:0px;	
	font-size: 75%;
	line-height: 150%;
}
#menu li.divider {
	height: 14px;
	padding: 0px;
	width: 28px;
	margin-left:26px;
	margin-top:0px;
	background: transparent url(../templategr/list-marker.gif) 0px 6px repeat-x;
} 

