@charset "utf-8";
/* CSS Document */

body {
	background:#5C824B;
	padding:0;
	margin:0;
	font-size: 13px;
	/*min-width:780px;*/

	position:relative;
	}
a img {border:none; text-decoration:none;}
	
a:link, a:visited, a:hover, a:active 
	{color: #421C54; text-decoration: underline; border:none;}
	
.rightBanner a:link, .rightBanner a:visited, .rightBanner a:hover, .rightBanner a:active,
.rightMain a:link, .rightMain a:visited, .rightMain a:hover, .rightMain a:active 
	{color: #FFF; text-decoration: underline; font-weight:bold; margin-left:20px;
	font-family:Arial, Helvetica, sans-serif; font-size:8pt;line-height:22px;}
	

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active 
	{color: #FFF; text-decoration: none; padding: 0 20px; vertical-align:middle;}
	
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active 
	{color: #333; text-decoration: none;}

.leftBkgd {
	background:#5C824B url(images/leftBkgd.gif) top right repeat-y;
	position:absolute;
	left:0px;
	width:70px;
	height:100%;
	} 
	
.rightBkgd {
	background:#5C824B url(images/rightBkgd.gif) top left repeat-y;
	position:absolute;
	right:0px;
	width:70px;
	height:100%;
	}
	
.main {
	background:none;
	padding:0 70px;
	min-width:845px;
	position:relative;
	}
	
.content {
	background:#FFF;
	}

	
.banner {
	background:#FFF url(images/elizLogo.gif) left no-repeat;
	height:75px;
	top:0px;
	}
	
.rightBanner {
	background:#8F6F83 url(images/elizPicture.jpg) right no-repeat;
	position:absolute;
	right:70px;
	top:0px;
	height:75px;
	width: 190px;
	padding:0 15px 0 0;
	}
	
.nav {
	background:#5C824B;
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-transform:uppercase;
	height:18px;
	font-weight: bold;
	padding: 0px;
	white-space:nowrap;
	}
	
.navPad {padding: 5px 20px; background: none repeat scroll 0 0 #5C824B;}
	
.mainContent {
	width:100%;
	background:url(images/rightMainBkgd.gif) right repeat-y;
	margin-top:25px;
	}

.rightMain {
	background:#421C54;
	float:right;
	width: 190px;
	padding: 0 15px 20px 0;
	height: 100%;
	margin-top:6px;
	/*position:absolute;
	right:70px;
	top: 115px;*/
	}
	
.text {
margin:10px 240px 10px 40px;
}

.homeFlash {
	text-align:center; 
	margin-right:25px;
}
	
.leftMain {
	background:#FFF;
	float:left;
	padding: 20px;
	height: 100%;
	/*position:absolute;
	right:70px;
	top: 115px;*/
	}	
	
h1 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#A07D47;
	font-size:21px;
	margin-bottom:0;
	}
	
h2 {
	color: #000;
	font-size:12pt;
	margin-bottom:0;
	clear:left;
	margin: 18px 0 8px;
}

h3 {
	clear: left;
    color: #421C54;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: normal;
    margin: 12px 0 5px 40px;
}


.linkDesc {
	margin: 4px 0 8px 40px;
	font-size:11px;
	color:#333;
	font-weight:bold;
}

.teaser {
	margin: 0 0 20px 40px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
}

div.text img.teaserImage {
	float: left;
	margin: 0 10px 18px 40px; 
	height: 65px;

}

.byline {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-top:3px;
	margin-bottom:0px;
}
	
.mainContent h1 {
	margin-left:37px;
}

.rightMain h1 {
	margin-left:7px;
	font-size:13pt;
	margin-top:30px;
}

.rightMain p{
	padding:8px 0 4px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFF;
	overflow:visible;
	margin: 0 7px;
	/*font-weight:bold;*/
	}
	
.rightMain ul {
	padding-left:20px;
	color: #FFF;
	margin-top:0;
}
	
.rightMain ul li{
list-style-image:url(images/bullet.gif);
padding-top:10px;
}

.rightMain ul li a:link, .rightMain ul li a:hover, .rightMain ul li a:visited, .rightMain ul li a:active{
margin-left:0;
line-height:18px;
}

p.quote{
	background:url(images/leftQuotes.gif) top left no-repeat;
	}
	
	
p.quoted {
	margin-bottom: 15px;
	text-align:right;
	padding-top:0;
	
}

	
p.back {
	font-family:Arial, Helvetica, sans-serif;
	color:#421C54;
	font-size:8pt;
	font-weight: bold;
	margin: 13px 0 10px 37px;
	}

div.text img {
	float: right;
	margin: 20px 0 20px 20px;
}

.footer {
	background:#9A9C80;
	/*width: 100%;*/
	clear:both;
	
	color: #333;
	font-size: 10pt;
	font:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	border-top: 5px solid #5C824B;
	/*position: absolute;
	bottom: 0px;*/
	
	}
	
.footer div.left {
	position: absolute;
	left: 80px;
	bottom: 10px;
}

.footer div.right {
	position: absolute;
	right: 80px;
	bottom: 10px;
}

	