/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #D25A0B; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 23px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/
color: white;
border-color: #D25A0B; /*Brown color theme*/
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 165px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}


/*************************************/
/* Top Menu Bar */
/*************************************/
#header_right {
    font-size: 11px;
    font-family: verdana, serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 20px;
    white-space: nowrap;
    /* font-color: c12f0b; */
}
#header_right a:link, #header_right a:visited { color: brown; }
#header_right a:hover { color: #EBAE77; }
#header_right a.pick:link, #header_right a.pick:visited, #header_right a.pick:hover, #header_right a.pick:active { background-color: #f8f74c; color: brown; text-decoration: none; }

#dullForm INPUT { background-color: #ffffff; }

#homeTable td {
	padding: 6px;
	border-spacing: 10px;
	font-size: 12px;
   	line-height: 1.6em; 
}

/*************************************/
/* Buttons */
/*************************************/
a.ovalbutton{
background: transparent url('http://helpothers.org/pics/my/oval-blue-left.gif') no-repeat top left;
display: block;
float: right; 
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('http://helpothers.org/pics/my/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.orangebutton{
background: transparent url('http://helpothers.org/pics/my/oval-orange-left.gif') no-repeat top left;
display: block;
float: left; 	// primary difference between two buttons
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.orangebutton, a:visited.orangebutton, a:active.orangebutton{
color: #494949; /*button text color*/
}

a.orangebutton span{
background: transparent url('http://helpothers.org/pics/my/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.orangebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.orangebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


