h1, p, span, div
{
	padding: 0;
	border: 0;
	margin: 0;
}

/**********************************************************************
 **********************************************************************

 layout containers

 **********************************************************************
 **********************************************************************/

body
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#linkbar
{
	margin-top: 5px;
	padding: 15px 15px 5px 0px;
	text-align: right;
	border: 1px solid #FF9900;
}

#linkbar-reg
{
	margin-top: 5px;
	width: 1000px;
	padding: 15px 15px 5px 0px;
	text-align: right;
	border: 1px solid #FF9900;
}

#linkbar span
{
	padding: 0px 2px;
}


#masthead
{
	height: 150px;
	background-image: url(images/banner-brand.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#advert
{
	margin: 8px 20px;
	height: 70px;
	overflow: hidden;
}

#advert-95
{
	margin: 8px 20px;
	height: 95px;
	overflow: hidden;
}

#subscriber-advert
{
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	overflow: hidden;
}
#threecolumns, #twocolumns, #onecolumn
{
	overflow: hidden;
}

#twocolumns
{
	border-right: 1px solid #FF9900;
}

#leftnav
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */
	
	float: left;
	width: 133px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	border: 1px solid #FF9900;
	border-top: none;
}

#leftnav-wide
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */
	
	float: left;
	width: 233px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	border: 1px solid #FF9900;
	border-top: none;
}

#leftnav .ad
{
	width: 115px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#rightnav
{
	/* see http://positioniseverything.net/articles/onetruelayout/print
	for info on why the margin-bottom and padding-bottom are weird */

	float: right;
	width: 208px;
	margin: 0px 0px -32700px 0px;
	padding: 1px 0px 32700px 0px;
	border: 1px solid #FF9900;
	border-top: none;
}

#rightnav .ad
{
	width: 200px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.ad img
{
	margin-left: auto;
	margin-right: auto;
}

#center
{
	padding-top: 8px;
	padding-bottom: 30px;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}


#threecolumns #center
{
	margin-left: 143px;
	margin-right: 218px;
}

#twocolumns #center
{
	margin-left: 143px;
	margin-right: 0px;
}

#onecolumn #center
{
	margin-left: 0px;
	margin-right: 0px;
}

#contentframe
{
	margin-left: auto;
	margin-right: auto;
}

#contentframe-reg
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}





/**********************************************************************
 **********************************************************************

 fonts and styling for common page elements

 **********************************************************************
 **********************************************************************/

body
{
	color: #636363;
	font-family: Verdana, Arial, Lucida;
	font-size: 11px;
}

#linkbar
{
	font-size: 10px;
	color: #5e5c70;
}

#linkbar a:link { color: #5e5c70; text-decoration: none; }
#linkbar a:hover { color: #0033cc; text-decoration: underline; }
#linkbar a:visited { color: #5e5c70; text-decoration: none; }
#linkbar a:active { color: #5e5c70; text-decoration: none; }

#footer
{
	font-size: 11px;
	line-height: 16px;
	color: #5e5c70;
	text-align: center;
}

#footer a:link { color: #5e5c70; text-decoration: none; }
#footer a:hover { color: #0033cc; text-decoration: underline; }
#footer a:visited { color: #5e5c70; text-decoration: none; }
#footer a:active { color: #5e5c70; text-decoration: none; }

#footer span
{
	text-transform: lowercase
}

#footer .copyright
{
	color: #494949;
	text-transform: none;
}

/**********************************************************************
 **********************************************************************

 menu code

 **********************************************************************
 **********************************************************************/

#menu
{
	background: white;
	z-index: 50;
	font-size: 10px;
	text-align: left;
	line-height: 18px;
}

#menu a, #menu h2
{
	display: block;
	white-space: nowrap;
	text-indent: 5px;
	height: 18px;
	width: 131px;
	border-bottom: outset 1px #d2cfcf;
	z-index: 50;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 10px;
}

#menu a
{
	background: white url(images/menu-leaf-bg.gif) repeat-x;
	text-decoration: none;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active 
{ 
	color: #6a687e; 
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
}

#menu a:hover
{
	color: black;
	background-color: red;
	background-image:  url(images/menu-nonleaf-hover-bg.gif);
}

#menu a:active
{
	color: white;
	background-color: red;
	background-image: url(images/menu-nonleaf-active-bg.gif);
}

#menu h2
{
	font-weight: bold;
	color: black;
	background-color: #adb2b7;
}

#menu li { list-style-type: none; }
#menu ul li { position: relative; } 

#menu li ul
{
	z-index: 500;
	text-indent: 5px;
	position: absolute;
	top: 0;
	left: 132px;
	display: none;
}

#menu ul, #menu ul ul, #menu ul ul ul, #menu ul ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: 132px;
}

#menu ul ul, #menu ul ul ul, #menu ul ul ul ul 
{ display: none; }

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul 
{ display: none; }

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul 
{ display: block; }

#menu a.x, #menu a.x:visited
{
	background-color: white;
	background-image: none;
	height: 18px;
	overflow: hidden;
}

#menu a.x:hover
{
	background-image: url(images/menu-leaf-hover-bg-B.gif);
}

#menu a.x:active
{
	background-image: url(images/menu-leaf-active-bg-B.gif);
}
#menu a.y, #menu a.y:visited
{
	background-color: #d8dde2;
	background-image: none;
    font-weight: bold;
    color: black;
	height: 18px;
	overflow: hidden;
}

#menu a.y:hover
{
	background-image: url(images/menu-leaf-hover-bg-B.gif);
	color: black;
}

#menu a.y:active
{
	background-image: url(images/menu-leaf-active-bg-B.gif);
}
/**********************************************************************
 **********************************************************************

 cart and login box

 **********************************************************************
 **********************************************************************/

#cartframe {
	width: 170px;
	padding-top: 0px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #369;

}

#carttop, #cartbottom
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#carttop
{
	height: 9px;
	width: 170px;
	background-image: url(images/cart-top.gif); 
	background-position: bottom center;
	background-repeat: no-repeat;
}

#cartbottom
{
	height: 8px;
	width: 170px;
	background-image: url(images/cart-bottom.gif); 
	background-position: top center;
	background-repeat: no-repeat;
}


#cartframe p.head {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #369;
	padding-top: 10px;
	padding-bottom: 10px; 
	line-height: 21px;
	vertical-align: middle;
	margin: 0px;
}

#cartframe p.head img {
	float: left;
	left: 10px;
	margin-left: 20px;
	padding: 0px;
}

#cartframe p.submit {
	padding: 5px;
	background-image: url(images/cart-button.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;	
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-color: #369;
	color: white;
}

p.submit a:link { color: white; text-decoration: none; }
p.submit a:hover { color: white; text-decoration: none; }
p.submit a:active { color: white; text-decoration: none; }
p.submit a:visited { color: white; text-decoration: none; }

#cart {
	background-color: #ccc;
	color: black;
	margin: 5px; 
	padding: 5px;
}

#cart hr {
 	width: 85%;
	border: 0px;
	background-color: #369;
	color: #369;
	height: 1px;
	clear: both; 
}

#cart p {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	margin: 5px;
	clear: both; 
}

#cart p.title {
	font-weight: bold;
}

#cart p.subscription_title {
	font-weight: bold;
	font-size: 12px;
}

#cart p.emptycart {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 25px;
}

#cart p.desc {
	font-weight: normal; 
}	

#cart div.sums,div.info 
{ 
	margin: 5px; 
} 

#cart div.sums p 
{ 
	display: table-row; 
	margin: 0px;  
}

#cart div.info p 
{ 
	display: table-row; 
	margin: 0px;  
}

#cart .label
{
	display: table-cell;
	width: 65px;
	font-weight: bold;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
}

#cart .value
{
	display: table-cell;
	width: 75px;
	font-weight: normal;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#cart .value input
{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

#loginframe {
	width: 170px;
	padding-top: 0px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #369;

}

#logintop, #loginbottom
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#logintop
{
	height: 9px;
	width: 170px;
	background-image: url(images/cart-top.gif); 
	background-position: bottom center;
	background-repeat: no-repeat;
}

#loginbottom
{
	height: 8px;
	width: 170px;
	background-image: url(images/cart-bottom.gif); 
	background-position: top center;
	background-repeat: no-repeat;
}

#loginframe p.head {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #369;
	padding-top: 10px;
	padding-bottom: 10px; 
	line-height: 21px;
	vertical-align: middle;
	margin: 0px;
}

#loginframe p.submit {
	padding: 5px;
	background-image: url(images/cart-button.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;	
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-color: #369;
	color: white;
}

p.submit a:link { color: white; text-decoration: none; }
p.submit a:hover { color: white; text-decoration: none; }
p.submit a:active { color: white; text-decoration: none; }
p.submit a:visited { color: white; text-decoration: none; }

#login {
	background-color: #ccc;
	color: black;
	margin: 5px; 
	padding: 5px;
}

#login p {
	font-size: 10px;
	margin: 5px;
	text-align: center;
}

#login input {
	width: 80%;
	text-align: center;
	font-size: 10px;
	margin: 5px;
}

#header-schools
{
	margin: 8px 20px;
	height: 120px;
	overflow: hidden;
}