﻿/* based on style.css, but consolidated and without redundancies; no sifr; print stylesheets; */

/* html img, * html div { behavior: url(http://www.lau.edu.lb/2008b/scripts/iepngfix.htc); }*/

html { margin:0; padding:0 }
body {
	margin: 0;
	padding: 0;
	font: 14px/1.5 verdana, sans-serif;
	background: #FFF url(images/lau-header-background.png) top repeat-x;
	color:#393F38;
	}

.TextBoxStyle 
{
	font-size: 10pt;
	font-family:Arial,Sans Serif
}
.DropDownStyle
{
	font-size: 10pt;
	font-family:Arial,Sans Serif
}
.ButtonStyle
{
	font-size:10pt;
	font-family:Arial,Sans Serif
}

/*     LINKS
********************************/
a { color:rgb(140,34,40); text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color:#AB2228; }
a img { border:0; }


/*     TEXT
********************************/
p { margin:0 0 1em 0; }
h1, h2, h3 {
	color:#393F38; /* like body text */
	font-weight:lighter;
}
h1 {
	font-size:180%; /* around 180% */
	line-height:1.2em;
	font-weight:lighter;
	margin:8px 0 0 0;
	padding:0;
	}
h2 { font-size:150%; /* 150% */ font-weight:bold; line-height:normal; }
h3 { font-size:130%; /* around 130% */ }
h4, h5 {
	color:#292721;
	font-weight:bolder;
	font-size:100%;
	}


/*     TABLES
********************************/
table {
	border-top: 1px solid #9FA09B;
	font-size: 95%;
	}
th, td {
	margin:0;
	text-align:left;
	line-height:1.25;
	padding:4px;
	border-bottom: 1px solid #9FA09B;
	/*background-color:#FFFFF;            */
    border-bottom: 0px;
    border-top:0px;
    border-right:0px;
    border-left:0px;
	/*font-size:110%;*/
	}
td { background-color:#F5F5F5; }
th { background-color:#EDECE6; }


/*     LAU HEADER
********************************/
#lauheader {
	position:absolute;
	left:50%;
	margin: 0 0 0 -454px;
	width: 908px;
	height:72px;
	
	background-color:#004c3c;
	}
#lauheader img {
	/*padding-left:37px;
	 padding-top:7px; */
	}
#homelink {
	position:absolute;
	left:16px; top:0;
	width: auto;
	height: 72px;
	
	font-size:120%;
	color:#fff;
	}
/*#lauheader a:hover {
	height: 80px; z-index: 5000;
	font-size:140%;
	}*/


/*     SEARCH
********************************/
#search_box { /* Container for all search elements. In #lauheader. */
	position:absolute;
	right:0; top:8px;
	line-height:normal;
	}
#cse-search-box p { /* Container of the form elements. */
	color:#fff;
	font-size:90%; margin:0;
	}
* + html #cse-search-box { margin:0; padding:0; }
* html #cse-search-box { margin:0; padding:0; }

#cse-search-box .txtbox, #cse-search-box input[type=text] { /* The input box. Second selector just in case dev forgets to add class="txtbox" */
	width:180px;
	font:100% corbel, franklin gothic book, sans-serif;
	color:#513B0D;
	background-color:#E2DED0;
	border:0 none;
	height:16px;
	padding:1px;
	}
#searchmore { /* Extras below the search form. */
	font-size:80%;
	margin:0;
	color: #fff;
	}
#searchmore a {
	color: #E2DED0;
	}


/*     #CONTENT
********************************/
#content {
	width: 908px;
	margin: 0 auto;
	background:transparent url(images/content-shadow.png) no-repeat left top;
	overflow:auto;
	position:relative;
	top: 72px;
	padding-bottom:10px;
	}
* + html #content { overflow:visible }
#upper {
	background: transparent url(images/genericheader.jpg) top no-repeat;
	height:87px;
	position:relative;
	margin:0 4px;
	padding:0 0 0 1px;
	border-bottom:0px;
	}
#upper h1 {
	color: #605A4C;
	padding: 20px 0px 0px 224px;
	margin:0;
	font-size:200%;
	color: #605A4C;
	line-height:normal;
	}
#body {
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	width: 430px;
	margin-left:20px;
	}
#body h1 { /* color:#393F38;*/ margin-bottom: .5em; }
#body h2 {
	line-height:normal;
	/*color:#D38F31;*/ /* yellow */
	margin-bottom:0;
	}
* html #body h2		{ margin:0; }
* + html #body h2	{ margin:0; }
* html #body h3 	{ margin-top:0; }
* + html #body h3 	{ margin-top:0; }
#body wide_body {
	width:600px;
	margin-left:30px;
	}

#sidebox {
	padding:0 10px;
	margin:30px 10px 10px 680px;
	width: 215px; width:195px;
	border-left:1px solid #DEDEDE;
	min-height:250px;
	line-height: normal;
}
* html #sidebox {
	margin-left:auto;
	height:250px;
	/* width: 215px; */
} /*\  Important to have the sidebox on the left side\*/


/*     FOOTER
********************************/
#laufooter_shadow {
	height:105px;
	background: #fff url(images/footer_gray_bar.gif) repeat-x center bottom;
	position:relative;
	top:72px;
	}
#laufooter {
	margin: 0 auto;
	height:105px;
	width:908px;
	background: url(images/footer-shadow.png) no-repeat;
	font-size: 90%;
	color: #535353;
	}
#laufooter p {
	margin:0;
	padding-top:50px;
	padding-left:30px;
	line-height:normal;
	}
#laufooter p a {
	color: rgb(55,53,53);
	text-decoration:underline;
	}
#laufooter p a:visited {
	color: rgb(55,53,53);
	text-decoration:none;
	}
#laufooter p a:hover { text-decoration:underline; }



/*     NAVIGATION
********************************/
#navset {
	width:210px; padding:0; margin:13px 0 0 8px;
	float:left;
	}
.nav {
	font-size:95%;
	color:#605a4c;
	margin-bottom:15px;
	}
.nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px solid rgb(205,204,204);
	line-height:normal;
	}
.nav li {
	padding:0; margin:0;
	border-bottom:1px solid rgb(205,204,204);
	}
.nav li:last-child,
* html .nav li.lastchild {
	border-bottom: 0 none;
	}
.nav li ul {
	margin:0;
	padding:0;
	border-top:1px solid rgb(205,204,204);
	border-bottom: 0 none;
	
	display:none;
	}
.nav li.here ul { display:block; }
.nav li.here ul li ul { display:none; }
.nav li.here ul li.here ul { display:block; }

/*** link basics ***/
.nav li a {
	display:block;
	padding: 0 0 0 20px;
	background:#fff url(images/menu_arrow_beige.gif) no-repeat 10px 5px;
	color:#605A4C;
	text-decoration: none;
	margin:2px 0 2px 2px;
	}
* html .nav li a { height:1px; } /* this shouldn't be needed; test */

.nav li a.here {
	background-color: rgb(228,226,218);
	background-image: url(images/menu_arrow_red.gif);
	color:#B75055;
	}
.nav li a:hover {
	background-color: rgb(228,226,218);
	background-image: url(images/menu_arrow_red.gif);
	color:#B75055;
	}

/*** sub-level links ***/
.nav li ul li a /* level 2 link */ {
	padding-left:40px;
	background-position: 30px 5px;
	}
.nav li ul li a.here {
	background-color: #fff;
	background-image: url(images/menu_arrow_red.gif);
	color: #B75055;
	}
.nav li ul li a:hover {
	background-color: #f6f5f3;
	background-image: url(images/menu_arrow_red.gif);
	color: #B75055;
	}

.nav li ul li ul li a /* level 3 link */ {
	padding-left:60px;
	background-position: 50px 5px;
	}
.nav li ul li ul li a.here {
	background-color: #fff;
	background-image: url(images/menu_arrow_red.gif);
	color: #B75055;
	}
.nav li ul li ul li a:hover {
	background-color: #f6f5f3;
	background-image: url(images/menu_arrow_red.gif);
	color: #B75055;
	}



















/*     PAYFLOW LINK/PAYPAL
********************************/
#payflow-link {
	width: 700px; margin:auto;
	padding-top: 30px;
	background: transparent url(images/LAU_logo.gif) no-repeat center top;
	margin-top:8px;
}
#payflow-link table { width:360px; margin:auto; margin-top:10px; }
#payflow-link .touchpad { text-align:center; }
#payflow-link .pageMargins form p { text-align:center; }



.SmallLabel
{
	font: 13px/1.5em corbel, "helvetica neue", "franklin gothic medium", "franklin gothic book", "franklin gothic", sans-serif;
}




