/* GLOBAL STYLES --------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
}

body, h1, h2, h3, div, span, li, ol, ul {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-style: normal;
	
}

div {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b3d3e5;
	text-decoration: none;
	text-align: center;
}

ul, ol, li {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:active {
	text-decoration: none
}

a:link { 
	text-decoration: none 
}

a img {
	border: none;
}

em {
	font-style: normal;
}

strong {
	font-style: normal;
}

/* CONTAINER --------------------------------------*/

div#container {
	width: 770px;
	height: 100%;
	padding: 0 8px 0 8px;
	background-image: url(Images/containerBkg.gif);
	margin-left: auto;
	margin-right: auto;
}

/* HEADER --------------------------------------*/

div#screenReaderBox {
	height: 30px;
	background-image: url(Images/lsvi_header_top.jpg);
	padding-top: 11px;
}

div#screenReaderBox a {
	text-decoration: none;
	color: #104d70;
	font-weight: bold;
	font-size: 14px;
}

div#screenReaderBox a:hover {
	text-decoration: underline;
}

div#mainBanner {
	height: 161px;
	background-image: url(Images/lsvi_header_main.jpg);
	text-indent: -9999px;
}

/* SIDEBAR --------------------------------------*/

div#sideBar {
	float: left;
	height: 100%;
	width: 157px;
	background-color: #f1f1f1;
	text-align: right;
	border-right: 1px #e6e6e6 solid;
	height: 100%;
}

div#sideBar li a {
	display: block;
	border-top: 1px #abcadb solid;
	border-bottom: 1px #c5ddec solid;
	background-color: #b3d3e5;
	color: #104c6e;
	font-size: 11px;
	padding: 8px 10px 8px;
	
}

div#sideBar li a:hover {
	background-color: #91bed6;
}

div#belowNavBar {
	display: block;
	background-image: url("Images/leftNav_bkg.jpg");
	background-repeat: no-repeat;
	height: 200px;
}


/* Nav */
#menu {
/*height:132px; 
width:132px;*/

height: 100%;
width: 157px; 
position:relative;

/*  Added values*/
float: left;

}
 
#menu ul {
margin:0; 
padding:0; 
list-style:none; 

text-align:left; 

/*
background:#fff;
padding:1px 1px 0 1px; 
*/

/*  Added values*/

width: 157px;
background-color: #f1f1f1;
text-align: right;
border-right: 1px #e6e6e6 solid;
height: 100%;
}
 
#menu li {
/*margin:0; 
padding:0; 
list-style:none;*/

/*  Added values
border-top: 1px #abcadb solid;
border-bottom: 1px #c5ddec solid;
*/

background-color: #b3d3e5;
display: block;
color: #104c6e;
font-size: 10px;
 
}



#menu ul ul {
position:absolute; 
left:-9999px;
}

#menu ul#toplevel {
position:absolute; 
left:0; 
top:0;
}
 
#menu a {
/*
display:block; 
font:normal 11px verdana,arial,sans-serif; 
color:#000; 
line-height:22px; 
text-decoration:none;
padding:0 20px 0 10px;*/

display: block;
border-top: 1px #abcadb solid;
border-bottom: 1px #c5ddec solid;
background-color: #b3d3e5;
color: #104c6e;
font-size: 10px;
padding: 8px 10px 8px;
text-decoration:none;
} 

#menu li a.fly {
background: url(anywidth/arrow.gif) no-repeat right top;
}
 
#menu li a:hover {
background-color: #91bed6; 
color:#fff;

} 

#menu li:hover > a {
background-color: #91bed6; 
color:#fff;
}
 
#menu ul li:hover > ul {
left:100%; 
margin-top:-30px; 
margin-left:-1px;
}
 
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
 
#menu table {
position:absolute; 
left:99%; 
height:0; 
width:0; 
border-collapse:collapse; 
margin-top:-7px; 
margin-left:-1px;
}
 
 
 /* NAV */
	

/* DEFAULT CONTENT AREA --------------------------------------*/

div#content {
	float: left;
	width: 570px;
	min-height: 300px;     /*  Added by SS to make sure nav does not overlap footer   */ 
	padding: 20px;
	text-align: left;
}


div#content li {
	padding-bottom: 10px;

}


/* homepage news item --------------------------------------*/
div#openingParagraph {
	text-align: left;
}

/* homepage image --------------------------------------*/
div#openingParagraph img {
	float: right;
	border: 2px solid #f9d969;
	margin: 0 0 15px 15px;
	padding: 3px;
}

/* homepage header --------------------------------------*/
h2#subjectHeader {
	background-image: url("Images/hl_latestNews.gif");
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	width: 220px;
	height: 26px;
}

/* homepage header --------------------------------------*/
div#openingParagraph h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	padding-top: 10px;
	font-size: 1em;
	color: #bca989;
}

div#openingParagraph p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .9em;
	line-height: 16pt;
	color: #104b6e;
}


/* RECENT NEWS BOX --------------------------------------*/

div#recentNews {
	float: left;
	border: 1px solid #e6e6e6;
	width: 250px;
	/*height: 200px;*/
	text-align: left;
	padding: 20px 12px 0 25px;
	background-image: url("Images/recentNews_BKG.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

div#recentNews ul li span {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #bca989;
	display: block;
	height: 30px;
}

div#recentNews ul li a {
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
}

div#recentNews ul li a:hover {
	text-decoration: underline;
}

div#newsArchive {
	background-color: #f2f2f2;
	width: 135px;
}

div#newsArchive a {
	display: block;
	font-size: .6em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #104b6e;
	text-transform: uppercase;
	font-weight: bold;	
	padding: 10px 0 10px 25px;
	margin: auto;
	
}

div#newsArchive a:hover {
	background-color: #e5e5e5;
	text-decoration: underline;
}

/* UPCOMING EVENTS BOX --------------------------------------*/

div#upcomingEvents {
	float: right;
	width: 265px;
	text-align: left;
}

div#upcomingEvents h2 {
	text-indent: -9999px;
	background-image: url("Images/hl_upcomingEvents.gif");
	background-repeat: no-repeat;
	height: 36px;
}

div#upcomingEvents ul li {
	padding-top: 11px;
	font-size: .8em;
	text-align: left;
	font-weight: bold;
	color: #897d6c;
}

div#upcomingEvents a {
	padding-top: 11px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #897d6c;
}



div#upcomingEvents ul li.first {
	padding-top: 20px;
}


div#upcomingEvents ul li span {
	text-align: left;
	font-weight: normal;
	color: #bca988;
	padding-right: 10px;
}

div#upcomingEvents p a {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #104b6e;
}

div#upcomingEvents p a:hover {
	text-decoration: underline;
}


/* CONTENT.cfm ---------------------------------*/

/* homepage news item --------------------------------------*/
div#contentbody {
	text-align: left;
}

div#contentbody p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .9em;
	line-height: 16pt;
	color: #104b6e;
}


div#contentbody ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;

}


div#contentbody ul li {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .9em;
	line-height: 16pt;
	
}


/* right-side image --------------------------------------*/
div#contentbody img {
	float: right;
	border: 2px solid #f9d969;
	margin: 0 0 15px 15px;
	padding: 3px;
}

/* content header --------------------------------------*/
div#contentbody h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	padding-top: 10px;
	font-size: 1em;
	color: #bca989;
}


/* FOOTER --------------------------------------*/

div#footer {
	clear: both;
	background-image: url("Images/lsvi_footer.jpg");
	background-repeat: no-repeat;
	border-top: 3px solid #f9d96a;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 126px;	
}

div#addressInfo {
	padding: 20px 0 0 20px;	
	color: #fff;
	font-size: 10px;
}

div#footerHeadline {
	text-indent: -9999px;
}

div#bottomNav {
	width: 770px;
	padding: 10px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	font-size: .6em;
	text-align: left;
}

div#bottomNav a {
	color: #104b6e;
}

div#bottomNav a:hover {
	text-decoration: underline;
}


