/* Generic Styles */

/* removes lines around button when clicked */
a:focus {
  -moz-outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
td {
    vertical-align: top;
	padding: 0;
}
img {
    border: 0;
}
form {
    margin: 0;
}
input, select, textarea {
    padding: 0;
    margin: 0;
}
input.radio {
    margin-bottom: -2px;
}



body {
	margin: 0px;
	background-color:#CCCCCC;
}


/* text/link Styles */
p, td, th, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;

}

h1 {
	margin-top:0px;
	margin-bottom:22px;
}

p {
	line-height:13px;
	margin:0px;
	margin-bottom:6px;
}

.home_link {
	color:#000000;
	font-weight:bold;
}

.home_link:hover {
	color:#bd8139;
}

.link_orange {
	color:#bd8139;
	font-weight:bold;
	text-decoration:none;
}

.link_orange:hover {
	text-decoration:underline;
}

.link_black {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.link_black:hover {
	text-decoration:underline;
}

/* nav */
#home_butt {
	display:block;
	width:43px;
	height:19px;
	background-image:url(images/butt_home_off.jpg);
	background-repeat:no-repeat;
}

#home_butt:hover {
	background-image:url(images/butt_home_on.jpg);
	background-repeat:no-repeat;
}

#rallies_butt {
	display:block;
	width:55px;
	height:19px;
	background-image:url(images/butt_rallies_off.jpg);
	background-repeat:no-repeat;
}

#rallies_butt:hover {
	background-image:url(images/butt_rallies_on.jpg);
	background-repeat:no-repeat;
}

#events_butt {
	display:block;
	width:52px;
	height:19px;
	background-image:url(images/butt_events_off.jpg);
	background-repeat:no-repeat;
}

#events_butt:hover {
	background-image:url(images/butt_events_on.jpg);
	background-repeat:no-repeat;
}

#gallery_butt {
	display:block;
	width:60px;
	height:19px;
	background-image:url(images/butt_gallery_off.jpg);
	background-repeat:no-repeat;
}

#gallery_butt:hover {
	background-image:url(images/butt_gallery_on.jpg);
	background-repeat:no-repeat;
}

#ellie_butt {
	display:block;
	width:85px;
	height:19px;
	background-image:url(images/butt_ellie_award_off.jpg);
	background-repeat:no-repeat;
}

#ellie_butt:hover {
	background-image:url(images/butt_ellie_award_on.jpg);
	background-repeat:no-repeat;
}

#classifieds_butt {
	display:block;
	width:79px;
	height:19px;
	background-image:url(images/butt_classifieds_off.jpg);
	background-repeat:no-repeat;
}

#classifieds_butt:hover {
	background-image:url(images/butt_classifieds_on.jpg);
	background-repeat:no-repeat;
}

#links_butt {
	display:block;
	width:42px;
	height:19px;
	background-image:url(images/butt_links_off.jpg);
	background-repeat:no-repeat;
}

#links_butt:hover {
	background-image:url(images/butt_links_on.jpg);
	background-repeat:no-repeat;
}

/* table and div styles */
/* generic */
#table_site_holder {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#cell_nav_holder {
	width:700px;
	height:79px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}

#cell_main_content {
	height:260px;
	padding-top:5px;
	padding-bottom:50px;
}

#cell_footer {
	width:700px;
	height:70px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}

#table_nav {
	width:676px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:26px;*/
}

.cell_nav_break {
	text-align:center;
}

/* home */
.cell_home_col1 {
	width:330px;
}

.cell_home_col2 {
	width:40px;
	background-image:url(images/vertical_break.gif);
	background-repeat:repeat-y;
}

.cell_home_col3 {
	width:330px;
}

#cell_home_links {
	padding-top:17px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style-image:url(images/bullet.gif);
	margin-bottom:8px;
}

#cell_horizontal_break {
	height:36px;
	background-image:url(images/horizontal_break.gif);
	background-repeat:repeat-x;
}

/* rallies */
#div_rallies_horiz_break {
	height:47px;
	width:100%;
	background-image:url(images/horizontal_break_rallies.gif);
	background-repeat:repeat-x;
}
