/* HOME RULES */
@import url("home-layout.css");

body.home #hometab { background: transparent url('../styles/default/tab_on.png') no-repeat top center ;}

div.box-head { background: url('../styles/default/box-topright.gif') no-repeat top right;}
div.box-head h1 { 
	margin: 0;
	padding: 10px 10px 4px 20px; 
	background: url('../styles/default/box-topleft.gif') no-repeat top left;
	font-size: 12px;
}
div.box-body { padding: 1px 15px 10px 15px;}
div.box-body h2 { color: rgb(181,112,32); background-color:inherit;}

/* BOX COLORS */
div.box-yellow {color:inherit; background: rgb(253,254,226) url('../styles/default/box-bodyright-yellow.gif') no-repeat bottom right; }
div.box-body-yellow { background:  url('../styles/default/box-bodyleft-yellow.gif') no-repeat bottom left;}
div.box-blue { color:inherit; background: blue url('../styles/default/box-bodyright-blue.gif') no-repeat bottom right; }
div.box-body-blue { background: url('../styles/default/box-bodyleft-blue.gif') no-repeat bottom left;}
div.box-purple { color:inherit; background: rgb(232,230,241) url('../styles/default/box-bodyright-purple.gif') no-repeat bottom right; }
div.box-body-purple { background: url('../styles/default/box-bodyleft-purple.gif') no-repeat bottom left; }
div.box-green { color:inherit; background:  rgb(237,255,239) url('../styles/default/box-bodyright-green.gif') no-repeat bottom right;  } /**/
div.box-body-green { background: url('../styles/default/box-bodyleft-green.gif') no-repeat bottom left; }


div#welcome { 
	width: 65em;
	margin: 1.5em auto;
	background:  url('../styles/default/hand-lg.jpg') no-repeat top left; /*rgb(252,252,219)*/
}
div#welcome div.content-body { background:   url('../styles/default/1px-tan-gradation.png') repeat-x;  margin-left: 381px; padding-left: 1em;} /*rgb(255,234,146)*/
div#welcome h1 { 
	margin: 0; 
	padding: 10px 10px 0 0;
	background: url('../styles/default/welcome-top-right.png') no-repeat top right;
	font-size: 18px;
}
div#dbd h1 a { background-color:inherit; color: white; }

div#dbd { 
	margin: -0.7em 0 1em 1em;
	width: 432px;
	height: 230px;
	background: rgb(7,22,29) url('../styles/default/dbd.jpg') no-repeat;
	color: white;
}

/* TOP NAV */
ul#navtabs li#hometab { background-image: url('../styles/default/tab_on.png'); }
ul#navtabs li#hometab ul { display:block; }


/**/
div#content { 
	width: 65em;
	margin: 1em auto;
	background-color: rgb(255,227,115);
	color:inherit;
}
div#content-header {background: url('../styles/default/bgbox-top-right.gif') no-repeat top right;}
div#content-header {background: url('../styles/default/bgbox-top-right.gif') no-repeat top right;}
div#content-header h1 { 
	margin: 0; /* 0 -10px 0;*/
	padding: 0px 10px 0;
	background: url('../styles/default/bgbox-top-left.gif') no-repeat top left;
	/*font-size: 1px;*/
}
div#content-header h1 span { visibility: hidden;}
div#content-footer {
	clear: left;
	background: url('../styles/default/bgbox-bottom-right.gif') no-repeat bottom right;
}

div#content-footer p {
	clear: left;
	height: 1%;
	margin: 0;
	padding: 0 10px 10px;
	background: url('../styles/default/bgbox-bottom-left.gif') no-repeat bottom left;
}
dt strong {
background-color:inherit;
	color: #B57020;
	display:block;
	margin-bottom:.5em;
}

