/* Start of Layout and Design Scheme */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
	margin: 0;
	height: 100%;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
#wrapper { /* Contains all the page components*/
	width: 100%;
	margin: 0;
	background-color: white;
}
#banner {
	width: 100%;
	background-color: white;
	background-image: url(../images/lcea-banner-bg.gif);
	background-repeat: repeat-x;
}
#banner img {
	border: none;
	padding-left: 200px;
}
#logo {
	position: absolute;
}
#body {
}
#navigation {
	float: left;
	width: 200px;
	padding: 55px 0 1em 0;	
}
#navigation img {
	border: none;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#navigation a.button {
    display: block;
    width: 200px;
    height: 45px;
    margin: 0 auto;
}
a.button:hover {
    background-image: url(../images/lcea-navmark.gif);
}
body#homepage li#home a, body#documentspage li#documents a, body#faqpage li#faq a, body#grievancepage li#grievance a, body#bargainingpage li#bargaining a, body#benefitspage li#benefits a, body#memberspage li#members a, body#contactpage li#contact a { /* Persistent Page Marker */
	background-image: url(../images/lcea-navmark.gif);
}
#content {
	width: 655px;
	padding-top: 7px;
	margin-left: 217px;
	font-size: .85em;
	background-color: white;
	margin-bottom: 1em;
	z-index: 10;
}
#content img { /* All images have a border */
	border: 1px solid black;
}
#content a:link {
}
#content a:visited {
}
#footer {
	width: 100%;
	padding: 0;
	font-size: .85em;
	background-image: url(../images/lcea-footer-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	border-bottom: 3px solid gray;
}
#sidebar {
	width: 200px;
	float: right;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
	text-align: left;
	border-left: 2px dotted #9C3;
}
/* End of Layout and Design Scheme */

/* Start of Font and Image Styles */
h1 {
	font-family: Futura, Arial, sans-serif;
	font-size: 1.5em;
	color: #936;
	margin: 0;
	padding-bottom: .5em;
}
h2 {	
	font-family: Futura, Arial, sans-serif;
	font-size: 1.25em;
	color: #06C;
	margin: 0 0 0 0;
	padding: 0;
}
h3 {	
	font-family: Futura, Arial, sans-serif;
	font-size: 1.15em;
	color: black;
	margin: 0 0 0 0;
	padding: 0;
}
.smalltext {
	font-size: 10px;
}
.imageright {
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}
.imageleft {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.imagecenter {
	text-align: center;
}
.highlight {
	background-color: #FFFF66;
}

/* End of Font Styles */
