* {
padding:0;margin:0;
}


body {
color: #816b4e;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
background-color:#d0c4b0;
font-size: 100%;
}

#container {
margin: 0 auto;
width: 780px;
position: relative;	/*must be relative for center aligning the page*/
text-align:left;
background: url("../images/crossbar.jpg") left top repeat-y;
background-color:#d0c4b0;
}

#header {
height: 89px;
background: url("../images/title.jpg") top left no-repeat;
z-index:200;
}

#header_index {
height:200px;
background: url("../images/cats.jpg") top left no-repeat;
margin:-2px 0px 0 10px;
z-index:100;
}

h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
font-size:1.1em;
}

h2 {
padding-bottom:10px;
}

h4 {
font-size:0.8em;
margin-top:20px;
text-decoration:none;
clear:both;
}

p, #left ul, td, th {
line-height:1.5;
margin:12px 0;
font-size:70%;
}

p {text-align:justify;}

td, th {padding:2px 5px;}

/******************* main horizontal nav bar ****************/

html #main_nav {
margin:0px;
height:45px;
}


#ul_main_nav {
padding:0px;
margin:0 0 0px 12px;
list-style-type:none;
}

#ul_main_nav li {
display:inline;

}

#ul_main_nav li a {
text-transform:uppercase;
vertical-align:middle;
text-decoration:none;
font-weight:bold;
text-align:center;
display:block;
position:relative;
float:left;
width:108px;
line-height:29px;
padding-bottom:2px;
text-decoration:none;
color:#816b4e;
font-size: 70%;
background: url("../images/button.jpg") right top no-repeat #ffffff;
}
		
#ul_main_nav li a:hover {
color:#cfa370;
}


/************* main page content containers **********/

#pagebox {
width:780px;
margin: 0px; 
padding: 0px;
}

#subpagebox {
margin:0; padding:10px 0 0 0;
}

#left {						/* left column*/
float:left;
width:460px;
margin:0 0 0 5px; padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#right {					/* right column*/
float:right;
width:252px;
height:175px;
margin:0 0px 0 0; 
padding:45px 10px 0 0;
text-align:center;
background: url("../images/newsletter.jpg") left top no-repeat;
border:0px solid #000;
}

.column-in {				/* pads the sides of respective columns*/
margin:0; 
padding:0;			
}

.column-in-left {				/* pads the sides of respective columns*/
margin:0; 
padding:0 0 0 30px;			
}

.column-in-right {				/* pads the sides of respective columns*/
margin:0; 
padding:0 25px 0 0;			
}

.cleaner {					/* align float sections*/
clear:both;
height:0px;
font-size:0px;
border:none;
margin:0; padding:0;
}

#footer {					/*the main footer*/
clear:both;
margin:-20px 0 0 0px;
z-index:9000;
height:161px;			
background: url("../images/footer.jpg") bottom left no-repeat;
}

.hide_me {					/*turn on or off parts of the content*/
display:none;
}

.xhide_me {
float:right;
margin:120px 0px 0 0;
padding-right:40px;
}

.xhide_me a:link, .xhide_me a:visited {
color:#FFFFFF;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

.xhide_me a:hover {
text-decoration:underline;
}

.border {
border:5px solid #fff;
}

.indent {
padding-left:30px;
}

.plus {
padding-left:0px;								/*gives additional indent */
}

form {margin:0; padding:0;}

input, select {font:11px Arial, Helvetica, sans-serif;}

#newsletter {margin-top:0px; padding-left:22px; border:0px solid #ccc;}

#newsletter fieldset {border:0px; padding:0; margin:0; height:100px; width:200px;}

#newsletter input.field {padding:1px 3px 1px 3px; width:132px; margin:0 0 8px 0; border:1px solid #dcba94; background:#cd9c67 url(../images/input_bg.jpg) no-repeat left top; color:#fff;}

#newsletter input.button {margin:0px 0 0 70px; background-color:#cd9c67; border:1px solid #dcba94; color:#fff; cursor:pointer;}

#newsletter label {padding:0px; float:left; width:34px; margin:0 10px 0 0; display:block; text-align:right; vertical-align:middle; font-size:0.9em; color:#ffffff; border:0px solid #000;}

.imgleft {border:10px solid #fff; border-top:0px; padding-top:5px; border-left:0px; padding-bottom:20px;}
.imgright {border:10px solid #fff; border-top:0px; border-right:0px; padding-bottom:20px;}
.cms_img {padding:5px 10px;}


#sub_newsletter {
margin-top:60px;
padding:0px 15px 0 2px;
border:0px solid #ccc;
font-size:100%;
text-align:left;
}

#sub_newsletter ul{
text-align:left;
font-size:80%;
padding-top:15px;}

#sub_newsletter h4 {
text-decoration:none;
}

/***************************  admin pages  **************************/

.xlogin_input { border:1px solid #666666; padding:1px 3px 1px 3px; width:100px; margin:0 20px 0px 0; background-color:#ffffff; color:#000000;}

#admin label {padding:0px; margin:0 10px 0 0; font-size:0.9em; color:#000000; border:0px solid #000;}

#lost_found label {padding:0px; float:left; text-align:left; width:120px; display:block; margin:0 0px 0 0; font-size:0.9em; color:#000000; border:0px solid #000;}

.width200 { width:200px;}
