/* ------------------------------------------------------------

	Title:		Main Style Sheet for botsfordcommons.org
	Author:  	jhd [at] botsford.org

----------------------------------------------------------- */



/* ----- Top Start ----- */
#header {
	margin: 0px;
	height: 127px; 
	width: 692px;
	background: url(/images/header.jpg) no-repeat left top;
} 

h1 {
   text-indent: -9999px;
   width: 692px;
   height: 127px;
   background: url(/images/header.jpg) no-repeat left top;
   margin: 0;
}

#search { 
	width: 400px; 
	float: right; 
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#search_form { 
	width: 400px; 
	float: right; 
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#utils{
	width: 400px;
	float: right;
	text-align: center;
	padding-right: 0px;
	margin-top: 10px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#utils a:visited, #utils  a:link {
	color: #006600;
	text-decoration: underline;
}

#utils a:hover {
	color: #b32742;
	text-decoration: none;
}
/* ----- Top End ----- */


/* ----- Main Menu Start ----- */
#menu {
   margin: 0px auto;
   text-align: left;
   width: 692px;
   background:#FFFFFF;
}

#menu a, menu a:visited { 
	color: #ffffff; 
	background: #b32742 url("/images/menu/left_tab.gif") left top no-repeat; 
	text-decoration: none; 
	padding-left: 10px; 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover { 
	color: #ffff00; 
	background: #b32742 url("/images/menu/left_tab.gif") left top no-repeat; 
	text-decoration: none; 
	padding-left: 10px; 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#menu a#highlight { 
	color: #ffff00; 
	background: #b32742 url("/images/menu/left_tab.gif") left top no-repeat; 
	text-decoration: none; 
	padding-left: 10px; 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.tab-right { 
	background: url("/images/menu/right_tab.gif") right top no-repeat; 
	padding-right: 10px;
}
/* ----- Main Menu End ----- */


/* ----- Submenu Start ----- */
#right {
	width: 178px;
	float: right;
}

#submenu a {
 	display: block;
 	width: 178px;
 	height: 22px;
}

#submenu ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
	letter-spacing: 1px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#submenu li a:link, #submenu li a:visited {
	background: url(/images/menu/sub_button.gif);
 	color: #5C604D;
 	text-decoration: none;
	text-indent: 30px;
}

#submenu li a:hover {
	background: url(/images/menu/sub_button_on.gif);
	color: #b32742;
	text-decoration: none;
	text-indent: 30px;
}

#submenu li a#current {
	background: url(/images/menu/sub_button_on.gif);
	color: #006600;
	text-decoration: none;
	text-indent: 30px;
}

#submenu li ul a:link, #submenu li ul a:visited {
	background: url(/images/menu/button_indent.gif);
 	color: #5C604D;
 	text-decoration: none;
	text-indent: 42px;
}

#submenu li ul a:hover {
	background: url(/images/menu/button_indent.gif);
	color: #b32742;
	text-decoration: none;
	text-indent: 42px;
}

#submenu li ul a#current2 {
	background: url(/images/menu/button_indent.gif);
	color: #b32742;
	text-decoration: none;
	text-indent: 42px;
}

/* ----- Submenu End ----- */

/* ----- Related Links Start ----- */

#poplinks {
	width: 178px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
	background-color: #CCCCCC;
}

#poplinks h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	margin: 10px 0px 10px 10px;
}

#poplinks ul {
	margin: 10px;
 	padding: 0;
 	list-style-type: none;
}

ul.extlinks li {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

.extlinks a:link {
 	color: #006600;
 	text-decoration: none;
 	border-bottom: 1px dotted #006600;
}

.extlinks a:visited {
 	color: #006600;
 	text-decoration: none;
 	border-bottom: 1px dotted #006600;
}

.extlinks a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/* ----- Related Links End ----- */

/* ----- Body Start ----- */
body {
   background: url(/images/bg.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

.subtitle {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 6px;
}

.imageleft {
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imageleft-lesspadding {
	float: left;
	padding: 3px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

#content {
	width: 479px;
	float: left;
	padding: 5px 0 10px 15px;
}

#content a:visited, #content a:link {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color:  #b32742;
}

#content ul li {
	list-style-image: url(/images/bullet.gif);
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
}

#content ul li ul li{
	list-style-image: url(/images/bullet2.gif);
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
}

#contentfront {
	width: 479px;
	float: left;
}

#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	background: transparent url(/images/title.gif) no-repeat;
	color: #5B604C;
	width: 454px;
	padding: 0 0 0 30px;
}


#give a {
	text-indent: -9999px;
	text-decoration: none;
 	display: block;
	width: 139px;
	height: 57px;
	background: url(/images/give.gif)  0 0 no-repeat;
	margin-bottom: 25px;
}

#give a:hover {
	background-position: -139px 0;
	text-decoration: none;
	margin-bottom: 25px;
}

#gift a {
	text-indent: -9999px;
	text-decoration: none;
 	display: block;
	width: 139px;
	height: 57px;
	background: url(/images/gift_shop.gif)  0 0 no-repeat;
	float: left;
}

#gift a:hover {
	background-position: -139px 0;
	text-decoration: none;
	float: left;
}

#rx_refill a {
	text-indent: -9999px;
	text-decoration: none;
 	display: block;
	width: 139px;
	height: 57px;
	background: url(/images/rx_refill.gif)  0 0 no-repeat;
	float: left;
}

#rx_refill a:hover {
	background-position: -139px 0;
	text-decoration: none;
	float: left;
}

#payments a {
	text-indent: -9999px;
	text-decoration: none;
 	display: block;
	width: 139px;
	height: 57px;
	background: url(/images/payments.gif)  0 0 no-repeat;
	float: left;
}

#payments a:hover {
	background-position: -139px 0;
	text-decoration: none;
	float: left;
}

/* ----- Body End ----- */



/* ----- Form Start ----- */

label
{
font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
text-align:left;
clear: both;
color: #5B604C;
}

.submit-button
{
font: 11px Verdana, Arial, Helvetica, sans-serif;
clear: both;
color: #000;
}

fieldset
{
border: #5B604C solid 1px;
width: 28em;
padding: 1px 10px;
}

legend
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: #5B604C;
border: #5B604C solid 1px;
margin-bottom: 10px;
padding: 1px 10px;
}

/* ----- Form End ----- */



/* ----- Bottom Start ----- */
#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #CCCCCC;
	border-top: 9px solid #F7F7F6;
	width: 692px;
	padding: 5px 0;
	clear: both;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	z-index: 1;
}

#footer a:visited, #footer  a:link {
	color: #006600;
	text-decoration: underline;
}

#footer a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
}
/* ----- Bottom End ----- */