#LandingBar{
clear:both;
color: #039;
display: block;
padding: 0 0 0 10px;
margin: 0 0 0 0;
height:25px;
background: transparent url(../images/landing-topbluebar.jpg) repeat-x;
}

/*** 
I got the basic 3-col CSS ideas from http://webhost.bridgew.edu/etribou/layouts/skidoo/index.html.
I modified the code though to suit our needs.
 ***/
/********************************************************************/
#outerColumnContainer
{ 
	z-index: 1;
    margin:5px 0;
	border-color: #fff;	/* set default color to white. set the real color inside colors.css */
	border-style: solid;
	border-width: 0 0 0 174px;	/* sets the width of the borders used to create the left and right columns' background color. */		  
}
#innerColumnContainer{
z-index: 2;
width: 100%;
}

* html #innerColumnContainer{
position: relative;	/* fix a render bug in IE under certain conditions */
}

#lndVerticalBarColumn{
	margin: 25px 0 0 0;		
	width: 10px;
	border-width: 0;
}
#lndLeftColumn, #lndContentColumn, #lndVerticalBarColumn{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}
#lndContentColumn{
	float: right;
	width: 565px;
	margin: 0px;	/* same as in the #leftColumn selector up above. */
}
#lndLeftColumn{
	width: 194px;
	margin: 0 1px 0 -167px;	
}

.clear{
	clear: both;
}
.hide{
	display: none;	
}
html[xmlns] .mozclear{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

/******************************************************************************/

#lndVerticalBarStart{
width:8px;
height:37px;
background: url(../images/landing-vertline.jpg);
}

#lndVerticalBarFinish{
width:8px;
height:517px;
background: transparent url(../images/landing-vertline2.jpg) repeat-y;
}

#lndContactHeader{
margin:25px 0 0 0;  /*line up just underneath welcome image*/
width:193px;
height:30px;
background-image: url(../images/landing-contact-top.jpg);
}

#lndLeftNav{
padding:0 0 0 10px;
margin:0 10px;
}

#lndLeftNav li{
padding:5px 0;
list-style-type:none;
}

#lndLeftNav li a{
color:#6E8D6E;
font-weight:bold;
}

#lndWelcome{
width:240px;
height:25px;
background-image: url(../images/landing-welcome.gif);
}

#lndLoginOptions{
margin:0;
padding:0;
}

#lndLoginOptions li{
list-style-type:none;
}

#lndReturningUsersImg{
width:563px;
height:45px;
background-image: url(../images/landing-returning-login.jpg);
}

#lndNewUsersBorder{
width:563px;
height:40px;
background-image: url(../images/landing-divider.jpg);
}

#lndNewUserLogo{
margin:0 20px;
width:110px;
height:20px;
background-image: url(../images/new-users.gif);
}

#lndNewUsersEnd{
width:563px;
height:20px;
background-image: url(../images/landing-dividerNewUserEnd.jpg);
}

#lndAthensUsersBorder{
width:563px;
height:40px;
background-image: url(../images/landing-divider2.jpg);
}

#lndAthensUserLogo{
margin:0 20px;
width:140px;
height:20px;
background-image: url(../images/athens-login.gif);
}

#lndAthensUserLogo a{
width: 100%;
height: 100%;
display: block;
}

#lndAthensUsersBorder2{
width:563px;
height:23px;
background-image: url(../images/landing-divider3.jpg) ;
}

.lndLoginContent{
margin:0 20px 0 48px;
}


#lndLoginForm {
  position: relative;
  float:left;
  width: 250px;
}

#lndLoginForm dt {
clear: both;
float:left;
width: 80px;
padding: 4px 0 2px 0;
text-align: left;
color:#565656;
font-weight:bold;
font-size:9pt;
}

#lndLoginForm dd {
float: left;
width: 150px;
margin: 0 0 8px 0;
padding: 0 0 0 3px;
}

#lndForgotPassword {
display:block;
clear:both;
font-size:8pt;
}

#lndForgotPassword ul{
margin:0;
padding:0;
}

#lndForgotPassword ul li{
padding:0 10px;
display:inline;
list-style-type:none;
color:#808080;
}

#lndLoginSubmit{
display:inline;
float:left;
margin: 15px 0px 0px 0px;
}

#lanLoginDesc{
margin:20px 0 0 0;
}

#lanLoginList li{
padding:5px 0;
list-style-type:disc;
}

#lndIncludedOptions{
margin:10px 0 0 0;
}

#lanLstOptions li{
padding:5px 0;
list-style-type:disc;
}


#lanFooter{
margin:0;
padding:5px 0 0 0;
}

#lanFooter li{
display:inline;
padding:10px 0 0 20px;
font-size: 8pt;
color:#FFFFFF;
}

#lanFooter li.year{
padding-right:50px;
}

#lanFooter li a{
color:#FFFFFF;
}

.lndSilver{color:#525252;font-weight:bold;}
.lndGold{color:#BCA120;font-weight:bold;}
.lndPlatinum{color:#9B8764;font-weight:bold;}
.lndLinkDarkBlue{color:#000066;}
.lndLinkGreen,.lndLinkGreenBld{color:#339933;}
.lndLinkGreenBld{font-weight:bold;}

.lndFailureMessage{
color: red;
margin: 5px 0 10px 0;
padding: 3px; 
}

#lndAthensUserLink{
padding:0 0 0 10px;
margin:60px 10px;
}

#lndAthensUserLink a{
color:#E46803;
font-weight:bold;
}


#lndUserLink{
padding:0 0 0 10px;
margin:60px 10px;
}

#lndUserLink a{
color:#0455BE;
font-weight:bold;
}
