@charset "utf-8";
/* CSS Document */

/* BOF Global Reset */

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, 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 { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
} 
/* remember to define focus styles! */
:focus { 
outline: 0; 
} 
body { 
line-height: 1; 

} 
ol, ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
} 

#home_fade ul, li {
	
	list-style-type:none;

}
/* tables still need 'cellspacing="0"' in the markup */
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
caption, th, td { 
text-align: left; 
font-weight: normal; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
content: ""; 
} 
blockquote, q { 
quotes: "" ""; 
} 

/* EOF Global Reset */

a, a:visited {

	text-decoration: none;
	color: #6666cc;
}

a:hover {
	
	text-decoration: underline;
	color: #6666cc;
	
}

body {

	background-repeat:repeat-x;
	background-color:#c7b29a;
	margin: 0px;
	background-image: url(http://www.greensantaclarita.com/images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

a {

	color: #618135;
	text-decoration: underline;
	
}

a:hover {

	color: #754200;
	text-decoration:none;
	
}

#content {

	width: 610px;
	padding: 10px 20px 10px 20px;
	background-color:#fff;
	background-image:url(http://www.greensantaclarita.com/images/main_bg.gif);
	background-position:top;
	background-repeat:no-repeat;

}

#footer {

	width: 650px;
	height: 170px;
	background-image:url(http://www.greensantaclarita.com/images/footer.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color: #fff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	color: #754200;
	line-height: 37.5px;
	font-weight: lighter;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #754200;
	text-decoration: underline;
	font-weight: lighter;
	margin-bottom: 10px;
}

h2 a {
	color: #754200;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #754200;
	text-decoration: none;
	font-weight: lighter;
}

#home_fade {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color: #754200;
	height: 100px;

}

#nav {
    width: 650px; height: 32px;
    background: url(http://www.greensantaclarita.com/images/nav.gif);
    margin: 0px auto; padding: 0;
    position: relative;
	clear: both;
}
#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#nav li, #nav a {
    height: 32px; display: block;
}

  #nav1b {left: 0; width: 95px;}
  #nav2b {left: 325px; width: 70px;}
  #nav3b {left: 410px; width: 75px;}
  #nav4b {left: 500px; width: 60px;}
  #nav5b {left: 571px; width: 65px;}
  
p {

	padding-top: 18px;
	
}  
  
#wrap {

	width: 650px;
	margin:0 auto;
	border: none;

}
.backtop, .buttonLink {
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	border: thin dotted #618135;
	padding: 5px;
	background-color: #FFFFCC;
	margin: 0px;
	text-align: right;
	float: none;
}

.backtop:hover .buttonLink:hover {
	text-decoration: none;
	color: #754200;
	border: thin dotted #754200;	
}

.backtop:visited .buttonLink:hover {
	
	text-decoration: none;
	text-decoration: underline;
	color: #618135;
	
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #618135;
	padding: 0px;
}

.rightimage {
	margin-left: 15px;
	border: thin dotted #618135;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.rightimage-noborder {
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.rightMenu {
	float:right;
	margin-left: 15px;
	border: thin dotted #618135;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background:#f9f5f0;

}


.leftimage {
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 10px;

}

#content li {
	margin-bottom: 12px;
}

.jumpmenu {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;

}

.jumpmenu li {
	margin-bottom: 2px;
	line-height: 15px;
	font-size: 12px;
}

table {
	border: thin dotted #618135;
}

tr {
	border: thin dotted #618135;
}

td {
	border: thin dotted #618135;
}

table#sponsors {
	border: none;
}