/*  page info
	Site: Indianapolis District
*/

/**************************
      general styling 
***************************/
html {
	height: 100%;	
	}

body{
	font-size: 10pt;
	color: #999;
	text-align: center;
	background: #5A9CBB;	
	margin: 0;
	padding: 0;
	height: 100%;
	}


img {
	border: none;	
	}

p {
	color: #333;
	font-family: tahoma,geneva, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	}

h1{
	color: #09c;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 5px 6px 5px;
	padding-left: 6px;
	}

h2{
	color: #09c;
	font-size: 14px;
	text-align: left;
	font-variant: small-caps;
	padding-left: 8px;
	margin: 3px;
	}

h3{
	color: #036;
	text-align: left;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	}
	
h4{
	padding: 2px;
	margin: 0px;
	color: #f90;
	display: inline;
	font-variant: small-caps;
	font-size: 14px;
	}

h4 a{
	z-index: 0;
	}
	
a{
	color: #069;
	}

a:hover{
	color: #f90;
	}


hr {
	width: 60%;
	height: 1px;
	background-color: #09c;
	}


/**************************
      general styling 
***************************/
#header{
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	background: #F1EDD6 url('../images/topblue.jpg') repeat-x;	
	}

#welcome{
	position: relative;
	width: 777px;
	height: auto;
	margin: 0px auto 0px auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
#welcome p{
	color: #7D5532;
	font-size: 18px;
	line-height: 20px;
	}
	
#welcome h1{
	font-size: 21px;
	color: #7D5532;
	letter-spacing: 2px;
	line-height: 24px;
	}

#circle{
	padding: 12px 6px 6px 6px;
	}


#container {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	padding: 0px;
	background: #fff url('../images/bodybg.gif') repeat-x top ;	
	margin: 0px;
	}

#bodywrapper{
	position: relative;	
	width: 577px;
	height: auto;
	padding-left: 200px;      /* LC fullwidth */
	margin: 0 auto;
	overflow: hidden;
	}
		
#bodywrapper .column {
	position: relative;
	float: left;
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
	}


#content{
	padding: 0px;       /* CC padding */
	width: 100%;
	padding-top: 8px;
	height: auto;
	}
	
#content2{
	padding: 0px;       /* CC padding */
	width: 100%;
	padding-top: 8px;
	height: auto;
	}

	
img.pic{
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 3px;
	}
	
img.rightpic{
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 3px;
	}	

#content ul {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 2px;
	width: 270px;
	}

#content ul.slides{
	display: block;
	width: 560px;
		
}

#content ul.slides li.thumbnail{
		width: 120px;
		float:left;
  	margin:0 10px 10px 0;
  	padding:0;
  	height: 130px;

}	
#content ul.slides li.thumbnail img{
	padding: 3px;
	border: 1px solid #9cf;
}
		
#content li{
	padding-left: 14px;
	text-align: left;
	margin-bottom: 2px;
	}
	
#content p{
	color: #666;
	padding: 2px 6px 0px 6px;
	}

#content ul li span {
	font-size: 10pt;
	color: #600;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: left;
	}
	
div.rightbox{
	float: right;
	width: 160px;
	height: auto;
	border: 1px solid #09c;
	background: #eee;
	text-align: center;
	color: #333;
	margin: 14px 8px 8px 8px;
	}

#sidebar{
	width: 200px;             /* LC width */
	padding: 50px 0px 0px 0px;          /* LC padding */
	margin-left: -100%;
	right: 200px;             /* LC fullwidth + CC padding */
	}

#sidebar p{
	color: #09c;
	padding: 15px;
	}
	
#sidebar ul{
	width: 160px;
	margin: 10px;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	display: block;
	list-style: none;
	}

#sidebar ul li{
	}

#sidebar ul li a {
	display: block;
	color: #09c;
	width: 130px;
	padding-left: 26px;	
	height: 24px;
	font-size: 14px;
	padding-top: 7px;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: 0px solid #900;
	background: url('../images/untab.gif') no-repeat;
	}

#sidebar ul li a:visited {
	text-decoration: none;
	}


#sidebar ul li a:hover {
	background: url('../images/tab.gif') no-repeat;
	}
	
#sidebar ul li a.active {
	background: #fff;
	background: url('../images/tab.gif') no-repeat;
	}

.underline{
	text-decoration: underline;
	}

.center{
	text-align: center;
	}


/**************************
        footer
***************************/
#footerwrap{
	position: relative;
	float: left;
	bottom: 0px;
	height: 168px;
	width: 100%;
	background: #ffffff url('../images/footer_bg.gif') repeat-x;
	}

#footer{
	position: relative;
	width: 777px;
	height: 168px;
	color: #F1EDD6;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 14px;
	padding-top: 16px;
	}

#footer a{
	color: #fff;
	}
	
#footer h2 {
	color: #fff;
	padding: 0px;
	margin: 2px 0px 6px 0px;
	}
	
 #footer ul{
	float:left;
	width: 200px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	border: 0px solid #fff;
	padding-left: 10px;
	margin: 0px;
	}

#footer ul li { 
	display: block; 
	}

#footer ul li a{
	color: #F1EDD6;
	text-decoration: none;
	text-align: left;
	padding-right: 6px;
	font-size: 12px;
	line-height: 17px;
	}

#footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
	}

img.logo{
	float: right;
	clear: right;
	margin: 1px;
	}

#contact{
	width: 240px;
	float: right;
	}

span.cen {
	text-align: center;
	vertical-align: top;
	color: #555;
	}

.cal{
	position: relative;
	float:right;
	width: 180px;
	height: auto;
	border: 0px solid #300;
	}
	
.right{
	float: right;
	z-index: 2;
	}

.topright{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;		
	}
	
.topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}		
		
.left{
	float: left;
	}

		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}
		
	
.contactform p{
	width: 300px;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 0px solid #999;
	height: 1%;
	}

.contactform label{
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}

.contactform textarea{
	width: 300px;
	height: 150px;
	}
		
span.hide{
	display: none;
	}
		
table {
	z-index: 0;
	}
	

