@charset "UTF-8";
/* the Belmont Village */

/* Hides from IE-mac */
html .floatholder {height: 1%;}
/* End hide from IE-mac */

html { font-size: 100%; }

body {
	background: #d0d9e3 top center repeat-y;
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000;
	text-align:justify;
	 } 

/* Link styling */

a {
color: #2665b2;
}

a:hover {
colour: #8fb4e0;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #2665b2;
	text-align:left;
	line-height:normal;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #2665b2;
	text-align:left;
	line-height:normal;
	margin-bottom: -10px;
	}


img {
border:none;
}


/* defines comment boxes and button */

textarea, input, select {
	background: #FFFFFF;
	cursor: text;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0;
	margin: 0;
}

/* container for all content */

#container {
width: 599px;
margin: 30px auto 0 auto;
text-align: left;
}


/* header */

#header {
	margin:auto;
	width: 599px;
	height: 156px;
	
  }



/* nav menu */

#nav {
	width: 599px;
	height: 26px;
	margin: auto;
	color: #FFF;
	font-size: 9px;
	background:url('images/navmenu.png') top;
	background-repeat: no-repeat;
	
	}
	
/* nav text */

#navbar {
	padding-left: 18px;
	padding-top: 5px;
}

/* upcoming events */

#upcoming {

width: 211px;
float: right;
text-align: center;
margin-top: 22px;
height: 400px;
background:url('images/upcominghead.png') no-repeat top;
padding-top: 40px;
position: relative;
}

/* main content area */

#main {
width: 350px;
margin: 0px 0px 0px 18px;
clear:none;
padding-top: 22px;
padding-bottom: 10px;
min-height: 500px;
}

#main-r {
width: 560px;
margin: 0px 0px 0px 18px;
clear:none;
padding-top: 22px;
padding-bottom: 10px;
min-height: 500px;
}

#adspace {

width: 211px;
float: right;
text-align: center;
margin-top: 22px;
height: 400px;
padding-top: 5px;
position: relative;
}



/* list for menu */

.menu1 {
      margin: 0;
      padding: 0px 0.5em;
          }
    
	.menu1 ul {
      margin: 0;
      padding: 0;
      list-style-type: none; /* removes bullet */
    }
    .menu1 li {
      margin: 0;
      padding: 0;
      float: left;
    }
    .menu1 li {
      padding-right: 35px;
    }

	.menu1 li a {
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align: bottom; 
	}

/* right search */

#navbarr {
float:right;
padding-top:4px;
padding-right:10px;
padding-bottom:0px;
margin-bottom:0px;
} 




/* cuts off all hanging floating elemts ready for a full width column */

.clear {
clear: both;
}

/* annoying footer text alignment ugh */

#foottext {
	padding-top: 15px;
	font-size: 8px;
	
}

/* expander */

#mainbody {
	background: url('images/body.png') repeat-y top;
	width: 599px;
	height: auto;
	top:auto;
		}

/* footer image/alignment */

#footer {
	clear:both;
	text-align:center;
	width: 599px;
	height: 35px;
	background:url('images/footer.png') no-repeat bottom;
	margin-bottom:10px;
	margin: 0 auto 0 auto;
									}



