/* Stylesheet for CMIA32.org */

/* Eric Meyer's CSS resets */

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; }
	
ol, ul {
	list-style: none; }
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
p, ul, li {
	text-align: left; }	
	
/* Start the custom styles */

body {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 0.76em;
	color: #222;
	text-align: center;
	margin: 0;
	background-color: #035;
	line-height: 1.2em;
	height: 100%; }
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0.5em 0; }

a {text-decoration: none; }

a:link {color: blue; }

a:visited {color: blue; }

a:hover {color: red; }

a:active {color: red; }

h1 {
	font-size: 2em;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
	color: #555;
	font-variant: small-caps;
	text-shadow: 2px 2px 2px #888; }

h2 {
	font-size: 4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #971d1f;
	text-shadow: 4px 4px 4px #444; }
	
	h2 a {
		font-style: italic;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif; }

h3 {
	font-size: 2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.2em;
	color: #971d1f;
	margin-left: 20px; }

h4 {
	font-size: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	color: #700;
	background: #eee;
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	margin: 0 0 5px 0;
	width: 93%; }

h5 {
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 2px 4px;
	width: 93%;
	background-color: #ffe770; }

h6 {
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left; }

#wrapper {
	width: 990px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #fff;
	border: 6px #aaa ridge;
	min-height: 100%;
	position: relative;
	<!--[if lt IE 7]>
	height: 100%;
	<![endif]--> }

#header {
	width: 100%;
	height: 170px;
	background-image: url("/images/header-gradient.png");
	text-align: left; }
	
	#header h1,h2 {
	margin: 10px;
	text-align: left;
	line-height: 1em;  }
	
/* main DIV contains all the columns; using a content DIV for each column allows spacing them without running into box model problems that would arise from using margins on individual columns */

#main {
	width: 100%;
	padding-bottom: 110px; }

/* text DIV is the centered container for single column pages */

#text {
	text-align: left;
	width: 720px;
	position: relative;
	margin: 20px auto;
	padding: 10px 80px; }
	
/* positioning the column DIVs inside container DIVs to create the illusion of padding */

#container1 {
    float: left;
    width: 330px; }

#col1 {
	width: 312px;
	position: relative;
	margin: 10px auto;
	border: 1px #aaa solid; }
   
#container2 {
    float: left;
    width: 330px; }
   
#col2 {
	width: 312px;
	position: relative;
	margin: 10px auto;
	border: 1px #aaa solid; }
   
#container3 {
    float: left;
    width: 330px; }

#col3 {
	width: 312px;
	position: relative;
	margin: 10px auto;
	border: 1px #aaa solid; }	

/* header menu styles */

.nav {
	width: 100%;
	height: 30px;
	float: left;
	overflow: hidden;
/*	background-color: #0036f5;
	background-image: url("/images/navbar-gradient.png"); */
	border-bottom: 4px #048 ridge; }

   .nav ul {
      clear: left;
      float: left;
      margin: 0;
      padding: 0;
      position: relative;
      left: 50%;
      text-align: center; }

   	.nav ul li {
   		font-variant: small-caps;
   		font-size: 1.4em;
   		display: block;
   		height: 24px;
   		margin: 5px 2px 0 2px;
   		border: 1px #048 solid;
   	   background: url("/images/navbutton-gradient.png");
   		float: left;
   		position: relative;
   		right: 50%; }
   		
   	   .nav ul li a {
   	      display: block;
   	      position: relative;
   	      top: 4px;
   	      padding: 0 10px;
   	      color: #ffdf41; }
   	      
         .nav ul li a:hover {      	      
   	      color: #921b1d; }
   	      
/* Style for graphic buttons navigation bar */

ul.picnav {
	list-style: none;
	margin: 0;
	padding: 0; }   
   
#nodisplay {
   display: none; }

   ul.picnav li {
   		float: left; }

   	   ul.picnav li a {
   	      display: block;
	   		height: 119px;
	   		width: 198px;
	   		position: relative;
	   		top: -4px; }
   
   	ul.picnav li#gethelp {
   		background-image: url(images/gethelp-button.png); }
   
   	ul.picnav li#bigbook {
   		background-image: url(images/bigbook-button.png); }   
   
   	ul.picnav li#locations {
   		background-image: url(images/locations-button.png); }   

   	ul.picnav li#grapevine {
   		background-image: url(images/grapevine-button.png); }

   	ul.picnav li#districts {
   		background-image: url(images/districts-button.png); }

/* Style for text labels on graphic buttons */
  	   ul.picnav li a:link span.largebuttontext {
		   font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
		   font-size: 32px;
		   font-weight: bold;
		   color: #971d1f;
		   text-shadow: 2px 2px 2px #888;
		   position: relative;
		   top: 25px;
		   left: 10px; }

  	   ul.picnav li a:visited span.largebuttontext {
  	   	color: #971d1f; }
  	   	
  	   ul.picnav li a:hover span.largebuttontext {
  	   	color: #ffdf41; }
  	   	
  	   ul.picnav li a:active span.largebuttontext {
  	   	color: #ffdf41; }	
   
  	   ul.picnav li a:link span.smallbuttontext {
	   	font-family: "Monotype Corsiva", "Apple Chancery", "Lucida Handwriting", "URW Chancery L", cursive;
	   	font-size: 20px;
	   	font-style: italic;
	   	color: #971d1f;
		   text-align: left;
		   position: relative;
		   top: 15px;
		   left: 10px; }
   	
  	   ul.picnav li a:visited span.smallbuttontext {
  	   	color: #971d1f; }
  	   	
  	   ul.picnav li a:hover span.smallbuttontext {
  	   	color: #ffdf41; }
  	   	
  	   ul.picnav li a:active span.smallbuttontext {
  	   	color: #ffdf41; }	   

/* side menu styles */

#col1 ul {width: 100%; }
	
	#col1 li {
		font-size: 0.85em;
		margin: 0 10px; }
	
		#col1 li a {
			display: block;
			padding: 2px; }
	
			#col1 li a:link {
				background-color: #eee;
				border: 1px #ddd ridge; }
	
			#col1 li a:visited {
				background-color: #eee;
				border: 1px #ddd ridge; }
	
			#col1 li a:hover {
				background-color: #eee;
				border: 1px #ddd outset; }
	
			#col1 li a:active {
				background-color: #ccc;
				border: 1px #ddd inset; }

   #col1 p {
      margin-top: 0;
      padding-top: 0; }
      
   #col1 h5 {
      margin-bottom: 0;
      padding-bottom: 0; }

/* Districts list */

.button3 {
	float: right; 
	list-style: none;
	margin: 20px;
	width: 240px;
	border: 2px #048 outset; }

.button3 li {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none; }

	.button3 li a {
		font-size: 1em;
		display: block;
		padding: 2px;
		text-decoration: none; }

.button3 a:link {
	background-color: #eee;
	border: 1px #ddd ridge; }

.button3 a:visited {
	background-color: #eee;
	border: 1px #ddd ridge; }

.button3 a:hover {
	background-color: #eee;
	border: 1px #ddd outset; }

.button3 a:active {
	background-color: #ccc;
	border: 1px #ddd inset; }

/* footer menu styles */
#footer {
	text-align: center;
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	height: 90px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 2px #aaa ridge;
	border-bottom: 2px #aaa ridge; }

	#footer li { display: inline; }

		#footer li a {
			font: 1em Verdana, Helvetica, Arial, sans-serif;
			text-decoration: none;
			padding: 0px 12px 0 12px; }

			#footer li a:hover { background-color: #ccc; }

	#col2 ul {
		margin-left: 2em; }

.calendar p {
	padding: 4px;
	margin: 2px;
	border-bottom: 1px #aaa solid; }

#district {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 10px; }

#footer {
	width: 100%;
	clear: both;
	margin: 10px 0;
	text-align: center;
	padding-bottom: 60px; }

	#footer p { padding: 10px 40px; }

acronym, abbr {
	color: green;
	font-weight: bold;
	cursor: help; }

.indent { margin-left: 30px; }

#headimg1 {
	float: left;
	margin-left: 10px;
	position: relative;
	top: -10px; }

#headimg2 {
	float: right;
	margin-right: 10px;
	position: relative;
	top: 20px; }

td { vertical-align: top; }

th {
	font-variant: small-caps;
	font-weight: bold;
	text-align: left; }

dt {
	font-weight: bold;
	margin-bottom: 4px; }

dd { margin-bottom: 4px; }

.tablelist ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none; }

.tablelist th, td { width: 140px; }

.tablelist { background-color: #eee; }

.shadebox {
	padding: 5px 10px;
	margin: 10px 0; }

	.shadebox dt { font-weight: 600; }

.curvy {
	background-color: #eee;
	margin: 50px 0px; }

	.curvy h3, h4, h5, h6, p, dl { padding: 5px 10px; }

	.curvy dt { font-weight: 600; }

.minutes {
	float: left;
	width: 120px;
	padding: 6px;
	min-height: 200px; }

	.minutes h5 { margin-top: 0; }

	.minutes ul {
		margin-left: 10px;
		padding-left: 0px;
		list-style: none; }

