/* GENERAL STYLES */

div {
	border: 1px solid red;
}


/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END OF RESET STYLES */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* STRUCTURAL STYLES */
#header {
	height: 156px;
	background-image:url(graphics/lsc/header.jpg);
	background-repeat: no-repeat;
}
#header h2 {
	display: none;
}
#content {
	padding: 10px;
}


/* END STRUCTURAL STYLES */

/* START NAVIGATION */
#navHolder {
	float: left;
	padding: 124px 0px 0px 29px;
	width: 100%;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
/*	width: 60em;
	line-height: 1;*/
}
#nav li {
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
/*	width: 10em; */
}
#nav a {
	display: block;
} 
#nav li#home a {
	background-image: url(graphics/lsc/home.jpg);
	background-repeat: no-repeat;
	width: 64px;
	height: 32px;
	display: block;
	text-indent: -999px;	
}
#nav li#home a:hover {
	background: url(graphics/lsc/home.jpg) no-repeat 0px -32px;
	height: 32px
}
#nav li#agendas a {
	background-image: url(graphics/lsc/agendas.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
	width: 84px;
	height: 32px;
	display: block;
	text-indent: -999px;
}
#nav li#agendas a:hover {
	background-image: url(graphics/lsc/agendas.jpg);
	background-position: 0px -32px;
	background-repeat: no-repeat;
	height: 32px
}
#nav li#minutes a {
	background-image: url(graphics/lsc/minutes.jpg);
	background-repeat: no-repeat;
	margin-left: 18px;
	width: 82px;
	height: 32px;
	display: block;
	text-indent: -999px;	
}
#nav li#minutes a:hover {
	background-image: url(graphics/lsc/minutes.jpg);
	background-position: 0px -32px;
	background-repeat: no-repeat;
	height: 32px
}
#nav li#other a {
	background-image: url(graphics/lsc/other.jpg);
	background-repeat: no-repeat;
	margin-left: 16px;
	width: 172px;
	height: 32px;
	display: block;
	text-indent: -999px;	
}
#nav li#other a:hover {
	background-image: url(graphics/lsc/other.jpg);
	background-position: 0px -32px;
	background-repeat: no-repeat;
	height: 32px
}
#nav li#contact a {
	background-image: url(graphics/lsc/contact.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
	width: 81px;
	height: 32px;
	display: block;
	text-indent: -999px;	
}
#nav li#contact a:hover {
	background-image: url(graphics/lsc/contact.jpg);
	background-position: 0px -32px;
	background-repeat: no-repeat;
	height: 32px
}
/* END NAVIGATION */



