﻿body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #FFF;
height: 100%;
}

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
padding: 0;
margin: 0;
/* background-image: url(images/container_bg.jpg); */
background-repeat: repeat-y;
background-position: top left;
height: 100%;
}

/* Banner near top of page that says the name of the whole site - also has crane background image. */

#main-title {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0;
padding-top: 0px;
padding-right: 0px;
font-size: .9em;
letter-spacing: 0px;
text-align: right;
background-image: url(images/lrhlogo120.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #ffffff;
height: 120px;
color: #ee0000;
/*font-weight: bold; */
font-family: verdana, arial, helvetica, sans-serif;}

/* Not contained in the main-text element. Has background image to create effect of continuation of crane image. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 35px;
padding-right: 0;
font-weight: bold;
background-image: url(images/title_bg.jpg);
background-repeat: repeat-y;
background-position: top left;
border-top: 1px #ee0000 solid;
border-bottom: 5px #ee0000 solid;
color: #000000;
background-color: #ffffff;
font-style: italic;
font-size: 17px;}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 240px;
padding-right: 10px;
background-color: #fff;
padding-top: 20px;
padding-left: 10px;
border-left: 1px #ee0000 solid;
border-right: 5px #ee0000 solid;
/*min-width: 500px; */
height: 100%;
}

#main-text2 {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 0px;
padding-right: 10px;
background-color: #fff;
padding-top: 20px;
padding-left: 10px;
border-left: 1px #ee0000 solid;
border-right: 5px #ee0000 solid;
min-width: 400px;
height: 100%;
}


p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: .7em;
line-height: 1.3em;
}

td ul {
font-size: 1em;
}

#main-text td {
font-size: 1em;
}


ol, ul {
margin-left: 25px;
}

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
color: #333333;
}

h3 {
font-size: .8em;
font-weight: bold;
margin: 0 0 8px 0;
padding-top: 16px;
padding-bottom: 5px;
padding-left: 0px;
border-bottom: 1px dashed #666;
}

h4 {
font-size: .7em;
font-weight: bold;
margin: 0;
padding-top: 16px;
padding-bottom: 5px;
padding-left: 0px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ee0000;
}

a:hover {
text-decoration: none;
font-weight: bold;
border-bottom: 2px #ee0000 solid;
}



/* Styles for the navbar on the left side. */

#left-menu {
	position: absolute;
	top: 180px;
	left: -1px;
	width: 159px;
	margin: 0 3px 0 2px;
	padding-top: 0px;
	background-color: #ffc9c6;
/*font-size: .9em;
height: 350px;
padding-bottom: 25px;
font-weight: bold;
border-top: 1px #ee0000 solid;
border-bottom: 1px #ee0000 solid;
*/
}


#left-menu a:link, #left-menu a:visited {
display: block;
color: #000000;
text-align: right;
padding: 2px 20px 0 1px;
border-bottom: 1px transparent solid;
}

/* New version */

#left-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#left-menu li a {
	color: #000;
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 23px;
	text-decoration: none;
	text-align: right;
	}	
	
#left-menu li a:link {
	color: #000;
	display: block;
	background:  url(../images/assets/leftmenu.gif);
	padding: 7px 20px 0 6px;
	}
	
#left-menu li a:hover {
	color: #FFFFFF;
	padding: 2px 20px 0 1px;
	background-color: #A83A3B;
border-bottom: 1px transparent solid;
	}
#left-menu li #active {
	color: #FFFFFF;
	padding: 7px 20px 0 6px;
	background-color: #C86060;
	}

/* Added 2008-09-23 RS */
#myschool {
	position: absolute;
	top: 480px;
	left: -1px;
	width: 146px;
	margin: 0 3px 0 2px;
	padding: 6px;
	background-color: #fff;
}
/* Styles for the right hand column. */

#right-column {
position: absolute;
top: 190px;
right: 0;
width: 240px;
}

#right-column h2 {
font-size: .8em;
font-weight: bold;
margin: 0;
padding-left: 10px;
padding-right: 5px;
padding-top: 15px;
padding-bottom: 5px;
}

#right-column p {
font-style: normal;
font-size: .7em;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
}

#right-column strong {
font-style: bold;
font-size: .9em;}



#footer {
	text-align: left;
	margin-bottom: 0;
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 6px;
	font-size: .8em;
	margin-top: 0;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-top: 5px #ee0000 solid;
	bottom: 0px;
}

#footer a:link, #footer a:visited {
color: #000000;
}

#footer a:hover {
color: #ee0000;
border-bottom: 3px #ee0000 solid;
}

.pulloutbox {
margin: 0 12px;
border: 1px solid #A83A3B;
padding 12px;
width: 90%;
text-align: center;
	background-color: #ffc9c6;
}

#Gallery img {
border: 1px solid black;
}

