body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img, a img, :link img, :visited img {border:0px none;}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {  
	background:#9393EB;
	text-align:center; 
	color:#000; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:16px; 
	font-size:13px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span, h2 span, h3 span	{ display:none; }

a:link, a:visited	{ color:#36377E; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#9393EB; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url('../images/bullet-back-to-top.jpg') no-repeat right;
	}

.buy-now {
	margin: 0 0 0 15px;
	}	

.strike {
	text-decoration: line-through;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/body-bg.gif') repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:177px
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:167px;
	float:left;
	}

	#column-left p {
		margin:0px 0px 10px 0px;
		}

	#sdlsa-logo {
	background:url('../images/sdlsa-logo.gif') no-repeat;
	width:167px;	
	height: 180px;
	margin-top: 25px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:633px;
	float:left;
	overflow: hidden;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:0px 15px 10px 15px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:url('../images/bullet.jpg') no-repeat 0px 6px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px
			}
			
ol { 
	list-style-type: decimal;				
	padding-left: 45px;
	}

#board {
	margin: 0 0 10px 15px;
	}
	
#board td {
	padding: 2px 0 2px 3px;
	}	

/* ------------------------ calendar of events ------------------------ */

dl.event
{
margin: 2em 0;
padding: 0;
}

.event dt
{
position: relative;
left: 15px;
top: 1.3em;
width: 100px;
font-weight: bold;
}

.event dd
{
border-left: 1px solid #000;
margin: 0 0 0 110px;
padding: 0 0 .5em .5em;
}

.lsi { color: #000066; }

.alternate { background-color:#cccccc; margin-top: 10px; }

#board-table {
	margin: 0 0 10px 15px;
	}
	
#board-table td {
	padding: 5px 0 5px 3px;
	}	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:57px; } /* sets height for all subheads */
	body#index #subhead { background:url('../images/subhead-index.jpg'); }
	body#about #subhead { background:url('../images/subhead-about.jpg'); }
	body#advertising #subhead { background:url('../images/subhead-advertising.jpg'); }
	body#board #subhead { background:url('../images/subhead-board.jpg'); }
	body#president #subhead { background:url('../images/subhead-president.jpg'); }
	body#committees #subhead { background:url('../images/subhead-committees.jpg'); }
	body#membership #subhead { background:url('../images/subhead-membership.jpg'); }
	body#calendar #subhead { background:url('../images/subhead-calendar.jpg'); }
	body#gallery #subhead { background:url('../images/subhead-gallery.jpg'); }
	body#ccls #subhead { background:url('../images/subhead-ccls.jpg'); }
	body#members #subhead { background:url('../images/subhead-members.jpg'); }
	body#jobs #subhead { background:url('../images/subhead-jobs.jpg'); }
	body#legal-lines #subhead { background:url('../images/subhead-legal-lines.jpg'); }
	body#links #subhead { background:url('../images/subhead-links.jpg'); }
	body#lsi #subhead { background:url('../images/subhead-lsi.jpg'); }
	body#contact #subhead { background:url('../images/subhead-contact.jpg'); }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.jpg'); }
	body#thankyou #subhead { background:url('../images/subhead-thankyou.jpg'); }
	body#register #subhead { background:url('../images/subhead-register.jpg'); }	
	body#seminar-register #subhead { background:url('../images/subhead-seminar-register.jpg'); }
	body#event-payment #subhead { background:url('../images/subhead-event-payment.jpg'); }	
		

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url('../images/subhead-meet-doc.jpg') ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url('../images/bottom-wrap.gif');
	width:100%; /* fix for Safar */
	height:20px;
	clear:both
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	background:#9393EB;
	}

#footer p {
	color:#131567;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#131567; }
#footer a:hover, #footer a:active { color:#FFFF00; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #131567;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.gif") top left no-repeat;					
	width:167px;	/* Width of buttons, not entire image (or half of entire image) */
	height:287px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:20px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:7px; width:167px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14 { margin-top:0; width:167px; }

#nav-01 a:hover { background:url("../images/nav.gif") -167px  -7px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -167px  -27px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -167px  -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -167px  -67px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -167px  -87px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -167px  -107px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -167px  -127px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.gif") -167px  -147px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.gif") -167px  -167px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.gif") -167px  -187px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.gif") -167px  -207px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.gif") -167px  -227px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.gif") -167px  -247px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.gif") -167px  -267px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 	    { background:url("../images/nav.gif") -167px  -7px no-repeat; }
body#about #nav-02      { background:url("../images/nav.gif") -167px  -27px no-repeat; }
body#board #nav-03      { background:url("../images/nav.gif") -167px  -47px no-repeat; }
body#committees #nav-04 { background:url("../images/nav.gif") -167px  -67px no-repeat; }
body#membership #nav-05 { background:url("../images/nav.gif") -167px  -87px no-repeat; }
body#calendar #nav-06   { background:url("../images/nav.gif") -167px  -107px no-repeat; }
body#gallery #nav-07    { background:url("../images/nav.gif") -167px  -127px no-repeat; }
body#ccls #nav-08       { background:url("../images/nav.gif") -167px  -147px no-repeat; }
body#jobs #nav-09       { background:url("../images/nav.gif") -167px  -167px no-repeat; }
body#members #nav-10    { background:url("../images/nav.gif") -167px  -187px no-repeat; }
body#lsi #nav-11        { background:url("../images/nav.gif") -167px  -207px no-repeat; }
body#links #nav-12      { background:url("../images/nav.gif") -167px  -227px no-repeat; }
body#advertising #nav-13{ background:url("../images/nav.gif") -167px  -247px no-repeat; }
body#contact #nav-14    { background:url("../images/nav.gif") -167px  -267px no-repeat; }

body#legal-lines #nav-10    { background:url("../images/nav.gif") -167px  -187px no-repeat; } 



/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#EEE409;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:167px; /* Set to same width as in #nav */
	margin-top:-20px; /* Set to each button height, same as used above */
	padding-right:1px;
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #36377E;
	border-top:none;
	}

#nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-10 ul a:hover { 
	background-image:none;
	background-color:#131567;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-10 ul, #nav-10 li { width:100px; }		


