/*
$Id: lc1_layout.css,v 1.3 2008/06/23 14:01:40 pmorrill Exp $

lc1_layout.css
--------------
Basic page layout is table-less: use div tags with appropriate
id's as defined below to create banner, left, center, right panels, and 
footer.

*/

/* site defaults for block level element */
html, body, div, table, td, a {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border:  0px #444400 solid;
}
html { background-color: #4B572C; }

body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px;
}

td {
	text-align: left;
	vertical-align: top;
}

/*
   the one and only body tag; the text-align attribute is to
   support older IE browsers that don't know how to handle
   margin: 0px auto
*/
#page_body {
	text-align: center;
	background-color: #4B572C;
}

.posting { border-width: 0px; }
/* PAGE CONTENT wrapper div: use if you need centered content */
#page_wrapper,#home_wrapper,#subpage_wrapper,#forum_wrapper,
#user_wrapper,#admin_wrapper,#contact_us_wrapper {
	margin: 0px auto;
	border-left:  1px #000000 solid;
	border-right:  1px #000000 solid;
	border-bottom:  1px #000000 solid;
	background-color: #ffffff;
	text-align: left;
}

#popup_wrapper {
	margin: 0px auto;
	width: 100%;
	height: 100%;
	border: 0px #444400 solid;
	background-color: #ffffff;
	text-align: left;
}

#banner {
	height: auto;
	border: 0px #880000 solid;
	background-color: transparent;
	background-image: url('/images/header/grad2.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #233027;
	border-bottom: 1px solid #555555;
}

/* h-space: 320px */
#banner #title {
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 120px;
	text-align: left;
	height: 100px;
	border: 0px #880000 solid;
	background-image: url('/images/header/stackwall.jpg'); 
	background-repeat: no-repeat;
	background-position: left;
}

#banner #title a,#banner #title a:hover {
	text-decoration: none;
	color: #454545;
}

#leaf {
	margin: 10px 0px 0px;
}

#raven {
	height: 100px;
	background-image: url('/images/header/yukon_raven.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*
   menubar divs: standard top-level menu bar
*/
#menubar {
	margin: 0px;
	margin-top: 0px;
	text-align: center;
	height: 22px;
	width: 600px;
	color: #4b6a87;
	border: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	float: left;
}

#menubar ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;	
}

/* horizontal: 100px */
#menubar ul li {
	list-style: none;
	float: left;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 99px;
	text-align: center;
	height: 18px;
	border-left:  1px #333333 solid;
	border-top:  1px #333333 solid;
	text-align: center;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	background-color: transparent;
}

#menubar ul li a {
	color: #233027;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#menubar ul li:hover a {
	color: #aaaaaa;
	color: #000000;
}

#menubar ul li:hover {
	color: #000000;
	cursor: pointer;
	background-color: #C8C0A9;
}

#menubar ul li.selected,#menubar ul li.selected:hover {
	color: #000000;
	cursor: default;
	background-color: #F1F9FC;
}


/* these are the two principle page content divs */
#content {
	width: 890px;
	border: 0px #0000ff solid;
	float: left;
	background-color: #ffffff;
	padding: 10px;
	padding-top: 30px;
}

#x_content {
	width: 640px;
	border: 0px #0000ff solid;
	background-color: #ffffff;
	padding: 20px;
	padding-left: 140px;
	padding-right: 140px;
}

#popup_content {
	border: 0px #880000 solid;
	text-align: left;
	width: auto;
}

/*
*  If using breadcrumbs:
*/
#crumbs {
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding: 0px;
	padding-left: 30px;
	border: 0px #333333 solid;
	margin-top: 20px;
	color: #444444;
	float: left;
}

/* width total 140px */
#user {
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding-left: 0px;
	padding-right: 20px;
	border: 0px #333333 solid;
	margin-top: 20px;
	color: #444444;
	text-align: right;
	float: right;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:active,#user a:link, #user a:visited, #user a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4b6a87;
}

#crumbs a:hover,#user a:hover {
	color: #8A9EB1;
}

/*
*  Local menu is the left panel frame
*/
/* total width: 190px */
#local_menu {
	border: 0px #880000 solid;
	background-color: #ffffff;
	border-right: 0px #222222 solid;
	border-bottom: 0px #222222 solid;
	padding-left: 10px;
	padding-bottom: 40px;
	float: left;
	padding-top: 240px;
	min-height: 160px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url('/images/panels/spanish2.jpg');
	background-repeat: no-repeat;
}

#local_menu a:link,#local_menu a:visited,#local_menu a:active {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}

#local_menu a:hover { 
	color: #aaaaaa;
}

#local_menu ul {
	padding-left: 0px;
	width: 169px;
	margin: 8px 0px 0px 5px;
	padding-bottom: 0px;
}

#local_menu li {
	list-style: none;
	border-width: 0px;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #1111aa;
	font-weight: bold;
	padding-top: 1px;
}

#local_menu li a:link,#local_menu li a:visited,#local_menu li a:active {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #004444;
	font-weight: bold;
	text-decoration: none;
}

#local_menu li a:hover {
	color: #949065;
}

#local_menu ul li ul {
	padding-left: 10px;
	padding-top: 3px;
	width: auto;
	margin: 0px;
}

/* these are the two principle page content divs */
/* total width: 740px */
#home_content {
	width: 880px;
	border: 0px #0000ff solid;
	background-color: #ffffff;
	padding: 20px;
	margin: 0px auto;
	min-height: 400px;
}

#user_content,#admin_content,#contact_us_content,#subpage_content {
	border-bottom: 0px #0000ff solid;
	background-color: #ffffff;
	padding: 20px;
	min-height: 400px;
}

#contact_us_content td {
	padding: 2px;
}
#contact_us_content textarea {
	width: 350px;
}

/* total width: 570px */
#subpage_content #crumbs {
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding: 0px;
	margin-top: 20px;
	padding-left: 20px;
	border: 0px #333333 solid;
	color: #444444;
	float: left;
	width: 530px;
}

#base_content {
	clear: left;
	border-top: 0px #222222 solid;
	width: 920px;
}

#footer {
	clear: left;
	background-color: #efefde;
	width: 920px;
}

#tutor_wrapper {
	margin: 0px auto;
	width: 100%;
	border-left:  1px #000000 solid;
	border-right:  1px #000000 solid;
	border-bottom:  1px #000000 solid;
	border-top: 1px solid #000000;
	background-color: #ffffff;
	text-align: left;
	min-height: 700px;
}

#tutor_banner {
	background-color: transparent;
	background-image: url('/images/header/grad2.jpg');
	background-repeat: no-repeat;
	
	height: 70px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px #222222 solid;
}

#tutor_context {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	padding: 20px;
	padding-top: 10px;
	width: 549px;
	min-height: 580px;
	border-left: 1px #222222 solid;
}

#tutor_wrapper #local_menu {
	width: 180px;
	border: 0px #880000 solid;
	background-color: #ffffff;
	padding-left: 10px;
	padding-bottom: 40px;
	float: left;
	padding-top: 20px;
	min-height: 160px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.tutor_menu li {
	padding-top: 8px;
}
