/* CSS Document for Town of Castile */

/********TAG'S********/

* {
      border:0;
      margin:0;
      padding:0;
      }

body {
 	background: url(../../../images/bk_top.jpg) repeat-x top left;
 	font-family:Arial, Helvetica, sans-serif;
 	background-color:#672C2E;
 	color:#000;
 	font-size:12px;
	line-height:1.5em;
 	}
 	
 li {
 	font-family:"Century Gothic";
 	list-style-type:none;
 	 	}
	
h1 {color:#672c2e;
	font-size:24px;
        margin-bottom:15px;
	}

h2 {
	color:#672C2E;
	font-size:18px;
	 margin-bottom:15px;
	}

h3 {
	color:#47477B;
	font-size:14px;
	 margin-bottom:5px;
	}

table {
	margin-bottom: 15px;
	}
p {margin-bottom:10px;}

table td {
	vertical-align:top;
	padding:5px;
	}


a:link {color:#52598F;}
a:visited{color:#485285;}
a:hover{color:#672C2E;}

/*******ID'S********/


#stars {
		 background: url(../../../images/bk2.gif) no-repeat top center;
		  }

#wrapper { 
	margin:0 auto 15px auto;
	width:738px;
	}
	
#top {
	padding:25px 0 0 0;
	height:49px;
	width:738px;
	}
	
	#top h2 {margin-bottom:5px;}
	
#nav {
	 color:#fff;
	 font-size:12px;
	 height:26px;
	 width:738px;
	 background:url(../../../images/nav.gif) repeat-x;
	 padding:5px 0;
	 text-align:center;
	font-weight:bold;
	}	
	
	#nav li {
		display: inline;
		margin-left:3px;
		margin-right:2px;
		}

		#home, #calendar, #history, #about, #officials, #businesses, #forms, #directory, #faq {
			border-right: solid 1px #fff;
			padding-right:7px;
		}

	#nav a:link, #nav a:visited {color:#fff;}

	#nav a:hover {color:#672C2E;}
	
#inside {
	background-image: url(../../../images/library.jpg);
	padding:180px 20px 20px 20px;
	width:698px;
	background-repeat:no-repeat ; 
	background-color:#fdfdfe;
	border-top:1px solid #fff;
	overflow:hidden;
	_margin-top:-10px;
	}
	
#info {
	margin:0 20px 0 0;
	width:490px;
	float:left;
	}
	
#sub { 
	width:182px;
	float:left;
	}	
	
	#sub ul {
	list-style-type:none;
	line-height:2em;
	}
		
	
	#sub li {
	padding-left:18px;
	background:url(../../../images/bullet.gif) no-repeat;
	background-position:3px 8px;
	}
	
	#sub h2 { border-bottom:2px solid #8b8b97; }
	

#footer {
	background-image:url(../../../images/footer.gif);
	width:738px;
	height:25px;
	background-position:bottom;
	text-align:left;
	font-size:10px;
	color:#fff;
	}

	#footer p {margin-left:20px;}

#town {
	float:left;
	margin-right: 10px;
	}

#village {
	float:left;
	margin-left:40px;
	}

#form {
	float:left;
	background-color:#DEE1E8;
	border:1px solid #672C2E;
	padding:5px;
	color:#672C2E;
	}

	#form input {
		border: solid 1px #672C2E;
		}

/*******CLASS'S********/

.white {
	color:#fff;
	text-decoration:none
	}

.dotLine {
	border-top: dotted 1px #672C2E;
	margin: 5px 0 10px 0;
	}

.dateBox {
	background-color: #CCCBD3;
	padding:10px;
	text-align: center;
	font-size: 16px;
	border: solid 1px #A7A7B0;
	float:left;
	display:block;
	margin: 0 10px 5px 0px;
	color:#47477B;
	}

.clear {
	clear: both;
	}

.floatColumn {
	width:202px;
	height:80px;
	float:left;
	margin-right:30px;
	display:block;
	}

.floatRight {
	float:right;
	margin-left:25px;
	}

.center {text-align:center;}

.border {
	border:solid 1px #672c2e;
	}